Archive for August, 2009

Popular Open Source CMS

Here are a huge list of open source php based content management systems.

XOOPS
Mambo
Joomla
Drupal
Yupi CMS
Wolf CMS
Website Baker
Typolight
Triton
plum cms
pligg cms
phpwcms
php-nuke
php-fusion
php micro CMS
OpenRat CMS
Limny
Limeware
Lemon CMS
Jaws
html-edit
Guppy
eliteCMS
CMS Made Simple

Popular Shopping Cart Scripts

Here are some of popular open source php based shopping (e-commerce) cart scripts.

osCommerce
Zen Cart
Magento
Ubercart with Drupal
Opencart

MySQL Coding Conventions

Here are some useful tips to maintain the mysql and SQL coding standard.

Always write queries in Capital Letters.
Quote around table names and column names by using back tick (`) operator.
Always use table names and column names in small letters.
Use underscore (_) for table names and column names.
Always fetch required fields only, do not select  (*) [...]