visual-effects

Algorithm to swim like a fish in c#

I need to implement a feature in my application where these words are going to "swim" around in the background, basically I need to pick a point in front of the leading letter of the word, and swim to it using a "wavey" style. I also need to avoid the walls, so it turns in time, among other 'fish like' behaviors it needs to implement. ...

Is it possible to programmatically turn on the Macbook Pro's keyboard backlight for individual keys?

Although I have a feeling that this isn't technically possible, it's worth asking anyways. Is it possible to turn on the Macbook Pro's keyboard backlights for individual keys? I am working on a piece of grid-based software which allows the user to navigate around by pressing any key on the keyboard to position the cursor at that point ...

slide effect with jquery

hi I'd like to create a slide effect using jQuery. I have several div's: <div id='div_1'>content currently displayed</div> <div id='div_2' style="display:none">content to be loaded</div> <div id='div_3' style="display:none">content to be loaded</div> The idea is that div_2 appears while sliding and "pushing" div_1 out of sight, a lit...