2
votes
5answers
102 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
108 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 …
1
vote
0answers
43 views
+150
How to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6
I am trying to trap drag and drop events from the standard Apple address book app to my Qt app. This code works fine with Qt 4.4. on Mac OS X 10.4:
void
MyView::contentsDropEvent( QDropEvent* e )
{
…
1
vote
2answers
32 views
+100
Simple html css block structure, can’t use -headerHeight bottom-margin for content div to avoid scrollbar?
The following is my simple html/css structure:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
…
