Browsing All Posts filed under »Javascript«

30 Tutorials Combining Both Wordpress and jQuery : Speckyboy Design Magazine

December 24, 2009

0

Take the most popular CMS, Wordpress, and then take the easiest and most versatile of Javscript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within Wordpress is a lot easier than you would think, all you need is a little support from the huge WP community and a little patience, and [...]

25 Powerful and Useful jQuery Tutorials for Developers and Designers : Speckyboy Design Magazine

December 24, 2009

0

Query is everywhere, its fast and versatile, and is rapidly becoming as common on websites as CSS. The only small problem you may have is keeping up with development, keeping up with new plugins and tutorials. This article will do just that. All of these tuts have been written within the past eight weeks, bringing [...]

Creating Bar Charts With jQuery: TufteGraph

December 21, 2009

0

TufteGraph is a jQuery plugin that can create standard & stacked bar charts inside any given element.It it configured mostly by dynamic functions which simplifies the usage by allowing for a really compact API. via Creating Bar Charts With jQuery: TufteGraph.

jQuery Roundabout

December 18, 2009

0

Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. (And now, not just turntables, but many shapes!) In its simplest configuration, Roundabout works with ordered- and unordered-lists, however after some quick configuration, Roundabout can work with an set of nested elements. via jQuery Roundabout.

Meerkat – A jQuery Plugin

December 17, 2009

0

Meerkat, depending on the options you have set, will slide or fade in from the top or bottom of the browser window and remain in its fixed position while the rest of the page will scroll normally. You have a choice of providing a close option which will simply close Meerkat until the page has [...]

Wireframes Magazine

December 17, 2009

0

Protokit is an emerging experiment of Michael (konigi.com) targeted at those who like creating HTML prototypes. Protokit is a toolkit composed of existing Javascript libraries which work are combined to together to make the process easier. Hats off to open source prototyping. Also be sure to have a look at the working online [...]

10 Useful jQuery Form Validation Techniques and Tutorials : Speckyboy Design Magazine

December 17, 2009

0

The purpose of web form validation is to ensure that the user is provided with the necessary information and help so that they can fill out and complete an online form with the minimum amount of fuss and time. Easier said than done! Validation, for many years has been a major source of debate within professional web [...]

Format Your jQuery Correctly | EvanBot

December 14, 2009

0

I’ve seen this done too many times, even by myself. It’s about time people learn how to format their jQuery the correct way. In this article I’m going to give you a couple bad examples and a couple good examples of jQuery code. Note: This article is meant to show you a couple possible ways to [...]

Simple & Easy Interactive Featured Items Widget | Web Resources | WebAppers

December 11, 2009

0

Feature List is a simple jQuery plugin that enables simple and easy creation of an interactive “Featured Items” widget. The size is less than 2k. And it is reusable on multiple containers and work as a slideshow. Feature List can be styled easily with custom HTML/CSS too. This plugin is managed to implement quite quickly. The [...]

Input with Disappearing Background Image

December 11, 2009

0

This replicates the functionality of the standard embeddable Google Search fields. They have an image in the background and when the input is clicked into, the image disappears. via Input with Disappearing Background Image.