Tag Archives: coding

When Should You Use a Web Framework Such as CakePHP, Pylons, etc…?

I would like to discuss a few good reasons you or your web developer should use or not use a web framework. Web Development frameworks have taken off since the release of Ruby on Rails (RoR). Some other frameworks that have come along are CakePHP, CodeIgniter (PHP) and Pylons (Python). The basic goal of web frameworks is [...]
Posted in intermediate.programming | Also tagged , , , , , | 5 Comments

DFHU Quick Tip: Fighting Spam With User Exeperience Metrics

Do you really want the content from people who have only interacted with your site for 20 seconds?
Posted in beginner-programming | Also tagged , , | 4 Comments

Moving to SQLite For Those Who Know MySQL

Using PDO/SQLite for those who know MySQL. SQL is a dialect of SQL similar to MySQL. SQLite3 comes with some huge benefits.
Posted in intermediate.programming | Also tagged , , , , , , , | Leave a comment