Monday, November 7th, 2005
Category: Utility
<
>p
>Joshua Blackburn has started a new open source project called
The Solvent.
The first module, sDumper, is a JavaScript data structure visualization tool, that looks similar to Perl’s Data::Dumper or Cold Fusion’s CFDUMP.
You pass a JavaScript object in, and you get an expandable view of the object and its contents.
This is as simple as:
sDumper(document)

- JavaScript hijacking
JavaScript hijacking is a technique that an attacker can use to read sensitive data from a vulnerable Web application, particularly one using Ajax...
- Ajax everywhere: Which framework to choose?
Writing and debugging Ajax, a JavaScript- and XML-driven development technique, can be difficult. In this tip, an expert introduces several frameworks...
- Ajax everywhere: Which framework to choose?
Writing and debugging Ajax, a JavaScript- and XML-driven development technique, can be difficult. In this tip, an expert introduces several frameworks...
- Choosing an Ajax framework
Your customers won't have to fear Ajax if they have the right tools to work with. Help them determine which Ajax-specific framework, library or...
- Asynchronous JavaScript and XML
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax...
This module scales rather well. Large structures render with usability (collapsable) quicker than you’ll expect. Nice work Josh.
There are no files listed in sourceforge. Where can I download?