christyjohn

Generate Verification Key


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
While registering with a website we often need to verfy our email id. Given below is the code to develop that functionality. The following will generate...

Sending Mail


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Sending mail using PHP is very simple. Here I’ll show how we can send the activation mail to a registered using along with the verification key we generated...

Adding Pagination in PHP


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Here is an example of  how to use pagination in your PHP oage. I’m using a pagination class developed by Shiege Iseng’ and can be downloaded from...

Change a drop down when other changes in AJAX way


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Here we are going to see basic AJAX script in play. Here I’m writing a script which populates a drop down box with states according to the countries selected...

Basic connection string


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
This is very very novice kind of thing. Every web application requires script like this. Usually we write the following in a file named connection.inc which...

What the Llama taught me? Part – 1


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Yesterday I finished reading the Llama book. I need to go through the book again since I didn’t get a thorough understanding of all the contents especially...

Why I love Perl already?


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Since I have only started learning Perl I’m not yet qualified to talk about the programming aspects of the languages.I also don’t have much experience...

Explantion on the use of chop() and chomp() functions.


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
In an effort to learn Perl I was going through the Llama book. When I came to the second chapter there was an exercise where we need to enter two numbers...

Stepping into the world of Perl.


over 2 years ago by christyjohn on The Code Pilgrim's Progress.
Alan Haggai Alavi a friend of mine and another Perl hacker introduced me to Perl a few days back. He has been doing steady Perl coding for a while and has...

What is actually unicode and how Java implements it?


almost 3 years ago by christyjohn on The Code Pilgrim's Progress.
In an attempt to move into the field of enterprise application development I started refreshing my Java recently. I was going through a well known book...