I’ve added a new feature that allows for slide timers. This will be useful for image presentations, and announcements. It’s a timer on the presentation, not the slide, so each slide will be timed the same.

One thing that is limited, is that if you switch the presentation, but not the slide, the timer stops. I don’t really know how people plan to use the program, or if they will want to switch the presentation, but I may add some sort of icon indicating that a timer is running.

I’ve also switched the shortcuts to use Control-Left, Control-Right for moving slides, or Control-Shift-Left and Control-Shift-Right to switch presentations. I figure that’s eaiser for people to remember, and I couldn’t get Control-Shift-Period/Comma to work anyways (probably have to use Greater-Than symbol, but this seemed more intuitive).

I think that covers all the necessary things to use it as a presentation program on a single computer. All other features seem like good things to have, but not necessarily must-haves.

Announcing the newest version of Exposong! It now has on-screen notification, show logo, and some major bug fixes.

I’ve removed the BETA status, because I think it’s ready for production usage in certain situations. It might be easier for those who have good experience with computers, because there’s not an actual installer, and it requires a few extra programs (See Installation). Maybe by next version I’ll have at least a Windows installer. The NSIS installer is plenty confusing, but I’ll take a shot at making it.

If you need lyrics, Christian Devotional Lyrics is a good resource.

A lot of presentation programs has animation. One good thing about animation is that the movement signals a slide change. A lot of times, I notice when I follow along with a song while someone is presenting, if my eyes move at the same time that the screen changes, then I don’t realize it’s changed, and I’m lost for a bit. Animations solves that, and as long as they’re not so crazy that they distract from the purpose of presenting content, I think animations can be good.

I think Clutter would be a good option to create animations. It has some built in stuff, and uses OpenGL to render these. I’ve just looked at some of the docs and stuff, so I don’t quite get it all yet, but the built-in animations look good, and the videos I’ve seen are impressive. I may have to take a look at some of the examples to see what exactly can be done.

One issue that I have is that there is no windows executable. I may have to create a fallback, just in case the user doesn’t have it installed, or doesn’t have 3D available (or some may not even want animation).

Clutter looks pretty exciting, and maybe it will have matured a bit by the time I get Exposong 1.0 released.

Sendmail’s security measures are getting in my way. I have a program that simply needs to restart sendmail as the apache user, and it’s even got the setuid bit set, but sendmail still won’t let me do it. When security becomes this extreme, we’ve got a problem.

New Release of Exposong. New in this release is image presentations, and information is shown on lyrics presentations.

So I’ve gotten a lot done on this website. It feels like I’m hammering nails with my head. What a tool! At least there’s a little bit of information on it out there, but google doesn’t like to actually find stuff about BASIC when I type in the word (it’s basically stuff about simplicity :) ).

At least I get paid hourly. If they want to make it complicated, then that just means I’ll get paid more.

I’ve been given a new job, to program a website in BASIC. I feel like I’ve gone from using a motorized screw driver back to using a manual one by hand. I don’t even know BASIC, but I’m trying to learn it. Besides that, I have to learn exactly how http works, because I’ll have to do it all manually. It will be good to learn, but it’s going to be a challenge without the shortcuts that PHP has to offer. No cookie, or session handling. The only security will have to be coded by me.

Oh well, it’s what the customer wants, and unfortunately, my boss is pretty set on doing it this way.

I’m building a website that was previously in COBOL, and even though I don’t think moving to BASIC is a very big step, the previous program only allowed Internet Explorer.

Exposong Background Select

If you’ll look at the bottom, beside the preview, you can see the new background selector. You can use both images, or plain gradients.

I would dare to say that ExpoSong might even be ready for actual use. Of course, you can’t do much more than plain-text slides (lyrics too, but it’s plain-text as well), but there’s nothing wrong with an assembly without images/videos.

Announcing version 0.3 of Exposong! With custom schedules, presentation backgrounds, plugins, faster screen rendering, and a major overhaul of all the source code, it’s an estimated 250% more usable than the previous version! There’s even a German translation for native speakers (we’ll be needing more translators for other languages, for anyone who wishes to be involved).

For plugins in ExpoSong, I’ve gone mostly the route that was in the tutorial at pocoo.org. It’s helped me in understanding it a lot, but I decided to go the route of abstract classes, instead of a capabilities list. This helps documentation, and lets the developer know exactly what needs to be implemented without searching through developer documents.

There’s so much I’m learning about programming while making ExpoSong. A lot of it would have been nice to know while I was making the bulk of it, but I’m learning as I go. Instead of having the classes be attributes of the main class, from what I’ve figured out, I think it’s going to be best to put the class attributes in the module that the class is defined (e.g. schedule.py, Schedule (class), schedule (attribute)). Hopefully, this will allow me to cut down the 400 lines of code in the application.py file. We’ll see.

I’m going to have to do some major changes before I can get 0.3 pumped out, so I’m going to see what I can get done in the next couple of weeks. I’m just now starting to get some motivation after Spring Break (time off always kills me when I have to come back). Once I get plugins working, I should be able to pump out new features a little bit easier, so we’ll see what happens.

Edit 12:02am: I may start pumping out code for my boss, so I can get paid. It is more important to pay the rent than to get ExpoSong further along, so that’s where my priorities lie. I’ve got a paper due on Thursday as well, so that’s also very important. I may have to remove all signs of games from this computer so I can get something done.