Archive for June, 2009

Syncronize, Repositories, Backup, Git, SVN

I have come across some really great places to deal with file backups, syncing, and repository building. File Syncing: http://www.samba.org/rsync/ http://www.getdropbox.com http://www.cis.upenn.edu/~bcpierce/unison/ Repository: http://git-scm.com/

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 [...]

How To: Setup Virtual Hosts on OS X

http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/

Copyright your Art, Writing, intellectual Property (IP)

Overview: As a web developer or a website owner its important to know the the laws and processes you can perform, to protect your online work from being copied, plagiarized. Reality Check: It is impossible to prevent it from occurring, but you can take precautions and make life harder for those that would attempt to [...]