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
![Detect DOM Node Insertions with JavaScript and CSS Animations]()
I work with an awesome cast of developers at Mozilla, and one of them in Daniel Buchner. Daniel's shared with me an awesome strategy for detecting when nodes have been injected into a parent node without using the deprecated DOM Events API.
![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...
![Save Web Form Content Using Control + S]()
We've all used word processing applications like Microsoft Word and if there's one thing they've taught you it's that you need to save every few seconds in anticipation of the inevitable crash. WordPress has mimicked this functionality within their WYSIWYG editor and I use it...
![MooTools: Set Style Per Media]()
I'd bet one of the most used MooTools methods is the setStyle()
method, which allows you to set CSS style declarations for an element. One of the limitations of MooTools' setStyle()
method is that it sets the specific style for all medias.
Thanks for reading my article. And a PHP.net favelet is really a good idea!