Not that Google cares about what I think or even bugs I’ve found using their products, but I thought of a simple solution to their Blogger FTP problem. Google states they are abandoning support for FTP based Blogger accounts, because few people use them. The reality is their software architecture was flawed. Without getting technical, I am going explain how the Blogger FTP accounts worked and how they should have proceeded.
When a blogger using the FTP account option published a new blog, Google would build the files on their server and then open an FTP connection and transfer static files to that blogger’s web host. The problem was that Google didn’t just send the file that was created or updated, they sent EVERY FILE. They had no way to know if your changes impacted other files, so they sent them all. If you have 30 posts, this isn’t a big deal. If you have 300, every update becomes a nightmare. Transfering MBs of files every time you add a comma is a painful experience to the blogger.
I can only imagine what was happening at Google. God knows how many hundreds of thousands of bloggers were transferring hundreds of terabytes daily on their dime. Everyone loves free software until someone has to pay the bill.
What Google should have down is create a desktop application version of Blogger. They already create one for Picasa and Google Earth. That would have offloaded the FTP activity to the user and off of Google’s servers. Then create a settings page that would allow the user to configure what gets published. And then publish those changes in the background. Desktop applications have an advantage over web applications when it comes to background processing. I don’t how many hours I wasted staring at the Blogger FTP status screen while I was ready to write a new paragraph. If you need inspiration, look at Microsoft’s Live Writer.
There you go Google. Feel free to cut me a check for this face saving move. You lost a lot of goodwill this week with your announcement.
erik
Mar 8, 2010 — 10:18 am
I made a script so you can keep running it via FTP. http://tinyurl.com/yj26okr
You can sync it in your own cron job, or you can ask me to do it.
MAS
Mar 8, 2010 — 10:28 am
Cool solution, however I can not endorse BlogSpot. Read –> I Hate Blogspot Too.
erik
Mar 8, 2010 — 11:08 am
Google shut down their discussion form. There were too many people with good solutions that allow them to keep ownership of their content. I’m trying to stop that … but I’m only getting a handful of people using it. One guy posted a patch. I’m hoping it stops some people from giving in to the gestapo.
MAS
Mar 8, 2010 — 11:17 am
@erik – I did not know that.
Google doesn’t like when you report bugs. Neither does Amazon.