Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks
Western Digital Hard drive recovery

 Home / Projects / Other Frameworks / JSMX

JSMX




JSMX is an Ultra Lightweight - Language Agnostic - Ajax Framework. It is by far the easiest way to integrate Ajax into any Web Application. What separates JSMX from most other Ajax Frameworks is that the JSMX API runs entirely on the client and has no Server Side Components to install. Given this fact plus the fact that you can pass back JavaScript, XML, JSON, or WDDX makes JSMX a truly Universal Ajax API.



Read The Full Review.




Project Name :JSMX

Website URL : http://www.lalabird.com/

 Alexa

  


Statistics about this project website from Alexa

wikipedia  Contributions

  

Features

Edit


Samples

Edit


A simple "GET"
  function my_request(){
 http( "GET" , "test.cfc?method=dosomething" , my_callback );
  }
 
 
Parameters can be passed to the server in any one of the following three formats:

As a QueryString Delimited List
  function my_request(){
 params = "attribute1=value1&attribute2=value2";
 http( "POST" , "test.cfc?method=dosomething" , my_callback , params );
  }
 
 As a JavaScript Object()
  function my_request(){
 params = new Object();
 params.attribute1 = "value1";
 params.attribute2 = "value2";
 http( "POST" , "test.cfc?method=dosomething" , my_callback , params );
  }
 
 

Related Links

Edit


bbbbbbbbb

Competitors

Edit


Related Projects

  


  • Prototype Javascript Framework
    Prototype is a JavaScript framework that aims to ease development of dynamic web applications
  • turbogears
    turbogears is a "mega-framework" combining many libraries and frameworks. * Open-source licence (MIT license) and multiple licenses from incorporated frameworks. By multiple developers.
  • TIBCO General Interface
    First released in 2001, this mature Ajax framework enables you to create Ajax components and applications that have the look and feel of desktop GUIs. With more than 100 components out of the box and a visual toolset for WYSIWYG assembly of screens. Available through open source BSD license as of Oct-2006.
  • AModules3
    AModules3 is the whole new concept to fully use potential of PHP5. Having conceptually proper MVC implementation, support for multiple APIs and fully OOP design makes it very good choice for writing serious applications.
  • AJFORM
    AJFORM is a JavaScript toolkit which simply submits data from any given form in an HTML page, then sends the data to any specified JavaScript function. AJFORM degrades gracefully in every aspect. In other words, if the browser doesn't support it, the data will be sent through the form as normal.
  • mxAjax
    mxAjax is easy Ajax implementation framework for coldfusion developers.

 Discussion

  


neon tabela Says:
Sat Aug 29, 2009 4:57 pm



teşekkürler. paylaşım ve bilgiler için.
Term paper writing Says:
Tue Jan 05, 2010 4:04 pm
Great project!
undelete files Says:
Fri Jan 29, 2010 8:39 am
Great post

Leave Your Comment

Name (Required)
Mail (will not be published) (required)
Website
AddThis Social Bookmark Button
Top Projects
MSN Web Messenger
MessengerFX
ebuddy
e-messenger
ILoveIM
You Tube
AJAX file upload
KoolIM.com
Meebo
Ajax.NET Professional
Tutorials
AJAX Based Shopping Cart with PHP CSS and jQuery
AJAX progress bar
Jquery and a Pinch Of Ajax
Get rid of the IE iframe “click”
Intuive MVC Pattern for Ajax Applications
Guide to Using XMLHttpRequest
Ajax Design Patterns
Detect asynchronous postback in ASP.NET
Creating A Draggable Sitemap With JQuery
JavaScript Support in Java 6