Category Archives: Technology

Redirect non-www domain to www using htaccess for seo

If you own a website running under your own domain, then you probably already understand the importance of SEO. One of the easiest and most important things to improve your SEO health is to avoid duplicate links in your content. So, make sure that you are not serving both www.yourdomain.com and yourdomain.com links separately. Ideally [...]

Also posted in Internet | Leave a comment

Launching toy prototype on Heroku!

I have been implementing few ideas in Django for past month or so but as exciting it might be to see your code working wonders on localhost, you really want to see it running live. Over last week, I explored various hosting options for Django and after reading a ton of posts and talking to [...]

Also posted in Startup Life | Tagged , | 2 Responses

Setting up Django with MySql – with and without MAMP

In this post, we will discuss the steps needed to get your django work with mysql database  on Mac OS Lion – there are 2 ways you can use mysql. It comes packaged with MAMP and if you are already using it, you can configure mysql within MAMP to get running with django. The advantage [...]

Posted in Technology | Tagged , , | 3 Responses

Learn Python/Django and get ready to launch your own idea on Internet

You have ideas but you never got to create something because you are not a developer or specifically a web developer. That has become such an ubiquitous problem that its not an acceptable excuse anymore. Thankfully to the rapidly evolving web frameworks, you dont need to know a ton lot to create your own application [...]

Posted in Technology | Tagged | Leave a comment

5 years of Twitter

Jack Dorsey, co-founder of Twitter, is posting interesting tweets on initial development days of Twitter. What an amazing feeling it must be to see their experiment rocket like this. If this doesn’t inspire you to start working on your crazy idea, what will? [blackbirdpie url="http://twitter.com/#!/jack/status/48076297083158529"] [blackbirdpie url="http://twitter.com/#!/jack/status/48074436380856320"] [blackbirdpie url="http://twitter.com/#!/jack/status/48066896033091585"] 0   Liked this article? Follow me [...]

Also posted in Internet | Tagged , , | Leave a comment