•  
  •  
  •  
  •  
  •  
  •  
  •  
Your source for the best Ajax Frameworks - updated daily!
Whois Online
Active Users: 46
Accounts: 0
Guests: 46
Visits last 24h: 4997
Statistics
Number of listings: 13
Number of categories: 0
Username:
Password:
  Forgot password?  Register
XML syndication

Ajax Frameworks



DynAjax is an Ajax engine created to aid building of dynamic websites and webapplications. Its easy to use and powerful, deals with Ajax operations seamlessly in the background. It is suitable for beginner and expert developers alike. Check out dynajax.net, the website features many tutorials and examples of use.
http://dynajax.net
(Clicks: 5; Comments: 0; Listing added: Aug 27, 2009) Listing Details Report Broken  Listing

DynarchLIB is a complete AJAX framework for development of Web applications. It features a coherent object/event system, a wide range of widgets designed to inter-operate, useful JavaScript extensions, networking functions (XMLHttpRequest and Flash's XMLSocket), encryption functions and lots more.
http://www.dynarchlib.com/demo
(Clicks: 0; Comments: 0; Listing added: Jul 27, 2009) Listing Details Report Broken  Listing

AJASON is a PHP 5 library and JavaScript client for the Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client. AJASON features the ability to exchange complex data types and client-side error reporting for server-side AJASON errors.
http://ajason.sourceforge.net/
(Clicks: 1; Comments: 0; Listing added: Jul 21, 2009) Listing Details Report Broken  Listing

jqSajax is simple way to call PHP function/method from javascript. You can use it as jQuery Plugin, so we can call php function/method as: var result=$.x_phpfunction(va r1,var2); or you can call like: var result=$.x_object_method( var1,var2); Example: to call helloworld($var1,$var2) function in PHP , you can write input button like this: <input type="button" onclick="alert($.x_hellow orld('jhon','28'))" /> jQuery Ajax return a page (data type is XML,JSON,text,script,html ,etc), jqSajax return the result of PHP function/method you call. the variable type is the same the variable type in PHP. you can pass all variable types: array,string,number,boole an from javascript to PHP and vice versa. with jqSajax you can pass and get array (from javascript to PHP and vice versa) easier. The demo is placed in http://satoewarna.com/jqs ajax
http://satoewarna.com/jqsajax
(Clicks: 2; Comments: 0; Listing added: Jun 3, 2009) Listing Details Report Broken  Listing

It has a number of features that make it better than Microsoft Atlas. Lollygag is a free framework for building "true" AJAX applications. You can take advantage of the Lollygag framework to build highly interactive, database-driven, Web applications.
http://freeajaxscripts.net/directory/Ajax_Frameworks/Lollygag_framework/details.html
(Clicks: 1; Comments: 0; Listing added: Apr 15, 2009) Listing Details Report Broken  Listing

A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experienced the library you feel obliged to build all your web page in this way, as I do. A short tutorial is provided in HTML and PDF forms. Demos included.
http://ajax.xul.fr/extensible/
(Clicks: 4; Comments: 0; Listing added: Apr 10, 2009) Listing Details Report Broken  Listing

Get most of the website widgets and tools I’m developing in a single package that is regularly updated. Whenever a new script or script update is available, it will be included in the download file. See what’s included: ContextMenu.XML 1.0, Skinnable Web 2.0 Buttons 3.0, Rounded Corners Panel.JS 1.0, TabStrip.XML 1.5, Web 2.0 AJAX Loading Panel, PageAnnouncement.XML 1.0, AntipixelButtons.XML 1.0, CheckBox.XML 5.0, RadioButton.XML, Skinnable Browser Dialogs 3.0, Upload.XML 1.0, ColorPicker.XML 2.0, AJAX Photo Gallery 1.5, CSS Watermark 1.0.
http://acidmartin.wemakesites.net/?pageId=AcidJs
(Clicks: 1; Comments: 0; Listing added: Feb 27, 2009) Listing Details Report Broken  Listing

The com.bydust.ajax class is simply a javascript class that automatically converts your static website into a full-blown ajaxed website. Whenever a user visits your website, the class will perform a browser-check. If your visitor’s browser is capable of running the needed javascript, it will convert the website automatically. If not, the script deactivates itself and the visitor browses through your website as it is ( without ajax request etc. ). You can download the script and view the howto at http://www.bydust.com/exa mples/com.bydust.ajax/ Basic implementation The implementation of the javascript class is really easy, you just need to add a few lines of code into your pages. These will load and launch the script, and mark the area’s you want to refresh on each page. Look at the implementation page on the manual for more information.
http://www.bydust.com/examples/com.bydust.ajax/
(Clicks: 3; Comments: 0; Listing added: Feb 11, 2009) Listing Details Report Broken  Listing

vegUI is a javascript-based window manager / widget collection that serves as a solid framework for the development of web applications and interactive dynamic websites. It was developed with 4 core concepts in mind 1) speed 2) modular design 3) compact design 4) total control over appearance, flexibility vegUI comes with these premade widgets: Buttons, Scrollbars, Scrollable Contentboxes, Dropdown Menus, Windows, Lists, Tabbed Dialog, Checkboxes, Property Set, Selector Every element is built from actual HTML nodes and can thus be themed by whatever means HTML and CSS provide. vegUI also provides AJAX functionality. Release comes with tutorial examples and a little test page, more tutorial articles can be found on the vegui webpage.
http://demo.vegui.org
(Clicks: 1; Comments: 0; Listing added: Feb 7, 2009) Listing Details Report Broken  Listing

