Ajax

Firebug the javascript debugger for firefox

Monday, August 14th, 2006 | Ajax, Programming, Work | No Comments

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.A quick overview of FireBug’s features:

  • 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

https://addons.mozilla.org/firefox/1843/

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
  • 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.

  • Adding AJAX to a website step by step
  • 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.

  • JavaScript Model-View-Controller with Dojo toolkit
  • 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.

  • RSS Feed Reader using Ajax and PHP Part1
  • RSS Feed Reader using Ajax and PHP Part2
  • This HOWTO I will explain how to build an RSS Feed Reader using AjaxAgent and PHP (sic, better than .net :P )

 

January 2009
M T W T F S S
« Dec    
 1234
567891011
12131415161718
19202122232425
262728293031