<?xml version="1.0"  encoding="UTF-8" standalone="no"?>
<!--  encoding="iso-8859-1" -->
<!-- Beginning of Prolog -->
<?xml-stylesheet type="text/css" href="booklist.css"?>
<!DOCTYPE rootbooks [
<!ELEMENT rootbooks (header, book+)>
<!ELEMENT header (#PCDATA)*>
<!ELEMENT book (title, author, publisher, city, year, category, description, pages, wholesale, retail, isbn)>
<!ATTLIST book rating (1|2|3|4|5) #REQUIRED binding (Hardback | Paperback) #REQUIRED>
<!ELEMENT title (#PCDATA)*>
<!ELEMENT author (#PCDATA)*>
<!ELEMENT publisher (#PCDATA)*>
<!ELEMENT city (#PCDATA)*>
<!ELEMENT year (#PCDATA)*>
<!ELEMENT category (#PCDATA)*>
<!ELEMENT description (#PCDATA)*>
<!ELEMENT pages (#PCDATA)*>
<!ELEMENT wholesale (#PCDATA)*>
<!ELEMENT retail (#PCDATA)*>
<!ELEMENT isbn (#PCDATA)*>
]>
<!-- End of Prolog -->

<!-- Beginning of Document Body -->
<rootbooks>

		<header>Reading List for Bouton Jones</header>
		<book rating="4" binding="Paperback">
			<title>HTML Utopia: Designing Without Tables Using CSS</title>
			<author>Rachel Andrew</author>
			<publisher>SitePoint</publisher>
			<city>Lancaster, CA</city>
			<year>2006</year>
			<category>Web Development</category>
			<description>HTML Utopia: Designing Without Tables Using CSS, 2nd Edition is for web developers looking to create websites using Cascading Style Sheets for layout, which allow for faster page downloads, easier maintenance, faster website redesigns, and better search engine optimization.  HTML Utopia covers all aspects of using Cascading Style Sheets in Web Development, and is a must read for Web Developers designing new sites or upgrading existing ones to use CSS layouts.   The second edition of this popular book includes brand new coverage of Internet Explorer 7, Firefox 1.1, new CSS Solutions, and greatly expanded coverage of popular, cross-browser, CSS layout techniques.</description>
			<pages>520</pages>
			<wholesale>unknown</wholesale>
			<retail>$39.95</retail>
			<isbn>0975240277</isbn>
		</book>
		<book rating="5" binding="Paperback">
			<title>Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started</title>
			<author>Ben Forta, Raymond Camden, Charlie Arehart</author>
			<publisher>Adobe Press</publisher>
			<city>Berkeley, CA</city>
			<year>2007</year>
			<category>Web Development</category>
			<!-- Control character detected. (49:114) -->
			<description>The ColdFusion Web Application Construction Kit is the best selling ColdFusion series of all time, the books that most ColdFusion developers used to learn the product. This Getting Started volume starts with Web and Internet fundamentals and database concepts and design, and then progresses to topics including creating data driven pages, building complete applications, implementing security mechanisms, integrating with email, building reusable functions and components, generating data driven reports and graphs, building Ajax-powered user interfaces, and much more.</description>
			<pages>600</pages>
			<wholesale>unknown</wholesale>
			<retail>$50.00</retail>
			<isbn>032151548X</isbn>
		</book>
		<book rating="4" binding="Paperback">
			<title>Adobe ColdFusion 8 Web Application Construction Kit, Volume 2: Application Development</title>
			<author>Ben Forta, Raymond Camden, Charlie Arehart, John C. Bland, Leon Chalnick, Ken Fricklas, Paul Hastings, Mike Nimer, Sarge Sargent, Robi Sen</author>
			<publisher>Adobe Press</publisher>
			<city>Berkeley, CA</city>
			<year>2007</year>
			<category>Web Development</category>
			<description>ColdFusion 8 Web Application Construction Kit, Volume 2: Application Development begins by introducing important code organization and management techniques, and then progresses to topics that include integrating with all sorts of other technologies (including PDF, Adobe Flex, Ajax, advanced SQL and databases), debugging, and optimizing performance. From design and planning, to application deployment and troubleshooting, this instructional reference is all you need to successfully work, create, and progress with ColdFusion 8, the the most important ColdFusion since the product was created back in 1995.</description>
			<pages>552</pages>
			<wholesale>unknown</wholesale>
			<retail>$59.99</retail>
			<isbn>0321515463</isbn>
		</book>
		<book rating="5" binding="Paperback">
			<title>Adobe ColdFusion 8 Web Application Construction Kit, Volume 3: Advanced Application Development</title>
			<author>Ben Forta, Charlie Arehart, Jeffrey Bouley, Jeff Tapper, Matt Tatam, Raymond Camden, Robi Sen, Sarge Sargent</author>
			<publisher>Adobe Press</publisher>
			<city>Berkeley, CA</city>
			<year>2008</year>
			<category>Web Development</category>
			<description>The ColdFusion Web Application Construction Kit is the best selling ColdFusion series of all time, used by more ColdFusion developers to learn the product than any other books. Volume 3, Advanced Application Development introduces advanced ColdFusion features and technologies, including ensuring high availability, security and access control implementations, Java and .NET integration, using feeds and web services, connecting to IM networks, and server OS integration.</description>
			<pages>696</pages>
			<wholesale>unknown</wholesale>
			<retail>$59.99</retail>
			<isbn>0321515471</isbn>
		</book>
</rootbooks>
<!-- End of Document Body -->