<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ballinger's Professional Blog</title>
	<atom:link href="http://gballinger.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gballinger.wordpress.com</link>
	<description>Covering programming, networking and student success at the community college level.</description>
	<lastBuildDate>Mon, 09 Nov 2009 17:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='gballinger.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9cee6baf950bbb3461f630afaf74238d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ballinger's Professional Blog</title>
		<link>http://gballinger.wordpress.com</link>
	</image>
			<item>
		<title>Java String Concatenation and Performance</title>
		<link>http://gballinger.wordpress.com/2009/11/09/java-string-concatenation-and-performance/</link>
		<comments>http://gballinger.wordpress.com/2009/11/09/java-string-concatenation-and-performance/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 17:05:35 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=297</guid>
		<description><![CDATA[Java String Concatenation and Performance ~ Joey&#8217;s Scribble&#8217;s. &#8220;The quick and dirty way to concatenate strings in Java is to use the concatenation operator (+). This will yield a reasonable performance if you need to combine two or three strings (fixed-size). But if you want to concatenate n strings in a loop, the performance degrades [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=297&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.venishjoe.net/2009/11/java-string-concatenation-and.html">Java String Concatenation and Performance ~ Joey&#8217;s Scribble&#8217;s</a>. <em>&#8220;The quick and dirty way to concatenate strings in Java is to use the concatenation operator (+). This will yield a reasonable performance if you need to combine two or three strings (fixed-size). But if you want to concatenate n strings in a loop, the performance degrades in multiples of n.&#8221; </em>An article that compares the speed of  4 different ways to concatenating Strings in Java.  Using  StringBuilder is clearly the fastest but it is interesting to see the range of differences. The comments to the article also mention when StringBuffer should be preferred.</p>
<p>via Dz0ne</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=297&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/11/09/java-string-concatenation-and-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>Clever fools: Why a high IQ doesn&#8217;t mean you&#8217;re smart</title>
		<link>http://gballinger.wordpress.com/2009/11/04/clever-fools-why-a-high-iq-doesnt-mean-youre-smart/</link>
		<comments>http://gballinger.wordpress.com/2009/11/04/clever-fools-why-a-high-iq-doesnt-mean-youre-smart/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:11:50 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[IT Careers]]></category>
		<category><![CDATA[Student Success]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=293</guid>
		<description><![CDATA[Clever fools: Why a high IQ doesn&#8217;t mean you&#8217;re smart &#8220;&#8230;how can a &#8220;smart&#8221; person act foolishly?&#8221; An interesting article with examples, references and suggestions.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=293&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.newscientist.com/article/mg20427321.000-clever-fools-why-a-high-iq-doesnt-mean-youre-smart.html?full=true" target="_blank">Clever fools: Why a high IQ doesn&#8217;t mean you&#8217;re smart</a> &#8220;<em>&#8230;how can a &#8220;smart&#8221; person act foolishly?&#8221;</em> An interesting article with examples, references and suggestions.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=293&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/11/04/clever-fools-why-a-high-iq-doesnt-mean-youre-smart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>DocWeb &#8211; Java API</title>
		<link>http://gballinger.wordpress.com/2009/08/27/docweb-java-api/</link>
		<comments>http://gballinger.wordpress.com/2009/08/27/docweb-java-api/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:05:37 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=287</guid>
		<description><![CDATA[DocWeb &#8211; Java API
&#8220;A Sun-sponsored community JavaDocs site where members: Translate JavaDocs, Offer Bug References, Contribute Notes, Provide Code Examples &#38; Rate Community Contributions&#8221; &#8212; a new way to view JavaDocs, includes more code samples!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=287&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://doc.java.sun.com/DocWeb/">DocWeb &#8211; Java API</a><br />
&#8220;<em>A Sun-sponsored community JavaDocs site where members: Translate JavaDocs, Offer Bug References, Contribute Notes, Provide Code Examples &amp; Rate Community Contributions&#8221;</em> &#8212; a new way to view JavaDocs, includes more code samples!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=287&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/08/27/docweb-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>Security Fix &#8211; Tighter Security Urged for Businesses Banking Online</title>
		<link>http://gballinger.wordpress.com/2009/08/26/security-fix-tighter-security-urged-for-businesses-banking-online/</link>
		<comments>http://gballinger.wordpress.com/2009/08/26/security-fix-tighter-security-urged-for-businesses-banking-online/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:12:37 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[PC Security]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=285</guid>
		<description><![CDATA[Security Fix &#8211; Tighter Security Urged for Businesses Banking Online  &#8220;An industry group representing some of nation&#8217;s largest banks sent a private alert to its members last week warning about a surge in reported cybercrime targeting small to mid-sized business. The advisory, issued by the Financial Services Information Sharing and Analysis Center, recommends that commercial [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=285&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://voices.washingtonpost.com/securityfix/2009/08/tighter_security_measures_urge.html">Security Fix &#8211; Tighter Security Urged for Businesses Banking Online</a>  &#8220;<em>An industry group representing some of nation&#8217;s largest banks sent a private alert to its members last week warning about a surge in reported </em><a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/08/24/AR2009082402272.html"><em>cybercrime targeting small to mid-sized business</em></a><em>. The advisory, issued by the <strong>Financial Services Information Sharing and Analysis Center</strong>, recommends that commercial banking customers take some fairly rigorous steps to secure their online banking accounts.&#8221;</em> Even companies running anti-virus programs had serious losses. A serious warning! (via slashdot)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=285&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/08/26/security-fix-tighter-security-urged-for-businesses-banking-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>A trojan horse programmer speaks out</title>
		<link>http://gballinger.wordpress.com/2009/08/26/a-trojan-horse-programmer-speaks-out/</link>
		<comments>http://gballinger.wordpress.com/2009/08/26/a-trojan-horse-programmer-speaks-out/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:58:40 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[IT Careers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[PC Security]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=283</guid>
		<description><![CDATA[gulli: Bundestrojaner: A programmer speaks out  &#8220;His job there was to code malware that would allow to invade PCs of private users. ERA IT Solutions should in particular be involved in constructing trojans which allow the wiretapping of VoIP calls.&#8221;  A very interesting and enlightening interview.  (via slashdot)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=283&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.gulli.com/news/bundestrojaner-a-programmer-2009-08-24/">gulli: Bundestrojaner: A programmer speaks out</a>  <em>&#8220;His job there was to code malware that would allow to invade PCs of private users. ERA IT Solutions should in particular be involved in constructing trojans which allow the wiretapping of VoIP calls.&#8221;</em>  A very interesting and enlightening interview.  (via slashdot)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=283&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/08/26/a-trojan-horse-programmer-speaks-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>IPv6 Challenges and Opportunities</title>
		<link>http://gballinger.wordpress.com/2009/08/20/ipv6-challenges-and-opportunities/</link>
		<comments>http://gballinger.wordpress.com/2009/08/20/ipv6-challenges-and-opportunities/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:15:44 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[PC Security]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=281</guid>
		<description><![CDATA[Slashdot Technology Story &#124; IPv6 Challenges and Opportunities A slashdot article with good IPv6 links: a video of IPv6 issues, business case and an iPhone app (IPv4 death march).
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=281&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://tech.slashdot.org/story/09/08/20/1423224/IPv6-Challenges-and-Opportunities?art_pos=12">Slashdot Technology Story | IPv6 Challenges and Opportunities</a> A slashdot article with good IPv6 links: a video of IPv6 issues, business case and an iPhone app (IPv4 death march).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=281&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/08/20/ipv6-challenges-and-opportunities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Must-Dos for the First Week of College &#8211; College &#8211; Lifehacker</title>
		<link>http://gballinger.wordpress.com/2009/08/14/10-must-dos-for-the-first-week-of-college-college-lifehacker/</link>
		<comments>http://gballinger.wordpress.com/2009/08/14/10-must-dos-for-the-first-week-of-college-college-lifehacker/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:24:37 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[Student Success]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/2009/08/14/10-must-dos-for-the-first-week-of-college-college-lifehacker/</guid>
		<description><![CDATA[10 Must-Dos for the First Week of College &#8211; College &#8211; Lifehacker Some excellent suggestions! Also good links for textbook shopping. Please read. (via digg)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=279&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://lifehacker.com/5335215/10-must+dos-for-the-first-week-of-college">10 Must-Dos for the First Week of College &#8211; College &#8211; Lifehacker</a> Some excellent suggestions! Also good links for textbook shopping. Please read. (via digg)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=279&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/08/14/10-must-dos-for-the-first-week-of-college-college-lifehacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Testing Tips</title>
		<link>http://gballinger.wordpress.com/2009/07/06/software-testing-tips/</link>
		<comments>http://gballinger.wordpress.com/2009/07/06/software-testing-tips/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:55:02 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[IT Careers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Student Success]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=275</guid>
		<description><![CDATA[Software Testing Tips &#124; ChoosyInfo A few good tips about testing. Here is one that novices don&#8217;t often ignore. &#8220;Prepare your test cases in requirement or design phase&#8230;&#8221; (via dzone)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=275&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://choosyinfo.com/technology/software-testing-tips">Software Testing Tips | ChoosyInfo</a> A few good tips about testing. Here is one that novices don&#8217;t often ignore. <em>&#8220;Prepare your test cases in requirement or design phase&#8230;&#8221;</em> (via dzone)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=275&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/07/06/software-testing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>Password Recovery Speeds</title>
		<link>http://gballinger.wordpress.com/2009/07/02/password-recovery-speeds/</link>
		<comments>http://gballinger.wordpress.com/2009/07/02/password-recovery-speeds/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:19:16 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[PC Security]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/2009/07/02/password-recovery-speeds/</guid>
		<description><![CDATA[Password Recovery Speeds
&#8220;This document shows the approximate amount of time required for a computer or a cluster of computers to guess various passwords.&#8221;  Find out if your passwords are strong enough.  (via Prof. Meyer)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=273&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.lockdown.co.uk/?pg=combi">Password Recovery Speeds</a><br />
<em>&#8220;This document shows the approximate amount of time required for a computer or a cluster of computers to guess various passwords.&#8221; </em> Find out if your passwords are strong enough.  (via Prof. Meyer)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=273&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/07/02/password-recovery-speeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
		<item>
		<title>AllPinouts &#8211; Connectors, Cables and Adapters Pinouts</title>
		<link>http://gballinger.wordpress.com/2009/06/24/allpinouts-connectors-cables-and-adapters-pinouts/</link>
		<comments>http://gballinger.wordpress.com/2009/06/24/allpinouts-connectors-cables-and-adapters-pinouts/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:18:29 +0000</pubDate>
		<dc:creator>Greg Ballinger</dc:creator>
				<category><![CDATA[IT Careers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://gballinger.wordpress.com/?p=269</guid>
		<description><![CDATA[AllPinouts &#8211; Connectors, Cables and Adapters Pinouts &#8220;AllPinouts.org is a wiki that allows users to get and share information about hardware interfaces, including pinouts of ports, expansion slots, and other connectors of computers and different electronic devices (i.e. cellular phones, GPS, PDA, game consoles, etc.)&#8221;
An excellent resource that can save lots of time searching elsewhere. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=269&subd=gballinger&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.allpinouts.org/index.php/Main_Page">AllPinouts &#8211; Connectors, Cables and Adapters Pinouts</a> &#8220;<em>AllPinouts.org is a wiki that allows users to get and share information about hardware interfaces, including pinouts of ports, expansion slots, and other connectors of computers and different electronic devices (i.e. cellular phones, GPS, PDA, game consoles, etc.)&#8221;</em></p>
<p>An excellent resource that can save lots of time searching elsewhere. (via Slashdot)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gballinger.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gballinger.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gballinger.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gballinger.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gballinger.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gballinger.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gballinger.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gballinger.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gballinger.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gballinger.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gballinger.wordpress.com&blog=294834&post=269&subd=gballinger&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gballinger.wordpress.com/2009/06/24/allpinouts-connectors-cables-and-adapters-pinouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02127b3e6c02b7f4d78ae25791ec27f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Greg</media:title>
		</media:content>
	</item>
	</channel>
</rss>