Posts Tagged ‘Prototype’
Posted on May 20, 2009 - by ruby
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.
Posted on December 2, 2008 - by webmaster
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.
(more…)
Posted on April 24, 2008 - by webmaster
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.
Posted on April 5, 2008 - by webmaster
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.
(more…)
Posted on March 29, 2008 - by webmaster
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.
(more…)
Posted on March 27, 2008 - by webmaster
Web 2.0 Round up Modal Window Lightbox Effect Libraries

Modal window effects or well known as lightbox effects has became a new web 2.0 buzz words, since lightbox released, many clones has launched, made by creative developers around world wide web.
Lightbox effects used to implemented to overlay image, to have flash likes effect in non flash web page using javascript, but nowdays the implementation has became various can be used to overlay images, video, flash movie, dialog or alert box, even wrapping external web page and form submission collaborated with ajax method.
Here i listed some of the excellent lightbox effect libraries that you can choose to have overlay effects in your web pages.
(more…)
Posted on January 26, 2008 - by webmaster
Javascript Lightbox Effects Featuring Lightview Multibox and Shadowbox
Javascript Lightbox Effects: Lightview Multibox and Shadowbox yet another Javascript modal window (lightbox) effects, while we already have many of them (Facebox, Jquery Balupton Edition, Videobox, Lightbox 2.0 Slimbox Thickbox Lightwindow and Moodalbox).
(more…)
Posted on October 31, 2007 - by webmaster
Prototip 1.1 The Advanced Tooltips Using Prototype and Scriptaculous Javascript Framework

Prototip is and advanced tooltips script written by nick stakenburg, using Scriptaculous and Prototype javascript framework, he just rewritten the script and now using prototype 1.6.
Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.
If you also use Scriptaculous you can even add some nice effects to them.
We can add more complex control to our tooltips, we can open, close and toggle tooltips using any mouse event. set the dimension, add html mark up, and we can assign a style(CSS) into it. various sample of implementations and download can be found in the Prototip’s homepage

Posted on October 27, 2007 - by webmaster
Jquery Vs Prototype Javascript Framework

Remy sharp has made a presentation about comparing JQuery and Prototype Javascript Framework, the presentation comparing utility functions, selectors, DOM manipulation, DOM walking, events, Ajax transport, and browser detection functionality between jQuery and Prototype. below is the presentation slide.
Posted on October 23, 2007 - by webmaster
Web 2.0 modal window featuring lightbox slimbox thickbox lightwindow and moodalbox

Modal window is is a child window which requires the user to interact with it before they can return to operating the parent application. Modal windows are commonly used in GUI systems to command user awareness and to display emergency states (via wiki).
Why modal? is that standard popup window doesn’t enough? well it is web 2.0 trends where interactivity, focus, and usability is the matter. Displaying popup window/dialog window in new browser window were annoying, and we can’t keep the focus of the visitor in one page, effects? no way. Most of modal window library has used overlays effect, it can take the focus of the visitor eyes to the modal content and also make it looks more elegan.
(more…)

