Archive for August, 2005

ImageMagick Updated (6.2.3)

We updated our version of ImageMagick today to 6.2.3. Some of our applications that use ImageMagick are News, Athletics Rosters, and some other upcoming applications. The update was relatively seamless and completely painless. We expect improved performance and security.

Athletic Facilities Site

We recently put live a new athletic facilities website. We’ve created new information pages with pictures and relevant links for each indoor and outdoor facility associated with Gustavus. Thanks go to Joe for starting the project and designing the layout and to Tim Kennedy for providing awesome content and pictures.

New stadium video walkthrough

The new stadium site has been updated with a downloadable rendered video walkthrough. It’s pretty cool, so you should download it and watch it. There are four versions of the video available for download, each of a different bitrate so you can get just the right quality for your connection speed. All files are in […]

WordPress upgraded

WordPress has been updated to version 1.5.2 which seems mostly like a bugfix release. I guess it is also supposed to have fixed some recent security holes, so it’s pretty important to upgrad from a security standpoint. However, the WordPress team wasn’t overly clear on just exactly what changes this version includes. This afternoon I […]

Wahlstrom Hall demolition webcam

Wahlstrom Hall is scheduled to be demolished soon, so it is time for us all to say our goodbyes. If you are having a hard time letting go, or need to check in from another part of the country, we set up a webcam of Wahlstrom Hall. We are planning on running it over the […]

A new season begins…

Gustavus is currently trying to raise a bunch of money for a well-needed new football stadium. With the release of a print brochure, the Marketing and PR office decided they wanted to do a web component. Right now we on have basically what is available in the print brochure, but there are some really cool […]

Updated Regular Expression for E-Mail

We discovered a small bug in our old regular expression for checking valid e-mail addresses. When a user tried to use an address with capital letters on a form, it failed to match the regular expression. We updated the regular expression to account for capital letters anywhere in the e-mail address. ^[_a-zA-Z0-9-]+(.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*.(([a-zA-Z]{2,3})|([Aa][Ee][Rr][Oo]|[Aa][Rr][Pp][Aa]|[Cc][Oo][Oo][Pp]|[Ii][Nn][Ff][Oo]|[Mm][Uu][Ss][Ee][Uu][Mm]|[Nn][Aa][Mm][Ee]))$ This new expression […]

Evaluating Web Sites for Accessibility with Firefox

Patrick H. Lauke at Get Tooled Up outlines how Mozilla Firefox can be used in conjunction with the Web Developer Toolbar to carry out a preliminary accessibility review. Although awareness of web accessibility has steadily increased in recent years, many web developers are still uncertain about how to evaluate their sites. The relative complexity of […]

IE7 to support more standards

IEBlog has an entry about how they are working very diligently on improving the CSS and standards support in IE7 even though IE7 Beta 1 offers nearly nothing for improvements. I wanted to make it clear that we know Beta 1 makes little progress for web developers in improving our standards support, particularly in our […]

Commenting code guidelines

Attention programmers, Ryan Campbell at particletree has posted some really great guidelines for commenting your code. Commenting your code is like cleaning your bathroom–you never want to do it, but it really does create a more pleasant experience for you and your guests. Because I’ve recently adopted a new mantra to use comments frequently and […]