<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Utah PHP Users Group &#187; Joshua Simpson</title>
	<atom:link href="http://uphpu.org/author/dataw0lf/feed/" rel="self" type="application/rss+xml" />
	<link>http://uphpu.org</link>
	<description>PHP application development and support</description>
	<pubDate>Sun, 14 Dec 2008 15:19:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OWASP&#8217;s WebScarab</title>
		<link>http://uphpu.org/2007/02/26/owasps-webscarab/</link>
		<comments>http://uphpu.org/2007/02/26/owasps-webscarab/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 16:15:18 +0000</pubDate>
		<dc:creator>Joshua Simpson</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://uphpu.org/2007/02/26/owasps-webscarab/</guid>
		<description><![CDATA[I&#8217;ve been using WebScarab for a while now, and thought I&#8217;d share it with those who aren&#8217;t familiar with it.  It&#8217;s a web security analysis application written in Java.  It has numerous included plug-ins with the standard install, including a spider, parameter fuzzer, session analyzer, HTTP/HTTPS interception/mangling, and much more.  OWASP once again proves their [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">WebScarab</a> for a while now, and thought I&#8217;d share it with those who aren&#8217;t familiar with it.  It&#8217;s a web security analysis application written in Java.  It has numerous included plug-ins with the standard install, including a spider, parameter fuzzer, session analyzer, HTTP/HTTPS interception/mangling, and much more.  OWASP once again proves their skill in creating a extremely useful tool.  Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://uphpu.org/2007/02/26/owasps-webscarab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Barcodes with PHP and PEAR</title>
		<link>http://uphpu.org/2005/05/05/barcodes-with-php-and-pear/</link>
		<comments>http://uphpu.org/2005/05/05/barcodes-with-php-and-pear/#comments</comments>
		<pubDate>Fri, 06 May 2005 03:56:25 +0000</pubDate>
		<dc:creator>Joshua Simpson</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://phlyte.uphpu.org/?p=103</guid>
		<description><![CDATA[A new article on Tech Republic provides a brief tutorial on how to integrate barcodes within your web application, utilizing the PEAR::Image_Barcode class, that uses the GD library to create and propogate the barcodes.   Yay for capitalism!  Read   the article.
]]></description>
			<content:encoded><![CDATA[<p>A new article on <a href="http://techrepublic.com.com">Tech Republic</a> provides a brief tutorial on how to integrate barcodes within your web application, utilizing the PEAR::Image_Barcode class, that uses the GD library to create and propogate the barcodes.   Yay for capitalism!  Read <a href="http://techrepublic.com.com/5100-10548_11-5692389.html#">  the article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://uphpu.org/2005/05/05/barcodes-with-php-and-pear/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Practical C++ Programming</title>
		<link>http://uphpu.org/2005/04/29/practical-c-programming-oreilly/</link>
		<comments>http://uphpu.org/2005/04/29/practical-c-programming-oreilly/#comments</comments>
		<pubDate>Fri, 29 Apr 2005 07:26:11 +0000</pubDate>
		<dc:creator>Joshua Simpson</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://phlyte.uphpu.org/?p=109</guid>
		<description><![CDATA[Ok, I know this isn&#8217;t technically a PHP book.  However, Ray was gracious enough to get me this book for review, and I believe the book offers techniques and advice to just about any programmer, not just for C++.
Practical C++ Programming, like most O&#8217;Reilly books, is a top-notch technical book, with a focus on [...]]]></description>
			<content:encoded><![CDATA[<p><i>Ok, I know this isn&#8217;t technically a PHP book.  However, Ray was gracious enough to get me this book for review, and I believe the book offers techniques and advice to just about any programmer, not just for C++.</i>
<p>Practical C++ Programming, like most O&#8217;Reilly books, is a top-notch technical book, with a focus on beginning programmers, but with enough readability to serve more experienced C++ coders.  Steve Oualline does a great job of mixing technical, aesthetic, and design advice, spattered with small, amusing anecdotes and miniature quizzes.  He uses examples effectively to reinforce standard programming concepts and gently nudge the reader along the sometimes painful path of C++.</p>
<p>The best aspect of the book isn&#8217;t the technical knowledge passed along by Oualline;  it&#8217;s the more abstract things he tackles that truly separate it from other C++ books, such as object orientated and procedural design practice, styling and naming conventions, and the tools of programming that many books miss: Makefiles and a brief overview of debugging utilities.  It&#8217;s refreshing to read a book that takes such points into account, and I found myself nodding in agreement in these sections.</p>
<p>As far as technical material, Oualline keeps up-to-date by including sections on fairly new and complex topics such as namespaces, STL, and templates, without alienating the reader.  He uses code often to explain various points, keeping most examples small,  but building to larger snippets and build on previous chapters smoothly.   The &#8216;C to C++&#8217; chapter in particular was excellent, and I think even C++ programmers could benefit from a quick overview of this section.</p>
<p>All in all, Practical C++ is an excellent book as a supplement to your generic C++ reference book, especially for those new to C++ programming or just coding in general.   However, I think many, more experienced, programmers could also benefit from his gems of wisdom on various topics that he sprinkles throughout the book.  I&#8217;ve come to expect the best from O&#8217;Reilly, and, again, I wasn&#8217;t disappointed.  </p>
<p>
<hr /><a href="http://www.oreilly.com/catalog/cplus2/">Practical C++ Programming</a><br /><b>Author: </b>Steve Oualline<br /><b>Publisher: </b>O&#8217;Reilly Publishing<br /><b>Published: </b>2002<br /><b>ISBN: </b>0-596-00419-2<br /><b>Rating: * * * *</b></p>
]]></content:encoded>
			<wfw:commentRss>http://uphpu.org/2005/04/29/practical-c-programming-oreilly/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
