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
    Introducing MooTools Templated

    One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating: new Element Madness The first way to create UI-driven...

  • By
    Being a Dev Dad

    I get asked loads of questions every day but I'm always surprised that they're rarely questions about code or even tech -- many of the questions I get are more about non-dev stuff like what my office is like, what software I use, and oftentimes...

Incredible Demos

  • By
    Introducing MooTools ScrollSidebar

    How many times are you putting together a HTML navigation block or utility block of elements that you wish could be seen everywhere on a page? I've created a solution that will seamlessly allow you to do so: ScrollSidebar. ScrollSidebar allows you...

  • By
    Create a Simple Slideshow Using MooTools

    One excellent way to add dynamism to any website is to implement a slideshow featuring images or sliding content. Of course there are numerous slideshow plugins available but many of them can be overkill if you want to do simple slideshow without controls or events.

Discussion

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