If you need to know anything about JavaScript--what it does, how to work with it, or help with a specific coding issue, you are in the right place. You'll be able to find plenty of information on JavaScript here.
There is nothing as stressful for the web developer as having some user abuse your HTML web forms. The sad truth is that this kind of abuse will never end. JavaScript form validation offers some elegant solutions to this, here's how.
Easily learn how to determine the length of any string by using the JavaScript string length property. This knowledge is useful when writing important scripts in web development such as those that allow for user registration.
Web pages with interactivity and animation, if not overdone, using Javascript are more effective and attractive to visitors. Unless you are well versed in Javascript, creating these pages involves a lot of work. Dreamweaver CS4 incorporates dozens of...
Rollover images can be daunting at first glance, but when broken down into parts, they are actually quite simple to implement, especially with a JavaScript library like jQuery to aid you. This jQuery rollover images tutorial covers two methods for implementing...
HTML code is intended for static display of information. However, there are a number of scenarios where the ability to perform simple calculations would be welcome. This article talks about how to make simple calculations by embedding dynamic code in...
A very common question that many of us look for is that whether it is really possible to write to a text file using JavaScript. This article will help you a lot if you are looking for the same.
If you want to present news and information on a website in a catchy way then creating a news ticker with JavaScript may just be the right option for you. If you do not know how to make a JavaScript news ticker, this tutorial will guide you through the...
Have you ever wondered how to check if a domain, IP address or website exists and is up and running? With a little JavaScript ping source code you can actually do it from your web browsers. This guide will show you how to use JavaScript ping to check...
Are you interested in getting stock quotes on your website? You have come to the right place. I will show you how you can use use some simple JavaScript stock ticker open source code on your website.