background preloader

JAVASCRIPT

Facebook Twitter

Jquery

Ajaxplorer.info : the ultimate ajax file manager. Main. Unobtrusive JavaScript. Unobtrusive JavaScript is a general approach to the use of JavaScript in web pages. Though the term is not formally defined, its basic principles are generally understood to include: A new paradigm[edit] JavaScript historically has had a reputation for being a clumsy, hackish language unsuitable for serious application development.[3][4] This has been largely due to inconsistent implementations of the language itself and the Document Object Model[5] in various browsers, and the widespread use of buggy copy-and-paste code.

Runtime errors were so common (and so difficult to debug) that few programmers even tried to fix them, as long as the script behaved more or less the way it was supposed to;[6] scripts often failed completely in some browsers. Other authors have tried to refine and define the essential elements of the unobtrusive paradigm. The Web Standards Project describes four benefits of unobtrusive DOM scripting in their JavaScript Manifesto. Separation of behavior from markup[edit] Easy Ajax and DOM manipulation for dynamic web applications.

Dr. Dobb's | AJAX: Selecting the Framework that Fits | Maio 1, 2007. Dhtml.tag-editor. Getting started with Ruby (Loud Thinking) March 21, 18:45 What Ruby lacks more than anything is good starting points for getting into the language. There's a bunch of absolutely excellent resources out there, though. I've attempted to summarize the best of them by category. Language (latest release by time of writing: 1.8.1) Reference documentation Ruby Core Library: Complete methods listing and explanation for all the built-in Ruby classes, such as strings, hashes, and IO.

Guides and books for programmers Ruby in Highlights: An introduction to Ruby by its creator Matz. Guides for non-programmers Why’s (Poignant) Guide to Ruby: Hilarious and very aparte introduction to programming with Ruby — complete with cartoon series.Learn to Program: A thorough introduction to programming in general using Ruby as the learning language. Ruby bloggers Library & Applications Repositories Ruby Application Archive: More than a thousand projects across 200 categories.

My favorite packages outside of the standard library You said it! You've read my mind.