Posts Tagged “php”

Great way to deal with trolls on your blog

by Luke Rodgers on August 8, 2008

Reading 37signals’ Signal vs. Noise blog today, I came across what I think is a great example of how to deal with trolls on your blog (would also work on a forum/bulletin board).

The problem with one of the most common (…)

Read the rest of this entry »

More cakePHP tips

by Luke Rodgers on July 25, 2008

Continuing from my last post on choosing a php web development framework, here are some more tips on cakePHP that you may not otherwise come across as quickly

if you change your database (as configured in app/config/database.php) make sure to delete (…)

Read the rest of this entry »

Choosing a PHP web application framework

by Luke Rodgers on July 15, 2008

Having dabbled in ruby on rails but eventually given up for no better reason than that my web hosting provider (site5) is particularly difficult to get recent version of rails up and running (issues with rubygems and rails edge are (…)

Read the rest of this entry »