Note to self: http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/
thanks joe.
http://www.youtube.com/watch?v=ynBtZqurKaQ
…and here’s what it transcribed:
In Final Cut, sometimes you want a clip to fade in or out from a specific color. Like white, say. If you’re just using a single layer, you should use the Dip-to-Color effect. But the problem is that you’ll see the color in the middle of the transition, as opposed to the beginning or end like you’d expect. In order to fix the situation, just change the ‘Start’ or ‘End” parameter of the effect to be 50%. That’ll basically convert the ‘Dip-to-Color’ into a ‘Fade-to-Color’. Who uses a Dip-to-Color anyways?
I’d like to jot down some experiences using SiteGrinder 2 and how one might integrate it into a WordPress theme. Specifically I am interested in using SiteGrinder’s “-grow” hint to allow for WordPress content. So far my experience has been that it’s a slightly challenging maneuver.
This is still REALLY rough, but here’s what I’ve discovered so far. My overall plan involves modifying an existing WordPress theme so that the WordPress header and footer are more or less replaced with the SiteGrinder header and footer. You can also do this with SiteGrinder’s -xmedia hint and the “require PHP” option, but I’ll save that for another post.
Steps
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/common.css" type="text/css" media="screen" />
Still Very Rough, not meant for actual use yet.
Special Note to frustrated users of require PHP! If you can’t figure out where the option to choose “require PHP” is, then you’re like me and probably wasted shit-tons of time searching the forums for where it is. You click on the thing everyone tells you to click on, but all it says is “No Match”. WTF? Well, it turns out you have to type the name of a php file (eg, “wtf.php”) into the text field first, followed by clicking Update. Then everything changes, and “require PHP” is automatically selected. Pretty intuitive huh?! No, not really. YAY!
So I started investigating and playing around with custom cursor pointers embedded in web pages. It seems like there’s two distinct approaches:
The problem with (2) is that the default OS cursor still remain on the screen. There may be a way to change the OS cursor to a crosshair or something to make it less visible, though.
The problem with (1) is that it only seems to work on Internet Explorer 6 and higher.
But anyway, here’s what you do to achieve the first (1) one:
<style> <!-- BODY{ cursor:url(\"foo.cur\"); } --> </style>
Yeah!
It’s sort of involved, but not too bad.
Bye.
Sites http://wordpress.tv/2009/05/29/getting-started-with-google-analytics/ http://www.google.com/analytics/