February 2009
You are browsing the archive for February 2009.
By nitin on February 24, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/siliconindia-why-do-they-send-such-mails/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/siliconindia-why-do-they-send-such-mails/",
size: "large",
google_analytics: "true"
}
Fake Account … Fake Account … Fake Account … Fake Account …
Within a day or two I receive such mails from SiliconIndia.
Posted in Random | Tagged fake account, fake mail, mail, siliconindia, spam |
By nitin on February 24, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/django-orm-what-to-do-when-the-memory-requirement-goes-high/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/django-orm-what-to-do-when-the-memory-requirement-goes-high/",
size: "large",
google_analytics: "true"
}
As the title suggest this post is regarding "Memory Requirement of django ORM".
Actually some days back I myself faced this problem and wrote "Why Django ORM Sucks : It takes a hell lot of memory in processing". From various comments and a thread which started [...]
Posted in Django | Tagged Django, memory, ORM, python |
By nitin on February 23, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/",
size: "large",
google_analytics: "true"
}
The syntax to add it in Model is:
class MyModel(models.Model):
video = FileField(upload_to=None[, max_length=100, **options])
Posted in Django, Tips & Tricks | Tagged Django, example, FileField, ImageField, Model, tips |
By nitin on February 17, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/filmfare-nominations-2009-bollywood/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/filmfare-nominations-2009-bollywood/",
size: "large",
google_analytics: "true"
}
After months of speculation, the Filmfare nominations are finally out. Time to see who will take the 'beautiful dark lady' home this year! Will act in Rab ne.., happy and 'gay' Dostana or 8-packed Aamir Khan? Even as the stars get ready for the big [...]
Posted in India Buzz, Movies | Tagged 2009, bollywood, filmfare, filmfare nomination, ghajani, jodha akbar, nomination, rab ne bana di jodi, yuvvraaj |
By nitin on February 17, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/why-django-orm-sucks-it-takes-a-hell-lot-of-memory-in-processing/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/why-django-orm-sucks-it-takes-a-hell-lot-of-memory-in-processing/",
size: "large",
google_analytics: "true"
}
For a project i wanted to keep one of my table in memcache. I tried to do it using Django ORM but it was taking a hell lot of memory.
Posted in Django | Tagged Database, Django, memcache, MemCached, ORM, problem |
By nitin on February 17, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/installing-memcached-for-django-application-on-windows-xp/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/installing-memcached-for-django-application-on-windows-xp/",
size: "large",
google_analytics: "true"
}
For a project I needed Memcached. But the problem was that I have my development system on WindowsXP.
Posted in Django, MemCached | Tagged Django, memcache, MemCached, python, win32, windows, windows XP, windowsXP |
By nitin on February 16, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/dictionary-on-double-click-bookmarklet/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/dictionary-on-double-click-bookmarklet/",
size: "large",
google_analytics: "true"
}
While visiting various sites (specially those fucking Raja Sen Movie reviews), I at times need dictionary. When I don’t know meaning of any word I have to open dictionay.com and than search for it.
Posted in Javascript | Tagged answers, bookmarklet, dbl-click, dictionary, double-click, Javascript |
By nitin on February 15, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/wtf-what-the-framework-bookmarklet-find-the-javascript-framework-being-used/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/wtf-what-the-framework-bookmarklet-find-the-javascript-framework-being-used/",
size: "large",
google_analytics: "true"
}
Yesterday I was hacking the source code of a website. While doing I needed the javascript library being used in that site.
Although on accessing various javascript files i came to know that Prototype was used in that site.
Posted in Javascript, Tips & Tricks | Tagged javascript framework, jquery, mootools, prototype, scriptoculos, WTF, WTFramework |
By nitin on February 14, 2009
tweetmeme_url = "http://www.nitinh.com/2009/02/happy-valentines-day-history-valentines-day/";
tweetmeme_source = "nitinhayaran";
var fbShare = {
url: "http://www.nitinh.com/2009/02/happy-valentines-day-history-valentines-day/",
size: "large",
google_analytics: "true"
}
Valentine's Day or Saint Valentine's Day is a holiday celebrated on February 14 by many people throughout the world. In the West, it is the traditional day on which lovers express their love for each other by sending Valentine's cards, presenting flowers, or offering confectionery. [...]
Posted in Random | Tagged history, Valentine, valentine's day |
Recent Responses