Nettuts+ Author - Dan Wellman

PG

Visit Dan Wellman's Website

Dan Wellman has been writing web-design and scripting tutorials for approximately 5 years. His first book Learning the Yahoo! User Interface Library was released in early 2008. His second book, jQuery UI 1.6: The User Interface library for jQuery, was released in early 2009. Dan lives with his wife and three children in his home town on the south coast of England. By day his mild-mannered alter-ego works for a small yet accomplished e-commerce agency. By night he battles the forces of darkness and fights for truth, justice, and less-intrusive JavaScript.


Posts by Dan Wellman

Drag to Share

Drag to Share

Oct 19th in JavaScript & AJAX by Dan Wellman
67

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.

Continue Reading

5 JavaScript Libraries that Make Web Design Easier

5 Lesser Known JavaScript Libraries that Make Web Design Easier

Sep 28th in Web Roundups by Dan Wellman
54

In 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.

Continue Reading

Build a Simple jQuery News Ticker

How to Create a Simple News Ticker

Aug 19th in JavaScript & AJAX by Dan Wellman
57

In 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.

Continue Reading

Making a Content Slider with jQuery UI

Making a Content Slider with jQuery UI

Jul 10th in JavaScript & AJAX by Dan Wellman
97

In 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.

Continue Reading

Asynchronous Search with PHP and jQuery, Part 2: PLUS Tutorial

Asynchronous Search with PHP and jQuery, Part 2:
New PLUS Tutorial

May 20th in News by Dan Wellman
29

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!

Continue Reading

Building a jQuery Image Scroller

Building a jQuery Image Scroller

Apr 22nd in JavaScript & AJAX by Dan Wellman
88

In 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.

Continue Reading

Create a Progress Bar With Javascript

Create a Progress Bar With Javascript

Apr 9th in JavaScript & AJAX, PHP by Dan Wellman
69

The 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.

Continue Reading

Search with PHP and jQuery

New Plus Tutorial: Asynchronous Search With PHP and jQuery

Mar 18th in News by Dan Wellman
33

In 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!

Continue Reading

Comments with jQuery and JSON

Asynchronous Comments with PHP, jQuery, and JSON

Feb 23rd in PHP by Dan Wellman
111

In 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.

Continue Reading

Build an Advanced jQuery Plugin

Plus Tutorial – Build an Advanced “Poll” jQuery Plugin, and a GIVEAWAY!

Feb 18th in News by Dan Wellman
94

I’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!.

Continue Reading

Page 1 of 212»