Startup Life
Technology. Startups. Venture Capital. My Life.
Technology. Startups. Venture Capital. My Life.
Oct 29th
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.

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.
Jun 8th
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):
Apr 24th
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.