Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Any CSS gods out there willing to take a look at this presentation? Those are the opening few slides on my talk about Logic Programming in Perl. However, I have two problems. First, the software I'm using to create the presentation produces awful HTML (it's txt2slides, if you must know.) Second, I suck at CSS. I've no idea what it looks like on IE for Windows (IE 5.2 on Mac OS X is terribly broken) and I know it looks terrible at lower resolutions.
Any advice welcome. I've been fixing the software to write better HTML, so if that helps, let me know. CSS tips -- or just style comments -- really appreciated.
IE5.2 (Score:1)
Does anyone actually use this browser? Should I worry about making the site compatible?
JJ
Re:IE5.2 (Score:2)
I suppose it depends upon your target audience. I doubt that Perl folks are going to bitterly complain about not being able to use IE on a Mac. If this was some popular news site, it would be a different story.
Re:IE5.2 (Score:2)
Re:IE5.2 (Score:2)
I gave up on Safari. It's slow. It's buggy. It sucks. I recently started using it again when the latest Firefox security hole showed up because of how serious that problem was, but as soon as Firefox had a new version out, I grabbed it and didn't look back.
Scaling (Score:1)
The presentation doesn't scale well at the moment.
By using font sizes in px you're making things very small for somebody who's got a very high res monitor.
The most portable thing to do is to put font sizes in percentages: assume that 100% is the size that is appropriate for 'normal' text on a webpage, and work relative to that so you probably want at least 150% for text on slides.
Those slides also degrade badly in smaller windows. If the window is sufficiently small that the bullets don't all
Re: CSS help requested (Score:1)
Have a look at S5 [meyerweb.com].
John.
--
someone's done all this... (Score:2)
Re:someone's done all this... (Score:1)
I'm working on a pod2s5 translator at the moment.
Re:someone's done all this... (Score:2)
I'll take a look at these, thanks. The only customizations I've done were fairly minor for an internal presentation (logo, standard corporate look, etc.).
And please let me know if you get the pod translation done!