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 a CSS Flipping Animation

    CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...

  • By
    Conquering Impostor Syndrome

    Two years ago I documented my struggles with Imposter Syndrome and the response was immense.  I received messages of support and commiseration from new web developers, veteran engineers, and even persons of all experience levels in other professions.  I've even caught myself reading the post...

Incredible Demos

Discussion

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