vote up 7 vote down star
6

I've realised that while JavaScript has a bad reputation, its actually a surprisingly powerful client-side language - the trouble is that the overwhelming majority of JavaScript written is quirky drop-down menus or form validation.

So called "Rich" client side platforms such as Flash and Silverlight are all about glitz and impressive graphics and animations, however there are far fewer examples of innovative and flashy things being done with JavaScript - I know for a fact that JavaScript is capable of far more than it is usually given credit for.

So, putting aside for the time being the fact that good accessible site design dictates that you use JavaScript to enhance the site, rather than drive the site - what is the most impressive or innovative thing that you've seen done with nothing more than good old html, css and JavaScript?

flag
9  
I'd be more inclined to say that browsers implementations of the DOM and JavaScript are more to blame for giving JavaScript a bad reputation than the actual language itself. Granted it has its obvious quirks for example, equality vs. identity, but it is a truly powerful language that often gets overlooked as toy-like and something that your average office worker can pick up. – Russ Cam Nov 4 at 0:33
Bad reputation? maybe in the 90's or early 2000's, but not since AJAX. – hasen j Nov 4 at 6:13

22 Answers

vote up 1 vote down

QuakeLive at http://www.quakelive.com - I know the graphics aren't written in Javascript but damn it brought back some good memories.

link|flag
1  
Definitely impressive. See fragged.org/quakelive-beta-test-impressions-as-a-… for details. – Pascal Thivent Nov 5 at 5:50
great link, it was definitely worth reading. – aforloney Nov 5 at 5:53
vote up 0 vote down

The World of Solitaire is pretty impressive - I think it was written using the YUI framework: http://worldofsolitaire.com/

link|flag
vote up 2 vote down

Content Aware Image Resizing http://labs.pimsworld.org/wp-content/uploads/2009/04/demo-content-aware-image-resizing-2/

link|flag
vote up 0 vote down

Doom clone in JavaScript: http://canvex.lazyilluminati.com/83/play.xhtml

It uses the canvas, similar to the Wolfenstein clones already posted.

link|flag
vote up 3 vote down

Bespin is a text editor from Mozilla Labs that's written in JavaScript and does all its own drawing using a custom canvas-based graphics toolkit.

link|flag
vote up 3 vote down

I think Cappuccino is pretty impressive. http://cappuccino.org/

Not pure JS, but they developed an entire language built on top of JS so it would execute in the browser.

link|flag
vote up 0 vote down

I have to nominate the Article Skimmer developed by a colleague of mine, Andre Behrens. It has a elegant and simple UI, and is my preferred way to scan the news.

Article Skimmer

alt text

Just browse the source for javascript and jquery goodness.

link|flag
vote up 8 vote down

Firebug! If jQuery and Firefox are in scope, the little bug that could definitely should be too. Massive boost in developer productivity.

It's 86% Javascript.

http://www.ohloh.net/p/firebug/analyses/latest/languages.png?height=120&project=firebug&width=120

link|flag
1  
And so is the WebKit's web inspector. – GameFreak Nov 4 at 14:48
vote up 5 vote down

Firefox. :)

According to: ohloh.net 57% of it is written in JavaScript! alt text

link|flag
+1, Definitely. The fact that hardly anyone realises it is testament to how seamlessly the JS works in this case. – Edmund Nov 4 at 1:27
13  
Ohhhh, so that's why Firefox is so slow! – DisgruntledGoat Nov 4 at 1:53
vote up 0 vote down

What about Mozilla Ubiquity

alt text

link|flag
vote up 7 vote down

Javascript ZX Spectrum Emulator

http://jsspeccy.zxdemo.org/

An entire computer from 1982 emulated in JavaScript.

The link above has several classic games from the era available as snapshots.

link|flag
2  
On a similar note, JSNES benfirshman.com/projects/jsnes A Javascript NES emulator. – ephemient Nov 4 at 2:05
I was just about to post this myself! Auwsome piece of sofware. – James Anderson Nov 4 at 6:13
Dear Lord! Here's me remaking Jet Set Willy in JS, and this bloke's skipped all that simply by emulating the thing! OK, not quite at full speed, but still: impressive. And insane, obv. – bobince Nov 4 at 8:59
And, from the same author (Matt Westcott), Canvastastic: a 3D graphics library in JavaScript. Here's his Dancing Robot demo: matt.west.co.tt/files/canvastastic/… – NickFitz Nov 4 at 12:45
vote up 8 vote down

