 |
|
Categories |
|
|
|
|
|
|
 |
Validating Numerical Input with JavaScript
|
| |
What? Make a mistake entering data? Who me? NO WAY! RightĄ Every form of data input by a user should be validated in some form or fashion. If you get clean data in, you wonĄŻt get garbage out. This tutorial is going to explain how to valida ...
|
| |
By David Morse Hits: 22561
|
|
 |
Javascript Basics 01
|
| |
JavaScript adds simple or sophisticated interactivity to a Web site, enhancing the user's experience. Like any programming language, you need to understand the building blocks before you can start programming. Start at the Beginning Browse ...
|
| |
By Lisa Spurlin Hits: 12111
|
|
 |
Javascript; Browser Detection and Page Redirection
|
| |
A recent project was developed using Internet Explorer 5.5 as the browser of choice. Aware of browser incompatibilities, viewing the web page using three other commonly used browsers, Internet Explorer 4.0, Netscape Navigator 6.1, and Netscape ...
|
| |
By William J. Tolson Hits: 11509
|
|
 |
Ask Mr. D - JavaScript
|
| |
Dear Mr. D, I have noticed several websites that have a sale's message that scrolls across their title bar. Another site I visited had a sale's message scrolling across the status bar. These messages really caught my eye. I figure if they a ...
|
| |
By Bill Daugherty Hits: 19191
|
|
 |
Some Useful JavaScript Tricks
|
| |
JavaScript can be one of the most useful additions to any web page. It comes bundled with Microsoft Internet Explorer and Netscape Navigator and it allows us to perform field validations, mouse-overs images, open popup windows, and a slew of ot ...
|
| |
By Mitchell Harper Hits: 15625
|
|
 |
Validating Form Input in JavaScript
|
| |
This time we'll make a form that collects information about the visitor at your site. You must have filled-in copious registration forms or survey forms where you had to enter your name, your email, your address, etc. Sometimes users, intention ...
|
| |
By Amrit Hallan Hits: 5853
|
|
 |
Using External JavaScript Files
|
| |
When you have lots of JavaScript functions and you plan to use them on many web pages, it is always advisable to keep them in a separate file, and then include that file on every page where those functions are required. This way, you can better ...
|
| |
By Amrit Hallan Hits: 29551
|
|
 |
Guide to creating simple chromeless popup windows.
|
| |
Popup windows - hate 'em or love 'em; they are a constant companion during our Internet surfing. They can be quite useful, especially the chromeless variety. A chromeless popup window is one that doesn't show the browsers menu or tool bar, b ...
|
| |
By Michael Bloch Hits: 16427
|
|
 |
Dirty Web Promotion Tricks #1 - Legitimate and Malicious
Javascripts
|
| |
One of the best way to get visitors to further explore your site is to convince them to set your home page as their Internet start page, or for them to add you their "Favorites". In this article, we'll examine some ethical and unethical ways th ...
|
| |
By Michael Bloch Hits: 9229
|
|
 |
Spice Up Your Web Site with JavaScript
|
| |
JavaScript is a scripting language designed for use within a web page and/or on a web server. It is used to create special effects within a web page. Elements such as links, images and forms can be manipulated using this powerful technology. ...
|
| |
By Shelley Lowery Hits: 17621
|
|
 |
Make your website scream with excitement with Java!
|
| |
Several years ago, Java was introduced. It was slow. Now, computers have beefed up, the internet is a lot faster, and Java is a serious language. It can lower costs, and REALLY get people talking about your website! I'll cover: 1) WHAT is Jav ...
|
| |
By Johnathan Wyka-Warzecha Hits: 14876
|
|