Popular Posts
- 1.12.12 25.15.21.18 15 1.18.5 2.5.12.15.14.7 20.15 21.19
- Download "Let your Love flow" by Petra Haden (free mp3 from Toyota)
- Enabling Linked Tables in phpMyAdmin
- nVidia profile (keyboard) shortcuts
- Access / Enable nVIEW desktop manager
- Open with PTTL - Firefox 3.5+ (Plain Text to Link)
- Linux / Unix: Change to a softlink's absolute path (directory)
- Petra Haden sings "Let your love flow" - Prius Commercial
Search
-
Recent Posts
cool things
Tag Archives: javascript
Google gets crazy with Newton’s Apples
Google is celebrating Newton’s Birthday today with a poppy javasript falling apple. Google recently added javascript to their homepage with the fade in / fade out of the text around the edges. Google usually adds cool graphics for holiday’s like … Continue reading
Posted in Design, Web Development
Tagged apples, google, issac newton, javascript, newton
0 Comments
thickbox alternatives
While Thickbox had its day, it is not maintained any longer, so we recommend you use some alternatives. colorbox jQueryUI Dialog fancybox DOM window shadowbox.js
greasemonkey – google images relinker (v 2.0)
I really like the google image relinker script for greasemonkey, but sometimes when there’s a hotlink protection or something else funky, you just want the original google images link. i updated this greasemonkey image re-linker script so that it relinks … Continue reading
Fancy Thumbnail Hover Effect w/ jQuery
clipped from www.sohtanaka.com Recently I was checking out some nice flash galleries and came across an effect that I really liked. I had a sudden urge to duplicate that similar effect but using my bread and butter (CSS and jQuery). … Continue reading
Using json_encode() and json_decode() in PHP4
clipped from abeautifulsite.net , additions by me I use json_encode() a lot for AJAX calls. Teamed with jQuery’s $.getJSON(), it’s too convenient not to use. Unfortunately, json_encode() doesn’t come standard until PHP 5.2. To add insult to injury, most current … Continue reading
jQuery speed in firefox vs chrome
so, everyone knows that Chrome is the fastest browser for running Javascript. But it is almost 4x as fast as FF2 for running jQuery UI elements. WOW!