Tutorials Page 187
![Poll Follow Up: How Many Domains Do You Own?]()
Poll Follow Up: How Many Domains Do You Own?
It was interesting to see how many domains you all had. I'm a serial domain buyer. Ever since I bought my first domain, DWIZZLE.COM (which I stupidly let go), I loved the power that it gave. Apparently many of you agreed: The Count Number...
![Create Bit.ly Short URLs Using PHP]()
Create Bit.ly Short URLs Using PHP
One of the more popular URL shortening services is Bit.ly. I've showed you how to create short URLs with TinyURL and Is.Gd, so why not show you how to create Bit.ly URLs remotely? The PHP Note that Bit.ly requires you to sign up for an account.
![MooTools Window Object Dumping]()
MooTools Window Object Dumping
Ever want to see all of the information stored within the window property of your browser? Here's your chance. The XHTML We need a wrapper DIV that we'll consider a console. The CSS I like making this look like a command-line console. The MooTools JavaScript Depending on what you have loaded...
![JavaScript Exercise: Find the Number of Unique Letters in a String]()
JavaScript Exercise: Find the Number of Unique Letters in a String
Everyone once in a while it's good to complete a fun vanilla JavaScript exercise. One recent exercise I tried was to find the number of occurrences of each letter in specified string. The following was my method. The JavaScript The Result The above results in 20 letters...
![CSS Tip: Text-Transform For Case Manipulation]()
CSS Tip: Text-Transform For Case Manipulation
One of the terrible practices I see too frequently is programmers using PHP, JavaScript, or caps lock to format their text in a special fashion. One example of this is: Terrible! Search engines see your all-capped text and index your site that way. I...
![#davidwalshblog AJAX Chat]()
#davidwalshblog AJAX Chat
I announced a few days ago that I had created the #davidwalshblog IRC chat room on Freenode so that my readers could get in touch with me and speak with other readers. That includes getting help, giving help, and discussing web topics. I quickly got...
![MooTools’ AutoCompleter Plugin]()
MooTools’ AutoCompleter Plugin
One of the famous MooTools plugins is Harald Kirschner's AutoCompleter plugin. AutoCompleter takes a term input by the user and searches for matches -- an obviously help to the user. Here's how to make the most of Harald's great plugin. The XHTML All we...
![MooTools FontChecker Plugin]()
MooTools FontChecker Plugin
There's a very interesting piece of code on Google Code called FontAvailable which does a jQuery-based JavaScript check on a string to check whether or not your system has a specific font based upon its output width. I've ported this functionality to MooTools. The MooTools...
![Improve Your YSlow Grade Using .htaccess]()
Improve Your YSlow Grade Using .htaccess
A significant part of your YSlow grade depends on how well your site utilizes optimal caching techniques. By editing your .htaccess file, you can increase your YSlow score by 20 points or so in just 3 minutes! Quick Intro to Caching Caching is a browser feature...
![#davidwalshblog on IRC]()
#davidwalshblog on IRC
I've had some great experiences on the #mootools and #cakephp IRC chat rooms. I've gotten help when I've desperately needed it and have been able to return the favor by giving tips to others. With that spirit in mind, I've created the...









