Adam's Web Development Library Feed
RegExp Object Javascript
RegExp Object Javascript. This is a new page added to the Javascript library, under the Javascript Objects section.
Sat, 28 Apr 2012 20:12:59 -0600
Date Object Javascript
Date Object Javascript. This is a new page added to the Javascript library, under the Javascript Objects section.
Wed, 25 Apr 2012 12:11:59 -0600
Array Object Javascript
Array Object Javascript. This is a new page added to the Javascript library, under the Javascript Objects section.
Sun, 22 Apr 2012 12:32:09 -0600
Math Object Javascript
Math Object Javascript. This is a new page added to the Javascript library, under the Javascript Objects section.
Fri, 20 Apr 2012 16:02:11 -0600
Number Object Javascript
Number Object Javascript. This is a new page added to the Javascript library, under the Javascript Objects section.
Fri, 20 Apr 2012 15:58:46 -0600
Adam's Video Tutorial Feed
Real Time Text Input Filter Tutorial Programming Textarea Javascript HTML Tutorial
In this Javascript programming lesson you can learn Real-Time Filtering of Text Input. You can learn how to program real time strict text fields that will strip or replace unwanted characters from the field as the user types. Using the search, strip, or replace String object methods in Javascript along with the RegExp object gives us a wide of logic possibilities in our Javascript pattern matching with regular expressions.
Tue, 08 May 2012 23:52:50 -0600
Javascript Date Time Countdown Tutorial Christmas 2012 Doomsday
Learn to build Javascript countdown applications for any target date and time. We use the Javascript date object to establish two dates to work between with our simple calculations. Once we get the total seconds between the two dates and times we can break the seconds down to minutes, hours, days and even years if your target date is far into the future.
Thu, 19 Apr 2012 14:23:24 -0600
Fireworks CS5 Doomsday Earth 2012 Apocalypse Fire Planet Graphics Tutorial
Engulf a planet in flames by overlaying a sun. You can choose any planet and any star to overlay on top of the planet. Using Auto Vector Mask you can set the angle, depth and gradient very easily. This technique can be applied to any similarly shaped things of similar size, not just planets on fire.
Wed, 11 Apr 2012 10:00:03 -0600
Javascript countdown timer tutorial setTimeout clearTimeout programming html
Learn to program Javascript countdown scripts that will update your HTML page when the timer reaches zero. We use a custom function that utilizes setTimeout and clearTimeout to start the countdown, as well as making it shut off when the countdown reaches 0 and updating the page.
Tue, 10 Apr 2012 09:09:27 -0600
simpleXML PHP tutorial learn to parse any XML files and RSS feeds
Learn to parse any XML based feeds or data using PHP and a for loop. You can target any popular website RSS and rip data straight from their feeds using minimal code that is very easy to understand. We use the simplexml_load_file function to make an XML object out of the XML file online. An XML object that can then be parsed easily enough with a PHP for loop. The simplexml_load_file function is part of the simpleXML extension of PHP.
Sun, 01 Apr 2012 19:49:21 -0600
Javascript Capture Keyboard Input Condition Logic Tutorial
In this follow up Javascript keyboard detection and programming lesson you can learn how to add condition logic in order to perform specific tasks in your web application according to specific keys being pressed by the user. We target the W, A, S and D keys in this lesson.
Sun, 01 Apr 2012 19:35:37 -0600
Javascript Capture Keyboard Input Tutorial HTML Application
In this Javascript and HTML programming lesson you can learn how to build a basic web application that captures keyboard input and allows you to access the properties of keyboard events. This is especially handy for game programming and interactive applications, but the ways you can apply it are completely up to you and your imagination. In the very next video lesson we will expand upon this to show how to add condition logic in order to perform specific tasks in a web application according to specific keys being pressed by the user.
Thu, 15 Mar 2012 19:02:56 -0600
PHP replace characters with icons emoticons tutorial
Learn to use PHP to change character sequences into emoticons or icons by using the str_replace function. You will want to alter the string data as it comes out of the MySQL database for display, not when the data is being inserted into the database.
Tue, 13 Mar 2012 12:26:27 -0600
CSS Automatic Numbering Tutorial Counter For HTML Elements
In this CSS lesson we will demonstrate automatic numbering of web page elements using the ::before selector, and a counter function. The counter-reset and counter-increment properties give us the logic needed to created numbered sections with subsections.
Sat, 03 Mar 2012 12:40:55 -0700
Javascript Trap User for Unsaved Work Tutorial Textarea Check Before Leave
Learn to program a Trap user application like Youtube and Facebook have using Javascript if the user has unsaved work or has not posted text they have written in.
Mon, 27 Feb 2012 23:18:05 -0700