Weekend Links – MooVirtualPano, Syntax Highlighting, Image Crop, PHP Classes, Revision3 Attack

By  on  

mooVirtualPano

mooVirtualPano is a nice MooTools plugin for panning across elements with overflow. The site employs questionable cursors....ignore those.

http://www.virtual-gadjo.com/mooVirtualPano.php

MooTools Syntax Highlighting for Dreamweaver

If you'd like to add the MooTools functions to your trusty Dreamweaver, this forum post shows you how. If you're a jQuery guy, feel free to use this tutorial to highlight jQuery functions.

http://forum.mootools.net/viewtopic.php?id=10413

mooImageCrop - AJAX Image Crop Utility

ArtViper does some great MooTools work. This time they drop image cropping functionality.

http://www.artviper.net/crop.php

30 Useful PHP Classes and Components

Finding a great PHP class can enhance your productivity and improve your application exponentially. I can vouch for many of these classes and look forward to trying out some of the others.

http://phpimpact.wordpress.com/2008/05/29/30-useful-php-classes-and-components/

Revision3 CEO: Blackout Cause By MediaDefender Attack

MediaDefender went on the offensive and seemingly DOS'd the Revision3 servers. How dare they! How else will people see my article featured on Diggnation?

http://arstechnica.com/news.ars/post/20080529-revision3-ceo-blackout-caused-by-mediadefender-attack.html

Recent Features

  • 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...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Create a Sexy Persistent Header with Opacity Using MooTools or jQuery

    I've been working with the Magento eCommerce solution a lot lately and I've taken a liking to a technique they use with the top bar within their administrative control panel. When the user scrolls below a specified threshold, the top bar becomes attached to the...

  • By
    Event Delegation with MooTools

    Events play a huge role in JavaScript. I can't name one website I've created in the past two years that hasn't used JavaScript event handling on some level. Ask yourself: how often do I inject elements into the DOM and not add an...

Discussion

  1. These resources are quite nice. Especially the PHP Components are very helpful.

    “The site employs questionable cursors….ignore those.” Oh yes. I see an upcoming Web 2.0-trend where websites will have big cursors like that.

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