Idea Vault: When is that?

I guess like me there will be many people often confuse appointments/client calls due to timezone differences. I am not talking about people who send/receive schedules from Outlook (or similar apps).

Read more...




SVN: Export only updated files between 2 revisions

Are you someone like me who is looking for an SVN command that exports the files updated between two revisions? Until now, I used to say that there is no such command available in SVN by default, or maybe now they have a feature to build in the next release.

Read more...



Sticky notes with PHP and Jquery

Script speaks louder than words. Please go through the following links PHP Gd based Sticky script Jquery UI based Sticky page The first script is used to create a dynamic sticky image with the selected sticky pattern and font.

Read more...




HSBC.php

<?php /** * @desc Class to process payment using HSBC gateway * This class will return orderhash * 18-Dec-2006 */ class HSBC{ var $storeFrontId; var $hashFilePath; var $CPIhash; var $orderHash; /** * @desc initialize configuration arguements.

Read more...