Tutorials Page 185
![XAMPP Lite, Windows Vista, and php5apache2_2.dll]()
XAMPP Lite, Windows Vista, and php5apache2_2.dll
I recently ran into a nightmare when needing to use my father's laptop for development. My XAMMP Lite USB install, which worked perfectly on my Windows XP desktop, was giving the following error when trying to start Apache: After 20 minutes of frustration, I finally found the...
![External Site Link Favorite Icons Using MooTools and CSS]()
External Site Link Favorite Icons Using MooTools and CSS
I recently came upon an interesting jQuery article about how you can retrieve all external links within a page, build the address of the site's favorite icon, and place the favorite icon along side the link. I've chosen a different approach which...
![7 Quick CSS Enhancements for Better User Experience]()
7 Quick CSS Enhancements for Better User Experience
The beauty in CSS is that a tiny directive can make a huge difference in how the page displays. Here are seven quick CSS snippets that will give your website more "pop" and make your user's experience more functional and enjoyable. Change Text Highlight Color The default...
![Package Your Firefox Extension into an XPI]()
Package Your Firefox Extension into an XPI
Yesterday I detailed the file/folder structure of a Firefox extension. Once you have your extension ready for testing, you need to package everything together into an XPI file. Luckily there's a quick and easy way to do so. chrome.manifest Review Remember that the XPI build...
![Firefox Extension Template]()
Firefox Extension Template
Creating a Firefox extension can be difficult if you don't know the files involved and how to structure your extension folder. Fear not -- I have created a very basic Firefox extension template file/folder structure for you to get your first plugin going. File & Folder...
![Work Efficiently with jEdit Macros]()
Work Efficiently with jEdit Macros
As I've mentioned in the past, my text editor of choice is jEdit. jEdit is an all purpose text editor with numerous features that allow you to code more efficiently. One of those features is the jEdit macro. jEdit comes bundled with...
![California Love!]()
California Love!
I'm going to California to chill from Tuesday, May 12th to Thursday, May 14th. In honor of my time on the West Coast, I'll do my best to listen to 2Pac in California. It's the least I can do to please my high school music CD...
![Adding the XPI MIME Type for Firefox Extension Installs]()
Adding the XPI MIME Type for Firefox Extension Installs
Yesterday I posted version 0.1 of the David Walsh Blog Toolbar for Firefox. Unfortunately that led to an awkward conversation with my .htaccess file. .htaccess: I have no idea what to do with this. me: I want the toolbar to install when they request this file. .htaccess...
![David Walsh Blog Firefox Toolbar]()
David Walsh Blog Firefox Toolbar
Update: The toolbar will now attempt to install when you click the link. .htaccess FTW! I spent a few hours on Saturday doing something I've always wanted to learn how to do -- create a Mozilla Firefox extension ("addon"/plugin). I wanted to start with...
![Create a Zip File Using PHP]()
Create a Zip File Using PHP
Creating .ZIP archives using PHP can be just as simple as creating them on your desktop. PHP's ZIP class provides all the functionality you need! To make the process a bit faster for you, I've coded a simple create_zip function for you to use...