Google Maps

link|flag
3  
Google Maps blew the floodgates open for me. The first time I saw it was (IIRC) a day after I had actually stated to my professors in my thesis defense (demonstrating a route finder) that a draggable map could NOT ever never EVER be accomplished on the web, due to the overhead of "downloading a big file" (or something to that effect). Then I came home and Google maps was released. I spent the next 15 hours (literally, up all night) reverse engineering that thing and saw things that I never knew possible with JavaScript. Holy hell what an education I got that night. – Crescent Fresh Nov 4 at 11:27
vote up 0 vote down

The Google Web Toolkit.

http://code.google.com/webtoolkit

Writing web apps today is a tedious and error-prone process. Developers can spend 90% of their time working around browser quirks. In addition, building, reusing, and maintaining large JavaScript code bases and AJAX components can be difficult and fragile. Google Web Toolkit (GWT), especially when combined with the Google Plugin for Eclipse, eases this burden by allowing developers to quickly build and maintain complex yet highly performant JavaScript front-end applications in the Java programming language.

link|flag
That's kind of the opposite of JavaScript... after all it's not written in JavaScript, it's a compiler, written in Java, that compiles Java code into a JavaScript runtime. – NickFitz Nov 4 at 12:47
vote up 0 vote down

I vote to MailChimp, very impressive.

link|flag
vote up 8 vote down

I'd say (with much trepidation) Outlook Web Access. It was the birthplace of XHR.

link|flag
3  
True that. All the current ajax trickery is thanks to Microsoft implementing proprietary standards. :) – Meep3D Nov 4 at 0:59
vote up 5 vote down

Super Mario in JavaScript is pretty sweet.

link|flag
Honestly, that's the least impressive game I've seen in Javascript. It's buggy, randomly speeds up and slows down, and sometimes it won't let you walk forward. – DisgruntledGoat Nov 4 at 2:16
Friggin' right. – jeerose Nov 4 at 2:17
vote up 6 vote down

First person shooter in your browser:
http://www.benjoffe.com/code/demos/canvascape/

link|flag
Textured version is cool: benjoffe.com/code/demos/… . Although it's not an FPS since there's nothing to shoot ;) – DisgruntledGoat Nov 4 at 2:20
vote up 14 vote down

GMail

Google pretty much invented the modern web app with that.

link|flag
7  
Or maybe Google Maps. – SLaks Nov 4 at 0:34
The question is "what you have seen done" so no problem with answering Gmail – Felipe Alsacreations Nov 4 at 1:14
While I like GMail, it didn't invent much. It followed Oddpost, which was a great mail app, years ahead of it's time. Basically Outlook functionality in an (IE only) browser. en.wikipedia.org/wiki/Oddpost – The Feast Nov 4 at 1:18
Gmail was fantastic when introduced, but 'the most impressive thing'? Not anymore. – Kirk Broadhurst Nov 4 at 1:42
2  
As far as I'm concerned, gmail invented AJAX, and web 2.0 – hasen j Nov 4 at 6:05
show 2 more comments
vote up 22 vote down

DHTML Lemmings of course!

(Which has inspired me to write some multi-player networked JavaScript games using WebSocket, which I'm hoping to make even more impressive one day. I'm impressed at how much browser JS speed has improved in the last few years, since the alternative browsers started concentrating on it.)

link|flag
+1 - that is really impressive – Russ Cam Nov 4 at 0:39
Now that's impressive! – Delilah Nov 4 at 0:41
2  
Even more so for something created in 2003, when any mention of "Javascript" would require you to wash your mouth out with soap. – mahemoff Nov 4 at 1:22
That's created by the head developer of Tweakers.net, Tino Zijdel. I would like to upvote this +10. – BalusC Nov 4 at 3:00
vote up 1 vote down

I once wrote a JavaScript OOP library with support for type-safe overloadable methods with default parameters and paramarrays, properties, events, enums, true inheritance with virtual methods, non-virtual base-method calls in complex inheritance trees, generic classes and methods, and more.

