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

Archive

Archive for the ‘Browser Scripting’ Category

Animate Image Filling Up Using jQuery

August 29th, 2009

The Photoshop Portion – Preparing Your Image(s)

Read More >>

Make a Slideshow with a Transparent PNG Frame

August 28th, 2009

Today’s tutorial is headed back to the basics. We’re focusing on a common question for those inexperienced to working with layered PNG’s in web layouts. The end result probably won’t do much new to excite veterans, but it will hopefully save you a headache in the long run — especially if you’re new to the [...]

Read More >>

Make a Threadless Style T-Shirt Gallery

August 28th, 2009

The Basic Idea Threadless is one of my absolute favorite t-shirt companies, so naturally I frequent their sites. One particular site (Type Tees) caught my eye with how they displayed shirts. Armed with jQuery, I went to work, while making some tweaks of my own.

Read More >>

Resizing Images Based On Browser Window Size for All Browser ,Chrome,Opera,Safari,Firefox,Internet Explorer

August 28th, 2009

How Is This Useful? In fluid layouts it is easy to format the text to adjust nicely when the window is resized, but the images are not as fluid-friendly. This Quick Tip shows you how to swap between two image sizes based on the current size of the browser, div, or whatever you decide to [...]

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 >>

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 >>

Create Tab with JavaScript

August 23rd, 2009

This tutorial explains how to create a tab using jquery and simple javascript. Both techniques are very simple and short. You create a simple tab with JavaScript, html and css.

Read More >>

Snake Cross Browser JavaScript Game for All Browser,Chrome,Safari,Opera,Firefox,Internet Explorer

August 19th, 2009
GAme

This is a every simple game you can add this game to your site.First select your game play speed and then try to eat Red Worm as many as you can but try not to hit the walls.You can also Pause the game by Space Key.

Read More >>