Sunday, December 30th 2007 1:21 PM in Guides, Internet, Software, Web Development (6)

I’ve gotten a number of e-mails in response to a comment I made on a post about installing Wordpress on GoDaddy hosting. Given the response I’ve gotten, I thought it was a good idea to provide my PHP.INI file that I’ve set up to other people looking for this. You can download it below.

The file is a complete PHP.INI file with all the configuration options you’d find in a full PHP installation. I’ve changed a few key settings that I found most important, such as max upload size and post size, allowing for high resolution photos to be uploaded.

If you have questions or suggestions about other ways to customize this file further, please leave a comment on this post. Thanks.

GoDaddy-Optimized PHP.INI File



Thursday, July 12th 2007 10:56 PM in CSS, Guides, Web Design (0)

Ever wanted to make your links look like buttons, to give your site a more desktop application-like feel? If you’ve tried making an HTML form just to navigate the user to a new page, you know how frustrating this can be. Luckily, CSS offers an easy way to do this.

Read the rest of this entry »