W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘jquery’

Animated Alphabet using Keypress Events in jQuery

August 29th, 2009

The result here was the result of some random jQuery keypress event experiments over the past few days.

Read More >>

Animate Image Filling Up Using jQuery

August 29th, 2009

The Photoshop Portion – Preparing Your Image(s)

Read More >>

Animated Curtains Opening with jQuery

August 28th, 2009

Step 1 – What You’ll Need This tutorial would not be anything special without the graphics, so let’s make sure you’ve got those under control. I’ve included the ones used in demo as part of the attached files, now would be a good time to download them if you intend to use them.

Read More >>

Quick Tip – Reading and Editing HTML Attributes in jQuery

August 28th, 2009

jQuery Attributes allow for some interesting editing to happen once a page has already loaded. HTML attributes that had to remain static at one time can now be adjusted with just a few lines of code. This tutorial will be focusing on one in particular – attr.

Read More >>

Sliding Boxes and Captions with jQuery

August 27th, 2009

The Basic Idea All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.

Read More >>

Lights Out – Dimming/Covering Background Content with jQuery for All Browsers

August 27th, 2009

This is a quick and easy approach that tackles a pretty common technique. By the end of this tutorial you will be able to add pop up message boxes complete with dimmed background to your existing site. Feel free to take a look at the demo to scope out exactly what we’ll be creating here [...]

Read More >>

Crafting an Animated Postcard With jQuery

August 27th, 2009

icely illustrated banners are…nice. But why not add a little pizazz by using animation like Flash websites do? Through Javascript web pages are becoming increasingly less static and all sorts of creative possibilities are opening up. In this tutorial we will learn the basics of setting up a continuous animation which can be applied pretty [...]

Read More >>

AnythingSlider jQuery Plugin

August 25th, 2009

Just what the world needs, another jQuery slider. YAWN. I know, check this one out though, it’s got lots of cool features. This new AnythingSlider is an attempt at bringing together the functionality of all of those previous sliders and adding new features. In other words, to create a really “full featured” slider that could [...]

Read More >>

CSS and Jquery – Creating an Image Slider for All Browser

August 23rd, 2009

The basic image sliding effect : The HTML : First of all we will do the HTML. We will start with a holder div to hold everything (images, price and title). This means it can be floated to the left or right so we could have three or four in a row. Inside the main [...]

Read More >>