Archive for the ‘Ajax XMLHttpRequest’ Category
Posted on June 6, 2010 - by webmaster
JQuery DataGrid Plugin Compass
Compass DataGrid is yet another DataGrid plugin for jQuery with ajax-driven data support, it takes empty table and manipulate it based on JSON encoded data returned by the server side code.
JQuery Compass DataGrid has support for pagination and show/hide column also has many presentation options like: row hover styling, sorting, stripping, resizable, parameter filter etc.
Download & Demo could be found here
Posted on May 21, 2009 - by ruby
Website Optimization Best Practices, speed up your website load
Once i have performance issue in a website project i am working at, and i have wasted hours of my time to fix it up both in the server-side and client-side, for future checklist i searched on web and found great list of best practices to speed up our web page load at yahoo developer network.
Below are the summary:
(more…)
Posted on May 20, 2009 - by ruby
Gmail/Facebook Style jQuery Chat
jQuery chat module enables you to seamlessly integrate Gmail/Facebook style chat into your existing website.
(more…)
Posted on May 20, 2009 - by ruby
Ajax Push Engine Real time data streaming
Ajax Push Engine (APE) is an OpenSource technology allowing to exchange data between thousands of users through a web browser, without reloading and without external plugins.
As a complete packaged solution, it is designed to push real-time data in a lightweight, highly scalable and modular way, only using Javascript for the client side. With the use of those Web Stardards, APE is fully crossbrowser and uses all the lastest browser features and provides backward compatibilty for older ones.
Check out it’s official website for more informations.
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 May 4, 2009 - by ruby
Preview Rico 3.0 Alpha, Now Run Multiple Libraries
Spreading out news from Dion Almaer of Ajaxian about the preview of new Rico 3.0 (alpha version). If you haven’t heard about Rico (officially called OpenRico), Rico is an open source javaScript framework used to create rich, highly interactive web applications. It includes grids, calendar & tree controls, drag & drop, ajax, and more.
Posted on March 10, 2009 - by webmaster
Nitobi Opensource complete UI
Nitobi announce that they had open sourced their complete-UI, their popular suite of Ajax-powered user interface components. Now released under General Public License (GPL) Version 3 license agreement.
Nitobi’s products which released under GPL includes:
- Nitobi Toolkit – the Ajax library that”s the backbone for Complete UI
- Complete UI Components – nine fully-featured user interface components developed with JavaScript and CSS
- Popular server libraries – libraries for binding our Ajax components to data on your PHP, Classic ASP, or ColdFusion MX server platform.
The complete UI Suites includes:
- Grid — A cross-browser spreadsheet with Excel “copy/paste”, LiveScrolling, and more.
- TreeGrid — A new, hierarchical grid component.
- ComboBox — A drop-down menu with autocomplete functionality, similar to Google Suggest.
- Calendar – A high-performance calendar picker that can be used with Nitobi Grid or in standalone web applications.
- Callout — A rich, skinnable tool-tip that prompts users with real-time feedback and helpful instructions as they navigate through an application.
- Fisheye — A tool bar menu featuring fisheye magnification, similar to Apple OS X tool bar.
- Spotlight — A tool for creating stylish guided tours of websites and applications.
- Tabstrip — Folder tabs for navigating to different sections of a web application via Ajax or iFrame requests.
- Tree — A hierarchical data view, similar to the folder view in Windows Explorer.
- Ajax Toolkit — A library of fully-documented tools used in Nitobi components that can be re-used in your own applications, or to build your own components.
Complete UI also now available at Google Code and Git Hub. Direct download available at http://www.nitobi.com/download/.
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 September 30, 2008 - by webmaster
Ajax against SEO and Web Accessibility
Ajax has become a new hot terms in web development world, since the rapid growth popularity of some pioneer ajax based web application like Gmail and Google Maps. Lots of web developers, web designers and internet users very excited with the more possibilities which can be done by ajax, many websites developed using the advantages of ajax technique, and since then lots of ready to use ajax toolkit/framework available for developers to simplify the experience of ajax integration eg: jquery, prototype, mootools, GWT, Dojo etc.
(more…)
Posted on September 20, 2008 - by webmaster
Ajaxify your web pages using Jquery
This simple tutorial example will show you how to dynamically load your web content via ajax instead of default behaviour HTTP request (full round trip), before we continue you may want to have a look at the demo page.
To run this example you need to download jquery library or you can use Google Ajax Libraries API, Next create an HTML page name it “index.html” copy paste the codes below, and change the codes as neccesary:
(more…)

