Browse tag / jQuery
jQuery Lesson Series: How To Use JSON with Twitter and Flickr API
January 6, 2010 - Posted by Antonio Lupetti in Web Design
In this post I want to illustrate how to use jQuery getJSON() method to load JSON data using an HTTP GET request. I prepared two interesting and easy to implement example of the getJSON() method. The first example is a simple Twitter search and the second one is a simple Flickr search.
In this post I want to propose to you a roundup with 15 of the best and most popular jQuery Lightbox Scripts.
Learning oEmbed: Convert Links Into Embedded Content
December 29, 2009 - Posted by Antonio Lupetti in Popular, Web Design
In this tutorial I want to illustrate how to use oEmbed API to display embedded content (such as Flickr photos, YouTube or Vimeo videos) in your website. What’s oEmbed? oEmbed is a format for allowing an embedded representation of a URL on third party sites (YouTube, Flickr, Vimeo, Viddler, …).
10 Popular jQuery Plugins in 2009 You Can’t Miss
December 27, 2009 - Posted by Antonio Lupetti in Popular, Web Design
Here is a collection of ten popular jQuery plugins in 2009 you can’t miss.
How to Reduce Javascript Libraries Loading Time: Best Practice
December 1, 2009 - Posted by Francesco Natali in Web Design
In this article I’ll explain how to reduce the loading time of Javascript libraries using Auto-Loading, a public but almost unknown new feature of the Google’s AJAX APIs.
Dress Up Your WordPress Theme In Under 5 Minutes Using jQuery
November 30, 2009 - Posted by Jason Schuller in Web Design
Sometimes it’s the subtle things that count in regards to making your site stand out from the rest, and with that in mind… jQuery can be your best friend. There are a few light weight jQuery based scripts I tend to use over and over again when developing new WordPress themes. These are very simple techniques that can be applied in under five minutes to just about any theme.
jQuery Lesson Series: How to Add Options to Plugins
November 29, 2009 - Posted by Bilal Çınarlı in Web Design
This tutorial explains how to add options to jQuery Plugins and extend quickly their functionalities.
jQuery for Beginners: Making Your Website Cool
November 22, 2009 - Posted by Stu Green in Web Design
This article is intended for those who don’t really know much about jQuery and especially for those who sent us, in the past days, many requests about an introduction post about this framework.
jQuery Lesson Series: How to Implement Your First Plugin
November 19, 2009 - Posted by Bilal Çınarlı in Web Design
Building a jQuery plugin is relatively easy if you know the basics. In this article we are going to build a simple plugin which highlights (actually blinks) the link, paragraph, span or any text element on the page.
jQuery Lessons Series: Manipulating CSS Classes
November 6, 2009 - Posted by Antonio Lupetti in Web Design
In this lesson I want to illustrate you how to use some useful jQuery methods that allow you to manipulate easily CSS classes. In particular I prepared some examples to explain the following methods: toggleClass(), hasClass(), addClass() and removeClass().

