Author: webservices
-
Improved File Not Found Error 404 Page
—
by
We upgraded our File Not Found Error 404 page today. This upgrade offers three exciting improvements that should help to eliminate confusion, calm nerves, and, in the end, improve the Gustavus website. Here’s a rundown of the three most significant new features: 1. Friendlier, more helpful error message We re-examined the text of the message…
-
One Place to Submit Your News
—
by
If you have anything you would like to get the word out about, we have crafted a centralized news submission form. Are you looking to sell a puppy or are you helping the disadvantaged? Did you win a fancy award or just get published? Do you know somebody who knows somebody who knows something big?…
-
Panoramas Get a Home
—
by
We gave all of our new 360° panoramas (previously) a centralized home today. We are kicking the new section off with 19 totally new panoramas and plan on adding more in the next few months. I think my favorite of the bunch is the panorama of a Ceramics class in session. We hope that this…
-
Senior Class Gift Website
—
by
We’ve been working with the senior class gift committee and have put the 2007 Senior Class Gift website live. You will be able to find all of the information you ever wanted to know about the senior class gift. We tried to make it feel friendly and inviting, so hopefully it comes across that way.…
-
Office Hours Now on Schedules
—
by
After a brief period without office hour information in the schedules, we are very happy to announce the re-addition of office hours and other non-course information (such as department meetings, lunches, and research times) to schedules. We hope that the schedules will be even more informative and useful than ever with this non-course information. Scheduling…
-
Linking in Style… CSS3 Selectors for the Win
—
by
Today, we made a couple subtle but visually helpful additions to hyperlink styles in our site-wide CSS. We used some advanced features of CSS3 to isolate off-site links, to add an extra background image and padding to the link, based on how MediaWiki handles off-site links. We also added a mail icon to mailto: e-mail…
-
Automatic Pull-quotes with Behaviour and CSS
—
by
Our new favorite toy around here is automatic pull-quotes using Javascript and CSS. We wanted an elegant and aesthetically pleasing way to add interest, gravitas, and improve the scannability of some of our pages, especially when an image is unavailable or inappropriate. After a little digging around, we discovered that Roger Johansson at 456 Berea…
-
Shaun Inman’s Widon’t Ported to Javascript
—
by
I was working on some pull-quote magic today (more on that later) and needed to de-widow a string in Javascript a la Shaun Inman’s Widon’t. So I ported it to Javascript. Here’s the magic: String.prototype.widont = function() { return this.replace(/([^\s])\s+([^\s]+)\s*$/, ‘$1 $2’); } // end widont() To use this simply call the widont() method on a…