-
Website
http://blog.tplus1.com/ -
Original page
http://blog.tplus1.com/index.php/2008/07/07/help-improve-my-pyohio-talk/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Aaron Oliver
13 comments · 4 points
-
Michael Foord
3 comments · 7 points
-
holgerkrekel
2 comments · 1 points
-
beza1e1
1 comment · 1 points
-
Doug Hellmann
6 comments · 3 points
-
-
Popular Threads
-
Add an option for your script to drop into the debugger
1 day ago · 1 comment
-
Add an option for your script to drop into the debugger
(http://r1chardj0n3s.googlepages.com/bruce if you're curious)
My other S5 complaint, as an audience member, is that since there's a cursor, people keep wanting to highlight chunks of code that they'd like the audience to focus on... And the resulting click event means that they're forever jumping forward to the next slide far before they meant to. Again, not cool.
Bruce looks pretty cool, but I've not tried it as I'm totally addicted to Keynote's presenter view feature. (Keynote is probably one of the best non-free pieces of software I've ever used... After years of wandering in the Powerpoint desert, it is an absolute *joy* to use.)
Truncated vertically or horizontally? If vertically, put less code on the slides. If horizontally, wrap lines (fewer columns).
Slides have limited space. You just have to deal with it. And slides aren't the end-all of presentations. If they don't work for you, do something else (even just for part of your talk).
If you have a lot of code to show, switch to an editor. Turn the font size way up, and turn on auto-wrapping. In an editor, you have the freedom to scroll around, select text, correct typos & bugs, etc.
I could do the whole presentation just from a single really-long text file, I suppose....
Bruce will have a presenter view. It had one, but then it lost it during a refactoring. It does display the presentation source in the laptop screen, which also allows you to have notes displayed.
Yeah, I used rst2s5.py also. Problems surfaced when the projector had a resolution of 1024x768, which is smaller than my laptop's 1440x900 resolution.
I'm going to study that starscream slideshow app also.