AJAX Resources
I’m working on creating a reference to various AJAX related resources. Currently I have number of categories im collecting links for, if you see something i’ve missed, comment on my blog, or send me an email.
Each of the items above are the main categories, but they are also really just tags. Below is a list of other tags, that might be a better starting point for what your looking for.
- xmlhttprequest - Libraries that use, articles and tutorials about it
- ajax - Should be pretty much everything
- json - Information about JavaScript Object Notation
- dhtml - Libraries Info about DHTML, mostly libraries offering stuff like effects or drag and drop
Besides viewing things one tag at a time you can also combine tags together, once your on a page, you can use this to filtering things down using the attibute tags on the right side of a entry. You can also do this yourself just add a filter param ajax?filter=library,php. Which gives you, AJAX libraries which support PHP






[...] n wrapup AJAX Resources I’ve started compiling lists of the various AJAX resources i’ve found. This is mainly to help me out in some of the writing i [...]
[...] ll have a solution for this, but the mod_rewrite rule is already getting a bit scary. The front page stayed the same but the subcategory pages changed: [...]
[...] I’ve been attempting to add some filters to my AJAX resource list. I’ve made an attempt an added them, but they don’t work the way I would like. So lets say your on the library list, a filter that would make a lot of sense, would be to say show me every library thats written in PHP and Provides AJAX. Now if you goto that link you’ll get every library thats written in PHP or Provides AJAX. Now I think the UI worked out pretty well but the or thing stinks, and that all comes down to database queries. [...]
[...] One feature I use a lot are Pages, these are really just a basic CMS built into WordPress. Pages are a great integration point for custom code like my AJAX resource list, since they can have a custom template type. If you already have your own custom theme setup creating new Page templates is easy. Besides including the external code that renders out the resources I also added comments to those pages, I didn’t see this well documented anywhere but it turned out to be easy. You just add the following snippet below to the template, just make sure to put it inside the content div if your still following the normal template layout. [...]
Ajaxlines is a cool website is recently launched. It offers great collections of Ajax tutorials, toolkits and presentations links.
Visit Ajaxlines now. I hope you enjoy it
Written in pure javascript, Sigma Grid is an Ajax data grid for displaying and inline editing data in a scrollable and sortable table.
Pure javascript codes, Seamless Integration with any server side solution, such as j2ee, .net, PHP, perl.
Inline editing, keyboard data navigation, nested multiline headers, sortable and frozen columns.
Slice rendering and built-in paginal output allow you to manipulate huge datasets on the fly.
Powerful aggregation by group and printing technology, to make it easy to build a traditional-look printable reports.
OGNL format supported, smooth objects converting between presentation layer and logic layer.
Extensibility enable you to replace built-in cell editor with custom external component (user defined editor), present cell data as your customers’ wish (user defined renderer).
Plentiful attibutes and event handlers give you more flexibility without coding too much.
Export and import in CSV / XML / JSON format, to support further editing within spreadsheet or any other applications.
Hi!
I am going to make an auction site where buyers can makebids on things..
Could ajax be a good solution togheter with php and sql database?
Updates must be made several times / minute (for each bid that comes)
and time left
Patrick: that can work you’ll just need to work on keeping the performance on the php side up
[...] Ajax Resources: There and Back Again [...]