How to Look up elements with $() when using Protype or script.aculo.us
In this clip, you'll learn how to look up elements with $() when using Prototype or script.aculo.us. Whether you're new to the Prototype open-source JavaScript library or a seasoned web developer...
View ArticleHow to Use the $$() selector function when using Protoype or script.aculo.us
In this clip, you'll learn how to use the $$() selector function when using the Prototype JavaScript library. Whether you're new to the Prototype open-source JavaScript library or a seasoned web...
View ArticleHow to Annotate a page link with the Prototype JavaScript library
In this clip, you'll learn how to annotate a page link with the Prototype JavaScript framework. Whether you're new to the Prototype open-source JavaScript library or a seasoned web developer merely...
View ArticleHow to Use extensions with Prototype and script.aculo.us JavaScript frameworks
In this clip, you'll learn how to use extensions with the Prototype and script.aculo.us JavaScript frameworks. Whether you're new to the Prototype open-source JavaScript library or a seasoned web...
View ArticleHow to Get started using the Prototype and script.aculo.us JavaScript frameworks
This clip presents a general introduction to the Prototype and script.aculo.us JavaScript frameworks. Whether you're new to the Prototype open-source JavaScript library or a seasoned web developer...
View ArticleHow to Create an AJAX request with the Prototype JavaScript framework
In this clip, you'll learn how to create an AJAX request with the Prototype JavaScript framework. Whether you're new to the Prototype open-source JavaScript library or a seasoned web developer merely...
View ArticleHow to Use strict typing when coding in JavaScript
In this clip, you'll learn how to observe "strict typing" when coding in PHP. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to...
View ArticleHow to Use Jquery and AJAX to create a WordPress plug-in or widget
Learn how to use AJAX & Jquery when creating widgets or plug-ins for a WordPress 3.0 blog or website. Every version of WordPress brings with it new features, new functions and new ways of doing...
View ArticleHow to Fake an AJAX-looking form using JQuery
This form will look like it's been written with AJAX, but the dirty little secret is that it's actually a JQuery script. The reason for doing it this way is greater efficiency in your program, and a...
View ArticleHow to Submit data to your server using JQuery and AJAX
This tutorial is a quick introduction to the $.post() function when you're using JQuery. This function is most often used to submit data to your website server, and is also a useful function when...
View ArticleHow to Use the load() and $.get() functions in JQuery
The load() and $.get() functions in JQuery can accomplish similar things, but there are a few important differences. Make sure you always know which function is the correct one to use depending on...
View ArticleHow to Create custom functions when you're programming in JQuery
One of the reasons why JQuery is such a useful programming language is the ability to create your own custom functions. This tutorial shows you how you can set up your own, and a few useful custom...
View ArticleHow to Use some of the available effects when programming in JQuery
This tutorial gives you a quick rundown on some of the various effects you can play around with in JQuery, such as buttons or alerts. This is a good video for anyone looking to round out their...
View ArticleHow to Use attributes when programming a website using JQuery
Attributes are how you get/set things in your DOM, and this tutorial demonstrates how it works. This is a pretty easy concept to grasp, but you'll still need to learn how attributes work if you want...
View ArticleHow to Use selectors to select HTML elements in JQuery
Selectors are ways of selecting elements in an HTML file - of cours. There are quite a few selectors you can use when writing a website or program with JQuery, and this video goes over some of the...
View ArticleHow to Master the basic uses of functions when programming in JQuery
A function will let you repeat the same event over and over again without having to recode it every time. These are incredible time saving techniques you can use when you're programming in JQuery, and...
View ArticleHow to Use correct syntax when programming in JQuery
Make sure that everything you use starts with the dollar sign in JQuery. This tutorial goes over this, as well as many other elements of syntax. Pay attention, because without using the proper syntax,...
View ArticleHow to Set up JQuery and get started using it to create websites
JQuery is a new type of JavaScript that you can use to write and design your own websites. This tutorial shows you how to download the JQuery software and set up a few basic items, like script tags....
View ArticleHow to Load JSON from an existing data file with jQuery
Load JSON (JavaScript Object Notation) data from an existing database file into jQuery by following along with this informative and illustrative video tutorial from JREAMdesign. Here, a database query...
View ArticleHow to Hack the Google version of the Pac-Man game
To pay homage to the 30 year anniversary of Pac-Man, Google turned their home page into a fully playable version of the game. This video shows you a fun way to hack the game to earn a higher score...
View Article