Archive for the “Code” category

Software Estimations

by adam on January 31, 2012

Why are software development task estimations regularly off by a factor of 2-3?Edit

How to Remove the Facebook Likebox Border

by adam on June 30, 2010

Facebook provides a nifty little likebox widget that can be customized to display your facebook pages current fans (or likers), but the widget comes with an ugly blue border that cannot be overridden with css because it is in a [...]

How to camouflage wordpress

by adam on June 22, 2010

Sometimes you don’t want to broadcast to the world that your site is running on wordpress. Here are some steps to take to remove some of the “traces” of wordpress in your code.
Step 1: Update .htaccess
To mask the paths [...]

Spicing up you’re wordpress RSS feed

by adam on February 18, 2010

Here’s a nifty little function you can add to you’re theme’s functions.php
to append the post category link in you’re rss feed, but the same technique can be applied to add just about anything. This can be especially useful if some [...]