|
New video class
Alpha Five Expert Jeff Cogswell shows you what you need to
know to integrate jQuery into your Alpha Five web applications. In about 40 minutes
you'll see how and where to get the jQuery Source files, how to get Alpha Five to publish them,
how to reference objects and collection of objects on an A5W page, and more. The examples he provides
include how to build fade in buttons, tabs, and auto-complete fields that you can use anywhere. |
What is jQuery?
jQuery is the single most popular Javascript library
on the planet. It's used to add effects and
functionality to web pages so that - for instance - buttons fade in, or
popup dialog boxes appear. It's used to add polish and shine to your applications
so that they look and perform like the very best websites today.
In fact 31% of the 10,000 most popular websites already use
jQuery - more than any other library. It's also supported by virtually
every browser - including mobile browsers like iPhones, iPads and Androids. This makes
it much more compatible than Adobe Flash.
And to make it even more appealing - jQuery is Free. It's an open source project
originally from MIT and is available to you at no charge.
What's in the Video?
This tightly produced video packs in hundreds of tips and techniques into approximately 40 minutes. You'll probably find yourself using the video controls to pause and go back to certain sections. Here's an outline of what's included for your reference:
1 |
Introduction |
0:00 |
|
2 |
Setting Up an Alpha Five Publishing Profile |
1:15 |
|
3 |
Downloading the correct JQuery files |
2:58 |
|
4 |
Publishing the JQuery Library |
5:00 |
|
5 |
Adding JQuery to an A5W Page |
5:20 |
|
6 |
Starting your A5W page with the Ready() function |
7:00 |
|
7 |
Inserting a "Hello" alert box |
8:00 |
|
8 |
JQuery / Javascript Syntax |
9:00 |
|
9 |
Converting a link to a button with the Button() function |
9:40 |
|
10 |
Selecting Objects of a Type |
11:00 |
|
11 |
Selecting Objects of a Class |
13:30 |
|
12 |
Finding the JQuery Documentation |
15:15 |
|
13 |
Building a Link that Opens a Popup |
16:05 |
|
14 |
Using the FadeIn() function effect |
17:15 |
|
15 |
Using the SlideDown() function effect |
19:41 |
|
16 |
Building JQuery Tabs |
20:41 |
|
17 |
Adding an Alpha Five Web Component to a JQuery Popup |
24:55 |
|
18 |
Manually inserting a Web Component (in source view) |
26:00 |
|
19 |
Other JQuery Controls |
30:45 |
|
20 |
Adding a JQuery Autocomplete |
31:30 |
|
21 |
Avoiding Name Collision$ |
34:30 |
|
22 |
Goodbye |
36:30 |