Monthly Archives: March 2011

Twitter Weekly Updates for 2011-03-27

Twitter Weekly Updates for 2011-03-20

  • .@AtulChitnis who are you? #
  • @geetanjalic I married a girl who read and wrote and all she loves to read now is her passbook and write cheques…. #notatruestory #
  • @Ramblinggeek So it is like :-) or :'( ? #confused #
  • Emerging out of deep slumber after a long morning of great birding at Mogarkasa. The temp went from 13c to 38c in just 4 hours #summer #
  • Got another common bird which had eluded my cameras till now the White Rumped Munia #
  • @Ramblinggeek Ha ha! Hope both of them are on twitter and read this Continue reading

Twitter Weekly Updates for 2011-03-13

Twitter Weekly Updates for 2011-03-06

  • @achitnis pity they don't have mute on the desktop version…. #
  • @meenabhatia Am not averse to cricket nor crazy about it, but mute filters have other uses too :-) Specially long pointless discussions #
  • @Ramblinggeek Bahut late samjhaa tere ko! Hum to school mein bhi doosri class ke girls ko picnic le jate the :D #
  • @meenabhatia oh yes – we still have 3 years worth of letters we wrote to each other….. #
  • @meenabhatia Add to it some Vanilla flavored Absolut if your age allows :-) #
  • @geetanjalic taking a screenshot does not work? Continue reading

Last month @ SANIsoft blog March 1, 2011

  • [CakePHP] How to show ‘all’ records options while still using paginate
    Admittedly this is a marginal case but recently a client wanted to show “All” records along with a list of ‘per page’ options for paginated records, for example, something like ’2, 5, 10, 25, 50, 100, All’ or you need to use ‘field sort’ feature of pagination while displaying all records. So, following is a [...]
  • [How to] Using wp_redirect() without getting errors
    Recently I worked on a wordpress plugin where I want to redirect users to the listing page after the data gets successfully saved into the database table. To redirect users to a different page generally we use wp_redirect() function available in wordpress. I tried using the same wp_redirect() function using following code. PLAIN TEXT PHP: [...]
  • Overview of the new SPL features in PHP 5.3
    Today we take a look at another powerful yet still neglected feature that’s part of the PHP 5.3′s stable. It is the latest offerings in the SPL (Standard PHP Library). While SPL has been around since a long time with PHP 5.3, some useful features were introduced. While they might not be the sexiest thing [...]
  • [HowTo] Page expire on browser back/reload in CakePHP
    You might have seen this on many banking sites that the navigation has to be done only via the links and buttons provided on the webpage and if a user clicks the browser’s back or reload button, it shows a page expired error. Let’s see how it can be done in CakePHP. We will set [...]