Ajax
Firebug the javascript debugger for firefox
Monday, August 14th, 2006 | Ajax, Programming, Work | No Comments
- JavaScript debugger for stepping through code one line at a time
- Status bar icon shows you when there is an error in a web page
- A console that shows errors from JavaScript and CSS
- Log messages from JavaScript in your web page to the console (bye bye “alert debugging”)
- An JavaScript command line (no more “javascript:” in the URL bar)
- Spy on XMLHttpRequest traffic
- Inspect HTML source, computed style, events, layout and the DOM
Ajax links[del.icio.us]
Wednesday, August 9th, 2006 | Ajax, Programming, Work | No Comments
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
)
Recent Comments
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Dec | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |