RSS

Tag Archive | "PHP"

Installing CMS Made Simple

Monday, April 3, 2006

2 Comments

Grab the code Option 1 - Subversion [code] cd ~bealers/www svn co http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk cmsmadesimple [/code] This checks out the entire project including a lot of modules into a folder called cmsmadesimple which may not be what you want, but it’s what I’ve done. Option 2 - Tarball Instead you could grab the tarball and extract to the same place and rename the folder [...]

Continue reading...

The Zend Framework - part 1

Friday, March 31, 2006

0 Comments

I’ve been playing with the Zend Framework and have started a little How-To mostly for my own benefit. http://bealers.com/how-to/using-the-zend-framework-part-1/

Continue reading...

Wordpress PHP syntax highlighting

Thursday, March 30, 2006

0 Comments

I’ve been writing code in my spare time again and have been wanting to blog little snippets but Wordpress munges any code that I add into the post body. I googled for wordpress plugins and most didn’t support WP 2 or were a bit tame but then look what I found. The iG:Syntax Hiliter by [...]

Continue reading...

Building a PHP Development server from scratch

Saturday, March 25, 2006

0 Comments

New How-To added detailing all of the steps I took to build myself a home PHP development server: http://bealers.com/how-to/creating-a-php-development-server/

Continue reading...