Weekend Links: MooTools AJAX, Prototype 1.6, PHP Tips, SWFUpload, Accessibility, CSS Layouts

By  on  

Another great week of programming, blogging, and events has gone past. Here are some of the highlights of the week:

AJAX Responders In MooTools

Great article / how to by MooTools legend Harald Kirschner (digitarald) on AJAX Responders in MooTools.
http://digitarald.de/journal/ajax-responder-in-mootools/

Prototype 1.6 Release Candidate Released

I've got love for the other frameworks too! Prototype 1.6 RC was released and it includes what they describe as a complete event overhaul. Nice work Sam and team.
http://prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate

10 Things You (Probably) Didn't Know About PHP

I knew about most of these but if you're a PHP Programmer this article is worth the read.
http://blog.rightbrainnetworks.com/2006/09/18/10-things-you-probably-didnt-know-about-php/

SWFUpload

SWFUpload is awesome. Use some JavaScript/Flash functionality to do AJAX-like file uploads -- no more ugly browser inputs or page refreshes! (You could also checkout a MooTools equivalent)
http://swfupload.mammon.se/

When Accessibility Is Not Your Problem

Unfortunately, "all the time" isn't the answer.
http://joeclark.org/appearances/atmedia2007/

CSS Layouts: The Fixed. The Fluid. The Elastic

Read up on the three main philosophies and practices of CSS layouts. I prefer the fixed.
http://cssglobe.com/

Recent Features

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

  • By
    9 Mind-Blowing Canvas Demos

    The <canvas> element has been a revelation for the visual experts among our ranks.  Canvas provides the means for incredible and efficient animations with the added bonus of no Flash; these developers can flash their awesome JavaScript skills instead.  Here are nine unbelievable canvas demos that...

Incredible Demos

  • By
    Introducing LazyLoad 2.0

    While improvements in browsers means more cool APIs for us to play with, it also means we need to maintain existing code.  With Firefox 4's release came news that my MooTools LazyLoad plugin was not intercepting image loading -- the images were loading regardless of...

  • By
    Upload Photos to Flickr with PHP

    I have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram's iPhone app allows me to take photos and quickly filter them; once photo tinkering is complete, I can upload the photo to Instagram, Twitter, Facebook, and...

Discussion

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