SunGard HE Summit 2007

Vegas is the host of this year’s SunGard Higher Education’s Summit Conference. SunGard HE is the vendor for our student information system (Banner) and our student portal application (Luminis). I’m joined by 8,199 othe people comprised of SunGard HE staff, vendor partners and higher education customers from across the United States and numerous other countries.

I arrived Sunday afternoon and got checked in at the MGM Grand. Nice enough place but as I tell others, “Once you get in the room, most hotels aren’t that much different.” Of course that may have more to do with the rooms I reserve. After checking in and resting for a bit I headed off to the Mandalay Bay to register for the conference and meet some fellow PCC staff for dinner at the House of the Blues. The evening was a stroll down The Strip to check out the sites.

You’ll find some images of this stroll in the Summit gallery below as I can get them posted. I did a good job of bringing everything I needed with me, EXCEPT for my laptop’s power! I shouldn’t have any trouble borrowing power from others.

Monday brought the opening session for Summit with Vegas style entertainment and the required speech by the SunGard HE CEO. The entertainment was, well, entertaining and befitting Vegas. Scantily clad people doing things that people shouldn’t be able to do — this sounds worse than it was. Acrobatics and trapeze work.

This opening was then followed by a talk from Dilbert creator Scott Adams. This was a laugh-filled look at our often less-than-functional world. Scott recollected on a breakthrough in his life that came about once he realized that hard work in the corporate world does not correlate to rewards. This freed him up to focus less on work ‘success’ and more on life… and becoming a cartoonist. More inspirational perhaps was the perspective that people that consider themselves ‘lucky’ have no more true luck than anyone else, they are simply more expectant that good things will be there for them. I couldn’t agree more, it is hard to have a good life if you expect to be screwed everywhere you turn.

That’s all from now, off to a session.

What I do…

I suppose you should know a little bit about what I do for work. Officially I’m the Web Services Manager at Portland Community College. That means that I manage development and care of the Portland Community College web site and other web services like our MyPCC student portal.

I’ve got a great team working for me doing a lot of good work. We’re all busy, all the time, but we also keep it light and enjoyable. If you visit the PCC site, your input is welcome as we are always looking for ways to improve. I have areas I want to address, but patience is valuable as we evolve the site from its past existence into the future.

Foxit for PDFs

At home I’ve started using the free Foxit Reader 2.0 for PDF viewing. Boy, does it load fast. It is a very small download as well. Just started with it and no problems yet. Most of the PDFs viewed from home are pretty straight forward so don’t need the full features of Adobe Reader at this time anyway, and just enjoying the speed for general purpose use.

Selenium Test Tool

Selenium is an “in browser” test tool for web applications. It is a much friendlier tool than most similar applications and is made much easier with Selenium IDE. The IDE, a Firefox extension, proves capturing and running test cases can be easy. After opening, the IDE is in record mode so just start performing the necessary tasks and all is captured. You can then run your test case or edit it and save for later.

Selenium resolves problems in some applications that I’ve run into before. This is because Selenium is using the browser itself to run tests which takes care of cookie, session and many AJAX issues. That’s right, Selenium is running cases in the browser via JavaScript and iframes.

Selenium IDE supports walking through test cases and scripting support for creating and maintaining your tests. It is a complete IDE with support for auto-completion of Selenium commands.

I have not made full use of Selenium yet, so I’m sure there will be more pleasant discoveries as I move forward. The only area I would note a drawback is the realm of documentation. The availability of detailed documentation and examples would make your introduction to Selenium much easier and expand your capabilities much faster. Search around, there are many people posting their experiences and this is most valuable.

E41ST

What a cool application! E41ST ties together your local library and data from Amazon in a Flash-based environment. Great for book nuts and library lovers.

Technically, it is a nice application using Flex to integrate Amazon Web Services and your local library. A good practice of simplifying what many of us do on the web — searching Amazon and others for info, then CTRL-TAB to the library database to find locally. If I want the book enough, Amazon still gets there piece of the action. Apparently, there are many others that think this is a cool app.

See you at the library!