Codes
Javascript – Change Multi Background Color
This code make 5 tandem background color . you can refresh page and see demo.
Javascript – ASCII Keyboard
This code showing to you any keyboard character’s ASCII codes , sometimes web developer or software programmer need to know about ASCII Codes.
Javascript – calculating time spent on site
This code shows the time spent on website. this is a great code.
Javascript – ASCII Keyboard Code
This code showing to you any keyboard character’s ASCII codes , sometimes web developer or software programmer need to know about ASCII Codes.
Javascript – Reverse Inputted Text
This code give a text and make it reverse fast and easy. Use this code to have some fun with your visitors.
Javascript – Change Color of Text
You can change your webpage text color by using this code easily and make it more beautiful. Enjoy it!
Javascript – Rainbow Color Text and Link
Adding color effect to the links and texts make them more beautiful. The following code makes the link such that when the mouse points to […]
Javascript – Show Description by Clicking on Link
By clicking on each link, its related text or description is loaded in the text box. This code is useful when some more information is […]
Javascript – Check or Uncheck All Check Boxes
The following code let you have a button to select or deselect all input check boxes you have made in a HTML form. Note that […]
Javascript – Alert Button
This is a simple button that shows alert message when you click on it. Can be useful when wanted to inform users.