Ajax

How to Make a Tumblr-powered News Ticker in jQuery

Spread the love

Spread the love           Tumblr is a blogging service with an elegant interface for creating and publishing content. In this tutorial, we are going to use it as the foundation of a news publishing system. We are going to develop a simple widget which cycles through the most recent posts on a Tumblr blog, and presents them

How to Make a Tumblr-powered News Ticker in jQuery Read More »

MonoList : jQuery List Grouping & Navigation

Spread the love

Spread the love           MonoList – Plugin for creating navigation by list and by pretty much everything else.Do you have a long list of HTML elements? Would you like to group it by item’s first letter and allow users to easily navigate by it? With MonoList you can do it. Easy integration with CSS frameworks Set

MonoList : jQuery List Grouping & Navigation Read More »

jQuery Geolocation and Yahoo’s APIs to build a simple weather webapp

Spread the love

Spread the love           Today we will be using the HTML5 geolocation API to present the user with a personalized weather forecast. Using jQuery , we will issue AJAX request to two of Yahoo’s popular APIs to obtain additional geographical information and a weather forecast. Yahoo provides a large collection of useful APIs that are free

jQuery Geolocation and Yahoo’s APIs to build a simple weather webapp Read More »

Fun with jQuery Templating and AJAX

Spread the love

Spread the love           In this tutorial, we’ll take a look at how jQuery’s beta templating system can be put to excellent use in order to completely decouple our HTML from our scripts. We’ll also take a quick look at jQuery 1.5′s completely revamped AJAX module. Demo: http://nettuts.s3.amazonaws.com/926_funwithTemplating/demo/tweetbox.html#tweets Download Links None

Fun with jQuery Templating and AJAX Read More »

ezEditTable – Enhance Html Tables in jQuery

Spread the love

Spread the love           ezEditTable 2.0 is a javascript code aimed at enhancing regular HTML tables by adding features such as inline editing components, advanced selection and keyboard navigation. With just a line of code you can easily convert a regular HTML table in an advanced editable and selectable grid control. Features: Attach to an existing

ezEditTable – Enhance Html Tables in jQuery Read More »

jQuery Ajax Tooltip

Spread the love

Spread the love           Our application is very person centric, so we wanted an easy way to pop up a “tooltip” with more information about a person whenever you see a person’s name. For example, here are some search results. When you hover over a name, more information appears. Tags: Tooltip Demo: http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html Download Links http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html

jQuery Ajax Tooltip Read More »

How to grab Dribbble feed with jQuery and CSS3

Spread the love

Spread the love           As a web developer, third party API integration is something you will have to face. Especially with the current trend, we have facebook, twitter, flickr etc. Today, we are going to look at dribbble’s API. Dribbble is a place to show off your design, it’s based on invitation basis, therefore, most designs

How to grab Dribbble feed with jQuery and CSS3 Read More »

Scroll to Top