Tag Archives: AJAX
AJAX SHA-1/256/384/512 Hash Generator Released

AJAX SHA-1/256/384/512 Hash Generator Released

In addition to the other handy AJAX-enabled utilities we released, we’ve just added a SHA (1, 256, 384 and 512) generator utility to the collection.
Enjoy!

Read full storyComments { 0 }
tbm-ajax-base64-md5-generator-tools-screenshot

AJAX Base 64 Decode/Encoder & MD5 Generator Utilities

I would like to announce the launch of a couple new AJAX-enabled online utilities that software developers might find handy:

Base64 Encoder/Decoder
MD5 Generator

For those interested the utilities are written using the Play! Framework (Java) and JQuery/JQuery UI and the Base64 and MD5 generation is backed by the Commons Codec project.
These utilities are free to use, enjoy!

Read full storyComments { 1 }

Use IHeaderResponse.renderJavaScript(CharSequence,String) to Avoid Duplicates

Apace Wicket Quick Tip
If you are working with multiple AjaxEventBehavior’s (like AjaxFormSubmitBehavior and AjaxFormValidatingBehavior) on similar components in a Page and you are using IHeaderResponse.renderJavaScript(CharSequence) it’s possible you are contributing duplicate JavaScript over and over again to the header section of your Page unecessarily.
As it turns out, by simply changing to use the IHeaderResponse.renderJavaScript(CharSequence,String) method (providing [...]

Read full storyComments { 0 }
netbeans-61-zk-design-palette-plugin

ZK 3.5.1 Released – RIA Framework, NetBeans Plugin and Tutorial

This past week ZKoss refreshed their flagship product, ZK, to version 3.5.1. If you haven’t heard of ZK before, it is a very slick framework which was “designed to maximize enterprise operation efficiency and minimize the development cost [with] its groundbreaking Direct RIA architecture. ”
Unlike most marketing ploys used to overstate the capabilities of a [...]

Read full storyComments { 0 }
Google Offering (Cachable) AJAX Library Hosting

Google Offering (Cachable) AJAX Library Hosting

Looks like Google has announced that they will be providing hosting for the following 5 (most popular) AJAX Libraries:

jQuery
prototype
script.aculo.us
MooTools
dojo

in the form of their AJAX Libraries API project, described as:
Google works directly with the key stake holders for each library effort and accept the latest stable versions as they are released. Once we host a release [...]

Read full storyComments { 0 }