http://is.gd/53WN1 seems a nice alternative. Is this type of HUD apps (see HUDulator) replacing Dashboard? #UX #dashboard #HUD #simplenote
Blog
- Read more: untitled post 155
I wish there was a Simplenote dashboard widget. The web interface is too large to use.
- Read more: untitled post 157
Redelijk onder de indruk van het concept bij Mozilla Labs over Identity in the browser: http://bit.ly/5VkPEk (via @netlash)
- Read more: untitled post 158
breadcrumbs in Google search results? http://yfrog.com/375vdp
- Read more: untitled post 161
RT @BertHagendoorn: Flash Player 10.1 and AIR 2.0 beta’s are now available on Adobe Labs! http://bit.ly/4tmXwH (via @aral)
- Read more: untitled post 160
impressed by the Webkit web inspector Timeline panel: http://yfrog.com/5dncqp
FLVPlayback resizing bug
Read more: FLVPlayback resizing bugWhen going fullscreen in the Flash Player with an FLVPlayback component on the Stage, the FLVPlayback takes over the whole screen. To avoid that, set the FLVPlayback’s fullScreenTakeOver property to false.
Doing that when already in fullscreen resets the FLVPlayback to a size of 320 by 240 px. This happens when you set the size of the FLVPlayback component before you set the fullScreenTakeOver property. Doing this in the opposit order, however, works as intended.
So if you create an FLV player when in fullscreen mode, don’t:
flv_movie.addEventListener(VideoEvent.COMPLETE, loopVideo); flv_movie.width = 993; flv_movie.height = 558; flv_movie.fullScreenTakeOver = false;
but do:
flv_movie.addEventListener(VideoEvent.COMPLETE, loopVideo); flv_movie.fullScreenTakeOver = false; flv_movie.width = 993; flv_movie.height = 558;
- Read more: untitled post 164
reading: Windows 7 review by ars technica : http://is.gd/4TiCR #windows7