Posts Tagged Javascript

How to Add Auto Complete to Your Google Custom Search Engine

How to Add Auto Complete to Your Google Custom Search Engine

Wednesday, May 6, 2009 No Comments

This tutorial will show you how to use the “Popular Queries” feed from your Google Custom Search Engine (CSE) as a data source for a jQuery autocomplete.

Tags:

Category: Javascript

jQuery Tutorials for Designers

jQuery Tutorials for Designers

Wednesday, March 25, 2009 No Comments

This article contains 10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. In case you don’t know about jQuery, it is a “write less, do more” Javascript library.

Tags: ,

Category: Javascript

Javascript and the DOM: Lesson 2

Javascript and the DOM: Lesson 2

Wednesday, March 25, 2009 No Comments

Last time we covered some JavaScript basics and we touched on various aspects of the Document Object Model, including how to access nodes and traverse through the DOM. Today we’ll be covering how to manipulate elements within the DOM and we’ll be discussing the browser event model.

Tags: ,

Category: Javascript

JavaScript and the DOM Series: Lesson 1

JavaScript and the DOM Series: Lesson 1

Wednesday, March 25, 2009 No Comments

While frameworks such as jQuery, Prototype and MooTools are great ways of suppressing browser bugs and speeding up development, it’s important to know and understand the underlying technologies. This series intends to tell you what you need to know about JavaScript and the Document Object Model (DOM).

Tags: ,

Category: Javascript

jQuery for Absolute Beginners: Day 15

jQuery for Absolute Beginners: Day 15

Saturday, March 21, 2009 No Comments

Today’s screencast is a bit misleading! Over the course of the next two tutorials, we’ll be creating a jQuery style-switcher that will allow the user to switch between CSS files. However, today we’re only going to be working with PHP! Day 15: Part 2 will cover the jQuery.

jQuery for Absolute Beginners: Day 14

jQuery for Absolute Beginners: Day 14

Saturday, March 21, 2009 No Comments

Today, I’ll show you how to implement a jQuery plugin into your applications. There are literally hundreds of third party plugins available. It would be silly to ignore them! As you’ll find, they’re quite easy to implement! I’ve chosen the s3Slider plugin.

jQuery for Absolute Beginners: Day 13

jQuery for Absolute Beginners: Day 13

Saturday, March 21, 2009 No Comments

Today, I’m going to show you how to submit information to a database asynchronously – using PHP and jQuery. We’ll be primarily working with the $.ajax method.

jQuery for Absolute Beginners: Day 12

jQuery for Absolute Beginners: Day 12

Saturday, March 21, 2009 No Comments

Today will be the first part of a 2-part series. Ultimately, we’ll be drawing information from a database to create an advanced tooltip. Today, we’ll start with the layout and the basic functionality. It shouldn’t be too different from what we did in Day 11. In Part 2, we’ll use jQuery to call a PHP method asynchronously, and then populate the tooltip.

jQuery for Absolute Beginners: Day 11

jQuery for Absolute Beginners: Day 11

Saturday, March 21, 2009 No Comments

Have you ever hovered over an image and seen a larger version pop up that moves parallel to your mouse movement? I’ll show you how to mimic that functionality today!

Page 1 of 3123»