March 10, 2010
We’ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it’s hidden from you.
Posted in ajax, JQuery, Upload | Tagged Upload
February 17, 2010
Clean is an open source engine for AJAX, that provides a high level interface to work with the AJAX technology. It can be plugged in any page or DHTML framework because it was designed in conformation with the separation of concerns principle, keeping focus on AJAX issues. Clean is a software based [...]
Posted in ajax | Tagged ajax
February 9, 2010
Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern web applications. We can use flash to solve this problem, but JavaScript works nice too.
AJAX Upload allows you to easily upload multiple files without refreshing the page [...]
Posted in ajax, Upload | Tagged ajax, Upload
February 4, 2010
Organizing the content of a page in a both intuitive and eye-catching manner, is a must in modern web design. One principle that has been around for some time is dividing text into tabs. This allows you to squeeze much more content in a seemingly limited space and provide a structured [...]
Posted in ajax, JQuery | Tagged ajax, JQuery
February 3, 2010
iJab is an Ajax-based web based instant messaging program for XMPP/Jabber. It is free software and users can run their own instant messaging without limitations or software cost, complimenting the XMPP philosophy of a distributed network. iJab is interpreted purely by the client webbrowser. It runs solely in a browser and does not require [...]
Posted in ajax, Chat | Tagged ajax, Chat
January 19, 2010
OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit. It contains fully revised codebase of QuipuKit and introduces many new components and features.
Posted in ajax, Framework | Tagged ajax, Framework, JSF
November 17, 2009
Tutorialzine teach us how to make a draggable sort & vote poll, that will enable our website visitors to choose their favorite tutorial from the site. After they vote, a friendly CSS chart will show them how the tutorials are ranked and the total number of voters.
Posted in ajax, JQuery | Tagged JQuery, JQuery UI
October 25, 2009
Tutorialzine going to show us how to create a Google Wave-like history slider. Using it, we will enable our visitors to go back and forth in time to view the changes that take place on a comment thread.
Posted in ajax, JQuery, Tutorials | Tagged ajax, JQuery, Tutorials
Recent comments