QuickSlide: Create slides from your browser's address bar
Here's another little site I've been working on: QuickSlide. It lets you create good-looking slides using your browser's address bar.
For example,
http://quickslide.ning.com?q=QuickSlide<div class="subtitle">Simplicity. Power.</div>
You get a nice dark backdrop, and centered text at a good size.
You can also add a picture – one of the built-in leaf images, or an image of your own:
http://quickslide.ning.com?q=<img width="450" src="leaf1.png">Improvements
http://quickslide.ning.com?q=<img width="300" src="leaf2.png"><br />Music
To add a reflection to an image, use class="reflect":
http://quickslide.ning.com?q=<img width="300" src="leaf4.png" class="reflect">Reflection
If you use YubNub, you can generate slides using the qsl command. Here's a slide that shows a random number:
qsl { random 100 }
QuickSlide source code
For example,
http://quickslide.ning.com?q=QuickSlide<div class="subtitle">Simplicity. Power.</div>
You get a nice dark backdrop, and centered text at a good size.
You can also add a picture – one of the built-in leaf images, or an image of your own:
http://quickslide.ning.com?q=<img width="450" src="leaf1.png">Improvements
http://quickslide.ning.com?q=<img width="300" src="leaf2.png"><br />Music
To add a reflection to an image, use class="reflect":
http://quickslide.ning.com?q=<img width="300" src="leaf4.png" class="reflect">Reflection
If you use YubNub, you can generate slides using the qsl command. Here's a slide that shows a random number:
qsl { random 100 }
QuickSlide source code