Monday, July 30, 2007

How to convert avi to flash

http://www.jakeludington.com/mac/20060507_flash_movie_conversion_for_mac_os_x.html

Tuesday, July 24, 2007

Privacy policy Generator

http://www.bennadel.com/index.cfm?dax=blog:819.view

Saturday, May 26, 2007

SSI on a mac

http://www.ksdd.com/articles/?p=119

Apache config on a mac

/private/etc/httpd/users/
just look above for the .conf file.

no i got it wrong, it is here
/etc/httpd/httpd.conf

Thursday, May 24, 2007

Sunday, May 20, 2007

Saturday, May 19, 2007

3d Favicon


http://favicon2dots.com/

Saturday, May 12, 2007

Monday, April 30, 2007

Javascript Confirm Form

http://www.shiningstar.net/articles/articles/javascript/confirmsubmit.asp?ID=AWhttp://www2.blogger.com/img/gl.link.gif

Sunday, April 22, 2007

.htaccess tweeks

http://www.vortexmind.net/index.php/2006-02-26-apache-htaccess-tweaking-tutorial/#15

Restart Apache

sudo /usr/sbin/apachectl restart

Apache Case-insensitivity

http://httpd.apache.org/docs/1.3/mod/mod_speling.html

Just add this to the .htaccess file


<IfModule mod_speling.c>

CheckSpelling On

</IfModule>

Apache Config / mod_rewrite

Getting mod_rewrite to work on Mac OS X
http://www.deheus.net/petrik/blog/post/33/