Prevent Dreamweaver from rewriting your lowercase attributes as camelCase.
Aleph Studios Is Launched
I’m excited to announce a new site of mine – Aleph Studios – which will be the new home for my web development freelance work.
Upgrading GoDaddy Hosting to PHP 5.x from PHP 4.3.11
How to configure your GoDaddy linux hosting plan and .htaccess file to run your *.php pages on PHP 5.2.5.
HTML auction template generator
Simple Auction Wizard is an online HTML template generator for auction websites like eBay. It’s fast, free, and easy to use.
Toolbar Page Rank of 6 and 3 one-line sitelinks
For posterity, a quick note that today I noticed http://www.ardamis.com/ was back up to a toolbar page rank of 6 after a number of months at 5. A little later in the day, I noticed 3 one-line sitelinks to: Colophon – About – Portfolio. We’ll, I’d have preferred different pages, but these are my first [...]
Protecting multiple downloads using unique URLs
A PHP script for protecting multiple downloads by the use of unique URLs. The actual file on the server is not discoverable and each URL will only be valid for a certain period of time and number of uses.
Minifi.de – Another URL shortening service
Minifi.de is a URL shortening service like tinyurl.com, bit.ly, and is.gd. You enter a long URL and it returns a shorter one.
Broadway 2 + Lightbox: a Plogger theme
A dark Plogger theme that uses Lightbox 2.
PHP pages return a 404 error on IIS
I was installing PHP 5 on an IIS 6 server when I ran into what turns out to be a pretty common problem. PHP appeared to be installed correctly, but browsing to any page with a .php extension returned a 404 Page Not Found error. While the steps below fixed this for me, I had [...]
Interrupting a script.aculo.us event
A client wanted me to implement a drop down contact form that was triggered when the cursor hovered over a button in the site’s navigation. This was no problem, and I delivered some code using script.aculo.us‘s blind effect. A few hours later, the client contacted me and said that as he moved his cursor around [...]