301 Yes or No???

Very interesting guys… I too am a “serial entrepreneur” and have similar, or almost identical goals Bryan, with many similar initiatives. I’ve spent countless hours on these issues, such as the use of ‘www’ or not… Here’s a great article

http://www.seobook.com/archives/001714.shtml

Unfortunately I didn’t create a following like Bryan to help me through, so I ended up learning all of this stuff on my own….
(Currently VP of . As well,
The good part of this is that I might be able to explain in understandable terms.

For those of you using WordPress, or any other LAMP based software (LAMP = Linux, Apache,MySql,PHP) you’ll have a file called .htaccess in the root of your installation. Basically it’s located in a folder called ‘public_html’ or it’s shortcut, ‘www.’ When you open this file, you can simple add a few lines of “code” to redirect traffic from http://daynger.com to http://www.daynger.com. When the bots, or spiders, come crawling, the too will get redirected. This is commonly known as a 301 redirect.

Here’s what I’ve added to the .htaccess file to make sure the 301 redirect is accomplished.

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

Another BIG issue that needs consideration here is DUPLICATE CONTENT. When there is no 301 redirect, as you know, the bots see two separate sites. Well, if your site has content similar, or identical, to content on another site (even if it’s yours), that’s a nice big kick in the ass from google… so be careful.

Here’s a decent site I found with some interesting tools and ideas. http://www.ragepank.com/tags/301/

(just found this site a moment ago)

In summary, it’s important to do this. And while the discussion is on linking and their naming conventions, it might be a good idea to implement SEF (Search Engine Friendly) URL’s.

Popularity: 1% [?]

Links

OpenJason
Daynger
Pawnder
New Mexico Cheer
OS Strategies
Commercial Warehouse FinderGallery Artiste
ContactMate
Art is OK
FareLaunch
SyteLift
Oh My Adsense!
BlogersonThouohtThotter
Barons Deli
Enchantment Fundraising
Old Town ABQ
The Village of Los RanchosMeBoMaxWhere Storage
YouCheer
Ajaxular

Popularity: 1% [?]

Bloxpress – Kjell really died?

I’m not too sure why, but this really upset me. I read a post that said that the developer of BloxPress, the developer of a wordpress AJAX templating system, died. I was reading the latests post and it seemed that he just dropped off the face of the earth… people were rather upset… finally, the very last post said “Kjell died by car accident.” … and that was it. No posts after. It really made me feel strange… no comments after? Did it really happen? I wanted to scream… “you’re just leaving me hanging here!” Like the Blair Witch project of the internet…

Some might call me crazy, but I’ve recently started using this great “ajaxular” template. I dunno.. just really weird. Call me crazy.

Popularity: 1% [?]

Funny Yahoo404

Haha… yahoos. Yahoo404

Popularity: 1% [?]

How to Merge CSV files

I’m just about positive several people look for this… If just one person is helped, cheers.

You can merge multiple csv or text files with a simple DOS command. Copy the code below into a text editor and save the file with a .bat extension. Save the file in the same folder as the csv files.

copy *.csv importfile.csv

Popularity: 1% [?]

follow me on twitter RSSSubscribe, Dude.