JavaScript is the Netscape-developed object scripting language used in millions of Web pages and server applications worldwide. It is a superset of the ECMA-262 Revision 3 (ECMAScript) standard script... More
The SIMILE Widgets project has four nifty tools for Web developers who want to provide data visualization or to create exhibits from pictures, with minimal coding required.
The Timeline widget can be used to create a scrolling timeline to help visualize event or other "temporal" data. Timeline can be used for historical visualizations, such as the JFK Assassination timeline and life of Monet, or might be used by a project to visualize the development roadmap. Users interact with the timeline with their mouse scrollwheel or just by dragging the timeline. Each point on the timeline can contain further details that are displayed in a overlay pop-up.

Despite the fact that open source software is often criticized for offering too many choices, it's safe to say that people like to have options. This doesn't pertain solely to end-users -- developers, designers, and quality assurance professionals all have their personal preferences when it comes to development framework and languages.
That's where it tends to get complicated. Selenium Remote Control is an open source cross-browser, cross-platform functional testing framework. However, it's a testing tool geared primarily toward developers with automated functional testing and continuous integration processes in place. Installing, configuring and maintaining the Selenium framework takes precious resources away from application development and testing.
Today, Sauce Labs released its Sauce RC (Remote Control) 1.0 utility. It's a simple web interface enabling QA professionals and harried developers to easily configure, administer, and test their applications on Selenium.
JavaScript programmers, rejoice! It's been a good week for open source from big companies. Earlier this week Yahoo! released its Traffic Server it acquired from Inktomi, and now Google has unleashed Closure Tools. These are part of the toolset that Google uses to create JavaScript-heavy applications like Google Docs, Gmail, and Google Maps.
i want to use ajax for cross domain request calls? can any one help me
or send me an example code?
my front end widget can only have HTML and Javascript and i need to fetch data from different server.
and this HTML and Javascript front end code can be placed on any server. and i need to send ajax call from it. but it dont work by me. can any one help?