When designing, one of the first things I do is to define some very common elements with general features like no margin/padding for body. Similar with […]
Recently I stumbled upon a great script for extracting modified files between two GIT commits. This is great for website deployments assuming on client side only […]
let’s assume you have a mysql field which is composed from comma separated values table name: products field name from table products: category_ids (the comma separated […]
The exact error I kept getting was: exception ‘Zend_Db_Statement_Exception’ with message ‘SQLSTATE[HY000]: General error: 1005 Can’t create table ‘xxx catalog_category_flat_store_1.frm’ (errno: 150)’ in xxx/lib/Zend/Db/Statement/Pdo.php:234 The solution […]
There is almost an year since working with qdpm, http://qdpm.net/, which is a great tool for project management, however I wanted something more complete and if […]
Recently I got this error when trying to send emails in prestashop. An email was bouncing back and it contained the following message: This message has […]
Recently I wanted to test the ajax capabilities from cakePHP and after setting up the links to prototype.js and scriptaculous.js just as shown on cakePHP website, […]