If you enable mod_security on your apache server and you install the base-rules, you’ll probably notice the WordPress blog isn’t functioning correct anymore. To fix this, you could add the following between the <vhost> tags in your vhost file that powers your blog: <LocationMatch "/"> SecRuleRemoveById 910006 # Google robot activity – Useful in someways [...]
The problem: I love Textmate as an editor period. There are some things though that I started missing while developing: Code completion Inline documentation instant error checking debugging from my editor must have strong syntax highlighting support (for dark themes like my favourite Sunburst) So I started looking around for an IDE(or Editor) that would [...]
svn had 2 very nice items: The top 5 red flags of software development: “Wouldn’t it be easy to…” (the hidden cost of change) “This shouldn’t take long” (artificial time frame) “Can you make this small change real quick?” (“small” and “quick”) “Before you finish X, could you do Y?” (the mental costs of interruption) [...]