Archive for September, 2009

PHP, Programming

A working recursive directory remove function for PHP

I’ve got a client that really wanted to have functionality built into his site that would duplicate a directory and all the files. No big deal except that all the files end up owned by nobody and with the permissions set to 644, which means I can’t delete them via FTP when something goes wrong […]

Design, Internet

The $300 Million Button

I made a post the other day talking about user interface and I wanted to share the post that really inspired me and changed my whole viewpoint on interface design. It is called The $300 Million Button.

Internet, Javascript, Programming

Preserving form data on the fly – Part 1

I recently had the opportunity to interview a celebrity about an upcoming video game that he is involved with. There was a little bit of a challenge to conducting this particular interview because it had to be conducted through Twitter. Twitter isn’t a great avenue for interviews since I didn’t want everyone to see the […]

Design, Internet

What is more important, design or UI?

There are really quite a few steps that go into a well designed site beginning with the functional design of the site, the visual style and appearance of the site, and then the underlying code that pulls it all together. I’m very good at the last piece of the puzzle, but I have never taken […]

Internet, Tech

Firefox 3.5 Character Encoding Issues

I usually upgrade to the newest version of Firefox, currently 3.5.2, as soon as it becomes available. In the last week or so I noticed that certain web forms with text boxes begun to display very odd characters regardless of what I was typing. I could copy this text and paste it into notepad and […]