Community Page
- tlrobinson.net/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Man that video is crazy, Radiohead's videos are always great.
- But this sample I can't compiled http://code.google.com/p/cocos2d-iphone/source/browse/#svn/trunk/external/Chipmunk
- Andrew: You might want to check out Cocos2d-iphone .. it's a 2d game engine written for the iPhone that includes Chipmunk if you want to use it..
- Many of these are the command line equivalents for the GUI versions available in OS X. Combining them with other command line tools can be very powerful and <a...
- I am able to use svn checkout from commandline from a url. But the same task when i add in my ant build file, the build file fails telling me that the url@HEAD does not exist.
Jump to original thread »
John Resig posted today about a nifty new feature available in Firefox nightlies, browser paint events. He also posted an example script and bookmarklet called TrackPaint. He goes into greater depth in his post, so I won’t bother here.
I wanted something more “real-t ... Continue reading »
I wanted something more “real-t ... Continue reading »
8 months ago
Nice! But I just noticed that I'm not giving you the right coordinates when the viewport is scrolled down. I'll fix that :-)
8 months ago
Actually, it's your bug not mine :-). The boundingClientRect/clientRects are relative to the viewport, but your abs-pos elements are relative to the scrolled top of the document. Make them position:fixed instead.
8 months ago
@Robert: Yup I already fixed it ;)
Thanks.