0
votes
0answers
27 views
Trailing/Smeared WPF 3D Drawings on Mouse Move event using ScreenSpaceLines3D (C#)
Hi,
I'm having a problem when drawing a 3D line on MouseMove event in WPF. The drawing seemed to be trailing (like mouse cursor-trailing effect)/smeared in Viewport3D, and it does …
1
vote
2answers
35 views
Find the exact height and width of the viewport in a cross-browser way (no Prototype/jQuery)
I'm trying to find the exact height and width of a browser's viewport, but I suspect that either Mozilla or IE is giving me the wrong number. Here's my method for height:
var view …
0
votes
2answers
148 views
EXT JS toLayout on Viewport doesnt show anything…
After reading many example about adding new components in to existing container without reloading whole page I run in to small problem while combining tree and tabs inside Viewport …
1
vote
2answers
127 views
Need someone to verify that my math is correct
I've been sitting with a pencil for the better part of the evening trying to recall how to implement a scalable viewport that can navigate a 2D area. It's been a while since I've f …
0
votes
2answers
265 views
Using jquery to get element’s position relative to viewport
What's the proper way to get the position of an element on the page relative to the viewport (rather than the document).
offsety/x seemed promising:
http://docs.jquery.com/CSS/of …
0
votes
1answer
58 views
Average/max viewport height
What is the average and/or max height of viewport (visible area) on 1024x768 resolution screen? I'd like to know what is considered 'below the fold' for this resolution.
Thanks!
0
votes
4answers
123 views
Full viewport height scaling div just css no js… Possible?
Ok, I'm trying to get a div to scale and the height is always the height of the viewport. I'm going to link to my examples as it needs some explaining.
www.madmediablitz.com/tv/pr …
0
votes
1answer
44 views
Is there a way to detect whether Flash is above the browser fold?
I'm looking for a way to determine if a Flash movie is visible within the browser viewport. Unfortunately there's a big caveat here: it must be done without JavaScript. Is there a …
0
votes
1answer
371 views
Reset scale/width/zoom of Safari on iPhone using JavaScript/onorientationchange
I am displaying different content depending on how the user is holding his/her phone using the onorientationchange call in the body tag. This works great - I hide one div while mak …
1
vote
1answer
67 views
Using JavaScript or jQuery to track views of an actual HTML element (vs. just page loads)
My current project requires (if possible) tracking actual views of a JavaScript widget, so that we can compare/control this data against the total number of pageviews reported by o …
0
votes
1answer
131 views
div positioning based on view port
I would like to position a div relative the the view port of a browser window. Currently I have some popups with some jquery that are dynamically getting positioned based on the wi …
8
votes
4answers
346 views
Precise OpacityMask
Suppose I need to set an opacity mask on a WPF control that highlights a portion of it in precise position (suppose a 50x50 square at (50;50) position). To do that I create a Drawi …
0
votes
1answer
89 views
how to constraint viewport of dialog with jQuery?
I'm using the plugin offered here:
http://jqueryui.com/demos/dialog/
I'm poping up the dialog when clicking on a link, and positions where click happens.
But the link is near th …
1
vote
2answers
402 views
How to set viewport meta for iPhone that handles rotation properly?
So I've been using:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
to get my HTML content to display nicely on the iPhone. It …
1
vote
3answers
68 views
How can a URL fragment affect a css layout?
Compare these 3 URLs (look at the top navigation bar in each case):
http://fast.kirkdesigns.co.uk/blog
as above but with the url fragment #navigation
as above but with the url fr …
