We’ve all seen the brilliant functionality on Mashable where news stories and interesting articles can be shared to social networking sites; the functionality is driven by the images accompanying the articles; you click and hold on an image and can then drag it into a toolbar to share it. It’s brilliant and intuitive, and in this article I’m going to show you how we can replicate this behavior with jQuery and jQuery UI.
Nettuts+ Author - Dan Wellman
Posts by Dan Wellman
5 Lesser Known JavaScript Libraries that Make Web Design Easier
Sep 28th in Web Roundups by Dan WellmanIn this round-up we’ll be looking at 5 JavaScript libraries that can really ease the development of modern, attractive web sites. The libraries that we’ll be looking at aren’t libraries in the same sense as something like jQuery or the YUI; they’re much smaller and much more specialized. But they’re the best at what they do and provide unique functionality.
How to Create a Simple News Ticker
Aug 19th in JavaScript & AJAX by Dan WellmanIn this tutorial we’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal and some are vertical; the one that we’re going to create today will be vertical.
Making a Content Slider with jQuery UI
Jul 10th in JavaScript & AJAX by Dan WellmanIn this tutorial we’re going to be using the jQuery UI slider widget to create an attractive and functional content slider. We’ll have a container, which has a series of elements each containing different blocks of content. There will be too many of these elements to display at once, so we can use the slider to move the different content blocks in and out of view.
Asynchronous Search with PHP and jQuery, Part 2:
New PLUS Tutorial
May 20th in News by Dan Wellman
A couple of months ago, on our PLUS site, I wrote a tutorial focused on creating a static search engine that spidered down through a site hierarchy and searched each web page that it found for a given text string. This type of search was aimed at owners of web sites consisting of static HTML pages. In this tutorial + screencast we’re going to do the same thing, but this time instead of navigating folders and subfolders looking for pages, we’re going to search a database instead. Join today!
Building a jQuery Image Scroller
Apr 22nd in JavaScript & AJAX by Dan WellmanIn this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions of them come out all the time. Many of them however are user-initiated; meaning that in order for the currently displayed content to change, the visitor must click a button or perform some other action. This scroller will be different in that it will be completely autonomous and will begin scrolling once the page loads.
Create a Progress Bar With Javascript
Apr 9th in JavaScript & AJAX, PHP by Dan WellmanThe Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library, which at the time of writing is 1.7.
New Plus Tutorial: Asynchronous Search With PHP and jQuery
Mar 18th in News by Dan WellmanIn this tutorial we’re going to be creating a widget for our web pages which allows visitors to search the contents of our site. We’ll be using jQuery to pass the search term to the back-end, and to receive and display the results. We’ll be using PHP to search for the term in a local site and then return any matching URLs back to the page as a JSON object. Join today!
Asynchronous Comments with PHP, jQuery, and JSON
Feb 23rd in PHP by Dan WellmanIn this article, we’re going to look at how we create a simple but effective means of capturing and displaying visitor comments using a blend of jQuery, PHP and JSON. In the public forum that is the blogosphere, the ability to capture and display visitor comments on your blogs can give you instant feedback and opinions from the people that matter most – those that read your blog.
Plus Tutorial – Build an Advanced “Poll” jQuery Plugin, and a GIVEAWAY!
Feb 18th in News by Dan WellmanI’m proud to launch our first ever PLUS tutorial, exclusive to members. For this flagship tut, veteran developer/writer Dan Wellman – author of the recently released jQuery UI 1.6, from Packt publishing – will teach you how to build an advanced “poll” jQuery plugin. Not only will you have a lengthy tutorial to study, but we’ll also provide a companion video tutorial to assist.
To celebrate our first PLUS tutorial, I also have some free books to give away, courtesy of Packt!.








