Top 10 events in 2008

There were a lot of important events in 2008, which can be defined as good or bad. Here is a list from what i remember of the year gone by. Mumbai attacks - India hardens as a state, we have a new look in our diplomacy. We want action and not reactions from our under-performing politicians. J&K elections - Another great event for our democracy. Finally, a new young CM who can make a difference if he chooses to....

January 6, 2009 · 2 min · 343 words · Me

Web startup strategy in times of recession

I think that a lot of people think that its easy to start a web startup and get funding, well part of that is true. Yes, the barrier to start something on the web is extremely low, but lately with the recession getting money for the same is way more difficult than before. So if you are hooked into the web business, here are some simple tips to get through these difficult times....

January 3, 2009 · 2 min · 298 words · Me

PHP + nice URLS + nginx

Easiest way to get php with good looking urls running on your site . Works for drupal, wordpress and joomla. server { listen 80; server_name www.domain.com; index index.html index.htm index.php; root /path/to/domain/files; location / { error_page 404 = //e/index.php?q=$uri; } location ~ .php$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /path/to/domain/files$fastcgi_script_name; } access_log /usr/local/nginx/logs/domain.access_log; error_log /usr/local/nginx/logs/domain.error_log; }

December 26, 2008 · 1 min · 59 words · Me

Proto.in January'09, Bangalore

After its resounding successes in its past four editions, Proto.in is back on 23 & 24 january at bangalore to further strengthen its position as India’s premier start-up event. Proto.in has built a reputation of being the one event the entire entrepreneurial ecosystem looks forward to, across the length and breadth of India. Having witnessed successful past editions in Delhi and Chennai and gearing up for the next one in Bangalore, Ravi Narayanan, a well known entrepreneur and an advisor to proto....

December 12, 2008 · 4 min · 675 words · Me

Pownce gone, use kwippy

In a blatant act of self promotion, now that pownce is finished, I can confidently write that we are the only other django based micro-blogging network with some traction. I do admit the user interface needs a bit of work, but if you interact with our community, you will realize that they are a set of amazing people. So keeping in mind that you want to move on from pownce, try something new … or just try kwippy....

December 2, 2008 · 1 min · 79 words · Me