Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Category: JavaScript

FirefoxJavaScriptProgrammingPython

New features in JavaScript 1.7

Firefox 2.0 includes JavaScript 1.7 - here's a breakdown of the new features. Looking at this list of features, which includes destructuring assignments, generators, and list comprehensions, it seems to me that the Mozilla guys...
Marc 2007-01-122007-02-19
FirefoxJavaScriptProgramming

XUL Templates are a Waste of Time (i.e., “suck”)

A long rant on the suckitude of XUL Templates, with a lot of the points ringing true for me: XUL Templates are a Waste of Time (i.e., "suck") Another thing that sucks about "XUL Templates" is the name - it's so generic that it's...
Marc 2007-01-112007-02-19
JavaScriptProgramming

JSLint: JavaScript Verifier

I was writing some code today that output data structures in JSON and I wanted to validate my output. This fit the bill nicely. Nothing to install. Just copy and paste and click a button. JSLint: The JavaScript Verifier...
Marc 2006-05-022007-02-19
JavaScriptProgramming

JSON: A light-weight alternative to XML

I attended an interesting tech talk today - Douglas Crockford talking about JSON. It's pretty evident that JSON, because it uses JavaScript syntax, is certainly natural for JavaScript and especially AJAX (which is essentially...
Marc 2006-01-052007-02-19
JavaScriptProgramming

script.aculo.us – web 2.0 javascript

Drag and drop and other neat effects using JavaScript: script.aculo.us - web 2.0 javascript
Marc 2005-06-282007-02-19
JavaScriptProgramming

JSUIX: UNIX shell implemented in JavaScript

Wow, this is amazing! These guys implemented a fully-functional UNIX shell environment in JavaScript. You can even use vi! Thanks to the Lazy Hacker for finding this....
Marc 2005-06-152007-02-19
JavaScriptProgramming

10 minutes with Laszlo

I just checked out the 10 minute intro to Laszlo and it was pretty interesting. It's an XML user interface language, similar to XUL. You write JavaScript event handlers like XUL. You can make your own tags like with XBL, except...
Marc 2005-05-122007-02-19

Posts pagination

Page 1 Page 2 Next
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing