1223 status code in IE

It’s interesting that I hit the same problem that Andy Martone did. According to him and Visual Web Devloper 2008 Express Edition debugger, IE treats a 204 success response status as 1223. This is very annoying. Now, I’ll have to write some special processing code to handle it.

Read more "1223 status code in IE"

Debugging JavaScript with IE 7

One thing unfortunate about working with JavaScript is the need to debug on major browsers. So, I had to spend some time looking into compatibility issue on IE 7. Fortunately, I found this blog and it was very helpful. So, I installed Visual Web Developer 2008 Express Edition beta 2 and was able to quickly […]

Read more "Debugging JavaScript with IE 7"