Archive for category Uncategorized

Enable mail() PHP, on OSX Leopard

I found this here: http://jspr.tndy.me/2008/05/php-mail-and-osx-leopard/ Credit goes to him: There are 4 files I used for the following: /etc/hostconfig /etc/postfix/main.cf php.ini (this could be anywhere depending on your installation, mine’s in /usr/local/php5/lib/) /var/log/mail.log firstly, sudo nano -w /etc/hostconfig and add the following line: MAILSERVER=-YES- then sudo nano -w /etc/postfix/main.cf, find the myhostname variable (by default [...]

Writing a website proposal

PopStalin on : Some good thoughts on developing a website proposal. http://blog.popstalin.com/articles/business/writing-a-website-design-proposal

Smush.it – Compress your images for the web

This plugin is now incorporated with YSlow, but run it on any one of your webpages, then download the new image files… Now you website will run faster and the image quality is still really good. http://developer.yahoo.com/yslow/smushit/index.html