Weekend Links – PHP Regular Expressions, XMLHttpRequest, Internet Explorer, Mouse Tracker, MooTools Gallery, Endless Pageless

By  on  

Much belayed links...

8 Practical PHP Regular Expressions

Perfect title to a great article that provides very useful regular expressions to PHP programmers.

http://devolio.com/blog/archives/34-8-Practical-PHP-Regular-Expressions.html

Re-inventing XMLHttpRequest: Cross-browser Implementation With Sniffing Capabilities

Sergey Ilinksky reinvents XMLHttpRequest to be more cross-browser compatible, secure, and functional.

http://www.ilinsky.com/articles/XMLHttpRequest/

Internet Explorer is Most Likely Intentionally Broken

Interesting article providing points as to why Internet Explorer is likely intentionally flawed.

http://kaioa.com/node/28

Record Mouse Movement Using JavaScript & AJAX

A very impressive prototype-based script that records a user's mouse movement, and can then "play back" where the user put their mouse. Extremely useful for statistics and focus tracking.

http://pure.rednoize.com/2007/10/18/record-mouse-movement-using-javascript-and-ajax/

mooCircle JavaScript Gallery

A cool MooTools-based script that allows for a dynamic, animated photo gallery.

http://www.thedeveloperinside.com/blog/moocicle-sample-javascript-gallery/

Endless Pageless: No More Next Page

Article describing how more websites should auto-load more content when the user scrolls to the bottom of the screen. I don't agree with the article, mainly because most users wont know what's happening, but worth the read.

http://unspace.ca/discover/pageless/

Recent Features

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

  • By
    Facebook Open Graph META Tags

    It's no secret that Facebook has become a major traffic driver for all types of websites.  Nowadays even large corporations steer consumers toward their Facebook pages instead of the corporate websites directly.  And of course there are Facebook "Like" and "Recommend" widgets on every website.  One...

Incredible Demos

  • By
    Digg-Style Dynamic Share Widget Using MooTools

    I've always seen Digg as a very progressive website. Digg uses experimental, ajaxified methods for comments and mission-critical functions. One nice touch Digg has added to their website is their hover share widget. Here's how to implement that functionality on your site...

  • By
    MooTools History Plugin

    One of the reasons I love AJAX technology so much is because it allows us to avoid unnecessary page loads.  Why download the header, footer, and other static data multiple times if that specific data never changes?  It's a waste of time, processing, and bandwidth.  Unfortunately...

Discussion

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