Weekend Links – JavaScript Favelets, Prototype Cheat Sheet, Reverse IP Domain Check, Resizable Images, ICANN Domain Tasting
The Power of JavaScript Favelets
I use the PHP.net favelet that prompts for a function name and takes you to the PHP.net API page. They save a lot of time and don't clutter your Firefox menu bar.
http://techtracer.com/2008/01/27/the-power-of-javascript-favelets/
Prototype.js Cheat Sheet PDF
Downloading this PDF is a must for Prototype framework programmers.
http://thinkweb2.com/projects/prototype/prototype-1602-cheat-sheet/
Reverse IP Domain Check
Who else is hosted on your shared server? Go here, enter your domain, and find out!
http://www.yougetsignal.com/tools/web-sites-on-web-server/
Resizable Images
CSS Tricks shows you how to make your images resize with the text...and still look good.
http://css-tricks.com/resizeable-images-at-full-resolution/
Google Leads, ICANN Follows: Domain Tasters Can Now Eat Dirt
ICANN, who should have taken the first step against domain tasting, has decided to keep the ICANN fee for all domains so to try to prevent tasting.
http://arstechnica.com/news.ars/post/20080130-google-leads-icann-follows-domain-tasters-can-now-eat-dirt.html
![LightFace: Facebook Lightbox for MooTools]()
One of the web components I've always loved has been Facebook's modal dialog. This "lightbox" isn't like others: no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much." With Facebook's dialog in mind, I've created LightFace: a Facebook lightbox...
![fetch API]()
One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest
, wasn't really made for what we've been using it for. We've done well to create elegant APIs around XHR but we know we can do better. Our effort to...
![Create a Quick MooTools Slideshow with Preloading Images]()
I've been creating a lot of slideshow posts lately. Why, you ask? Because they help me get chicks. A quick formula for you:
The following code snippet will show you how to create a simple slideshow with MooTools; the script will also...
![Create a Sexy Persistent Header with Opacity Using MooTools or jQuery]()
I've been working with the Magento eCommerce solution a lot lately and I've taken a liking to a technique they use with the top bar within their administrative control panel. When the user scrolls below a specified threshold, the top bar becomes attached to the...
Thanks for reading my article. And a PHP.net favelet is really a good idea!