Thursday, December 31, 2009

Happy New Year

No comments:
May each day of the coming year be vibrant and new bringing along many
reasons 4 celebrations.
Wish U n Ur Family a Bright n Prosperous New Year.
-Jerome Jackson Rodrigues.:-)

Monday, December 14, 2009

Wednesday, July 29, 2009

Make javascript variables global

No comments:
To make a variable just define it outside the scope of your functions
Eg:
var myvar=5;
fun();
myvar=1;
fun();
function fun()
{ //code goes here.
alert(myvar);
}

Saturday, July 25, 2009

Friends

No comments:
Time might lead me some where away from you and fate may wipe me away from your memory.But i will always be thankful that once in lifes journey we became friends.

Tuesday, June 23, 2009

Tuesday, April 7, 2009

Device Control Through PC - My First Post...

No comments:
In this project we can control household electrical or industrial appliances using a computer where there is a parallel port interface between the switching circuit and computer.
Jerome Jackson Rodrigues.
--Thank you.