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
![Serving Fonts from CDN]()
For maximum performance, we all know we must put our assets on CDN (another domain). Along with those assets are custom web fonts. Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...
![5 More HTML5 APIs You Didn’t Know Existed]()
The HTML5 revolution has provided us some awesome JavaScript and HTML APIs. Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers. Regardless of API strength or purpose, anything to help us better do our job is a...
![WordPress-Style Comment Controls Using MooTools or jQuery]()
WordPress has a nice little effect on the Admin Dashboard where it shows and hides the comment control links when you mouseover and mouseout of the record's container. Here's how to achieve that effect using MooTools or jQuery.
The XHTML
Notice that we place the links into...
![Downloadify: Client-Side File Generation Using JavaScript and Flash]()
The following tools is in its very beta stages and works intermittently. Its so damn useful that I had to show it off now though!
I recently stumbled upon Downloadify, a client-side file generation tool based on JavaScript and Flash ActionScript code. A...
Thanks for reading my article. And a PHP.net favelet is really a good idea!