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
    Creating Scrolling Parallax Effects with CSS

    Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...

  • 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

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!