Dajax ajax library for django
Dajax is an easy to use ajax library for django inspired by php xajax library. Dajax allow django developers to integrate ajax functionality directly from their django application. The client side part is rely on prototype js library but intend to have support for other javascipts library in the future . Lincensed under new BSD License.
Check out the links: download, installation instructions, available settings.
Classic ASP Rocks, Ajaxed 2.0, ASP Classic + Prototype Js Framework

I haven’t update this blog for a while, because I have been busy enough with some projects and also my fams, lately i often went to singaraja my hometown, and poor nowdays, it is still hard to find a good internet connection there .
Few days ago i got an email from Michal the co-founder of webdevbros and the author of ajaxed about the release of new version Ajaxed 2.0, and the launch of it’s official website ajaxed.org. If you havent heard about ajaxed, it is an Ajax Framework for Classic ASP (VBS) which is empowered by prototype javascript framework, took some best practices from the elegance Ruby on Rails framework, worth to look heh? visit it’s official website where you could found complete API references and ofcourse some quick examples to start with, you could also follow the discussion through ajaxed at google groups.
Read the rest →
Presentation Prototype Scriptaculous Crash Course

Crash course of prototype javascript framework and scriptacolus, Excellent presentation about how prototype and scriptacolus can make our life much simpler
, more than 50 scenes, from the basic implementation, event handler, callback, ajax and javascript based effects, with great style of explanation and code snippets. A must see for prototype and sciptaculous fans.
Ajax PHP using AjaxCore framework script samples
I used to write manually simple javascript codes to have basic ajax method, start from creating XHR object until checking and handle response, but it is deadly wasting time, then i decided to use javascript framework to do this stuffs, Jquery nor Prototype has excellent support for ajax, i used ‘em for a while until i think i need a better one which can give me more possibility to embed the ajax code into the server side script, so i only need less the javascript code.
Since i have experience using ajaxed in ASP programming, then i try to use xajax the equivalent for PHP, it is good but just not satisfied me, after googling i found several of them, i tried some, finally i choose AjaxCore, easy and fully embeded ajax codes in it’s core PHP class.
Read the rest →
Fancy Accordion Effects For Web Designers

Accordion effect is a multi tier sliding (expanded and collapsable) effect of html element, accordion name taken from a musical instrument, accordion effect is one of the best implementation of interactive non flash web design, most of designer used to implemented javascript show/hide or known as simple toggle function to have show/hide effect in their web page. Accordion complete the toggling function make it more interactive with smooth and ease move while showing or hidding the hidden content.
The other benefits of using accordion effect beside the interactivity is, just as toggle, slide, nor CSS based show/hide effect, accordion can save your web page space, especially for fixed width nor fixed height web page design. Show the content only when it is requested otherwise keep ‘em invisible.
Read the rest →




