Archive for the ‘Web Dev’ Category

View HTTP headers in IE & Firefox

Thursday, June 30th, 2005

As a web developer I need to view HTTP headers between the client and server when I'm testing my web applications. There are a couple tools you can use to view HTTP headers as you surf. I use LiveHTTPHeaders for Firefox. For IE I used Fiddler. Fiddler is a cool ...

Google releases AJAXSLT

Thursday, June 23rd, 2005

Yet another spin to this popular buzz word. I'm real curious to see what's under the hood though. There are many custom variations for making JavaScript server calls but Google seems to have the most popular and successful code. The use of JavaScript server calls in Gmail and Google maps ...