However, it had so much overhead (at runtime and in source) that it's not worth using.

Here are some examples:

jsObject.createFunction("doIt", "int a, String b='default'", function(a,b) { return [a, b]; }),


///<reference path="jsObject.IntelliSense.js"/>\

var jsTest = {
 TestResults    : jsObject.createClass(
  new jsObject.FunctionDescriptor("jsTest.TestResults", function() {
   this.successCount = 0;
   this.failureCount = 0;
   this.tests   = [];
  }), {
   events  : "testBegun, itemLogged, testFailed, testCompleted, testsCompleted"
  }
 ),
 TestingContext   : jsObject.createClass(
  new jsObject.FunctionDescriptor("jsTest.TestingContext", "string name", function(name) {
   this.name(name);
   this.tests = new jsTest.TestCollection(this)
  }), {
   toString  : function() { return "[TestingContext " + this.name() + "]"; },
   methods   : [
    new jsObject.FunctionDescriptor("runTests", "jsTest.TestResults results = new jsTest.TestResults()", function(results) {
     results.context = this;

     for(var i = 0; i < this.tests.length; i++) {
      this.tests[i].run(results);
     }

     results.testsCompleted(results);

     return results;
    })
   ],
   properties  : "string name"
  }
 ),
 Test     : jsObject.createClass(
  new jsObject.FunctionDescriptor("jsTest.Test", "string group, string name, function testFunction, string description = ''", function(group, name, testFunction, description) {
   this.group(group);
   this.name(name);
   this.testFunction(testFunction);
   this.description(description);
  }), {
   toString  : function() { return "[Test " + (this.context ? this.context.name() + "." : "") + this.group() + "/" + this.name() + "]"; },
   methods   : [
    new jsObject.FunctionDescriptor("run", "jsTest.TestResults results = new jsTest.TestResults()", function(results) {
     var retVal = new jsTest.TestResult(this);
     retVal.itemLogged.addHandler(results.itemLogged);
     results.tests.push(retVal);
     results.testBegun(this, retVal);

     retVal.begun = new Date;
     try {
      this.testFunction()(retVal);
      retVal.finished = new Date;
     } catch(ex) {
      retVal.finished = new Date;
      if(ex !== jsTest.testAbort)
       retVal.log(jsTest.LogLevel.error, "Unexpected exception: " + jsObject.toDebugString(ex));
      retVal.succeeded = false;
     }
     retVal.duration = retVal.finished.valueOf() - retVal.begun.valueOf();

     if(retVal.succeeded)
      results.successCount++;
     else {
      results.failureCount++;
      results.testFailed(this, retVal);
     }
     results.testCompleted(this, retVal);

     return retVal;
    })
   ],
   properties  : "string group, string name, function testFunction, string description",
   events   : "testBegun, testFailed, testCompleted"
  }
 ),
 TestCollection   : jsObject.createClass(
  new jsObject.FunctionDescriptor("jsTest.TestCollection : jsObject.Collection<jsTest.Test>", "jsTest.TestingContext context", function(context, base) {
   base(context.toString() + ".tests");
   this.context = context;
  }), {
   methods   : [
    new jsObject.FunctionDescriptor("add", "string group, string name, function testFunction", function(group, name, testFunction, base) {
     var retVal = new jsTest.Test(group, name, testFunction);
     this.add(retVal);
     return retVal;
    }),

    new jsObject.FunctionDescriptor("onItemAdded", "$T item, int index", function(item, index, base) { 
     item.context = this.context;
     base.onItemAdded(item, index);
    }),
    new jsObject.FunctionDescriptor("onItemRemoved", "$T item, int index", function(item, index, base) { 
     delete item.context;
     base.onItemRemoved(item, index); 
    }),
    new jsObject.FunctionDescriptor("onClearing", function(base) { 
     for(var i = 0; i < this.length; i++)
      delete this[i].context;
     base.onClearing(); 
    })
   ]
  }
 ),
 testAbort    : { toString: function() { return "[jsTest.testAbort]"; } },
 LogLevel    : jsObject.createEnum("jsTest.LogLevel", "success, info, warning, error"),
 TestResult     : jsObject.createClass(
  new jsObject.FunctionDescriptor("jsTest.TestResult", "jsTest.Test test", function(test) {
   this.test = test;
   this.logItems = [];
   this.succeeded = true;
  }), {
   toString  : function() { return "[Result of " + this.test.toString() + " - " + (this.succeeded ? "Success" : "Failure") + "\r\n" + this.logItems.join("\r\n"); },
   methods   : [
    new jsObject.FunctionDescriptor("log", [
     [ "string message", function(message) { this.log(jsTest.LogLevel.info, message); } ],
     [ "string level, string message", function(level, message) { this.log({ level: jsTest.LogLevel[level], message: message }); } ],
     [ "jsTest.LogLevel level, string message", function(level, message) { this.log({ level: level, message: message }); } ],
     [ "{ jsTest.LogLevel level, string message } item", function(item) { 
      item.timestamp = new Date;
      item.toString = function() { return this.level.toString() + ":\t" + this.message; };

      this.logItems.push(item);
      this.itemLogged(item);
     } ]
    ]),
    new jsObject.FunctionDescriptor("fail", "string message", function(message) {
     this.log(jsTest.LogLevel.error, message);
     throw jsTest.testAbort;
    }),
    new jsObject.FunctionDescriptor("assert", "bool assertion, string message = ''", function(assertion, message) {
     if(assertion)
      this.log(jsTest.LogLevel.success, "Assertion succeeded:\t" + message);
     else
      this.fail("Assertion failed:\t" + message);
    }),
    new jsObject.FunctionDescriptor("assertType", [
//     [ "string | Type type, *? value", function(type, value) { this.assertType(type, [ value ]) } ],
//     [ "string type, *?.. values", function(type, values) { this.assertType(jsObject.Types.parse(type), values) } ],
     [ "string | Type type, *?.. values", function(type, values) {
      type = jsObject.Types.parse(type);

      for(var i = 0; i < values.length; i++)
       this.assert(type.check(values[i]), type.toString() + ".check(" + jsObject.toDebugString(values[i]) + ")");
     }]
    ]),
    new jsObject.FunctionDescriptor("assertNotType", [
//     [ "string | Type type, *? value", function(type, value) { this.assertNotType(type, [ value ]) } ],
//     [ "string type, *?.. values", function(type, values) { this.assertNotType(jsObject.Types.parse(type), values) } ],
     [ "string | Type type, *?.. values", function(type, values) {
      type = jsObject.Types.parse(type);

      for(var i = 0; i < values.length; i++)
       this.assert(!type.check(values[i]), "!" + type.toString() + ".check(" + jsObject.toDebugString(values[i]) + ")");
     }]
    ]),
    new jsObject.FunctionDescriptor("assertEqual", "*? a, *? b, bool soft = false", function(a, b, soft) {
     if(soft)
      this.assert(a == b, jsObject.toDebugString(a) + " == " + jsObject.toDebugString(b));
     else
      this.assert(a === b, jsObject.toDebugString(a) + " === " + jsObject.toDebugString(b));
    }),
    new jsObject.FunctionDescriptor("assertUnequal", "*? a, *? b, bool soft = false", function(a, b, soft) {
     if(soft)
      this.assert(a != b, jsObject.toDebugString(a) + " != " + jsObject.toDebugString(b));
     else
      this.assert(a !== b, jsObject.toDebugString(a) + " !== " + jsObject.toDebugString(b));
    }),
    new jsObject.FunctionDescriptor("assertMatch", "string text, Regex expression", function(text, expression) {
     this.assert(expression.test(text), expression.toString() + '.test("' + text + '")');
    }),
    new jsObject.FunctionDescriptor("assertNull", "*? value", function(text, expression) {
     this.assert(value === null, jsObject.toDebugString(value) + " === null");
    }),
    new jsObject.FunctionDescriptor("assertUndefined", "*? value", function(text, expression) {
     this.assert(typeof value === "undefined", jsObject.toDebugString(value) + " === undefined");
    }),
    new jsObject.FunctionDescriptor("assertNotNull", "*? value", function(text, expression) {
     this.assert(value !== null, jsObject.toDebugString(value) + " !== null");
    }),
    new jsObject.FunctionDescriptor("assertDefined", "*? value", function(text, expression) {
     this.assert(typeof value !== "undefined", jsObject.toDebugString(value) + " !== undefined");
    }),
    new jsObject.FunctionDescriptor("assertArrayEqual", "Array value, *... expected", function(value, expected) {
     var message = jsObject.toDebugString(value) + " == " + jsObject.toDebugString(expected);
     if(value.length !== expected.length)
      this.fail("Assertion failed:\t" + message);

     for(var i = 0; i < expected.length; i++)
      if(value[i] !== expected[i])
       this.fail("Assertion failed:\t" + message);

     this.log(jsTest.LogLevel.success, "Assertion succeeded:\t" + message);
    }),
    new jsObject.FunctionDescriptor("assertValueEqual", "Object | Array value, Object | Array expected", function(value, expected) {
     var message = jsObject.toDebugString(value) + " == " + jsObject.toDebugString(expected);

     for(var cProp in expected)
      if(value[cProp] !== expected[cProp])
       this.fail("Assertion failed:\t" + message);

     this.log(jsTest.LogLevel.success, "Assertion succeeded:\t" + message);
    }),
    new jsObject.FunctionDescriptor("assertThrows", [
     [ "function func, *?[] args, string exception, *? context = null", function(func, args, exception, context) { 
      return this.assertThrows(func, args, function(ex) { return ex.toString() === exception; }, '"$$" === "' + exception + '"', context);
     } ],
     [ "function func, *?[] args, Regex exception, *? context = null", function(func, args, exception, context) {
      return this.assertThrows(func, args, function(ex) { return exception.test(ex.toString()); }, exception.toString() + '.test("$$")', context);
     } ],
     [ "function func, *?[] args, function validator, string message, *? context = null", function(func, args, validator, message, context) { 
      try {
       func.apply(context, args);
      } catch(ex) {
       message = message.replace("$$$", jsObject.toDebugString(ex));
       message = message.replace("$$", ex.toString());
       if(validator(ex))
        this.log(jsTest.LogLevel.success, "Exception caught:\t" + message);
       else
        this.fail("Exception mismatch:\t" + message);

       return;            //If we caught an exception, don't fail.
      }
      this.fail("Assertion failed:\t" + jsObject.toDebugString(func) + " didn't throw when given " + jsObject.toDebugString(args) + ".");
     } ],
     [ "function func, *?[] args, * exception, *? context = null", function(func, args, exception, context) { 
      return this.assertThrows(func, args, function(ex) { return ex === exception; }, "$$$ === " + jsObject.toDebugString(exception), context); 
     } ],
     [ "function func, *?[] args = [], *? context = null", function(func, args, context) { return this.assertThrows(func, args, function(ex) { return true; }, "$$$", context); } ]
    ])
   ],
   events  : "itemLogged"
  }
 )
};

