How to Redirect Non-WWW to WWW

Search engines consider http://joshstauffer.com and http://www.joshstauffer.com to be different websites. Therefore if you have others linking to both versions of your site you are splitting up your link juice. To correct this you can use a simple 301 redirect in your site’s .htaccess file.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^joshstauffer\.com$ [NC]
RewriteRule ^(.*)$ http://www.joshstauffer.com/$1 [R=301,L]

Best Interactive Flash Experience

I have been meaning to post about the HBO Voyeur movie for a while now but obviously haven’t gotten around to it until now. I first came across it after reading one of Adobe Edge’s newsletters. In the newsletter they listed some of the most innovative and exciting sites they have have seen. [...]

Website Value Calculator

My site is worth $196.How much is yours worth?
So, I strongly doubt the accuracy of this tool but I found it to be fun regardless.
This free tool will analyze your site, and let you know how well it’s being monetized, and what value you could sell it for.
Really???

Browser Renderings

Well, I upgraded to IE7 and boy am I NOT glad that I did. But I needed to see how a project I am working on looked in Internet Explorer 7. Come to find out that it looked great in Firefox and IE6 but not in IE7. So I upgraded to IE7 made some changes [...]