Monthly Archives: August 2011

Twitter Weekly Updates for 2011-08-28

  • RT @MilnaStudios: Ladies and Gentlemen, our next week update will have some shiny new features you guys have requested. Keep the love flowin #
  • I see that no one from #Nagpur has tried the Milna app from @milnastudios try it available for Android as well as iOS #
  • Will accepting that everyone around is a fool make life easier? #
  • Butterflied Roast Chicken with garlic and mild herbs on a bed of vegetables #dinner #
  • Blog Debunks 13-Year-Old Scientist's Solar Power Breakthrough – Technology – The Atlantic Wire: http://t.co/D9pWDAj #
  • Wow! Dessert is home made kalakand…. Continue reading

Twitter Weekly Updates for 2011-08-21

  • Hello! darkness my friend…. #
  • @gaurav_2004 they are timeless with an ever lasting impression…. :-) #
  • RT @Ramblinggeek: Happy Independence day to all fellow Indians and 36% of Indians in NASA #
  • Judged a photography exhibition today – some awesome art at display by #Nagpur amateurs !! #
  • Ghah! this the 5th SMS from DAVP – now it is official Bharath Sarkar SPAMs #
  • Who said "Mera Bharath Mahan" with a P.S. Conditions Apply? Continue reading

Twitter Weekly Updates for 2011-08-14

  • @qtfan :-) #thelostroom just started with White Collar #
  • RT @swatisani: I am looking for an OCR software for printed Urdu script. If you have an idea pls let me know Pl RT #
  • @yuhuh heh! world is a petri dish and you are just one bacteria in some alien's experiment #
  • Relax guys the sky is not falling – its just the world is normalizing #stocks #
  • RT @Jaiswalgee: Yes I read the newspaper today. The whole thing Including the matrimonial ad which said, 'Jaiswal girl seeks wedding boner' #
  • @MsWizKid 4NF will happen in due course of time…. Continue reading

Twitter Weekly Updates for 2011-08-07

Last month @ SANIsoft blog August 1, 2011

  • [CakePHP] A slightly modified QRcode Helper
    I was working on a project where I needed a helper to create QRcode by various methods. After searching I found a good CakePHP QRcode Helper by Max Dörfler which helped me a lot but few functions were still missing in that, like generating QRcode for Wifi network. The allowed contents are: free text contacts [...]
  • How to track SQL errors in CakePHP on production site
    In a CakePHP application, if there is any SQL error and debug level is set to greater than 0, then the complete error message from the database is displayed on the screen, but if the debug is set to 0 it just gives something like “unable to add” or worse a blank page. This can [...]
  • [CakePHP] Sending emails more robustly
    Sending emails in CakePHP using the Email component is a straight forward job. You will find ample documentation about it in the cakephp cookbook. It is a simple and easy to use component. However, one common mistake most of us make is writing the same code to configure the email component at numerous places throughout [...]
  • [How To] Implement Facebook Like button on web page
    This post is more a note to myself than a blog post. There are two Like button implementations: XFBML and Iframe. The XFBML version is more versatile, but requires use of the JavaScript SDK We can use one of the following codes to display a Facebook Like button on our site. Iframe : PLAIN TEXT [...]
  • [CakePHP] Pagination options persistence
    Editing a record and redirecting to a paginated list is a very common workflow pattern in CakePHP. However there is a small problem with this pattern if used with default pagination. after editing the user is always returned to to the first page with the default order and default limit. This is not very user [...]