7 Comments
posted on March 14, 2009
Hiya Guys,
Its been long since i posted here on "DigiMantra". Been really busy in my office and events,conferences etc. As I love to write code/tutorials here so I am back :P
This time I am gonna show you how can you swap elements from one select html element to another.
Demo
var box2;var bo.....
Read More
No Comments
posted on March 8, 2009
Recently i shifted to godaddy hosting and i realized that godaddy's hosting connections had SQLyog to be installed and not the phpmyadmin. Then i thought i should install phpmyadmin myself so that i can restore my current database from the old webhost. However later i realized that phpmyadmin is int.....
Read More
22 Comments
posted on February 5, 2009
I know i should have posted it long back like 2-3 years back, but they say its never too late. So i am gonna tell you how can you order a free CD/DVD from canonical. They ship CD/DVD right at your doorstep without charging you a single penny. Seems absurd ? Well order one yours and you will get to k.....
Read More
No Comments
posted on February 5, 2009
I am not a very old or an elder one in the house of technology, but yeah i am the one who knows about the latest technology and attempts to implement or atleast experience it.
As we all know or might have experienced that today we are going through something that is called downfall or recession or .....
Read More
3 Comments
posted on February 2, 2009
HTTP_POST_VARS was a very useful global array, but we dont use it these days. I do not understand or i did not find time to research if it has been discontinued or had some problem. But it was quite a nice array which stored all the fields and their values of a html form into a key-value pair array.....
Read More
No Comments
posted on January 22, 2009
Hiya,
This is going to be very short, brief blog entry but is sure gonna be useful. I used these tricks for the SEO part and trust me it gave me really good results. SEO is really a wide scope in itself and i dont know if i can grasp it all :P
Well for me the following tricks for like a charm for .....
Read More
No Comments
posted on January 5, 2009
Date and time is one function which is always like there in whatever website, project you create. The more simple they look like to start with the more complex they become. Complexity comes in when we put these functions into different loops conditions etc. Well Today i got a bug in some code and it.....
Read More
No Comments
posted on January 4, 2009
This is going to be a concise tutorial. On my another blog i had an old theme which doesn't support displaying Avatars in comments. So i wandered along and found this snippet which can be replaced by the Avatar picutre when compiled and sent over to the server. So lets get it straight and show you t.....
Read More
8 Comments
posted on January 3, 2009
In this tutorial i am gonna show you how a javascript function can be hooked to a HTML element with its predefined class or id attribute. We are going to use class attribute here because we may want to have multiple elements of the same kind where in we want the javascript functions to be hooked. We.....
Read More
1 Comment
posted on January 1, 2009
Yeah i know array is what you have been living with because you think you do not require object at some places. And talking about array, you gonna choose associative arrays for sure, right eh ?
Well on the sad note you do not get associative arrays inside javascript. Its not that you do not get, .....
Read More
No Comments
posted on January 1, 2009
In this tutorial i am going to show you how to use prototype object in javascript to change the way you used to code. Prototype is an amazing way to add custom properties/methods to your existing legacy Objects or make your own. Well did that sound complicated ? Hmmm.. Lets go further and make sense.....
Read More
1 Comment
posted on December 30, 2008
This is again going to be basic tutorial for noobs and not the one for advanced users. I figured out the way to run remote process on a windows system. Of course in Linux it is possible using putty but somehow that is just for linux. For Microsoft windows we have a similar executable called psexec.e.....
Read More