Monthly Archives: February 2007

Replacing Magpie RSS with SimplePie

It’s infrastructure week here with lots of behind-the-scenes coding going on with several of the sites. One such task was changing the RSS code library, which drives the news items on the home page, from Magpie RSS to SimplePie. Among … Continue reading

Posted in Coding, Infrastructure, PHP | Comments Off

Great article on embedding Flash in Web pages

The ever-excellent web development online magazine A List Apart has published a great article explaining the variety of ways in which one may embed Flash in Web pages. Around here, we have (in the past, at least) mostly used the … Continue reading

Posted in Flash | Comments Off

Date sorting by filename in PHP

I have a few pages on the Web site, such as the Administrative Council minutes, that contain lists of links to PDF files. The date sorting comes by virtue of having files the files named like Minutes070122.pdf. The pages were … Continue reading

Posted in Coding, PHP | 7 Comments