I just thought I would share a website that I thought was pretty cool. It is a blog by Seamus Leahy, a web designer in Baltimore, MD. I love the design and layout and thought I would post it for your enjoyment.

It’s a bit slow-loading and slow-scrolling, but after looking at his source code I can see why:
<!-- Namespace source file -->
<script src="/wordpress/wp-content/themes/mojebus/scripts/yui/yahoo/yahoo.js"></script>
<!-- Dependency source files -->
<script src = "/wordpress/wp-content/themes/mojebus/scripts/yui/dom/dom.js" ></script>
<script src = "/wordpress/wp-content/themes/mojebus/scripts/yui/event/event.js" ></script>
<!-- Drag and Drop source file -->
<script src = "/wordpress/wp-content/themes/mojebus/scripts/yui/dragdrop/dragdrop.js" ></script>
<!-- animation source file-->
<script src="/wordpress/wp-content/themes/mojebus/scripts/yui/animation/animation.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/BrowseColumnManager.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/BrowseCol.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/BrowseResults.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/CategoryRelationships.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/columnSorter.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/ColumnSorterRecords.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/SelectionList.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/browseData.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/browse.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/CreateBrowse.js"></script>
<script src="/wordpress/wp-content/themes/mojebus/scripts/browse/ToggleSearchArea.js"></script>
<script>
new CreateBrowse();
new ToggleSearchArea("search", 3);
</script>
Browse the site and enjoy.