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
    Designing for Simplicity

    Before we get started, it's worth me spending a brief moment introducing myself to you. My name is Mark (or @integralist if Twitter happens to be your communication tool of choice) and I currently work for BBC News in London England as a principal engineer/tech...

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

Incredible Demos

  • By
    Comment Preview Using MooTools

    Comment previewing is an awesome addition to any blog. I've seen really simple comment previewing and some really complex comment previewing. The following is a tutorial on creating very basic comment previewing using MooTools. The XHTML You can set up your XHTML any way you'd like.

  • By
    Create Custom Events in MooTools 1.2

    Javascript has a number of native events like "mouseover," "mouseout", "click", and so on. What if you want to create your own events though? Creating events using MooTools is as easy as it gets. The MooTools JavaScript What's great about creating custom events in MooTools is...

Discussion

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