Knights Going Mobile by QArea
The Knights J2ME game will be available for Nokia Series 40 and 60; Siemens Series 55 and 65; SonyEricsson T610, 630, Z600; Motorola V Series; Samsung and Alcatel in the nearest future.
Knights is a unique knights tournament simulator for mobile phones which is quite uncomplicated, yet incorporates tactic and strategic planning elements.
The game […]
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 validate
numerical data entered into a form using JavaScript.
First, let […]
Ask Mr. D - JavaScript
Dear Mr. D,
I have noticed several websites that havea sale’s message that scrolls across theirtitle bar. Another site I visited had a sale’smessage scrolling across the status bar.
These messages really caught my eye. Ifigure if they are eye catching then theymust be great sales tools.
I want to install something like that on mysite, but I […]
Using External JavaScript Files
When you have lots of JavaScript functions and you plan to usethem on many web pages, it is always advisable to keep them in aseparate file, and then include that file on every page wherethose functions are required. This way, you can better organizethem, you don’t have to copy/paste the code again and again(imagine if […]
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
Browsers know to interpret Web pages as HTML because of the tags. Since JavaScript is contained inside an HTML document, it needs […]