by Shashi Dhar Kumar | Apr 1, 2013 | JavaScript, Programming
Capitalize the sentence in Javascript!
by Shashi Dhar Kumar | Mar 8, 2013 | HTML, JavaScript, Programming
How we can show the password box’s text in normal text if the box is password control box in HTML using JavaScript. Copy and paste the following code & you can type the password into the box provided and you will see the text as encrypted of password box is...
by Shashi Dhar Kumar | Apr 17, 2012 | HTML, Programming, XHTML
Expanding the Mailto: tag Introduction The Mailto tag is used as a way to include an email address on a web page which can be clicked on thus opening the visitors default email client with the email address pre-filled. The mailto code can e expanded to include...
by Shashi Dhar Kumar | Apr 15, 2012 | HTML, PHP, Programming, W3C
While the apply ‘_blank’ value to a native link’s attribute ‘target’ that will give you not validated for W3C, the solution is to handle the click on the link and open it in a new window. Please note this alternative methods are absolutely SEO friendly and...
by Shashi Dhar Kumar | Feb 10, 2012 | Programming
Following are the detault pages for website of technology based : 1) HTML Based default pages : a) index.htm b) index.html c) default.htm 2) PHP Based default pages : a) index.php 3) SHTML Based default pages : a) index.shtml 4) Classic ASP Based default pages : a)...