Featured Articles

1-24 of 109 // 1 2 3 4 5 »
  1. Improving Application Usability with Ext JS Keyboard Handling

    Explore Article Ext - A foundation you can build on (Sep 23 2008)

    As Enterprise applications begin moving to the web instead of the desktop many developers may forget about providing key bindings for their applications. Most web applications use the keyboard only for text entry and do not associate particular key combinations with user actions. By providing this type of key handling, particularly for applications which require a lot of data entry, we can improve the end-user experience. (Read Full Article)

    Comment on Article

  2. Adv. JavaScript and Processing.js

    Explore Article John Resig (Sep 22 2008)

    Recently I gave two talks at the Web 2.0 Expo in New York City and one for the Boston IxDA. Learning Advanced JavaScript An advanced talk on the JavaScript language. Explored functions, closures, function prototypes, and inheritance. The entire presentation was given using an interactive site/presentation (tested in Firefox and Safari). Feel free to browse through the presentation [...] (Read Full Article)

    Comment on Article Mentions:   Firefox   Safari

  3. Hidden Features of JavaScript - Stack Overflow

    Explore Article Stack Overflow (Sep 22 2008)

    What "Hidden Features" of JavaScript do you think every programmer should know? (Read Full Article)

    Comment on Article

  4. JavaScript in Chrome

    Explore Article John Resig (Sep 5 2008)

    Google Chrome has taken the browser world by storm. It makes for an exciting release, no doubt, especially with a brand new JavaScript engine on the table. However the most important question, to JavaScript developers, is: How will this affect my normal development routine? I've done some research, talked to some developers, submitted some bugs and [...] (Read Full Article)

    Comment on Article Mentions:   Javascript

  5. Cappucino’s FlickrDemo in 45 lines of jQuery

    Explore Article broken digits (Sep 5 2008)

    Cappuccino’s FlickrDemo in 45 lines of jQuery When I first saw 280 North’s “280 Slides” application, I have to admit I was very impressed. They built a truly native-feeling (well, if you’re on a Mac) tool on the standard web platform. Not an easy feat, and clearly some big brains operating on the problem. But the more I read about their toolkit (Objective-J), the more unsettled I felt. It’s the same feeling I get when I see tools like Flex. These are some seriously complicated development enviro (Read Full Article)

    Comment on Article Mentions:   Javascript

  6. Performance, Chrome, Mozilla And Tracemonkey

    Explore Article Christopher Blizzard (Sep 3 2008)

    Performance, Chrome, Mozilla And Tracemonkey So, V8. Well-hyped. It’s got a cool logo. And many claims are being made about its performance. But it is not the only kid on the block. As we blogged about a couple of weeks ago, Mozilla has been investing over the last couple of months in a super-fast JS [...] (Read Full Article)

    Comment on Article Mentions:   Firefox   John Resig   Opera

  7. TraceMonkey vs V8

    Explore Article Andreas Gal (Sep 3 2008)

    Brendan Eich and Mike Shaver have posted an update on our progress on TraceMonkey. There has been a lot of buzz around Google’s new Chrome browsers and its V8 JavaScript VM. Some voices have claimed that V8 is several times faster than TraceMonkey. We did some head to head comparisons and these claims don’t match [...] (Read Full Article)

    Comment on Article Mentions:   Google   Brendan Eich   Mike Shaver

  8. Google Chrome

    Explore Article QuirksMode (Sep 2 2008)

    Just downloaded Google Chrome and did some very brief tests. Rendering engine seems equal to Safari 3.1, as expected. There will be a few minor differences somewhere; I’ll let you know when I find them. Feels light, quick. It features a quite slick-looking Firebug clone that includes a YSlow clone. Right-click and select "Inspect element" to access it. Haven’t tried to actually debug with it yet, but it looks promising. The important points in the Google Chrome story, however, are not about DOM and CSS compatibility, and not even about debugging tools. John Resig and Alex Russell discuss some ways ... (Read Full Article)

    Comment on Article Mentions:   Alex Russell   Safari   John Resig

  9. Initial Thoughts On Google Chrome

    Explore Article Christopher Blizzard (Sep 1 2008)

    Google chrome is public and I thought I would write up some initial thinking on it as it affects the world that I live in. I love what google chrome represents. The work that we’ve been doing inside of the Mozilla project over the last ten years has really paid off. The fact that [...] (Read Full Article)

    Comment on Article Mentions:   Google   Firefox   Microsoft

  10. This Week in HTML 5: Mark Pilgrim’s new blog series

    Explore Article Ajaxian (Aug 7 2008)

    I am really jazzed about the first entry in a new series on HTML 5. Mark Pilgrim (of Python, Greasemonkey, Open Web, writer extraordinaire, and creator of Google Doctype) has started the series This Week in HTML 5 which aims to keep us up to speed on the spec, and progress across the board (what [...] (Read Full Article)

    Comment on Article Mentions:   Google Doctype   Google Gears

  11. Debug Javascript in IE

    Explore Article AjaxLine (Aug 6 2008)

    There is an interesting collection of links on various tools and article which can be useful when developing on JavaScript for Internet Explorer. Here's the excerpt from preface article: The level of pain experienced when doing web development in internet explorer can range from 'kicking oneself in the balls' to 'swearing profusely', all depending on the tools used. When googling for best ways to debug javascript i found that there are plenty of articles out there about it, but most are old, and some that give bad advice. (Read Full Article)

    Comment on Article

  12. jGrowl - Unobtrusive Notification System for jQuery

    Explore Article WebAppers (Jul 7 2008)

    We have mentioned Growl-like notification system for web a while ago, they are Send Notifications Instantly with Growl Mootools and Roar - Another Notification Widget with MooTools. Here is another Growl-like script for web which is written in jQuery called jGrowl. jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works. It has the ability to create multiple container instances, allowing a developer to raise and create v (Read Full Article)

    Comment on Article

  13. JSViz - Visualize data in JavaScript

    Explore Article Developer Home (Jul 3 2008)

    Comment on Article

  14. Js-Treemap: Treemapping in pure JavaScript

    Explore Article js-treemap.sourceforge.net (Jul 3 2008)

    TreeMapping is an ingenious means of visualising hierarchic values. Often used to answer the question "Where has all my disk space gone?" it lends itself naturally to many data models, even if the hierarchy is artificial. jsTreemap does all this in plain old JavaScript and HTML DIV elements. The treemap control can be fully interactive and allows the user zoom in and out. (Read Full Article)

    Comment on Article Mentions:   Firefox   Mac OS

  15. Beautiful JavaScript

    Explore Article Codemate (Jul 1 2008)

    Beautiful JavaScript What always disappointed me in books on JavaScript is the fact that authors seldom separate JavaScript from Web programming. Thus, most books on JavaScript provide the description of features (syntax, built-in objects) and then jump to DHTML, DOM, AJAX and JavaScript libraries, producing a thousand-page tome. (Read Full Article)

    Comment on Article Mentions:   Dhtml   Douglas Crockford

  16. @mediaAjax 2008 site is live

    Explore Article Wait till I come! (Jul 1 2008)

    Just like last year, Patrick Griffith managed to assemble quite an impressive group of JavaScript experts to talk about all things Ajax and Scripting. This year’s schedule reads very nicely indeed and I am happy to see that all aspects of using JS are covered, including a session by Richard Rutter of clearleft on [...] (Read Full Article)

    Comment on Article Mentions:   Javascript

  17. jQuery & ColdFusion..CF'ers are Starting to Catch the Fever

    Explore Article Rey Bango's Blog (Jun 30 2008)

    jQuery & ColdFusion..CF'ers are Starting to Catch the Fever I've been writing about the jQuery JavaScript framework for some time and really trying to help the CF community understand the power of this very lightweight library. As the head of evangelism for the jQuery project, it's my job to ensure that the correct message gets out about jQuery and that I continuously find ways of helping jQuery developers get the information they need. Being very vested in ColdFusion, I want CF developers to know why I chose jQuery for my JS development and how they can (Read Full Article)

    Comment on Article

  18. JSON Diff

    Explore Article tlrobinson.net / tom robinson (Jun 29 2008)

    JSON Diff * Paste some JSON in each of the text fields. Click "Compare" to see the diff. * Changed portions are displayed in yellow. Additions are displayed in green. Deletions are displayed in red. * It also works as a JSON viewer. Click the disclosure triangles to display/hide portions of the JSON. * Invalid JSON is indicated by the text fields turning red. * Swap the contents of the text areas by clicking "Swap". Clear them by clicking "Clear". About is a simple way to visualize (Read Full Article)

    Comment on Article

  19. SymbolicWeb: Ajax and Comet with Lisp

    Explore Article Ajaxian (Jun 25 2008)

    No matter how much Paul Graham talks about his Web success, we don't hear too often about Lisp-powered Web applications. SymbolicWeb is offering up a new type of framework to help change that. SymbolicWeb aims to create a GUI framework similar to GTK+ and QT for Common Lisp. It differs in that it uses the browser to [...] (Read Full Article)

    Comment on Article

  20. SproutCore: JavaScript Applications

    Explore Article SitePoint (Jun 25 2008)

    SproutCore is an open source framework for creating desktop-style applications that run in the browser using only HTML, CSS and JavaScript. You first create your application within a local development environment and then use the SproutCore build tools to compile the application in to a set of static files you can place on your web server. The term ‘thick client’ has been coined by SproutCore’s lead developer, Charles Jolley, to describe SproutCore’s approach. SproutCore applications are totally independent of any server-side technology. The whole application runs in the browser; the only interaction with the server is to save or load ... (Read Full Article)

    Comment on Article Mentions:   Apple   Javascript

  21. Carsonified » Blog Archive » Why Objective-J, Cappuccino and SproutCore are completely changing the web app industry

    Explore Article Carsonified (Jun 24 2008)

    1. Why Objective-J, Cappuccino and SproutCore are completely changing the web app industry Posted by Ryan on June 25th, 2008 in Web Apps 20 comments I’ve been reading a lot about Ojective-J, Cappuccino and SproutCore and I believe these new frameworks are going to have a huge impact on the web app industry and user experience on the web. So what are they? Objective-J is a clone of Objective-C, the language behind OSX desktop apps. It was created by the guys at 280North who recently launche (Read Full Article)

    Comment on Article Mentions:   Apple   Mac OS

  22. Canvas Photo Experiment

    Explore Article Ernest Delgado (Jun 22 2008)

    Canvas Photo Experiment Inspiration The Canvas Photo Experiment Demo | source code] is a UI implementation similar to the UI of the "photo table" of Microsoft Surface. Since in our case the media is the browser it has the following features: freely and easily translate/rotate/resize images create highly customized compositions import/export from to different sources and formats no multitouch! The canvas implementation idea comes due to the limitations found in our previous implementatio (Read Full Article)

    Comment on Article

  23. Deep Profiling jQuery Apps

    Explore Article John Resig (Jun 15 2008)

    This evening I was playing around with the idea of profiling jQuery applications - trying to find a convenient way to completely analyze all the code that is being executed in your application. I've come up with a plugin that you can inject into a jQuery site that you own and see how the performance breaks [...] (Read Full Article)

    Comment on Article

  24. Stevey's Blog Rants: Rhinos and Tigers

    Explore Article Stevey's Blog Rants (Jun 14 2008)

    Steve Yegge on Server-Side JavaScript on the JVM. (Read Full Article)

    Comment on Article Mentions:   Google   Steve Yegge

1-24 of 109 // 1 2 3 4 5 »