{"id":257,"date":"2008-01-08T20:27:26","date_gmt":"2008-01-09T03:27:26","guid":{"rendered":"http:\/\/www.bspcn.com\/2008\/01\/08\/building-a-com-in-24-hours\/"},"modified":"2011-01-11T08:01:05","modified_gmt":"2011-01-11T15:01:05","slug":"building-a-com-in-24-hours","status":"publish","type":"post","link":"http:\/\/localhost\/wordpress\/2008\/01\/08\/building-a-com-in-24-hours\/","title":{"rendered":"Building a .com in 24 hours"},"content":{"rendered":"

Written by dominiek<\/a><\/p>\n

This is about how I spend 24 concentrated hours spread out over 4 days during Holidays to build the online service Wigitize.com<\/a>. It is part of my ongoing learning process on how to run a successful web startup.<\/p>\n

Even though I’m a super pimple-faced code-geek, I strive to be a creative entrepreneur who can utilize modern day tools and navigate the chaos to build cool stuff. What I tried to do for this project is use some new methods\/tools out there to solve practical problems in my weakness area: design, frontend coding, system administration and SEO.<\/p>\n

Purpose of this article is to show my thought process on the multidisciplinary aspects of this project. Also to invoke the discussion on how these things could be done much better (correct me!) and hopefully also to educate other entrepreneurial minded hackers.<\/p>\n

Wigitize.com, A geeky Idea<\/h1>\n

While working for my current client here in Tokyo, I’m often running into problems where I wish there was a third party web service that could solve them. For example: Uploading\/Managing pictures for user generated content. We want to build cool shit, not reinvent the wheel.<\/p>\n

Another one of these ‘problems’ – by saying problems I mean ‘important new features’ – was allowing users to import their blog’s RSS feed. When users input the URL of their blog, a listing of their most recent blog entries will be displayed, sounds simple enough right?<\/p>\n

Several weeks before, I already wrote a feature that allowed users to display their latest Twitter<\/a> ‘tweets’. Building this ‘passive twitter integration’ seriously did not take any longer than one hour! This is because Twitter provides a blog badge<\/em> or widget<\/em>. More and more sites are starting to provide these widgets making it easier for people to take their data and display it on their blog. And that’s great!<\/p>\n

However, the most popular data feed format – RSS – does not have these widget benefits. Widgets rely on a smart technique called JSON which allows your browser to fetch the actual data. With RSS feeds you need relatively complicated server-side processing to display the data.<\/p>\n

So wouldn’t it be cool if there was a web service that allowed you to convert any RSS\/Atom feed into a embeddable widget? I’m sure some of you will suggest similar services now :]<\/p>\n

A service like that should be:<\/p>\n