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
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    Create Snook-Style Navigation Using MooTools

    Jonathan Snook debuted a great tutorial last September detailing how you can use an image and a few jQuery techniques to create a slick mouseover effect. I revisited his article and ported its two most impressive effects to MooTools. The Images These are the same...

  • By
    HTML5 Datalist

    One of the most used JavaScript widgets over the past decade has been the text box autocomplete widget.  Every JavaScript framework has their own autocomplete widget and many of them have become quite advanced.  Much like the placeholder attribute's introduction to markup, a frequently used...

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!