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

Incredible Demos

  • By
    MooTools-Like Element Creation in jQuery

    I really dislike jQuery's element creation syntax. It's basically the same as typing out HTML but within a JavaScript string...ugly! Luckily Basil Goldman has created a jQuery plugin that allows you to create elements using MooTools-like syntax. Standard jQuery Element Creation Looks exactly like writing out...

  • By
    Introducing MooTools ScrollSpy

    I've been excited to release this plugin for a long time. MooTools ScrollSpy is a unique but simple MooTools plugin that listens to page scrolling and fires events based on where the user has scrolled to in the page. Now you can fire specific...

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!