Some new presentations
I’ve been presenting up a storm recently—mostly because I’ve been on a presentation skills course😉 where I learnt a lot about the soft skills needed to be a better presenter. For that course, I had to present with slides on something I knew about, so I chose LINQ.
After all that was done, I’ve been presenting on the joys of jQuery recently. Instead of boring the audience with slides and constant switching to demos, I decided to build a presentation system in jQuery that handled both slides and demos. You can view it below. A few notes:
- To move to the next slide, click the globes at the top or press =.
- Pressing - will take you back a slide.
- You can also press the print button in the top section for a single-page print view (i.e., stripped of colors and with my slide notes).
What’s great is that the entire thing is a single HTML page, and the slideshow system is about 100 lines of JavaScript.