Ajax links
Wednesday 09 August 2006
Ajax links and interesting tutorials from Ajaxian.
- How to design a large AJAX Application
- Adding AJAX to a website step by step
- JavaScript Model-View-Controller with Dojo toolkit
- RSS Feed Reader using Ajax and PHP Part1
- RSS Feed Reader using Ajax and PHP Part2
In the guide you can download from the link above they cover the process of developed in the course of implementing two AJAX applications. This approach has made it easier for me to work with the design team, produce estimates for this type of project and communicate what is involved each step of the way to the project managers for scheduling purposes.
Webthumb is a small project of mine that takes a snapshot of a website and gives you thumbnails in 4 different sizes. Currently the site is rather boring and has a couple of usability problems especially on the pickup page. Over the next couple of days I’ll be using various AJAX techniques to upgrade Webthumb, writing about the process as things happen.
The article describes an implementation of Model-View-Controller software design pattern in JavaScript. Created classes conform to Dojo toolkit class building concepts: dojo.lang.declare creates classes and dojo.event.connect supports low coupling of MVC.
This HOWTO I will explain how to build an RSS Feed Reader using AjaxAgent and PHP (sic, better than .net
)
