Weekend Links – JavaScript Time Picker, Cuil Search, AJAX Site Thumbnails, IE6, Twitter

By  on  

Javascript Time Picker

This new MooTools-based script allows you to pick a specific time by dragging and dropping hour and minute hands. Pretty cool, although I'm not sure it makes picking times on forms much easier.

http://www.nogray.com/time_picker.php

Former Employees of Google Prepare Rival Search Engine

A novel story, but I don't see Cuil becoming anything close to Google. Neat search engine but Google is just too far ahead.

http://www.nytimes.com/2008/07/28/technology/28cool.html?_r=1&oref=slogin

AJAX-Alexa-Thumbnails: API to Get Site Thumbnails

I've long wanted to figure out how to get site thumbnails. Now Alexa offers site thumbnails via ajax. Awesome.

http://ajaxian.com/archives/ajax-alexa-thumbnails-api-to-get-site-thumbnails

Transparent PNGs in Internet Explorer 6

Yet another attempt at a solution to fix IE6's PNG problems. Good, but not perfect -- still has position issues.

http://24ways.org/2007/supersleight-transparent-png-in-ie6

Auto Twittering is Ridiculous

Chris Coyier rants on how ridiculous it is to auto-Twitter. I agree.

http://chriscoyier.net/auto-twittering-is-ridiculous/

And Just For Fun...

http://digg.com/comedy/The_Ugliest_Facebook_Profile_You_Will_Ever_See

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    9 More Mind-Blowing WebGL Demos

    With Firefox OS, asm.js, and the push for browser performance improvements, canvas and WebGL technologies are opening a world of possibilities.  I featured 9 Mind-Blowing Canvas Demos and then took it up a level with 9 Mind-Blowing WebGL Demos, but I want to outdo...

Incredible Demos

  • By
    Create Digg URLs Using PHP

    Digg recently came out with a sweet new feature that allows users to create Tiny Digg URLs which show a Digg banner at the top allowing easy access to vote for the article from the page. While I love visiting Digg every once in a...

  • By
    Google-Style Element Fading Using MooTools or jQuery

    Google recently introduced an interesting effect to their homepage: the top left and top right navigation items don't display until you move your mouse or leave the search term box. Why? I can only speculate that they want their homepage as...

Discussion

  1. I fell for that Ugliest Facebook Profile Ever. :)

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!