David Walsh on Twitter

By  on  

Who would've thought that after being such a Twitter-hater, I've been completely drawn into the service? So much so that I have a few links to pass on.

Follow Me on Twitter!

If you aren't already following me on Twitter...then why the hell not? You can hear about my music tastes, programming mistakes, thoughts on web topics, and other lifestyle opinions:

http://twitter.com/davidwalshblog

Twitter Emulation Using MooTools 1.2 and PHP

You can check out my Nettuts article, Twitter Emulation Using MooTools 1.2 and PHP, at the NetTuts website. Writing the article and creating the functionality were a lot of fun! If you'd like a primitive Twitter-like system, give it a try:

http://nettuts.com/tutorials/php/twitter-emulation-using-mootools-12-and-php/

Recent Features

  • By
    CSS vs. JS Animation: Which is Faster?

    How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Fade Images with MooTools LazyLoad

    I recently received an email from a MooTools developer asking a great question about my LazyLoad class: "I'm using your LazyLoad MooTools plugin (which is great, by the way). I have been trying to figure out how to modify it so that once an image scrolls into...

  • By
    Using jQuery and MooTools Together

    There's yet another reason to master more than one JavaScript library: you can use some of them together! Since MooTools is prototype-based and jQuery is not, jQuery and MooTools may be used together on the same page. The XHTML and JavaScript jQuery is namespaced so the...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!