Weekend Links – JavaScript Favelets, Prototype Cheat Sheet, Reverse IP Domain Check, Resizable Images, ICANN Domain Tasting

By  on  

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

Recent Features

  • By
    CSS Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Resize an Image Using Canvas, Drag and Drop and the File API

    Recently I was asked to create a user interface that allows someone to upload an image to a server (among other things) so that it could be used in the various web sites my company provides to its clients. Normally this would be an easy task—create a...

  • By
    AJAX For Evil:  Spyjax with jQuery

    Last year I wrote a popular post titled AJAX For Evil: Spyjax when I described a technique called "Spyjax": Spyjax, as I know it, is taking information from the user's computer for your own use — specifically their browsing habits. By using CSS and JavaScript, I...

Discussion

  1. Thanks for reading my article. And a PHP.net favelet is really a good idea!

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