Posts Tagged jQuery

Learning JavaScript and DOM with Console

By Hein on August 2nd, 2010 Category: Tutorials 7 Comments

In this tutorial, you are going to learn what a console is, and more importantly, how you can leverage it to learn JavaScript and DOM quickly. So let’s get started. Console? A console is not a specific project or a command-line terminal, nor is it a Xbox 360 or PS3 (though learning JavaScript and DOM […]

Creating Bar Graphs using jQuery UI

By Abhin on June 30th, 2010 Category: Tutorials 8 Comments

Creating Bar Graphs using jQuery UI

In this tutorial we are going to leverage the power of jQuery UI and create a slick bar graph. So lets get started !! Setting up workspace – This tutorial already assumes you know jQuery and basics of jQuery UI. First goto jQuery UI website and download your copy of jQuery. Feel free to download […]

A Collection of Great Image and Content Sliders

By Liam McCabe on June 21st, 2010 Category: Inspiration 6 Comments

A Collection of the Best Image and Content Sliders

Often when designing a website you may find yourself with a billboard type area which will display the latest news or work you have completed. Instead of a static image many people like to use a slide show plugin to display multiple latest news posts or pieces of work. These plugins continue to grow in […]

Create an iPhone Optimised Website using jQTouch

By Matthew Leak on June 7th, 2010 Category: Tutorials 19 Comments

Create an iPhone optimised website using jQTouch

Recently I have been digging deeper into the world of web development for mobile devices. In particular for mobile Safari which is the browser that the iPhone and iPod Touch uses. I have recently been working on a redesign of my main freelancing website and I’ve decided that I’d like an iPhone-friendly version and so I […]

Monday Fun: Creating a Clock Animation Without CSS3

By Abhin on May 24th, 2010 Category: Tutorials 4 Comments

Monday seems to be the most boring day, starting a new week can be really tough. So we will start with something fun and exciting, today we are going to create a clock animation that works in all browser, no CSS3. So Let’s get started. Step 1 – Setting up workspace For our little animation […]

jQuery Functions and Techniques to Keep in Mind

By Jose on May 7th, 2010 Category: Tutorials 27 Comments

Nowadays jQuery is used in so many sites that we can’t even count them. There is a reason, jQuery is probably the most famous JavaScript framework. As developers we have to think beyond. We should be able to use the most advanced techniques of every language or framework we want to know. Here I’ll explain […]