-
as seen on Programmers
- Search for 'Programmers'
My company is building an App Engine application. The app encounters a bug (possibly due to an issue with App Engine itself, as per our research) on IE9, but it cannot be reliably reproduced and is experienced by a small percentage of users.
The workaround is to force IE9 to use IE8 mode. As a lazy…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Today while playing with Google Chrome Omnibox, I notice a strange behavior. I guess there's some "hidden" web standard behind it, but can't figure it out. Here's how to reproduce:
Go to http://edition.cnn.com/
Use the search function at the higher right corner, Search a random keyword, for example:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a set of open standards technologies that I can use to achieve the same way of development as in Flex and Sivlerlight? I am talking about componentization, separation of concerns, rich graphics, states and effects . Please point out some tutorials and other resources if possible.
P.S. I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing a simple HTTP server which should play nicely with most clients, but is only meant to implement a subset of HTTP 1.1.
During development it would be nice to be able to validate that the generated HTTP reponses are HTTP 1.1 compliant. Is there a tool that can do something along those lines…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I think I should use <!DOCTYPE html> for my new GWT application; I understand that doing so will put my application into standards-compliant mode. Am I correct? Are there any disadvantages to using this doctype? Does GWT work properly in standards-compliant mode? I'm wary because the GWT tutorial…
>>> More