<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://undergroundnews.com/css/sitemap.css" type="text/css"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>UGN Security: Review Sitemap</title>
		<link>https://undergroundnews.com/review/index.html</link>
		<description>UGN Security: Review Sitemap</description>
		<generator>VNC Web Services - Review Sitemap v1</generator>
		<atom:link href="https://undergroundnews.com/review/sitemap.html" rel="self" type="application/rss+xml" />
		<item>
			<title>Index</title>
			<link>https://undergroundnews.com/review/index.html</link>
			<guid isPermaLink="true">https://undergroundnews.com/review/index.html</guid>
		</item>
		<item>
			<title>Miscellaneous</title>
			<link>https://undergroundnews.com/review/listing/11/miscellaneous.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/11/miscellaneous.html</guid>
		</item>
		<item>
			<title>Web Development</title>
			<link>https://undergroundnews.com/review/listing/10/web-development.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/10/web-development.html</guid>
		</item>
		<item>
			<title>Books</title>
			<link>https://undergroundnews.com/review/listing/9/books.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/9/books.html</guid>
		</item>
		<item>
			<title>Services</title>
			<link>https://undergroundnews.com/review/listing/8/services.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/8/services.html</guid>
		</item>
		<item>
			<title>Linux and Unix</title>
			<link>https://undergroundnews.com/review/listing/7/linux-and-unix.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/7/linux-and-unix.html</guid>
		</item>
		<item>
			<title>Video Games</title>
			<link>https://undergroundnews.com/review/listing/6/video-games.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/6/video-games.html</guid>
		</item>
		<item>
			<title>Music</title>
			<link>https://undergroundnews.com/review/listing/5/music.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/5/music.html</guid>
		</item>
		<item>
			<title>Movies</title>
			<link>https://undergroundnews.com/review/listing/4/movies.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/4/movies.html</guid>
		</item>
		<item>
			<title>Computer Software</title>
			<link>https://undergroundnews.com/review/listing/3/computer-software.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/3/computer-software.html</guid>
		</item>
		<item>
			<title>Computer Hardware</title>
			<link>https://undergroundnews.com/review/listing/2/computer-hardware.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/2/computer-hardware.html</guid>
		</item>
		<item>
			<title>Electronics</title>
			<link>https://undergroundnews.com/review/listing/1/electronics.html</link>
			<pubDate>Sat, 16 Aug 2008 19:32:52 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/listing/1/electronics.html</guid>
		</item>
		<item>
			<title>PHP Solutions: Dynamic Web Design Made Easy</title>
			<link>https://undergroundnews.com/review/view/23/php-solutions-dynamic-web-design-made-easy.html</link>
			<description>
			<![CDATA[
				In this book you'll learn how to Create dynamic websites with design and usability in mind, as well as functionality Understand how PHP scripts work, giving you confidence to adapt them to your own needs Bring online forms to life, check required fields, and ensure user input is safe to process Upload files and automatically create thumbnails from larger images Manage website content with a searchable databaseYou want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of readymade scripts each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or if you prefer to leave that task to others to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices. The book has been written with an eye on forward and backward compatibility recommending the latest PHP 5 techniques, but providing alternative solutions for servers still running PHP 4.3. All database examples demonstrate how to use the original MySQL extension, MySQL Improved, or the PHP Data Objects PDO introduced in PHP 5.1, letting you choose the most suitable option for your setup.Summary of Contents Chapter 1 What Is PHPAnd Why Should I Care Chapter 2 Getting Ready to Work with PHP Chapter 3 How to Write PHP Scripts Chapter 4 Lightening Your Workload with Includes Chapter 5 Bringing Forms to Life Chapter 6 Uploading Files Chapter 7 Using PHP to Manage Files Chapter 8 Generating Thumbnail Images Chapter 9 Pages That Remember Simple Login and Multipage Forms Chapter 10 Setting Up MySQL and phpMyAdmin Chapter 11 Getting Started with a Database Chapter 12 Creating a Dynamic Online Gallery Chapter 13 Managing Content Chapter 14 Solutions to Common PHPMySQL Problems Chapter 15 Keeping Intruders at Bay
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:23:05 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/23/php-solutions-dynamic-web-design-made-easy.html</guid>
		</item>
		<item>
			<title>Practical Guide to Ubuntu Linux</title>
			<link>https://undergroundnews.com/review/view/22/practical-guide-to-ubuntu-linux.html</link>
			<description>
			<![CDATA[
				Mark Sobell's A Practical Guide to Ubuntu Linux, Second Edition, isn't just the most thorough and uptodate reference to installing, configuring, and working with Ubuntu. It also provides comprehensive server coverage you won't find in any other Ubuntu book.The fully updated JumpStart sections help you get complex servers running quickly. Whatever your questions may be, the completely revamped index gives you even faster access to the answers youre searching for. And a brand new chapter on Perl programming teaches you the basics of this powerful system administration language.Sobell walks you through every feature and technique you'll need, from installing Ubuntu to working with GNOME, Samba, exim4, Apache, DNS, NIS, LDAP, ufw, firestarter, and iptables. His exceptionally clear explanations demystify everything from system security to Windows fileprinter sharing. Youll find full chapters on running Ubuntu from the command line and GUI, administering systems and security, setting up networks and Internet servers, and much more. Along the way, you'll learn both the hows and the whys of Ubuntu. Sobell knows every Linux nook and cranny He's taught hundreds of thousands of readers and never forgets what it's like to be new to Linux. Whether youre a user, administrator, or programmer, this book gives you all you need and more.The world's most practical Ubuntu Linux book is now even more useful!This book delivers Hundreds of easytofollow, easytouse examples Updated JumpStarts for setting up Samba, Apache, Mail, FTP, NIS, OpenSSH, DNS, and other complex servers Deeper coverage of the command line, GNOME GUI, and desktop customization Coverage of crucial Ubuntu topics such as sudo and the Upstart init daemon More detailed, usable coverage of Internet server configuration, including Apache, exim4, and DNSBIND More stateoftheart security techniques, including firewall setup using ufw and firestarter
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:22:13 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/22/practical-guide-to-ubuntu-linux.html</guid>
		</item>
		<item>
			<title>Sams Teach Yourself Web Publishing with HTML &amp; XHTML in 21 Days</title>
			<link>https://undergroundnews.com/review/view/21/sams-teach-yourself-web-publishing-with-html-xhtml-in.html</link>
			<description>
			<![CDATA[
				Sams Teach Yourself Web Publishing with HTML and XHTML in 21 Days, Fourth Edition is a new edition of the bestselling book that started the whole HTMLWeb publishing phenomenon.The entire book has been revised and refined to freshen up its appearance and to bring it up to date with current Web publishing practices and technologies. Yet all the original style, flavor, and features that have made this book so popular since its first edition are retained and expanded upon.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:21:32 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/21/sams-teach-yourself-web-publishing-with-html-xhtml-in.html</guid>
		</item>
		<item>
			<title>Stylin' with CSS - A Designer's Guide</title>
			<link>https://undergroundnews.com/review/view/20/stylin-with-css-a-designers-guide.html</link>
			<description>
			<![CDATA[
				Cascading Style Sheets enable you to rapidly create web designs that can be shared by hundreds of web pages, accelerating development times and centralizing text and layout information for easy editing and updates. Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multicolumn page layouts without the use of tables. Learn how to create interface components, such as dropdown menus, navigation links, and animated graphical buttons, using only CSS, no JavaScript required. Discover how to design code that will work on the latest standardcompliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. Youll be stylin in no time!
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:20:45 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/20/stylin-with-css-a-designers-guide.html</guid>
		</item>
		<item>
			<title>The PHP Anthology: Object Oriented PHP Solution, Volume 1</title>
			<link>https://undergroundnews.com/review/view/19/the-php-anthology-object-oriented-php-solution-volume-1.html</link>
			<description>
			<![CDATA[
				As a PHP developer, there are certain problems youre almost guaranteed to face. Generating charts and graphs, converting HTML documents to PDF format PHP is equipped to handle all of these, but coming up with the best implementation can be tricky! Now, instead of trawling through message boards and mailing lists for the answer, you can just crack open The PHP Anthology!The PHP Anthology is a complete reference guide for any PHP developer hobbyist or professional to help you write better, faster and more secure code that solves common problems. The author, Harry Fuecks, has compiled over 100 bestpractice solutions that any developer will find invaluable when building content management systems, intranets, shopping carts or anything else.The first book in The PHP Anthology will show you how to write truly portable code work with PHP's Object Oriented Programming OOP features, without a computer science degree utilize MySQL's littleknown FULLTEXT search facility, repair MySQL tables, backup your database and avoid SQL injection attacks fetch files over a network using PHP's FTP features, create zipped archives and gain access to the local file system validate and filter user submitted content, and avoid crosssite scripting hacks learn how to produce professional charts and graphs, and create thumbnails and watermark images send email using PHP, including HTML email with attachments and embedded images create search engine friendly URLs so your sites can get spidered create professional error handling routines
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:19:55 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/19/the-php-anthology-object-oriented-php-solution-volume-1.html</guid>
		</item>
		<item>
			<title>Transcending CSS: The Fine Art of Web Design</title>
			<link>https://undergroundnews.com/review/view/18/transcending-css-the-fine-art-of-web-design.html</link>
			<description>
			<![CDATA[
				As the Web evolves to incorporate new standards and the latest browsers offer new possibilities for creative design, the art of creatingWeb sites is also changing. Few Web designers are experiences programmers, and as a result, working with semantic markup and CSScan create roadblocks to achieving truly beautiful designs using all the resources available. Add to this the pressures of presenting exceptional design to clients and employers, without compromising efficient workflow, and the challenge deepens for those working in a fastpaced environment. As someone who understands these complexities firsthand, author and designer Andy Clarke offers visual designers a progressive approach to creating artistic, usable, and accessible sites using transcendent CSS.In this groundbreaking book, youll discover how to implement highly original designs through visual demonstrations of the creative possibilities using markup and CSS. Youll learn to use a new design workflow, build prototypes that work well for designers and all team members, use grids effectively, visualize  markup, and discover every phase of the transcendent design process, from working with the latest browsers to incorporating CSS3 to collaborating with team members effectively.Transcending CSS The Fine Art of Web Design Uses a visual approach to help you learn coding techniques Includes numerous examples of worldclass Web sites, photography, and other inspirations that give designers ideas for visualizing their code Offers early previews of technical advances in new Web browsers and of the emerging CSS3 specification
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:19:14 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/18/transcending-css-the-fine-art-of-web-design.html</guid>
		</item>
		<item>
			<title>Understanding AJAX: Using JavaScript to Create Rich Internet Applications</title>
			<link>https://undergroundnews.com/review/view/17/understanding-ajax-using-javascript-to-create-rich-internet-applications.html</link>
			<description>
			<![CDATA[
				AJAX is hot, hot, hot! Why It's simple. With AJAX, internet developers and designers can create webbased applications that look and feel like desktop applications. These are responsive, highlyinteractive applications that represent a new breed called Rich Internet Applications RIA. This book is a guide to designing, implementing, and debugging AJAX applications. The book begins by comparing and contrasting the traditional web application lifecycle with that of an AJAX application. It then covers core AJAX technology, including the XMLHTTPRequest object, and describes various methods for consuming data returned by it. Because AJAX represents a fundamentally new way of creating web applications, the book is careful to explore usability guidelines for AJAX developers. This is followed by a series of use cases that show how specific problems are solved in both the preAJAX and postAJAX worlds. The book ends with a chapter on debugging AJAX applications, along with appendices that cover toolkits that greatly simplify AJAX development. All of the serverside examples presented in the book will be written in PHP, the most popular langauage for serverside web programming.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:17:17 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/17/understanding-ajax-using-javascript-to-create-rich-internet-applications.html</guid>
		</item>
		<item>
			<title>PHP 5 Objects, Patterns, and Practice</title>
			<link>https://undergroundnews.com/review/view/16/php-5-objects-patterns-and-practice.html</link>
			<description>
			<![CDATA[
				If you have seen true objectoriented development, and have had trouble using these concepts in PHP don't despair any longer. Matt Zandstra has done all the work for youall you need is a weekend or two to do a little reading. While being an easy read, Zandstra's introduction to the objectoriented features is, I believe, perfectly adequate to get started with objectoriented PHP programming.PHP 5 Objects, Patterns, and Practice is a practical design and management book devoted to exploring objectoriented programming in PHP 5, the latest and most powerful version of PHP. Using a wide variety of pattern examples, this insightful text explores the principles underlying design patterns, focusing largely on those patterns collected by the Gang of Four. Veteran author Matt Zandstra further addresses the needs of PHP users by providing practice and examples on topics including unit testing, documentation, version control, and automated building.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:15:59 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/16/php-5-objects-patterns-and-practice.html</guid>
		</item>
		<item>
			<title>Official Ubuntu Book, The</title>
			<link>https://undergroundnews.com/review/view/15/official-ubuntu-book-the.html</link>
			<description>
			<![CDATA[
				Ubuntu is a complete, free operating system that emphasizes community, support, and ease of use without compromising speed, power, or flexibility. It's Linux for human beings designed for everyone from computer novices to experts. Ubuntu 9.04 is the latest release more powerful, more flexible, and friendlier than ever. The Official Ubuntu Book, Fourth Edition, will get you up and running quickly.Written by expert leading Ubuntu community members, this book covers all you need to know to make the most of Ubuntu 9.04, whether you're a home user, small business user, server administrator, or programmer. The authors cover Ubuntu 9.04 from start to finish installation, configuration, desktop productivity, games, management, support, and much more. Among the many topics covered in this edition Edubuntu, Kubuntu, and Ubuntu Server.The Official Ubuntu Book, Fourth Edition, covers standard desktop applications, from word processing, spreadsheets, Web browsing, email, instant messaging, music, video, and games to software development, databases, and server applications. In addition, you will Learn how to customize Ubuntu for home, small business, school, government, and enterprise environments Learn how to quickly update Ubuntu to accommodate new versions and new applications Find uptotheminute troubleshooting advice from Ubuntu users worldwide Learn Ubuntu Server installation and administration, including LVM and RAID implementation Learn about how to take advantage of Ubuntu user forum to get the help you need quicklyThe DVD includes the complete Ubuntu Linux operating system for installation on PC platforms, preconfigured with an outstanding desktop environment for both home and business computing. It can be used to install other complete variants of Ubuntu, including Kubuntu with the KDE environment, Ubuntu Server, and Edubuntu for use in schools.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:15:17 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/15/official-ubuntu-book-the.html</guid>
		</item>
		<item>
			<title>Object-Oriented PHP: Concepts, Techniques, and Code</title>
			<link>https://undergroundnews.com/review/view/14/object-oriented-php-concepts-techniques-and-code.html</link>
			<description>
			<![CDATA[
				ObjectOriented PHP shows developers how to take advantage of the new objectoriented features of PHP. Working within the context of concrete examples, the book begins with code compatible with PHP 4 and 5, and then focuses on objectorientation in PHP 5. The author's practical approach uses numerous code examples, which will help developers get up to speed with object oriented PHP quickly, and show them how to apply what they learn to everyday situations. All code samples are available for download on the book's companion site.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:14:28 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/14/object-oriented-php-concepts-techniques-and-code.html</guid>
		</item>
		<item>
			<title>Mastering JavaScript Premium Edition</title>
			<link>https://undergroundnews.com/review/view/12/mastering-javascript-premium-edition.html</link>
			<description>
			<![CDATA[
				JavaScript is the most widely used scripting language for the Web and continues to grow in popularity. With this Premium Edition of Mastering JavaScript and its companion CD, savvy HTML users can learn to write JavaScript programs that will make their Web sites come alive! This is the most comprehensive tutorial and reference available, with information on both Netscape and Microsoft's enhancements of JavaScript. The book starts with everything beginners need to know and then moves on to more advanced topics, such as scripting ActiveX components, working with plugins, building multimedia applications, and interfacing with CGI programs. The author is a wellknown Internet programming expert and has led the development of secure networks for the Department of Defense.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:12:22 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/12/mastering-javascript-premium-edition.html</guid>
		</item>
		<item>
			<title>Mastering HTML and XHTML</title>
			<link>https://undergroundnews.com/review/view/11/mastering-html-and-xhtml.html</link>
			<description>
			<![CDATA[
				Mastering HTML and XHTML is a comprehensive resource for the markup languages underpinning web content development. Thoroughly updated for the latest versions of HTML and XHTML, this essential reference provides indepth, bestpractices methods for coding web and intranet sites. Key topics include everything from formatting fundamentals to document validation to such advanced topics as incorporating dynamic content and multimedia. Realworld projects and tutorials help reinforce concepts and techniques. Mastering HTML and XHTML also features the popular Master 's Reference for HTML 4.01 and XHTML 1.1 elements and attributes, style sheets, scripting, special characters, color codes, and more.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:11:26 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/11/mastering-html-and-xhtml.html</guid>
		</item>
		<item>
			<title>Javascript Unleashed: Second Edition</title>
			<link>https://undergroundnews.com/review/view/10/javascript-unleashed-second-edition.html</link>
			<description>
			<![CDATA[
				This second edition provides the reader with a thorough understanding of the JavaScript scripting language. Using the provided examples and explanations, the reader will be able to apply his or her new JavaScript skills to the development of interactive content for the World Wide Web. The CDROM contains code from the book, sample applications, and thirdparty products.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:10:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/10/javascript-unleashed-second-edition.html</guid>
		</item>
		<item>
			<title>JavaScript Unleashed</title>
			<link>https://undergroundnews.com/review/view/9/javascript-unleashed.html</link>
			<description>
			<![CDATA[
				JavaScript Unleashed serves as a complete reference to the JavaScript language for the experienced programmer as well as a guide for developing JavaScript but familiar with other programming languages. Over the years JavaScript has solidified its position as the de facto standard in Web site scriptingeven Microsoft uses JavaScript on its Web sites. And the capabilities of JavaScript have gradually been extended to the server side and to thirdparty products. JavaScript can be used in both Microsofts .NET environment and Windows Script Host, and Adobe Web development products are beginning to use JavaScript as their builtin scripting language.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:08:37 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/9/javascript-unleashed.html</guid>
		</item>
		<item>
			<title>HTML, XHTML, and CSS Bible</title>
			<link>https://undergroundnews.com/review/view/8/html-xhtml-and-css-bible.html</link>
			<description>
			<![CDATA[
				 An expanded, updated, and retitled edition of HTML Bible, examining HTML, XHTMLa set of extensions to HTML to make it more like XMLand cascading style sheets CSS, which provide a simple way to add consistent formatting to HTML Web documents Focusing on reader feedback and changing industry trends, this new edition is a major overhaul that addresses the extensive changes in Web development Shows readers the best, most efficient way to use HTML and examines which peripheral technologies are worth learning for the long run Features before and after pictures that show the results of improved Web page coding Offers continued coverage of key topics, including site administration, dynamic datadriven pages, and many others, in addition to new sections on hot new topics such as blogs and content management
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:07:10 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/8/html-xhtml-and-css-bible.html</guid>
		</item>
		<item>
			<title>Head Rush Ajax</title>
			<link>https://undergroundnews.com/review/view/7/head-rush-ajax.html</link>
			<description>
			<![CDATA[
				Sick of creating web sites that reload every time a user moves the mouse Tired of servers that wait around to respond to users' requests for movie tickets It sounds like you need a little or maybe a lot of Ajax in your life. Asynchronous programming lets you turn your own web sites into smooth, slick, responsive applications that make your users feel like they're back on the information superhighway, not stuck on a dialup backroad.But who wants to take on nextgeneration web programming with the last generation's instruction book You need a learning experience that's as compelling and cuttingedge as the sites you want to design. That's where we come in. With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web serversand having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail, and even watched a boxing match. Sound interesting Then what are you waiting for Pick up Head Rush Ajax and learn Ajax and asynchronous programming the right waythe way that sticks.If you've ever read a Head First book, you know what to expect a visually rich format designed for the way your brain works. Head Rush ramps up the intensity with an even faster look and feel. Have your first working app before you finish Chapter 1, meet up with the nefarious PROJECT CHAOS stealth team, and even settle the question of the Top 5 Blues CDs of all time. Leave boring, clunky web sites behind with 8tracks and hot pantsand get going with nextgeneration web programming.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:06:23 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/7/head-rush-ajax.html</guid>
		</item>
		<item>
			<title>Head First HTML with CSS &amp; XHTML</title>
			<link>https://undergroundnews.com/review/view/6/head-first-html-with-css-xhtml.html</link>
			<description>
			<![CDATA[
				Tired of reading HTML books that only make sense after you're an expert Then it's about time you picked up Head First HTML with CSS  XHTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your Web pages over time, and so your web pages work in all the browsers and mobile devices out there. Oh, and if you've never heard of CSS, that's okaywe won't tell anyone you're still partying like it's 1999but if you're going to create Web pages in the 21st century then you'll want to know and understand CSS.Learn the real secrets of creating Web pages, and why everything your boss told you about HTML tables is probably wrong and what to do instead. Most importantly, hold your own with your coworker and impress cocktail party guests when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.With Head First HTML with CSS  XHTML, you'll avoid the embarrassment of thinking websafe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect a visuallyrich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML, CSS, and XHTML into your brain in a way that sticks.So what are you waiting for Leave those other dusty books behind and come join us in Webville. Your tour is about to begin.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:05:38 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/6/head-first-html-with-css-xhtml.html</guid>
		</item>
		<item>
			<title>Firefox and Thunderbird Garage</title>
			<link>https://undergroundnews.com/review/view/5/firefox-and-thunderbird-garage.html</link>
			<description>
			<![CDATA[
				Firefox is a fast, free Internet browser from Mozilla that runs on Windows, Mac, and Linux Computers. According to spreadfirefox.com, todate there have been  23 million downloads since the release of Firefox 1.0 in September 2004, and MS IE usage has been dropping at the same time. Thunderbird has seen more than 2 million downloads. It is an email, RSS, and newsgroup client that is designed to make email safer, faster, and easier. Firefox and Thunderbird Garage is a book dedicated to helping readers get the most out of these new programs from download to installation to configuration. This book includes extensive information on how to take advantage of all of the additional features of the browser and email client to meet individual needs and interests. It also covers migrating from existing programs to ease the transition process.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:04:07 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/5/firefox-and-thunderbird-garage.html</guid>
		</item>
		<item>
			<title>Don't Click on the Blue E!: Switching to Firefox</title>
			<link>https://undergroundnews.com/review/view/4/dont-click-on-the-blue-e-switching-to-firefox.html</link>
			<description>
			<![CDATA[
				For all those surfers who have slowly grown disenchanted with Microsoft's Internet Explorer web browser, Don't Click on the Blue E! from O'Reilly is here to help. It offers nontechnical users a convenient roadmap for switching to a better web browserFirefox. The only book that covers the switch to Firefox, Don't Click on the Blue E! is a must for anyone who wants to browse faster, more securely, and more efficiently. It takes readers through the process stepbystep, so it's easy to understand. Schools, nonprofits, businesses, and individuals can all benefit from this howto guide. Firefox includes most of the features that browser users are familiar with, along with several new features other browsers don't have, such as a bookmarks toolbar and window tabs that allow users to quickly switch among several web sites. There is also the likelihood of better security with Firefox. All indications say that Firefox is more than just a passing fad. With the USA Today and Forbes Magazine hailing it as superior to Internet Explorer, Firefox is clearly the web browser of the future. In fact, as it stands today, already 22 of the market currently employs Firefox for their browsing purposes. Don't Click on the Blue E! has been written exclusively for this growing audience. With its straightforward approach, it helps people harness this emerging technology so they can enjoy a superiorand saferbrowsing experience.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:03:23 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/4/dont-click-on-the-blue-e-switching-to-firefox.html</guid>
		</item>
		<item>
			<title>Designing With JavaScript: Creating Dynamic Web Pages</title>
			<link>https://undergroundnews.com/review/view/3/designing-with-javascript-creating-dynamic-web-pages.html</link>
			<description>
			<![CDATA[
				Designing with JavaScript is an excellent learnbyexample tutorial that helps you create dynamic content for your Web site. Each chapter tackles a single topic with a relaxed and conversational tone. The thoroughly explained examples in each chapter are blocked off in green for quick reference and included on the accompanying CDROM. Whizkid author Nick Heinleauthor of the JavaScript Tip of the Week Web site and closet high school studentcovers a lot of ground, from dynamic frames, forms, and cookies to the latest in both 4.0 browsers' versions of Dynamic HTML. One excellent chapter demonstrates how to easily include multiple versions of your scripts to work with versions of Netscape Navigator or Internet Explorer, depending on which browser views the page.This is one the best titles available for relative newcomers or Web designers who want to get waistdeep in scripting as quickly as possible. However, Heinle's examples will also be useful to anyone with an interest in JavaScript.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:02:39 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/3/designing-with-javascript-creating-dynamic-web-pages.html</guid>
		</item>
		<item>
			<title>CSS Mastery: Advanced Web Standards Solutions</title>
			<link>https://undergroundnews.com/review/view/2/css-mastery-advanced-web-standards-solutions.html</link>
			<description>
			<![CDATA[
				Over the past couple of years, web designers and developers have begun taking more care in designing and building web sites. Less readily do they turn to oldfashioned techniques such as GIF spacers, tables for layout, and deprecated HTML elements, which can cause accessibilityusability problems and are just bad practice. There are three main web standards married together to create usable, standardscompliant web designs  XHTML for data structure, JavaScript for dynamic effects, and Cascading Style Sheets for styling your data.Working as a companion to our Web Standards Solutions book, this title covers advanced Cascading Style Sheet techniques, and includes are all the techniques you need to master CSS and craft modern, standardscompliant web page designs. You'll already know why you should be using CSS, so we dont bore you with pages of theory instead, we jump straight into practical solutions, allowing you to get what you need as quickly as possible.Renowned web designer Andy Budd starts off by introducing the elements of an effective CSS toolkit, including good working practices, the cascade, the box model, relative and absolute positioning, floating, and more. He then delves into advanced techniques like replacing images, styling links and lists, creating navigation menus, making forms look good, debugging and overcoming browser quirks, and hacking and filtering. The book is rounded off with two case studies to give you inspiration for your own designs, written by two more of the worlds finest web designers, Simon Collinson and Cameron Moll.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:01:51 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/2/css-mastery-advanced-web-standards-solutions.html</guid>
		</item>
		<item>
			<title>Ajax Design Patterns</title>
			<link>https://undergroundnews.com/review/view/1/ajax-design-patterns.html</link>
			<description>
			<![CDATA[
				Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive web applications with XML or JSONbased web services by using JavaScript in the browser to process the web server response.Ajax Design Patterns shows you best practices that can dramatically improve your web development projects. It investigates how others have successfully dealt with conflicting design principles in the past and then relays that information directly to you.The patterns outlined in the book fall into four categories Foundational technology Examines the raw technologies required for Ajax development Programming Exposes techniques that developers have discovered to ensure their Ajax applications are maintainable Functionality and usability Describes the types of user interfaces you'll come across in Ajax applications, as well as the new types of functionality that Ajax makes possible Development Explains the process being used to monitor, debug, and test Ajax applicationsAjax Design Patterns will also get you up to speed with core Ajax technologies, such as XMLHttpRequest, the DOM, and JSON. Technical discussions are followed by code examples so you can see for yourself just what isand isn'tpossible with Ajax. This handy reference will help you to produce highquality Ajax architectures, streamline web application performance, and improve the user experience.
			]]>
			</description>
			<pubDate>Tue, 03 May 2016 12:01:03 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/review/view/1/ajax-design-patterns.html</guid>
		</item>
	</channel>
</rss>