Programming quote of the day – The debugging dilemma
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian Kernighan
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian Kernighan
From a few years ago, one of many presentations in university (unfortunately in german) Ruby On Rails Einführung View more presentations from Reinhold Weber
The new frontier in web design 2011 – adaptive/responsive website layouts with CSS3 media queries mediaqueri.es
Note to self – If you want to survive major version cms upgrades, always use theme inheritance and overwrite defaults of the default theme that comes with Magento. I wish I knew … See also – Designer’s guide to Magento
Languages are a tool, not a religion Workflow is essential Everything depends on context, nothing is absolute Agile depends on various contexts Version control is crucial Often there is no easy way, but there always is a right way to do something Requirements DO change You have to give them what they need not what [...]