Martin Ström

  • Home
  • Blog
  • Projects
  • Information
  • Tags
  • Prototype & Script.aculo.us SVN checkins RSS feed

    Thanks to Yahoo Pipes I created two RSS feeds for the Ruby on Rails checkins (changesets). One containing only the Rails-spinoffs checkins (that is Prototype and Script.aculo.us right now) and another without the spinoffs. This way I can follow the JavaScript-related changes as they happen but watch the Ruby-stuff every now and then. Only Spinoffs checkins Without [...]

    Posted

    July 25, 2007

    Tags

    general, javascript, prototype, script.aculo.us

  • Rails’ time extensions ported to JavaScript

    I’ve ported Rails’ Numeric Time extensions to JavaScript since I needed to do some date calculations for a project I’m working on. Now one should be able to calculate dates in JS like this: (5).seconds() // => 5000 (2).weeks() + (2).hours() + (15).seconds() // => 1216815000 (1).week().fromNow().toDate() // => Fri Sep 22 2006 19:16:32 GMT+0200 (CEST) var date = [...]

    Posted

    September 15, 2006

    Tags

    blog, javascript, prototype, script.aculo.us

    14 comments

  • TextMate Prototype & Scriptaculous Bundle

    This the first version of a TextMate bundle for Prototype and script.aculo.us JavaScript libraries. The language grammar is based on from Justin Palmers Prototype Bundle but the other commands/snippets are all new. Please let me know if you have any comments and/or improvements. Download here Update 2006-07-16 The bundle is [...]

    Posted

    July 14, 2006

    Tags

    blog, javascript, osx, prototype, script.aculo.us, textmate

    9 comments

Top