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]

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 [...]

Best Firefox Extensions

Firefox is great! Why? Because it has some of the greatest extensions you could think of. I used to be the type of person that completely refused to use Firefox simply because IE6 was more prevalent. I am sure glad a friend of mine talked me into giving Firefox a try because I don’t know [...]