Internet

Switching from Blogger to Wordpress

Over the last 2 days, I have undertaken the monumental task of switching my blog from Blogger to Wordpress. To say the least, it was an experience. I thought I’d share my findings, and explain how to do this without losing any data, tags, RSS subscribers or Google rankings.

bloggertowordpress

First, check out the tutorial from Digital Inspiration; it saved my life. The tutorial covers Wordpress installation, Blogger account import procedure, 3 steps to handle redirects from old Blogger pages to your new pages on Wordpress.

It is particularly good for ensuring the 301 redirects from Blogger to Wordpress successfully. It worked for me the first time with no problem. It will also be easier for you if you’ve been using a service like Feedburner to manage your feed, since that address will stay the same. Make sure to read below, because you may still hit a few walls with the tutorial above, as I did.

Permalinks

For example, you are probably going to want “pretty permalinks”. You can set these in the Wordpress admin by going to “Settings” –> “Permalinks”; choose “Custom Structure” and type: “/%year%/%monthnum%/%day%/%postname%/” (no quotes).

If you are getting an error when trying to set this custom permalinks type, you probably don’t have the mod_rewrite function working. If you are running on an IIS6 machine, as I am, you can get around this fix by creating a file called “.htaccess” and storing it in your root folder on your FTP server. Add this into the “.htaccess” file, save and close:

# BEGIN WordPress
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

# END WordPress

Turn Categories into back into Tags

You may also notice that the Blogger import made all of my tags into categories. Luckily, if you go to “Tools” –> “Import” within the Wordpress admin area, there is an option called “Categories and Tags Converter” that will get this fixed for you very easily.

If you’re going through a similar process, I hope you find this helpful! If not, I hope you enjoy the new blog layout and widgets. Please let me know your thoughts, as I always invite conversation below. Soon I’ll add Facebook Connect integration to make commenting much easier for my visitors.

  • Share/Bookmark

Apple Keynote at WWDC

No doubt there is some excitement going on at the WWDC. So far (and I will do my best to keep updating this post) this is the list of notable feature upgrades they have made to the iPhone OS 3.0:

iPhone OS 3.0
3.0 Software is FREE for all iPhone owners and $9.95 for touch owners (and available on June 17th)

New Business Models (entrepreneurs, take notice) – In-Application Billing! Finally!!!
Push Notifications!
Cut/copy/paste. Works across all apps
Tethering is now supported.
MMS now available.
Want to undo? Just shake the phone.
Adding Spotlight: now search across your entire phone, apps and details within apps!
iTunes: Rent and purchase movies right from the phone!
iTunesU now also on phone.
HTML5 support in Mobile Safari. Javascript 3X faster.
Autofill
Users can play your own music (from your library) inside applications
You can also send a “remote wipe” command to wipe your data remotely! (with MobileMe)
Login and it will show you a map of where your phone is located! (with MobileMe)

Random Stats:
40,000,000 iPhones/touches sold already
1,000,000 SDK downloaded

iPhone 3GS
“s” stands for “speed”
Up to 3 times faster than the 3g model
iPhone 3GS has a new camera (3.2 megapixel)
Video capturing is now possible on the iPhone 3GS!
30 frames per second with auto focus, exposure control, and more

Oh … and either iPhone 3.0 can show you real-time health information (with proper accessories, of course):

  • Share/Bookmark

Google Wave

Google announced “Google Wave” at the Google I/O conference last week. Google says that their technology is a new tool for communication and collaboration on the web, coming later this year.

After watching the video and speaking to a friend at the event, I think this product is going to be hugely successful for a few reasons.

1. VERY Open API
2. Widget architecture to allow plug-ins like Firefox allows for dynamic functionality
3. Multi-faceted use cases (consumer, prosumer, enterprise)
4. Google already has a massive reach
5. The technology allows real-time updates to multiple locations (i.e. edits or updates to a wave will be shown in real-time to friends, colleagues, and places that the wave may be embedded such as blogs or a website)
6. Drag and drop from desktop to web
7. Ease of adding and removing(??) Wave participants
8. Playback functionality of Waves (I am excited to see how this gets further developed)

If you are reading this, and are from Google, I would love an invite to the Wave sandbox to give it a trial pre-launch!

Watch the video at http://wave.google.com/

  • Share/Bookmark

ColdFusion 8 Coming Soon

This might be a little outside the scope of my usual blogging topics, but its exciting! ColdFusion 8 Scorpio has begun its pre-release tour – in case you are wondering, ColdFusion is an internet-based programming platform. It is owned by Adobe, who bought Macromedia, who bought Allaire – the company that originally developed the technology. It’s come a LONG way! It includes built-in AJAX widgets, JSON support, .NET integration, Microsoft Exchange integration, a Flash-based presentation builder, full PDF integration and many other cool features. I may or may not be getting a little excited about this news.

More details available on downloadsquad.com.

  • Share/Bookmark