Echo2 Widget Panel
Lightboxes seem to be as hot as auto complete widgets or mashups these days!
Jason Levine has modified Cody Lindley's Thickbox code to create Slightly ThickerBox.
The modifications allow the script to generate "Previous Image" and "Next Image" links. The result is that you can use Slightly ThickerBox to create image galleries. In addition, you can create groups of galleries by setting a "rel" attribute on the links. (I also moved the Caption and Close link to the top and made the script case insensitive.)
Usage
To use Slightly ThickerBox, add the following HEAD section of your website.
Now, where you want the images to appear, add the following code:
Andreas Kalsch wanted an Ajax framework that could run on nearly all of the browsers out there, so he created uniAjax.
Tactics for browser compatibility is dropping down to iframes as other frameworks do.
Example
Here is an example that makes a simple ajax request and shoves in the result to a div:
James Newton-King has released a new library Json.NET that aims to provide JSON .NET API for simply and safely reading and writing valid JSON text. At the core of Json.NET, similar to the .NET XML APIs, are two classes: JsonReader and JsonWriter. Also like XML in .NET, Json.NET includes a JsonSerializer class.
Reading JSON
Writing JSON
Visit the Json.NET homepage
The JetBrains folk have smart marketing guys. Their marketing director got dirty and created a GWT Studio Plugin for IntelliJ IDEA 6.0.
You can see a demo of the GWT work which shows how to create an Ajax image viewer application.
We have a new Ajax framework just released.
Jitsu contains an integrated set of tools to enable developers to build and deploy sophisticated user interfaces for web applications. These include an Xml markup language, page compiler, data binding engine, JavaScript runtime, control library, runtime inspector, animation engine, cross-platform library, Ajax, and back button support.
The framework focuses on offering:
Finetooth has created a Reorganizable DataGrid built on Ajax / Smarty / Prototype / Scriptaculous.
The online test allows you to build a datagrid on the fly and play around with moving headers, sorting, and the usual.
There is a README but you need to download the puppy and play around to work out how to use this yourself.
It doesn't seem to be as simple as a Dojo widget.