Slashdot Mirror


User: LimeBits

LimeBits's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. JavaScript (with WebDAV) on The Best First Language For a Young Programmer · · Score: 1

    Forget server-side languages -- Ruby, Perl, Java, PHP, CGI, etc.

    All you need for a great programming intro is JavaScript. Results are immediately and graphically visible in the browser. Language is not too complex. And it's flawed enough to spark interesting discussions in a subsequent, advanced class.

    Recommended adjunct tools:

    * WebDAV for data storage (see LimeBits , and its Axis library)

    * Firebug for tracing and debugging

    * jQuery for DOM manipulation

    Thanks,
    --Jonathan, limebits.com

  2. Remixing code via LimeBits.com on Copyright Should Encourage Derivative Works · · Score: 1

    A white paper on remixing code was recently released by open-source code-sharing community LimeBits.com.

  3. Teach JavaScript on How Should I Teach a Basic Programming Course? · · Score: 1

    It's the coolest and most interactive language -- most immmediately available (in every browser), and you get immediate and gratifying feedback (seeing results and interacting in your browser).

    And it's cool because the JavaScript language itself has understandable structure, with an ultramodern approach to functions, scoping, and objects. Use the excellent book "Javascript: The Good Parts".

    With a WebDAV server like LimeBits.com (disclaimer: I work there), you get automatic state storage and data storage, which overcomes limitations of running in the browser. LimeBits is an execution platform for open-source JavaScript, as well as a free storage server.