• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

A Question to Me and By Me?

Explorer ,
Jan 10, 2009 Jan 10, 2009

Copy link to clipboard

Copied

Hi, Guys I just wanna Know that i am using Simple build in AJAX within Coldfusion 8 and I use no AJAX framework.

Do i need to know any ajax framework or just build in ajax in enough for me and also i am building slowly and slowly in ajax of coldfusion

Cheers
TOPICS
Advanced techniques

Views

312

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 12, 2009 Jan 12, 2009

Copy link to clipboard

Copied

LATEST
Hi,

Given the current state and direction of web development, I would take some extra time and learn one (or two) of the popular Ajax frameworks.

jQuery (jquery.com) is very popular and quite simple to learn/use. It has been backed by Microsoft, who will add it to some upcoming version of Visual Studio (or they already added it, I forget).

Prototype (prototypejs.org) is sort of the granddaddy of Ajax frameworks. It's widely used and supported. Several other libraries, most notably, Script.aculo.us (script.aculo.us) are built on top of Prototype, providing effects and other features not found in Prototype. Prototype is, essentially, the base library in this scenario.

Mootools (mootools.net) is growing in popularity and getting some good press lately.

There are larger frameworks such as Dojo and Yahoo! UI. These are very large Ajax libraries with a lot to them.

So, while CF's built-in Ajax, which I think is built on the ExtJS library (that may be wrong), is good, you'll be better served in the long run to know another Ajax library or two.

Good luck!
Craig

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation