A Hobby Needs Spare Time

Like my title says, “Making Money is my Hobby”. Unfortunately for a hobby to be successful you need to have spare time. This is not something that I have an abundance of these days. For example I have been 130% chargeable at my day job for the last 3 weeks. This means that my girlfriend is not very happy….Well not really, she is in the same industry.

Anyway, I have some great ideas for posts in the coming weeks and just have to find the 4 hours that it is going to take to put them together. One is a review of some of the free ebooks and stuff that you can get from various webmaster blogs out there. I have signed up for a lot of them, and even though they are free you can get some great information from these experts.

Another is a detailed account on how to set up your own blog, from picking your domain to setting up my recommended plugins. This post is for my friends that have been asking me how to start a “website”.

There are a couple more, so be sure to add my feed to your RSS reader or your get my posts in your inbox so that you don’t miss anything.

FREE SEF Directories

I was thinking that I would like to create my own list of FREE Search Engine Friendly (SEF) directories. There are a number of good ones online right now, but I am going to start one from scratch. So if you have a directory that you want me to add please email me at directories@bluenoser.net.

Please ensure that they are SEF, and clean, and user friendly. I will be adding more and more as the coming weeks go on. Also since this is my first list lets limit it to General Directories, maybe in the near future I will start to include Niche too

———————————————-

  1. BluenoserLinks
  2. FREE Web Directory
  3. Webmasters Galaxy
  4. UnaDir
  5. MK PitStop Directory Resources
  6. Best Freebies on Net
  7. Real Estate Directory
  8. Bloggeries Blog Directory
  9. Site Find Directory
  10. Power Submit Directory
  11. Qettle
  12. Index of hosting
  13. Monkey Directory
  14. Pet Directory
  15. The Free Directory
  16. Publifacil
  17. Las Vegas Real Estate Directory
  18. King of Url
  19. URL Shack
  20. Submit URL Here
  21. Arakne-Links
  22. Free Webmaster Directory
  23. AbiFind
  24. Software Directory
  25. Erdoo Portal
  26. Site Catch
  27. Plome
  28. MLinkz
  29. Cyberbilt Web Directory

———————————————-

If one of these links are broken, or they don’t offer free submission or they are no longer SEF please post a comment and I will remove them from the list immediatly.

Convert a Drupal Site to Wordpress

Drupal LogoOne of my sites used to be Drupal 5.x. I recently decided that it was time to convert the site to Wordpress 2.5.x. The reason being that I was really using the site more like a blog than anything else, and although Drupal is a great piece of CMS, it is really not that great out of the box as a blog. Wordpress on the other hand….well it is awesome. There are not that many world class bloggers out there that use anything but, and there is a reason for that.

IT WORKSWordpress

So I asked the question over at DP and got a couple of good links. However it wasn’t going to be easy since I couldn’t find anyone that converted to the most current Wordpress. This caused me some grief, until I decided to simply use an old version for the conversion and upgrade from there. So I went right to the version that this guy used, 2.2.2

The thing that a lot of people may have an issue with is the fact that there is no easy way to move over the users that you may have registered. Since I didn’t force users to register to comment or do pretty much anything else this turned out not to be an issue. The only people that registered were there to post spam. I guess they thought that if they registered they would bypass the moderation.

The list/order of things that I did. I am assuming that you have a host with cPanel and myphpadmin

  1. Complete backup of old site.
  2. Another backup, this time the root directories and the db seperately.
  3. Install Wordpress 2.2.2
  4. Open phpmyadmin, copy over term_data, term_hierarchy, node, node_revisons, term_node, and comments from the Drupal DB to the Wordpress DB. Alternatively you could have installed Wordpress into the same DB as the Drupal install.
  5. Run the SQL from the txt file as found on Alex’s Blog on the Wordpress DB from myphpadmin
  6. Delete the node_revisions table (It isn’t done in the above SQL)
  7. Download and upgrade to the latest Wordpress Build. (you don’t want to get caught with your pants down)
  8. Login in to Wordpress and start cleaning.

So that’s it. The one thing that I am going to have to figure out is an easy way to 301 the old URLs to the new. For now I simply logged into my Google Analytics account and manually 301′d the most popular URLs.

If you are having any problems following the step