Archive for December, 2007

3D Ribbons Revisited

Sunday, December 23rd, 2007

I’ve been playing with this 3D bezier code for a while now. I finally got some nice motion happening. Click and drag to rotate the space.
The last time I tried this, the ribbon was actually a 2D bezier curve that was then rotated in 3D. This time I got a hang of the math to [...]

Disabling the Maximize Button in AIR

Friday, December 7th, 2007

Just figured this out after Google came up short. You can disable an AIR application’s system chrome maximize and minimize buttons by editing the ‘MyApp-app.xml’ file. Uncomment and set your values in the following options:

<minimizable>true</minimizable>
<maximizable>false</maximizable>
<resizable>false</resizable>

There are also a bunch of other options you can configure in here.
I have to say that so far I am [...]

Introducing svManager, the Easy Way to Manage your SimpleViewer Galleries

Saturday, December 1st, 2007

svManager provides a user interface for managing SimpleViewer galleries via a PHP application that runs on your webserver. svManager can be used with the free version of SimpleViewer or with SimpleViewer-Pro. Find out more about svManager here.
Thanks to Jack Hardie for doing a stellar job putting svManager together.


Bad Behavior has blocked 1195 access attempts in the last 7 days.