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...



Tamil.net links xTamil tool

I’m overwhelmed with happiness after I saw my Google analytics report today. This blog and the new tool which I wrote xTamil - English to Tamil convertor (Unicode) are linked in a Tamil portal site Tamil.

Read more...



Clean yahoo webmail without Ad's

Today, I have uploaded my second Greasemonkey scripts to userscripts, Yahoo webmail++ . This will remove (hide) the advertisements in your yahoo webmail, the one at the top and the small ads on the left side.

Read more...


Safari for Windows

Finally Apple offers Safari for Windows, I am on my Safari now!. But there are bugs in Windows version of Safari, please go through the Techrunch link.

Read more...



My first Greasemonkey script

Ok. My first Greasemonkey script is available from userscripts.org (http://userscripts-mirror.org/scripts/show/9740) I have been using Greasemonkey for more than a year. Recently I downloaded 2 userscript, GMail superclean and Gmail air, which inspired me to write a script.

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...


function.php

<?php /** * @desc Function to print variable for debugging */ function printPre($data, $extended=false) { echo "<pre>"; if($extended) { var_dump($data); } else { print_r($data); } echo "</pre>"; } ?

Read more...


hsbc_return.php

    <?php
       
        require_once "function.php";
        require_once "HSBC.php";
        printPre($_POST);
       
        $h1 = new HSBC();
        echo $h1->error($_POST['CpiResultsCode']);
    ?>

Hi all

This is my first Blog Post. I’ll Update this blog with useful info[ hope so:) ]