9 Results for javascript

Firebug Group Releases 1.2

John Resig, a member of Mozilla's Firebug development team, announced yesterday that the final version of Firebug 1.2 had been released. Firebug is a debugger for HTML, CSS, and JavaScript that sits within the Firefox Web browser. It has become an essential tool for Web developers, particularly those who use the modern technique known as Ajax ( asynchronous JavaScript and XML ).



Continue Reading Story

Tracemonkey to Boost JavaScript Performance in Firefox 3.1

JavaScript has become an increasingly important part of the Web application ecosystem. JavaScript is the key to many of the Web's most interesting applications, using the Ajax paradigm ( Asynchronous JavaScript and XML ). This has led to a renaissance in the use of JavaScript, as well as a flurry of libraries aimed at making it easier to use and cross-browser compatible. It was thus with a great deal of excitement that several JavaScript developers announced late last week that a new JavaScript engine, known as Tracemonkey, will be a part of Firefox 3.1 when it is released. The Tracemonkey engine is dramatically faster than the existing JavaScript engine, with some actions running 20 times faster.



Continue Reading Story

Top Screencast Sites for Open-Source Developers

Want to learn a new programming language or development framework? Books, magazines, and blogs are excellent -- but a growing number of people are also learning from screencasts, tutorials that combine someone's voice with a video of their computer screen. You can watch the teacher develop in real time, describing the actions that he or she is taking while they take place. There are many screencasts for open-source languages and frameworks, many for free and some for a nominal fee. Screencasts are playing a growing role in my attempt to keep up with new technologies, and you might well find them useful, too.



Continue Reading Story

ProtoChart Adds Another Prototype-Compatible Charting Library

Prototype makes it easy for developers to work with HTML forms, asynchronous Ajax requests, and create and manipulate HTML elements. However, Prototype is a bare-bones library, providing none of the widgets or special effects that are included in many competing open-source JavaScript libraries, such as Dojo and YUI. It should not come as a surprise, then, to find that developers have stepped in to fill this void, creating a number of libraries that sit on top of Prototype and/or Script.aculo.us. There are several libraries that make it possible to draw graphs and charts within the browser window using JavaScript; this week, Deensoft announced the pending availability of their graphing library for Prototype, known as ProtoChart.



Continue Reading Story

Firebug Matures, Gets Developers and Hosting from Mozilla

If you're a Web developer, it's a pretty good bet that one of your most important tools is Firebug, an open-source debugger for HTML, CSS, JavaScript, and Ajax that works inside of the open-source Firefox Web browser. Since it was first unveiled several years ago, Firebug has taken the Web-development world by storm, revolutionizing developers' ability to modify, test, and debug Web applications. In the last month, Firebug has received hosting and development assistance from Mozilla, a change that will almost certainly benefit both the software and the community.



Continue Reading Story

Google's Free Video Libraries for Developers

While Google posted them a few days ago, I've just had a chance to sift through some of the large volumes of video-based presentations from its Google I/O and Developer Day events that the company is now offering via its blog. This is quite a large and interesting library of posts, for developers of all stripes. Just check out the presentation topics you can watch here from the Google I/O event. Here, below the fold, are some of the better offerings that Google has posted from its recent events held around the world.


Continue Reading Story

SproutCore Raises the Bar for Client-Side Programming

Client-side Web developers work mainly in JavaScript, HTML, and CSS, displaying and manipulating data within a Web browser, while retrieving and storing that data on the server. One exciting new entry on this front is SproutCore, a new JavaScript framework that brings a full model-view-controller (MVC) approach to client-side programming. SproutCore gained a great deal of public attention in the last week, since Apple announced that its new MobileMe (formerly .Mac) service uses it.



Continue Reading Story

Google Reveals Open Web Secrets

OK, so there aren't really that many secrets about the open web - all of the HTML and CSS and Javascript code is out there for the taking. But there is a lot of knowledge about how best to work with these standards, given the crazy mix of browsers and operating systems that web developers need to put up with, and much of that knowledge is hard to come by. The new Google DocType project is an attempt to codify and spread some of this knowledge.


Continue Reading Story

Libraries Remove the Madness from JavaScript

Want to create modern Web applications? You'll need to use JavaScript. But don't write the JavaScript yourself; use one of the high-quality open-source libraries that let you concentrate on your coding, rather than browser incompatibilities.

Back in 1995, while I was working for Time Warner's Web division, someone showed me the latest technology advance to come out of Netscape, then the hottest company. It was a language called LiveScript, and it was a programming language that worked within the browser.


Continue Reading Story