Adam Breckler

internet professional

Category: Code

How to Remove the Facebook Likebox Border

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 facebook iframe.
The Solution: Wrap the likebox in an extra div (with a border color set [...]

How to camouflage wordpress

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 of your wp-content and theme directories in you will need to make some modifications to [...]

Spicing up you’re wordpress RSS feed

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 sites are scraping you’re content from you’re rss feed and you want to include a [...]

The Direct Traffic Myth

Have you ever wondered how exactly “direct” traffic is measured in Google Analytics? For the most part, this traffic comes from users directly navigating to your site through their browser toolbar or a bookmark. As it turns out there could be other sources that are counted as direct traffic when they aren’t. These [...]