About me

dipankar picThis is Dipankar Sarkar’s personal home on the internet, it all started with me finding out about the .name extension and the great things which it could do [or not do]. Anyways, I will try to explain myself here so that some bots can create history by crawling and archiving this content.

I like(and am addicted) to startups [dot]

The above pretty much sum up my approach to the professional. Personally, I am a lucky man who has a great partner[and wife] in Maitrayee & of course awesome family.

  • Share/Bookmark

RSS Desinerd

  • Nested comments
    Comments inside comments ! That seems to be a basic issue in PHP. Lets say i am including a php file, and i comment it out using /* */ and it super freaks out when that file has comments. Simple things that can save developer pain and i am sure it is not a difficult [...] Related posts:FeinCMS and DjangoCMS Spent sometime working with both over the last mo […]
  • Support and PHP
    So got to setting up OTRS, neat email based support system and it works pretty well it seems. There are some issues setting it up initially, but it integrates very well into your support email ! Should have thought of using it for kwippy once i think about it he he. Just managed to get PHP [...] No related posts. Related posts brought to you by Yet Anothe […]
  • FeinCMS and DjangoCMS
    Spent sometime working with both over the last month, created 2 ecommerce sites around these and here are some observations which may help people decide what works for them FeinCMS was a pain to get started with, i had to base it all on the default example as the documentation was not enough to get it [...] Related posts:Nested comments Comments inside co […]
  • Wold clock extension: Google chrome
    https://chrome.google.com/extensions/detail/loilmadfanbmmecbmjfcopplelaikmjc So here i present the google chome world clock extension ! Simple but works great. Developed it in January and has seen over 500 downloads. So go get the beta google chrome and install this cool plugin to keep track of time . No related posts. Related posts brought to you by Yet […]
  • GD Library Error: Imagecreatetruecolor Does Not Exist
    Well the simplest way of solving this is to run sudo apt-get install php5-gd That will install the necessary libraries that you need to keep continuing. If you are in windows then you need to go  to your php.ini and uncomment the following lines ;extension=php_gd.dll ;extension=php_gd2.dll [just remove the ; to uncomment them] Hope that solves your image is […]