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 Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

  • By
    CSS 3D Folding Animation

    Google Plus provides loads of inspiration for front-end developers, especially when it comes to the CSS and JavaScript wonders they create. Last year I duplicated their incredible PhotoStack effect with both MooTools and pure CSS; this time I'm going to duplicate...

Incredible Demos

  • By
    9 Mind-Blowing WebGL Demos

    As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us.  Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos.  Another technology available...

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

Discussion

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