Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

What is an Ajax Pattern?

  • 26-10-2010 7:59pm
    #1
    Registered Users, Registered Users 2 Posts: 373 ✭✭


    Hi. Am I right in saying that an Ajax pattern is your choice of technology for a particular application. For example. Javascript as your client code. Xml as your data format. jquesry as a framework. PHP as the server code etc?


Comments

  • Closed Accounts Posts: 410 ✭✭JohnathanM


    Pretty much the same as patterns in any environment. It's not the technology used, but the way in which it is used to organise code in familiar manners regarded (to an extent at least) as best practice to solve particular problems.

    See here, and here.


Advertisement