Javascript XML Reader

Experimenting with what you can do with "just" javascript, I have the stats page for the HHS girls soccer team use javascript to read an XML file with the stats in it. HHS Girls Soccer Stats Page
View Code Snippet

PHP Image Reader

My first PHP, a script to get the newest images named canes_pic* to display in HHS girls soccer home page left hand column. HHS Girls Soccer Home Page
View Code Snippet

CSS Sprites

To try and reduce the http call overhead on the RB consumer page, changed the rotation of images from separate files controled by javascript to a CSS sprite file. Excerpt
View Code Snippet

RSS Import

Use ColdFusion to import the school division WordPress blog to display on RB School Homepage. Designed to keep a version locally until it is updated to reduce cfhttp calls to WordPress. RB School Home Page
View Code Snippet

Flash

A flash image carousel to display featured books, reading from an XML file generated by a scheduled ColdFusion script. Based heavily on tutorials from goandlearn.com. Excerpt

Flex

Flex vertical accorion menu for the RB consumer site. Excerpt