Weekend Links – PHP / CSS Graphs, Ext 2.0 Preview, YUI Image Loader, Firefox, and Goodbye Netscape

By  on  

It was a pretty exciting week in the coding world.

Vertical Bar Graph Using PHP and CSS

This is an impressive system of building 3D graphs using simple CSS and PHP.
http://www.terrill.ca/design/vertical_bar_graphs/

Ext 2.0: A Preview

Version 2 of the Ext JavaScript framework looks very impressive. Examples include Scrolling Tabs, Column Tree, and Web Desktop. I've never used this framework but it looks intriguing.
http://extjs.com/blog/2007/09/06/ext-20-a-preview/

Yahoo YUI Image Loader Utility

I think this is one of the most ingenious bandwidth and load-time saving ideas I've heard in a long time. Essentially, this quick JavaScript script prevents images from being loaded until they are in/near the viewport. This should be a browser feature but Yahoo does a great job with this JavaScript.
http://developer.yahoo.com/yui/imageloader/

Four Hundred Million Firefox Downloads

Unfortunately Internet Explorer still has too much of a grip.
http://www.spreadfirefox.com/node/28337

Netscape's Digg Clone is Kaput

Netscape's social news portal never picked up any steam. It was poorly designed and feuded publicly with Digg from the start.
http://www.techcrunch.com/2007/09/06/netscape-digg-clone-is-kaput/

Recent Features

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

  • By
    LightFace:  Facebook Lightbox for MooTools

    One of the web components I've always loved has been Facebook's modal dialog.  This "lightbox" isn't like others:  no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much."  With Facebook's dialog in mind, I've created LightFace:  a Facebook lightbox...

Incredible Demos

Discussion

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