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
    Write Better JavaScript with Promises

    You've probably heard the talk around the water cooler about how promises are the future. All of the cool kids are using them, but you don't see what makes them so special. Can't you just use a callback? What's the big deal? In this article, we'll...

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

Incredible Demos

Discussion

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