Category: Uncategorized

  • Application.cfc roundup

    For those of you programming with more recent versions of ColdFusion, these links might be helpful when learning and working with Application.cfc files. Ray Camden’s Application.cfc PDF skeleton reference Coldfusion MX 7 Application.cfc Reference Extend the ColdFusion MX 7 Application Framework using ColdFusion Components Designing and Optimizing a ColdFusion Application Application.cfc, one that will work…

  • Heartbeat on Fedora Core 4

    Here are the steps I took to get heartbeat ( from linux-ha ) to run on Fedora Core 4 (fc4). It is by no means a clean install, but it appears to work for us at the moment. First download the RPM’s from http://www.ultramonkey.org/download/heartbeat/. I am using version 2.0.2 today. Then I installed curl to…

  • Shorter, smarter URLs

    Today we began more widely implementing the mod_rewrite apache module to rewrite some of our ugly URLs. For example, the URL for a news story previously had been http://www.gustavus.edu/news/index.cfm?id=1658. That very same story can now be accessed at http://www.gustavus.edu/news/1658. Likewise, Eric Dugdale’s class schedule can now be accessed from http://www.gustavus.edu/oncampus/facultyschedules/edugdale instead of http://www.gustavus.edu/oncampus/facultyschedules/index.cfm?action=view&username=edugdale. While this…

  • Photography Contest Deadline Extended

    The Campus Community Photography Contest deadline has officially been extended until December 1, 2005 due to a lack of qualifying submissions. Please read the submission guidelines and submit your photos today. You still have the chance to win an iPod nano as well as one of other cash prizes totaling $270.

  • Credit card security increased

    Based on a tip at Pete Freitag’s blog, we have increased the security of our credit card forms. Always, always set autocomplete=”off” in the input tag. For example: <input type=”text” name=”cc” autocomplete=”off” /> This feature will prevent many browsers from automatically completing the credit card fields and storing the numbers in plain text on the…

  • Tips on Searching Google

    Google Search Tips 2005 offers some “search syntax basics and advanced tricks for Google.com.” It might be helpful to check it out and brush up on your searching skills. You never know, it might save you a lot of time when trying to find exactly whatever it is you are looking for.

  • Photography Contest

    Today, we are proud to announce that we are sponsoring a photography contest. This contest will run concurrently with the International Education’s photography contest and is open to anyone who wishes to submit a photograph taken of campus life at Gustavus Adolphus College and in its surrounding community. Before submitting a photograph, please carefully read…

  • Secondary DNS servers and subdomains

    Here at Gustavus we have a lot of subdomains. For example my computer is oachs.it.gac.edu. A little while ago we noticed that our secondary / slave DNS provider could not resolve DNS for any host in any of our subdomains. As it turns out, the solution was to add a couple of lines to our…

  • New Homepage Server

    We have switched homepages.gac.edu over to a new faster server so that at some point in the future we can offer PHP and MySQL to everyone. But for now, if you notice any odd behavior with homepages.gac.edu, please let us know.

  • Email

    Just reading the usual blogs tonight and just had to say I agree with what this one says: http://www.oreillynet.com/pub/wlg/7907 Unfortunately email is no where near as reliable as we would like. Even people who know better loose email due to virus filters and the like. In fact, it even happened here this past weekend 🙂