ÿþ<HTML xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-16"> <TITLE>Displayed Catalog</TITLE> </HEAD> <BODY> <STYLE> .catalog_genre_head {background-color:darkGreen;font-size:24pt;color:white;font-family:Impact;} .catalog_head {background-color:green;font-size:18pt;color:white;font-family:Impact;} .catalog_row0 {background-color:lightGreen;} .catalog_row1 {background-color:white;} .catalog_row_end {background-color:darkGreen;} </STYLE> <FORM method="post" action="catalog.asp"> Genre <SELECT name="genre" value="all" onchange="submit()"><OPTION value="all" selected>All</OPTION> <OPTION value="Computer">Computer</OPTION> <OPTION value="Fantasy">Fantasy</OPTION> <OPTION value="Horror">Horror</OPTION> <OPTION value="Romance">Romance</OPTION> <OPTION value="Science Fiction">Science Fiction</OPTION></SELECT></FORM><BR><TABLE class="catalog_table"> <TR class="catalog_genre_head"><TD colspan="6"> All Genres </TD></TR> <TR class="catalog_head"> <TD>#</TD> <TD>Title</TD> <TD>Author</TD> <TD>Publication Date</TD> <TD>Description</TD> <TD>Genre</TD> </TR> <TR class="catalog_row1"> <TD>1</TD> <TD class="catalog_cell">Creepy Crawlies</TD> <TD class="catalog_cell">Knorr, Stefan</TD> <TD class="catalog_cell">2000-12-06</TD> <TD class="catalog_cell">An anthology of horror stories about roaches, centipedes, scorpions and other insects.</TD> <TD class="catalog_cell">Horror</TD> </TR> <TR class="catalog_row0"> <TD>2</TD> <TD class="catalog_cell">Lover Birds</TD> <TD class="catalog_cell">Randall, Cynthia</TD> <TD class="catalog_cell">2000-09-02</TD> <TD class="catalog_cell">When Carla meets Paul at an ornithology conference, tempers fly as feathers get ruffled.</TD> <TD class="catalog_cell">Romance</TD> </TR> <TR class="catalog_row1"> <TD>3</TD> <TD class="catalog_cell">Maeve Ascendant</TD> <TD class="catalog_cell">Corets, Eva</TD> <TD class="catalog_cell">2000-11-17</TD> <TD class="catalog_cell">After the collapse of a nanotechnology society in England, the young survivors lay the foundation for a new society.</TD> <TD class="catalog_cell">Fantasy</TD> </TR> <TR class="catalog_row0"> <TD>4</TD> <TD class="catalog_cell">Microsoft .NET: The Programming Bible</TD> <TD class="catalog_cell">O'Brien, Tim</TD> <TD class="catalog_cell">2000-12-09</TD> <TD class="catalog_cell">Microsoft's .NET initiative is explored in detail in this deep programmer's reference.</TD> <TD class="catalog_cell">Computer</TD> </TR> <TR class="catalog_row1"> <TD>5</TD> <TD class="catalog_cell">Midnight Rain</TD> <TD class="catalog_cell">Ralls, Kim</TD> <TD class="catalog_cell">2000-12-16</TD> <TD class="catalog_cell">A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world.</TD> <TD class="catalog_cell">Fantasy</TD> </TR> <TR class="catalog_row0"> <TD>6</TD> <TD class="catalog_cell">MSXML3: A Comprehensive Guide</TD> <TD class="catalog_cell">O'Brien, Tim</TD> <TD class="catalog_cell">2000-12-01</TD> <TD class="catalog_cell">The Microsoft MSXML3 parser is covered in detail, with attention to XML DOM interfaces, XSLT processing, SAX and more.</TD> <TD class="catalog_cell">Computer</TD> </TR> <TR class="catalog_row1"> <TD>7</TD> <TD class="catalog_cell">Oberon's Legacy</TD> <TD class="catalog_cell">Corets, Eva</TD> <TD class="catalog_cell">2001-03-10</TD> <TD class="catalog_cell">In post-apocalypse England, the mysterious agent known only as Oberon helps to create a new life for the inhabitants of London. Sequel to Maeve Ascendant.</TD> <TD class="catalog_cell">Fantasy</TD> </TR> <TR class="catalog_row0"> <TD>8</TD> <TD class="catalog_cell">Paradox Lost</TD> <TD class="catalog_cell">Kress, Peter</TD> <TD class="catalog_cell">2000-11-02</TD> <TD class="catalog_cell">After an inadvertant trip through a Heisenberg Uncertainty Device, James Salway discovers the problems of being quantum.</TD> <TD class="catalog_cell">Science Fiction</TD> </TR> <TR class="catalog_row1"> <TD>9</TD> <TD class="catalog_cell">Splish Splash</TD> <TD class="catalog_cell">Thurman, Paula</TD> <TD class="catalog_cell">2000-11-02</TD> <TD class="catalog_cell">A deep sea diver finds true love twenty thousand leagues beneath the sea.</TD> <TD class="catalog_cell">Romance</TD> </TR> <TR class="catalog_row0"> <TD>10</TD> <TD class="catalog_cell">The Sundered Grail</TD> <TD class="catalog_cell">Corets, Eva</TD> <TD class="catalog_cell">2001-09-10</TD> <TD class="catalog_cell">The two daughters of Maeve, half-sisters, battle one another for control of England. Sequel to Oberon's Legacy.</TD> <TD class="catalog_cell">Fantasy</TD> </TR> <TR class="catalog_row1"> <TD>11</TD> <TD class="catalog_cell">Visual Studio 7: A Comprehensive Guide</TD> <TD class="catalog_cell">Galos, Mike</TD> <TD class="catalog_cell">2001-04-16</TD> <TD class="catalog_cell">Microsoft Visual Studio 7 is explored in depth, looking at how Visual Basic, Visual C++, C#, and ASP+ are integrated into a comprehensive development environment.</TD> <TD class="catalog_cell">Computer</TD> </TR> <TR class="catalog_row0"> <TD>12</TD> <TD class="catalog_cell">XML Developer's Guide</TD> <TD class="catalog_cell">Gambardella, Matthew</TD> <TD class="catalog_cell">2000-10-01</TD> <TD class="catalog_cell">An in-depth look at creating applications with XML.</TD> <TD class="catalog_cell">Computer</TD> </TR> <TR class="catalog_row_end"><TD colspan="6"></TD></TR> </TABLE> </BODY> </HTML>