If people are interested, I'll put it on Google Code.

link|flag
1  
That is interesting, even if it is only as an exercise. – Robert Harvey Nov 4 at 0:49
vote up 16 vote down

Plenty of stuff over at Chrome Experiments to check out. My personal favourite is the Depth of Field.

link|flag
Wow, those truly are awesome - pretty much exactly what I was getting at! :-) – Kragen Nov 4 at 0:51
vote up 47 vote down

jQuery, the awesome library written by John Resig. Could quite possibly be the most influential piece of code written by a single individual in recent memory.

link|flag
4  
+1 for a great answer; I'd give more for jQuery. – duffymo Nov 4 at 0:31
8  
I was going to say just that, but I'll vote you up instead. jQuery restored my faith in javascript. And it lets you do ajax without feeling the desire to harm someone, which is nice. – Meep3D Nov 4 at 0:57
jQuery and Dojo alike, two phenomenal JavaScript libraries. – Magsol Nov 4 at 1:57
1  
What about the Prototype library? I always felt that jQuery was a reinvention of that. – harto Nov 4 at 2:31
1  
@harto: Having used both I'd say that jQuery is building its own paradigm on top of and around the strengths of Javascript, while Prototype is just extending Javascript with a few convenience DOM functions and browser inconsistency fixes that should have been there from the beginning. Even if jQuery is a reinvention, it's doing a lot more than the "original". – deceze Nov 4 at 2:55
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.