<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Technobits -- the Blog</title>
	
	<link>http://facstaff.gpc.edu/~jbenson/wordpress</link>
	<description>Weblog for Professor Benson-Slaughter's CS classes at GA Perimeter College</description>
	<pubDate>Fri, 03 Oct 2008 21:37:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/gpctechnobits" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>New Version of process explorer</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/iPdbNGLI2iw/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/10/03/new-version-of-process-explorer/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 21:37:04 +0000</pubDate>
		<dc:creator>JohnNash</dc:creator>
		
		<category><![CDATA[CSCI 1300 Announcements]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=195</guid>
		<description><![CDATA[well in all my efforts to email the app that was shown of fin class on wensday october 3rd i failed due to the fact that all of my email address i have now and all the ones i could posibly get were filtering out any emails with archive files or executable files for &#8220;security&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>well in all my efforts to email the app that was shown of fin class on wensday october 3rd i failed due to the fact that all of my email address i have now and all the ones i could posibly get were filtering out any emails with archive files or executable files for &#8220;security&#8221; but in the process i found the newest updated version of the app which can be found <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">here</a>. I have personally tested it out on xp and it should work on vista but i have no way of knowing about stability on anything younger than windows NT. Have fun<br />
-John</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=jSjeeplD"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=zkchhc4W"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=zkchhc4W" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=GEOHHMXe"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=jGTEqwTP"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=jGTEqwTP" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=01Dc2O1T"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=01Dc2O1T" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=UHdxYvmV"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=MocDnfmN"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=MocDnfmN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/iPdbNGLI2iw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/10/03/new-version-of-process-explorer/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/10/03/new-version-of-process-explorer/</feedburner:origLink></item>
		<item>
		<title>Easily create a load or save dialog in Java</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/MNlkzQ_gTuY/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/26/easily-create-a-load-or-save-dialog-in-java/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:21:37 +0000</pubDate>
		<dc:creator>fspinol0</dc:creator>
		
		<category><![CDATA[CSCI 1302 Announcements]]></category>

		<category><![CDATA[CSCI 1302 Help]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=190</guid>
		<description><![CDATA[I was looking around for a way to do this for the first 1302 assignment, and found this tutorial on the Sun website.  It was confusing for me at first, so if you have questions about how I used it email me
How to Use File Choosers

]]></description>
			<content:encoded><![CDATA[<p>I was looking around for a way to do this for the first 1302 assignment, and found this tutorial on the Sun website.  It was confusing for me at first, so if you have questions about how I used it <a href="mailto:fspinol0@gmail.com">email me</a></p>
<p><a href="http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a></p>
<p><br class="spacer_" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=KhjJDyEd"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=y1tf2D7B"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=y1tf2D7B" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=6V7LmsjK"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=hYVXhZUd"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=hYVXhZUd" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=TJlVRvTr"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=TJlVRvTr" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=IMvMdaUK"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=qfLpOfE2"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=qfLpOfE2" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/MNlkzQ_gTuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/26/easily-create-a-load-or-save-dialog-in-java/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/26/easily-create-a-load-or-save-dialog-in-java/</feedburner:origLink></item>
		<item>
		<title>If you’re looking for an 8 gig flash drive for $17.99 here’s and add!</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/gL7DQ7DMjNQ/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/21/if-youre-looking-for-an-8-gig-flash-drive-for-1799-herss-and-add/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 20:35:00 +0000</pubDate>
		<dc:creator>hidden_within</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=184</guid>
		<description><![CDATA[Hey Micro Center has 8 gig thumb drives on sale for $17.99. The store is located off of highway 85 on Pleasant Hill headed west. Check out the link below to print the coupon.
 Micro Center Coupon
]]></description>
			<content:encoded><![CDATA[<p>Hey Micro Center has 8 gig thumb drives on sale for $17.99. The store is located off of highway 85 on Pleasant Hill headed west. Check out the link below to print the coupon.</p>
<p><a href="http://cps7.00b.net/498/content_load/792/8_21enews_view_online2.html?BrCs=498&amp;BrCg=16182368&amp;BrRc=1100400110"> <span style="underline;">Micro Center Coupon</span></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=HzfUKWnR"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=BBqHbtHb"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=BBqHbtHb" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=eQMWGdL8"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=eI56hGnW"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=eI56hGnW" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=3C8bcLGB"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=3C8bcLGB" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=grXHGhlC"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=cJEoW9me"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=cJEoW9me" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/gL7DQ7DMjNQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/21/if-youre-looking-for-an-8-gig-flash-drive-for-1799-herss-and-add/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/21/if-youre-looking-for-an-8-gig-flash-drive-for-1799-herss-and-add/</feedburner:origLink></item>
		<item>
		<title>linux on your flash drive</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/FqGZF7hSJeA/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/20/linux-on-your-flash-drive/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:15:57 +0000</pubDate>
		<dc:creator>hidden_within</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=181</guid>
		<description><![CDATA[Hey everyone if you ever want to have a distro of linux on your thumb drive here is a great website that will walk you through all the different ones and how to install them to your thumb drive and boot and run from USB
www.pendrivelinux.com
]]></description>
			<content:encoded><![CDATA[<p>Hey everyone if you ever want to have a distro of linux on your thumb drive here is a great website that will walk you through all the different ones and how to install them to your thumb drive and boot and run from USB</p>
<p>www.pendrivelinux.com</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=DRU9gJu0"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=REi7m0Dm"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=REi7m0Dm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=qGrx7AAJ"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=D1qD2cIf"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=D1qD2cIf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=8KtI9O4y"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=8KtI9O4y" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=oZhKhWCQ"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=rTh1kzEY"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=rTh1kzEY" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/FqGZF7hSJeA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/20/linux-on-your-flash-drive/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/08/20/linux-on-your-flash-drive/</feedburner:origLink></item>
		<item>
		<title>PortableApps</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/ZMp5DJMsekE/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/05/29/portableapps/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:25:32 +0000</pubDate>
		<dc:creator>Julia Benson-Slaughter</dc:creator>
		
		<category><![CDATA[General technology]]></category>

		<category><![CDATA[Web technology]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=180</guid>
		<description><![CDATA[Those of you that are unhappy with the software provided on the college computers (outdated stuff like IE 6 and Mozilla 1.5 web browsers) may want to set up a USB drive with the Portable Applications software suite so that you can run other programs.
It&#8217;s easy to do this &#8212; visit the PortableApps.com web site [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you that are unhappy with the software provided on the college computers (outdated stuff like IE 6 and Mozilla 1.5 web browsers) may want to set up a USB drive with the Portable Applications software suite so that you can run other programs.</p>
<p>It&#8217;s easy to do this &#8212; visit the <a href="http://portableapps.com">PortableApps.com</a> web site and download either the Suite (easiest) or the PortableApps tool plus the specific applications you want and install them to your USB drive.</p>
<p>Now when you insert your USB drive, you&#8217;ll have a new option in that dialog box &#8212; Start PortableApps.  Click that and it&#8217;ll bring up the PA menu; choose your application from the list and you&#8217;re ready to work!</p>
<p>I recommend making sure you get Firefox, Pidgin, ClamWin, Sumatra, and either OpenOffice Writer or AbiWord at a minimum.  On my own USB drive, I put the Suite and then added FileZilla, 7- Zip, and Notepad++ for the web development work I often do.  I&#8217;ll probably add Thunderbird and the GIMP eventually, once I clean off some of the junk (I do have a 2GB drive, but still&#8230;).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=9pPJDGuQ"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=pGJm45z2"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=pGJm45z2" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=rBTYlahq"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=qi9awUMw"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=qi9awUMw" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=Si1K4YYj"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=Si1K4YYj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=HMGoYnft"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=c0qwrs3E"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=c0qwrs3E" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/ZMp5DJMsekE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/05/29/portableapps/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/05/29/portableapps/</feedburner:origLink></item>
		<item>
		<title>Users petition to keep Windows XP</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/prz3R26aglQ/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/16/users-petition-to-keep-windows-xp/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 23:52:51 +0000</pubDate>
		<dc:creator>Julia Benson-Slaughter</dc:creator>
		
		<category><![CDATA[CSCI 1300 Announcements]]></category>

		<category><![CDATA[CSCI 1301 Announcements]]></category>

		<category><![CDATA[CSCI 1302 Announcements]]></category>

		<category><![CDATA[General technology]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=179</guid>
		<description><![CDATA[
http://www.cnn.com/2008/TECH/04/14/microsoft.xp.ap/index.html
Go to the link here to find out the story! (Sorry, can&#8217;t post the entire story here, I&#8217;d get in trouble)
]]></description>
			<content:encoded><![CDATA[<p><!--startclickprintexclude--><!--endclickprintexclude--><!--endclickprintinclude--><!-- ADSPACE: technology/article/adlinks.585x280 --><!-- CALLOUT|http://ads.cnn.com/html.ng/site=cnn&amp;cnn_pagetype=article&amp;cnn_position=585x280_adlinks&amp;cnn_rollup=technology&amp;params.styles=fs_dynamic|CALLOUT --></p>
<p><a href="http://www.cnn.com/2008/TECH/04/14/microsoft.xp.ap/index.html">http://www.cnn.com/2008/TECH/04/14/microsoft.xp.ap/index.html</a></p>
<p>Go to the link here to find out the story! (Sorry, can&#8217;t post the entire story here, I&#8217;d get in trouble)<!--startclickprintexclude--></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=vUKHVByJ"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=fg01010H"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=fg01010H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=AdQTa8Oo"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=mY9nHo1T"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=mY9nHo1T" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=pNDfRIJy"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=pNDfRIJy" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=F6c5sXfF"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=C4j02Unl"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=C4j02Unl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/prz3R26aglQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/16/users-petition-to-keep-windows-xp/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/16/users-petition-to-keep-windows-xp/</feedburner:origLink></item>
		<item>
		<title>REVIEWS</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/pHrDb0F1-MM/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/14/reviews/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 04:59:44 +0000</pubDate>
		<dc:creator>Julia Benson-Slaughter</dc:creator>
		
		<category><![CDATA[CSCI 1300 Announcements]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=178</guid>
		<description><![CDATA[before buying any electronics, check the reviews of that product in WWW.CNET.COM
]]></description>
			<content:encoded><![CDATA[<p>before buying any electronics, check the reviews of that product in WWW.CNET.COM</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=MHn2ACH3"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=7orntHF9"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=7orntHF9" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=fSPwaiNR"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=Lcm9jPt8"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=Lcm9jPt8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=o2RZLGcO"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=o2RZLGcO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=OYUl3Uoc"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=dDXtzDGK"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=dDXtzDGK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/pHrDb0F1-MM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/14/reviews/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/14/reviews/</feedburner:origLink></item>
		<item>
		<title>Useful sites for the webpage project</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/WJWmpl-tzcw/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/useful-sites-for-the-webpage-project/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 01:10:37 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[CSCI 1300 Help]]></category>

		<category><![CDATA[Web technology]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=177</guid>
		<description><![CDATA[These are pages i have found that are useful for web design (they can also be used even if you aren&#8217;t doing a project):
1) W3C: HTML/XHTML Validation. This is useful for finding errors in your sites code.  (I have set this up to default to Validate by File Upload.  If your site is [...]]]></description>
			<content:encoded><![CDATA[<p>These are pages i have found that are useful for web design (they can also be used even if you aren&#8217;t doing a project):</p>
<p>1) <a href="http://validator.w3.org/#validate_by_upload" target="blank">W3C: HTML/XHTML Validation.</a> This is useful for finding errors in your sites code.  (I have set this up to default to Validate by File Upload.  If your site is online, you can also do it that way.)</p>
<p>2) <a href="http://jigsaw.w3.org/css-validator/#validate_by_upload" target="blank">W3C: CSS Validation.</a> Again, this is useful for finding errors in your css page. (I have set this up to default to Validate by File Upload.  If your site is online, you can also do it that way.)</p>
<p>3) <a href="http://www.w3schools.com/tags/default.asp" target="blank">W3C Schools: XHTML/HTML 4.01 tag listing with links to parameters you can use, and how to use.</a></p>
<p>4) <a href="http://www.w3schools.com/css/css_reference.asp" target="blank">W3C Schools: CSS2 Property listing (Same as above, except for CSS).</a></p>
<p>5) <a href="http://www.colorpicker.com/" target="blank">Online Color Picker.</a> This is useful for determining the colors for your site.  It will translate whatever you pick into the code you need.  IE: If i selected white, it would give #FFFFFF. </p>
<p>If i find any more, i&#8217;ll post in a comment or try to update this post (if i can).</p>
<p>Hope this helps!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=zZpzebbV"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=yMEsFOnb"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=yMEsFOnb" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=mafI4QbA"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=ZwVXUJka"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=ZwVXUJka" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=vUBP15kC"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=vUBP15kC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=ylp9dtFQ"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=rNXicBVv"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=rNXicBVv" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/WJWmpl-tzcw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/useful-sites-for-the-webpage-project/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/useful-sites-for-the-webpage-project/</feedburner:origLink></item>
		<item>
		<title>Viruses Essay Book Reference Correction</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/_DpI3gXW8vg/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/viruses-essay-book-reference-correction/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 15:13:08 +0000</pubDate>
		<dc:creator>Julia Benson-Slaughter</dc:creator>
		
		<category><![CDATA[CSCI 1300 Announcements]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=176</guid>
		<description><![CDATA[The viruses essay says to look up pages 519-520 in the textbook, disregard that! Those are not the correct pages. Check out page 470-471 for the information! (Ch.14)
I think there is one other book reference correction for the essays&#8230; I believe it is privacy. So, Check out page 469 for the Privacy essay book reference [...]]]></description>
			<content:encoded><![CDATA[<p>The viruses essay says to look up pages 519-520 in the textbook, disregard that! Those are not the correct pages. Check out page 470-471 for the information! (Ch.14)</p>
<p>I think there is one other book reference correction for the essays&#8230; I believe it is privacy. So, Check out page 469 for the Privacy essay book reference (chapter 14)</p>
<p>Your welcome!</p>
<p>Justin</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=ulWurs5N"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=xT2r2QwV"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=xT2r2QwV" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=a18zt3eY"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=26hVxt6e"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=26hVxt6e" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=A5LYCWFW"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=A5LYCWFW" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=6RV71YaL"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=lNklZCEz"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=lNklZCEz" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/_DpI3gXW8vg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/viruses-essay-book-reference-correction/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/11/viruses-essay-book-reference-correction/</feedburner:origLink></item>
		<item>
		<title>1 gb usb drive for sale- dirt cheap</title>
		<link>http://feedproxy.google.com/~r/gpctechnobits/~3/WpxZ7FP6PFI/</link>
		<comments>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/06/1-gb-usb-drive-for-sale-dirt-cheap/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 01:12:47 +0000</pubDate>
		<dc:creator>Julia Benson-Slaughter</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://facstaff.gpc.edu/~jbenson/wordpress/?p=175</guid>
		<description><![CDATA[Compusa is selling a 1 gb usb drive for $4.99 while supplies last.
]]></description>
			<content:encoded><![CDATA[<p>Compusa is selling a 1 gb usb drive for $4.99 while supplies last.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/gpctechnobits?a=1ZQmoynT"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=p58e4Wwj"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=p58e4Wwj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=d1ysQGAd"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=45" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=o6rwHV21"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=o6rwHV21" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=ntebSRCa"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=ntebSRCa" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=XvPC7ktA"><img src="http://feeds.feedburner.com/~f/gpctechnobits?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/gpctechnobits?a=2ASoCWLN"><img src="http://feeds.feedburner.com/~f/gpctechnobits?i=2ASoCWLN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/gpctechnobits/~4/WpxZ7FP6PFI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/06/1-gb-usb-drive-for-sale-dirt-cheap/feed/</wfw:commentRss>
		<feedburner:origLink>http://facstaff.gpc.edu/~jbenson/wordpress/2008/04/06/1-gb-usb-drive-for-sale-dirt-cheap/</feedburner:origLink></item>
	</channel>
</rss>