KoolAjax facilitates data exchange between server-side and client-side. Beside, it also provides number of client-side utility functions to ease developing task. Furthermore, with UpdatePanel, a special feature of KoolAjax, developers can create a excellent ajax application without any javascript knowledge. Using KoolAjax, you will be amazed with its power and simplicity. Some highlighted features: (1) Cross-browser compatible. (2) Simple PHP interface. (3) Support simultaneous AJAX requests. (4) Many client-side utility functions. (5) Create partial page update very easily with UpdatePanel.
http://www.koolphp.net/?mod=products&act=view&id=3
(Clicks: 6; Comments: 0; Listing added: Oct 16, 2008) Listing Details Report Broken  Listing

simplAjax is a very easy way to put ajax in your website. It only requires you to link the file in your html document, type out one line of code, and you're done! It is cross browser, and will work with any browser that supports XMLHTTPRequest/ActiveX An example of the simplicity: "<script> timestamp = ajax('time.php?time=get') ; document.write(timestamp) ; </script>" That is really all it takes! simplAjax is released under a GPL license, so it is free to use, as long as you keep the copyright notice in the script. Enjoy!
http://sourceforge.net/projects/simpl-archive
(Clicks: 0; Comments: 0; Listing added: Oct 16, 2008) Listing Details Report Broken  Listing

Sybrain Framework is a development, deployment and management plataform for Web2.0 applications. Based on the MSA architeture (many small applications), Web2.0 applications are an alternative to the complexity of MVC: instead of building large applications with many features, you build many small Web2.0 applications and manage them with a framework. Sybrain Framework also comes with basic applications for the whole development cycle of business applications.
http://www.sybrain.com
(Clicks: 3; Comments: 0; Listing added: Oct 16, 2008) Listing Details Report Broken  Listing

Diminutive 'JavaScript-on-Demand' based library that helps web developers add AJAX functionally to projects in a few easy steps. Supports ALL modern browsers!
http://crossbrowserajax.com/
(Clicks: 4; Comments: 0; Listing added: Oct 16, 2008) Listing Details Report Broken  Listing

Anaa, An Ajax API is a simple but complete framework that supports GET and POST method. Adding new feature is easy, an optional extension is provided and more will be added to the basic library in the future. The archive holds a manual and demo that you can use to start your own applications.
http://www.anaa.eu
(Clicks: 2; Comments: 0; Listing added: Sep 15, 2008) Listing Details Report Broken  Listing

Sort listings by: Alphabetic Date Rank Clicks    ascending | descending
Neighbour Categories