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
    5 Awesome New Mozilla Technologies You’ve Never Heard Of

    My trip to Mozilla Summit 2013 was incredible.  I've spent so much time focusing on my project that I had lost sight of all of the great work Mozillians were putting out.  MozSummit provided the perfect reminder of how brilliant my colleagues are and how much...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    dwImageProtector Plugin for jQuery

    I've always been curious about the jQuery JavaScript library. jQuery has captured the hearts of web designers and developers everywhere and I've always wondered why. I've been told it's easy, which is probably why designers were so quick to adopt it NOT that designers...

  • By
    MooTools Window Object Dumping

    Ever want to see all of the information stored within the window property of your browser? Here's your chance. The XHTML We need a wrapper DIV that we'll consider a console. The CSS I like making this look like a command-line console. The MooTools JavaScript Depending on what you have loaded...

Discussion

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