Tag: architecture

  • Writing Your Server-Side Ajax Handler

    [[innerindex]]In my recent post on ‘Ajax; Templating; and the Separation of Layout and Logic,’ I refer to an Ajax Handler that sits server side to handle Ajax calls. Some elaboration is in order. As I have stated in the past, I’m a huge fan of Prototype AND I choose PHP as my language of choice…so…

  • Ajax, More Than A Buzz Word

    Ajax the development technique, not to be confused with Ajax the cleaning solution, is taking the web by storm. What is it? Ajax stands for Asynchronous Javascript And XML. Its an architectural methodology on the interactions between a number of different technologies in a way that provides a more seamless user experience between user-to-server communication.…