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
    An Interview with Eric Meyer

    Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it? At first blush, it was the simplicity of it as compared to the table-and-spacer...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    Styling CSS Print Page Breaks

    It's important to construct your websites in a fashion that lends well to print. I use a page-break CSS class on my websites to tell the browser to insert a page break at strategic points on the page. During the development of my...

  • By
    Full Width Textareas

    Working with textarea widths can be painful if you want the textarea to span 100% width.  Why painful?  Because if the textarea's containing element has padding, your "width:100%" textarea will likely stretch outside of the parent container -- a frustrating prospect to say the least.  Luckily...

Discussion

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