Tagged Questions

2
votes
5answers
123 views
+100

Is there a way to compare the appearance and/or source HTML of 2 browser tabs?

I'm working on a web based application, and in order to test my changes, I'd like to be able to compare the visual rendering (perhaps by way of overlaying) and the source HTML (diff style) of 2 …
2
votes
5answers
96 views
+100

Flash vs. (Ex)Canvas vs. SVG/VML

Hi Guys, If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash, (Ex)Canvas or …
3
votes
2answers
100 views
+150

Load and execution sequence of a web page?

Hi All: I did some web based projects. But I don't think too much about the load and execution sequence of an ordinary web page. But now I need to know detail. It's hard to find the result from …