<?xml version="1.0" ?> 
<?xml-stylesheet type="text/xsl" href="root.xsl"?>
<root>
	<title>News</title>
	
	<item>
		<name>Article and Glorious CSS Tablelessness</name>
		<date>January 5th, 2007</date>
		<update>In an effort to follow current webdesign trends, I have removed all TABLEs and replaced them with appropriately CSSed DIVs, which saves a little bit of codespace, looks better, and provides a simpler way to change your layout (there's just the single encapsulating div, free of the restrictive table structure).</update>
		<update>I've added my EverQuest Bard Twisting Tutorial to the Articles page. I've been playing a Drakkin Bard for the past few months, and found a lacking in straight-forward, generic Bard-related tutorials, especially related to Twisting. They're usually too specific, use incomplete sentences or misinterpretable grammer, or don't tell the whole story. I've tried to make it as user-friendly as possible so the newest Bard can read this tutorial and know just what needs to be done to master Twisting. Also, I may or may not have come up with a new-ish technique for doing it, which allows you to switch instruments with ease. I'm proud.</update>
		<update>The Images page is now up! There's only two pictures in there right now, but more are coming.</update>
		<update>I've added links to the Links page. You can pretty well assume that with every update, I've added a link or two from her on out.</update>
	</item>

	<item>
		<name>XSL Fixes and Page Combines!</name>
		<date>December 28th, 2006</date>
		<update>Combined many XSL sheets into one generic one. This helps save a little space, and loads only 2 documents statically: the CSS, and the XSL. This way, if you've seen a page using the generic XSL once, the rest load slightly faster because the XSL is already cached.</update>
		<update>Combined several pages into one, and added the Articles and Images pages. They will be completed soon.</update>
	</item>

</root>