Browsing Author

David Walsh

David Walsh is an eccentric programmer that finds a way to make things work. His expertise is in CSS, PHP, and MooTools javascript. You can read his ramblings at the David Walsh Blog (http://davidwalsh.name)
Author Feed

Make your MooTools Code Shorter, Faster, and Stronger

Make your MooTools Code Shorter, Faster, and Stronger

Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in February, 2010.

MooTools is one of the most flexible, modular, and well written JavaScript frameworks available. So many people use it but many of them don’t optimize their code. This post will provide you with fifteen simple tips for making your MooTools code shorter, faster, and stronger.

Sexy Animated Tabs Using MooTools

Sexy Animated Tabs Using MooTools

One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping.

Create  a Twitter-Like

Create a Twitter-Like “Load More” Widget

Both Twitter and the Apple App Store use a brilliant technique for loading more information; you click the link and fresh items magically appear on the screen. This tutorial teaches you to use AJAX, CSS, Javascript, JSON, PHP, and HTML to create that magic. This tutorial will also feature both jQuery and MooTools versions of the script.

Twitter App

Twitter Emulation Using MooTools 1.2 and PHP

People all over the world love Twitter because of how easy it is to use. All you need to do is type in your current status, click “Update”, and you’re done. What most people probably don’t know is how simple it is to emulate Twitter’s functionality. Using PHP, MySQL, and MooTools javascript, you can implement a Twitter-like status system in no time.