<?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/"
	>

<channel>
	<title>Patriot Works</title>
	<atom:link href="http://patriotworks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://patriotworks.com</link>
	<description>Communication Tools and Resources for the American Patriot</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:58:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Visua Basic .Net tutorial: MD5 Encrypt</title>
		<link>http://patriotworks.com/message-encryption/visua-basic-net-tutorial-md5-encrypt</link>
		<comments>http://patriotworks.com/message-encryption/visua-basic-net-tutorial-md5-encrypt#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Message Encryption]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2010:]]></category>
		<category><![CDATA[aero]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[cellphones]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[crypt]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[glass]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[messagebox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[msgbox]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[music charts]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[new single]]></category>
		<category><![CDATA[picturebox]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[schake]]></category>
		<category><![CDATA[seven]]></category>
		<category><![CDATA[smart phones]]></category>
		<category><![CDATA[snap]]></category>
		<category><![CDATA[spidernet]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[textbox]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[video game]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[webbrowser]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://patriotworks.com/message-encryption/visua-basic-net-tutorial-md5-encrypt</guid>
		<description><![CDATA[In questo tutorial, spiegherò e vi farò vedere come cryptare una stringa in MD5 (Message Digest algorithm 5) indica un algoritmo crittografico di hashing realizzato da Ronald Rivest nel 1991 e standardizzato con la RFC 1321, per altre info visitate la pagina: http://it.wikipedia.org/wiki/MD5. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- In this tutorial, I&#8217;ll teach you and I will see how [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/V2Mb3yoctIc/2.jpg" align="left">In questo tutorial, spiegherò e vi farò vedere come cryptare una stringa in MD5 (Message Digest algorithm 5) indica un algoritmo crittografico  di hashing  realizzato da Ronald Rivest nel 1991 e standardizzato con la RFC 1321, per altre info visitate la pagina: http://it.wikipedia.org/wiki/MD5.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
In this tutorial, I&#8217;ll teach you and I will see how to crypt a string into MD5 (Message Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit hash value. Specified in RFC 1321, for more info visit: http://en.wikipedia.org/wiki/MD5<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Download Source Code: http://www.mediafire.com/?zn2mum32mwr</p>
<p>Duration : <b>0:8:43</b></p>
<p><span id="more-2804"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/V2Mb3yoctIc&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/V2Mb3yoctIc&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5343437012000058";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "990000";
google_color_text = "990000";
google_ad_type = "text";
google_color_url = "990000";
//--></script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fmessage-encryption%2Fvisua-basic-net-tutorial-md5-encrypt';
  addthis_title  = 'Visua+Basic+.Net+tutorial%3A+MD5+Encrypt';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2804'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/2005' rel='tag' target='_blank'>2005</a>, <a class='technorati-link' href='http://technorati.com/tag/2008' rel='tag' target='_blank'>2008</a>, <a class='technorati-link' href='http://technorati.com/tag/2010%3A' rel='tag' target='_blank'>2010:</a>, <a class='technorati-link' href='http://technorati.com/tag/aero' rel='tag' target='_blank'>aero</a>, <a class='technorati-link' href='http://technorati.com/tag/basic' rel='tag' target='_blank'>basic</a>, <a class='technorati-link' href='http://technorati.com/tag/C%23' rel='tag' target='_blank'>C#</a>, <a class='technorati-link' href='http://technorati.com/tag/cellphones' rel='tag' target='_blank'>cellphones</a>, <a class='technorati-link' href='http://technorati.com/tag/charts' rel='tag' target='_blank'>charts</a>, <a class='technorati-link' href='http://technorati.com/tag/click' rel='tag' target='_blank'>click</a>, <a class='technorati-link' href='http://technorati.com/tag/combobox' rel='tag' target='_blank'>combobox</a>, <a class='technorati-link' href='http://technorati.com/tag/computers' rel='tag' target='_blank'>computers</a>, <a class='technorati-link' href='http://technorati.com/tag/crypt' rel='tag' target='_blank'>crypt</a>, <a class='technorati-link' href='http://technorati.com/tag/decrypt' rel='tag' target='_blank'>decrypt</a>, <a class='technorati-link' href='http://technorati.com/tag/diy' rel='tag' target='_blank'>diy</a>, <a class='technorati-link' href='http://technorati.com/tag/downloads' rel='tag' target='_blank'>downloads</a>, <a class='technorati-link' href='http://technorati.com/tag/drawing' rel='tag' target='_blank'>drawing</a>, <a class='technorati-link' href='http://technorati.com/tag/effect' rel='tag' target='_blank'>effect</a>, <a class='technorati-link' href='http://technorati.com/tag/encrypt' rel='tag' target='_blank'>encrypt</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/glass' rel='tag' target='_blank'>glass</a>, <a class='technorati-link' href='http://technorati.com/tag/hash' rel='tag' target='_blank'>hash</a>, <a class='technorati-link' href='http://technorati.com/tag/How' rel='tag' target='_blank'>How</a>, <a class='technorati-link' href='http://technorati.com/tag/howto' rel='tag' target='_blank'>howto</a>, <a class='technorati-link' href='http://technorati.com/tag/md5' rel='tag' target='_blank'>md5</a>, <a class='technorati-link' href='http://technorati.com/tag/messagebox' rel='tag' target='_blank'>messagebox</a>, <a class='technorati-link' href='http://technorati.com/tag/microsoft' rel='tag' target='_blank'>microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/movie' rel='tag' target='_blank'>movie</a>, <a class='technorati-link' href='http://technorati.com/tag/msgbox' rel='tag' target='_blank'>msgbox</a>, <a class='technorati-link' href='http://technorati.com/tag/Music' rel='tag' target='_blank'>Music</a>, <a class='technorati-link' href='http://technorati.com/tag/music+charts' rel='tag' target='_blank'>music charts</a>, <a class='technorati-link' href='http://technorati.com/tag/net' rel='tag' target='_blank'>net</a>, <a class='technorati-link' href='http://technorati.com/tag/new+single' rel='tag' target='_blank'>new single</a>, <a class='technorati-link' href='http://technorati.com/tag/picturebox' rel='tag' target='_blank'>picturebox</a>, <a class='technorati-link' href='http://technorati.com/tag/programs' rel='tag' target='_blank'>programs</a>, <a class='technorati-link' href='http://technorati.com/tag/reflection' rel='tag' target='_blank'>reflection</a>, <a class='technorati-link' href='http://technorati.com/tag/schake' rel='tag' target='_blank'>schake</a>, <a class='technorati-link' href='http://technorati.com/tag/seven' rel='tag' target='_blank'>seven</a>, <a class='technorati-link' href='http://technorati.com/tag/smart+phones' rel='tag' target='_blank'>smart phones</a>, <a class='technorati-link' href='http://technorati.com/tag/snap' rel='tag' target='_blank'>snap</a>, <a class='technorati-link' href='http://technorati.com/tag/spidernet' rel='tag' target='_blank'>spidernet</a>, <a class='technorati-link' href='http://technorati.com/tag/string' rel='tag' target='_blank'>string</a>, <a class='technorati-link' href='http://technorati.com/tag/studio' rel='tag' target='_blank'>studio</a>, <a class='technorati-link' href='http://technorati.com/tag/textbox' rel='tag' target='_blank'>textbox</a>, <a class='technorati-link' href='http://technorati.com/tag/tips+%26amp%3B+tricks' rel='tag' target='_blank'>tips &amp; tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_blank'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/vb6' rel='tag' target='_blank'>vb6</a>, <a class='technorati-link' href='http://technorati.com/tag/video+game' rel='tag' target='_blank'>video game</a>, <a class='technorati-link' href='http://technorati.com/tag/vista' rel='tag' target='_blank'>vista</a>, <a class='technorati-link' href='http://technorati.com/tag/visual' rel='tag' target='_blank'>visual</a>, <a class='technorati-link' href='http://technorati.com/tag/webbrowser' rel='tag' target='_blank'>webbrowser</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_blank'>windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/message-encryption/visua-basic-net-tutorial-md5-encrypt/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Encrypt Any File</title>
		<link>http://patriotworks.com/message-encryption/how-to-encrypt-any-file</link>
		<comments>http://patriotworks.com/message-encryption/how-to-encrypt-any-file#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Message Encryption]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://patriotworks.com/message-encryption/how-to-encrypt-any-file</guid>
		<description><![CDATA[This tutorial shows you how I can password protect, and ENCRYPT virtually ANY file. Duration : 0:4:14 addthis_url = 'http%3A%2F%2Fpatriotworks.com%2Fmessage-encryption%2Fhow-to-encrypt-any-file'; addthis_title = 'How+To+Encrypt+Any+File'; addthis_pub = ''; &#187; Post Ad Purchase:&#160;&#160;Intext Link Technorati Tags: decrypt, encrypt, file, folder, glitch, hack, hidden, hide, password, program, software]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/5CLtqvz7gjw/2.jpg" align="left">This tutorial shows you how I can password protect, and ENCRYPT virtually ANY file.</p>
<p>Duration : <b>0:4:14</b></p>
<p><span id="more-2803"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/5CLtqvz7gjw&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/5CLtqvz7gjw&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fmessage-encryption%2Fhow-to-encrypt-any-file';
  addthis_title  = 'How+To+Encrypt+Any+File';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2803'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/decrypt' rel='tag' target='_blank'>decrypt</a>, <a class='technorati-link' href='http://technorati.com/tag/encrypt' rel='tag' target='_blank'>encrypt</a>, <a class='technorati-link' href='http://technorati.com/tag/file' rel='tag' target='_blank'>file</a>, <a class='technorati-link' href='http://technorati.com/tag/folder' rel='tag' target='_blank'>folder</a>, <a class='technorati-link' href='http://technorati.com/tag/glitch' rel='tag' target='_blank'>glitch</a>, <a class='technorati-link' href='http://technorati.com/tag/hack' rel='tag' target='_blank'>hack</a>, <a class='technorati-link' href='http://technorati.com/tag/hidden' rel='tag' target='_blank'>hidden</a>, <a class='technorati-link' href='http://technorati.com/tag/hide' rel='tag' target='_blank'>hide</a>, <a class='technorati-link' href='http://technorati.com/tag/password' rel='tag' target='_blank'>password</a>, <a class='technorati-link' href='http://technorati.com/tag/program' rel='tag' target='_blank'>program</a>, <a class='technorati-link' href='http://technorati.com/tag/software' rel='tag' target='_blank'>software</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/message-encryption/how-to-encrypt-any-file/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Visual Basic 2008 &#8211; Encryption/Decryption System &#8211; [Download Executable/Source (if requested)]</title>
		<link>http://patriotworks.com/message-encryption/visual-basic-2008-encryptiondecryption-system-download-executablesource-if-requested</link>
		<comments>http://patriotworks.com/message-encryption/visual-basic-2008-encryptiondecryption-system-download-executablesource-if-requested#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Message Encryption]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[decryption]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Executable]]></category>
		<category><![CDATA[requested]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB08]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://patriotworks.com/message-encryption/visual-basic-2008-encryptiondecryption-system-download-executablesource-if-requested</guid>
		<description><![CDATA[Hello! ####################################### Watch this video in HD, Full-Screen Mode! ####################################### Download Links: (Executables) Rapidshare: http://rapidshare.com/files/198996225/EncDec_System_-_Eclipse.rar 4shared: Coming&#8230; ####################################### If you want the source code, send me an e-mail! (eclipsedev@ymail.com) ####################################### 100% Idealized/Developed by me! ####################################### (This is the second version of that video. It has a better quality now!) ####################################### Duration : 0:2:29 addthis_url = [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/2YgZ4iF65hc/2.jpg" align="left">Hello!<br />
#######################################<br />
Watch this video in HD, Full-Screen Mode!<br />
#######################################<br />
Download Links:<br />
(Executables)</p>
<p>Rapidshare:</p>
<p>http://rapidshare.com/files/198996225/EncDec_System_-_Eclipse.rar</p>
<p>4shared:<br />
Coming&#8230;<br />
#######################################<br />
If you want the source code, send me an e-mail!<br />
(eclipsedev@ymail.com)<br />
#######################################<br />
100% Idealized/Developed by me!<br />
#######################################<br />
(This is the second version of that video. It has a<br />
better quality now!)<br />
#######################################</p>
<p>Duration : <b>0:2:29</b></p>
<p><span id="more-2802"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/2YgZ4iF65hc&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/2YgZ4iF65hc&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fmessage-encryption%2Fvisual-basic-2008-encryptiondecryption-system-download-executablesource-if-requested';
  addthis_title  = 'Visual+Basic+2008+%26%238211%3B+Encryption%2FDecryption+System+%26%238211%3B+%5BDownload+Executable%2FSource+%28if+requested%29%5D';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2802'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/2008' rel='tag' target='_blank'>2008</a>, <a class='technorati-link' href='http://technorati.com/tag/basic' rel='tag' target='_blank'>basic</a>, <a class='technorati-link' href='http://technorati.com/tag/decryption' rel='tag' target='_blank'>decryption</a>, <a class='technorati-link' href='http://technorati.com/tag/download' rel='tag' target='_blank'>download</a>, <a class='technorati-link' href='http://technorati.com/tag/encryption' rel='tag' target='_blank'>encryption</a>, <a class='technorati-link' href='http://technorati.com/tag/Executable' rel='tag' target='_blank'>Executable</a>, <a class='technorati-link' href='http://technorati.com/tag/requested' rel='tag' target='_blank'>requested</a>, <a class='technorati-link' href='http://technorati.com/tag/Source' rel='tag' target='_blank'>Source</a>, <a class='technorati-link' href='http://technorati.com/tag/system' rel='tag' target='_blank'>system</a>, <a class='technorati-link' href='http://technorati.com/tag/VB' rel='tag' target='_blank'>VB</a>, <a class='technorati-link' href='http://technorati.com/tag/VB.NET' rel='tag' target='_blank'>VB.NET</a>, <a class='technorati-link' href='http://technorati.com/tag/VB08' rel='tag' target='_blank'>VB08</a>, <a class='technorati-link' href='http://technorati.com/tag/visual' rel='tag' target='_blank'>visual</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/message-encryption/visual-basic-2008-encryptiondecryption-system-download-executablesource-if-requested/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Wireless Credit Card Processing Part 6 by Charles Baratta</title>
		<link>http://patriotworks.com/wireless-services/wireless-credit-card-processing-part-6-by-charles-baratta</link>
		<comments>http://patriotworks.com/wireless-services/wireless-credit-card-processing-part-6-by-charles-baratta#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wireless Services]]></category>
		<category><![CDATA[charles baratta]]></category>
		<category><![CDATA[credit card processing]]></category>
		<category><![CDATA[merchant service group]]></category>
		<category><![CDATA[merchant services group]]></category>
		<category><![CDATA[merchant services iso]]></category>
		<category><![CDATA[mobile merchant accounts]]></category>
		<category><![CDATA[wireless credit card accounts]]></category>
		<category><![CDATA[wireless credit card machines]]></category>
		<category><![CDATA[wireless merchant accounts]]></category>

		<guid isPermaLink="false">http://patriotworks.com/wireless-services/wireless-credit-card-processing-part-6-by-charles-baratta</guid>
		<description><![CDATA[http://www.BusinessCreditCardProcessing.com/TenCommandments.html?pmc=2525 http://www.charlesbaratta.com Charles Baratta, of Merchant Services Group in the New York City area, discusses credit card processing and merchant accounts regarding having a wireless credit card processing account with a wireless credit card terminal or thru your laptop. Duration : 0:1:4 addthis_url = 'http%3A%2F%2Fpatriotworks.com%2Fwireless-services%2Fwireless-credit-card-processing-part-6-by-charles-baratta'; addthis_title = 'Wireless+Credit+Card+Processing+Part+6+by+Charles+Baratta'; addthis_pub = ''; &#187; Post Ad Purchase:&#160;&#160;Intext [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/B7m3rt6como/2.jpg" align="left">http://www.BusinessCreditCardProcessing.com/TenCommandments.html?pmc=2525 http://www.charlesbaratta.com Charles Baratta, of Merchant Services Group in the New York City area, discusses credit card processing and merchant accounts regarding having a wireless credit card processing account with a wireless credit card terminal or thru your laptop.</p>
<p>Duration : <b>0:1:4</b></p>
<p><span id="more-2800"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/B7m3rt6como&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/B7m3rt6como&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fwireless-services%2Fwireless-credit-card-processing-part-6-by-charles-baratta';
  addthis_title  = 'Wireless+Credit+Card+Processing+Part+6+by+Charles+Baratta';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2800'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/charles+baratta' rel='tag' target='_blank'>charles baratta</a>, <a class='technorati-link' href='http://technorati.com/tag/credit+card+processing' rel='tag' target='_blank'>credit card processing</a>, <a class='technorati-link' href='http://technorati.com/tag/merchant+service+group' rel='tag' target='_blank'>merchant service group</a>, <a class='technorati-link' href='http://technorati.com/tag/merchant+services+group' rel='tag' target='_blank'>merchant services group</a>, <a class='technorati-link' href='http://technorati.com/tag/merchant+services+iso' rel='tag' target='_blank'>merchant services iso</a>, <a class='technorati-link' href='http://technorati.com/tag/mobile+merchant+accounts' rel='tag' target='_blank'>mobile merchant accounts</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless+credit+card+accounts' rel='tag' target='_blank'>wireless credit card accounts</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless+credit+card+machines' rel='tag' target='_blank'>wireless credit card machines</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless+merchant+accounts' rel='tag' target='_blank'>wireless merchant accounts</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/wireless-services/wireless-credit-card-processing-part-6-by-charles-baratta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG enV3 (Verizon Wireless) &#8211; Unboxing</title>
		<link>http://patriotworks.com/wireless-services/lg-env3-verizon-wireless-unboxing</link>
		<comments>http://patriotworks.com/wireless-services/lg-env3-verizon-wireless-unboxing#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wireless Services]]></category>
		<category><![CDATA[10000]]></category>
		<category><![CDATA[11000]]></category>
		<category><![CDATA[CELL]]></category>
		<category><![CDATA[cellular]]></category>
		<category><![CDATA[env]]></category>
		<category><![CDATA[env3]]></category>
		<category><![CDATA[krav]]></category>
		<category><![CDATA[kravvy]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[noah]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[touchscreen]]></category>
		<category><![CDATA[verizon]]></category>
		<category><![CDATA[voyager]]></category>
		<category><![CDATA[vx]]></category>
		<category><![CDATA[vx9200]]></category>

		<guid isPermaLink="false">http://patriotworks.com/wireless-services/lg-env3-verizon-wireless-unboxing</guid>
		<description><![CDATA[LG dropped three new Verizon phones this week. Here&#8217;s one of them, the enV3. Two screens, QWERTY, messaging, Email, Web &#8211; you know the deal. $129 on contract. More Videos: http://www.phonedog.com/cell-phone-videos/default.aspx Win Free Phones: http://www.phonedog.com/sweepstakes/default.aspx Duration : 0:6:13 addthis_url = 'http%3A%2F%2Fpatriotworks.com%2Fwireless-services%2Flg-env3-verizon-wireless-unboxing'; addthis_title = 'LG+enV3+%28Verizon+Wireless%29+%26%238211%3B+Unboxing'; addthis_pub = ''; &#187; Post Ad Purchase:&#160;&#160;Intext Link Technorati Tags: 10000, [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/MC9TevJnDW0/2.jpg" align="left">LG dropped three new Verizon phones this week.  Here&#8217;s one of them, the enV3.  Two screens, QWERTY, messaging, Email, Web &#8211; you know the deal.  $129 on contract.</p>
<p>More Videos: http://www.phonedog.com/cell-phone-videos/default.aspx </p>
<p>Win Free Phones: http://www.phonedog.com/sweepstakes/default.aspx</p>
<p>Duration : <b>0:6:13</b></p>
<p><span id="more-2801"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/MC9TevJnDW0&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MC9TevJnDW0&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fwireless-services%2Flg-env3-verizon-wireless-unboxing';
  addthis_title  = 'LG+enV3+%28Verizon+Wireless%29+%26%238211%3B+Unboxing';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2801'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/10000' rel='tag' target='_blank'>10000</a>, <a class='technorati-link' href='http://technorati.com/tag/11000' rel='tag' target='_blank'>11000</a>, <a class='technorati-link' href='http://technorati.com/tag/CELL' rel='tag' target='_blank'>CELL</a>, <a class='technorati-link' href='http://technorati.com/tag/cellular' rel='tag' target='_blank'>cellular</a>, <a class='technorati-link' href='http://technorati.com/tag/env' rel='tag' target='_blank'>env</a>, <a class='technorati-link' href='http://technorati.com/tag/env3' rel='tag' target='_blank'>env3</a>, <a class='technorati-link' href='http://technorati.com/tag/krav' rel='tag' target='_blank'>krav</a>, <a class='technorati-link' href='http://technorati.com/tag/kravvy' rel='tag' target='_blank'>kravvy</a>, <a class='technorati-link' href='http://technorati.com/tag/LG' rel='tag' target='_blank'>LG</a>, <a class='technorati-link' href='http://technorati.com/tag/noah' rel='tag' target='_blank'>noah</a>, <a class='technorati-link' href='http://technorati.com/tag/phone' rel='tag' target='_blank'>phone</a>, <a class='technorati-link' href='http://technorati.com/tag/touch' rel='tag' target='_blank'>touch</a>, <a class='technorati-link' href='http://technorati.com/tag/touchscreen' rel='tag' target='_blank'>touchscreen</a>, <a class='technorati-link' href='http://technorati.com/tag/verizon' rel='tag' target='_blank'>verizon</a>, <a class='technorati-link' href='http://technorati.com/tag/voyager' rel='tag' target='_blank'>voyager</a>, <a class='technorati-link' href='http://technorati.com/tag/vx' rel='tag' target='_blank'>vx</a>, <a class='technorati-link' href='http://technorati.com/tag/vx9200' rel='tag' target='_blank'>vx9200</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/wireless-services/lg-env3-verizon-wireless-unboxing/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>New Wireless Provider Brings 200 Jobs to Wisconsin</title>
		<link>http://patriotworks.com/wireless-services/new-wireless-provider-brings-200-jobs-to-wisconsin</link>
		<comments>http://patriotworks.com/wireless-services/new-wireless-provider-brings-200-jobs-to-wisconsin#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wireless Services]]></category>
		<category><![CDATA[200]]></category>
		<category><![CDATA[Brings]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[TelecomCrossing]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[Wisconsin]]></category>

		<guid isPermaLink="false">http://patriotworks.com/wireless-services/new-wireless-provider-brings-200-jobs-to-wisconsin</guid>
		<description><![CDATA[Cricket Communications, a new wireless provider, announced that it will begin to provide service to Wisconsin residents by the end of this year. The company says that it is undergoing an expansion and plans to create at least 200 additional jobs in Wisconsin and 50 more in the Madison county area. The retail positions that [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/4s2oLZFeCZ0/2.jpg" align="left">Cricket Communications, a new wireless provider, announced that it will begin to provide service to Wisconsin residents by the end of this year.  </p>
<p>The company says that it is undergoing an expansion and plans to create at least 200 additional jobs in Wisconsin and 50 more in the Madison county area.  The retail positions that they plan to fill are store managers and sales representatives.<br />
Marcus Boni, District Director for Cricket in Madison said that We are very excited to launch our flat rate, unlimited service in the Madison area.<br />
Cricket Communications, a unit of San Diego based Leap Wireless International, also offers other services like choice of unlimited voice, text, data and web services.</p>
<p>Duration : <b>0:3:20</b></p>
<p><span id="more-2799"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/4s2oLZFeCZ0&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4s2oLZFeCZ0&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fwireless-services%2Fnew-wireless-provider-brings-200-jobs-to-wisconsin';
  addthis_title  = 'New+Wireless+Provider+Brings+200+Jobs+to+Wisconsin';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2799'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/200' rel='tag' target='_blank'>200</a>, <a class='technorati-link' href='http://technorati.com/tag/Brings' rel='tag' target='_blank'>Brings</a>, <a class='technorati-link' href='http://technorati.com/tag/Jobs' rel='tag' target='_blank'>Jobs</a>, <a class='technorati-link' href='http://technorati.com/tag/New' rel='tag' target='_blank'>New</a>, <a class='technorati-link' href='http://technorati.com/tag/provider' rel='tag' target='_blank'>provider</a>, <a class='technorati-link' href='http://technorati.com/tag/TelecomCrossing' rel='tag' target='_blank'>TelecomCrossing</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/video' rel='tag' target='_blank'>video</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless' rel='tag' target='_blank'>wireless</a>, <a class='technorati-link' href='http://technorati.com/tag/Wisconsin' rel='tag' target='_blank'>Wisconsin</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/wireless-services/new-wireless-provider-brings-200-jobs-to-wisconsin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>: Cell Phones &amp; Car Ads : Foamy The Squirrel</title>
		<link>http://patriotworks.com/cell-phones/cell-phones-car-ads-foamy-the-squirrel</link>
		<comments>http://patriotworks.com/cell-phones/cell-phones-car-ads-foamy-the-squirrel#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[4y-Records]]></category>
		<category><![CDATA[Emo]]></category>
		<category><![CDATA[Foamy The Squirrel]]></category>
		<category><![CDATA[Germaine]]></category>
		<category><![CDATA[Goth]]></category>
		<category><![CDATA[iLL WiLL PrEss]]></category>
		<category><![CDATA[Jonathan Ian Mathers]]></category>
		<category><![CDATA[Neurotically Yours]]></category>
		<category><![CDATA[Punk]]></category>

		<guid isPermaLink="false">http://patriotworks.com/cell-phones/cell-phones-car-ads-foamy-the-squirrel</guid>
		<description><![CDATA[A rant about Cell Phones, cars, and various annoyances dealing with both. illwillpress.com Duration : 0:2:50 addthis_url = 'http%3A%2F%2Fpatriotworks.com%2Fcell-phones%2Fcell-phones-car-ads-foamy-the-squirrel'; addthis_title = '%3A+Cell+Phones+%26amp%3B+Car+Ads+%3A+Foamy+The+Squirrel'; addthis_pub = ''; &#187; Post Ad Purchase:&#160;&#160;Intext Link Technorati Tags: 4y-Records, Emo, Foamy The Squirrel, Germaine, Goth, iLL WiLL PrEss, Jonathan Ian Mathers, Neurotically Yours, Punk]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/towwx7KOWDE/2.jpg" align="left">A rant about <a href="http://patriotworks.com" target=_self>Cell Phones</a>, cars, and various annoyances dealing with both.</p>
<p>illwillpress.com</p>
<p>Duration : <b>0:2:50</b></p>
<p><span id="more-2798"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/towwx7KOWDE&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/towwx7KOWDE&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fcell-phones%2Fcell-phones-car-ads-foamy-the-squirrel';
  addthis_title  = '%3A+Cell+Phones+%26amp%3B+Car+Ads+%3A+Foamy+The+Squirrel';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2798'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/4y-Records' rel='tag' target='_blank'>4y-Records</a>, <a class='technorati-link' href='http://technorati.com/tag/Emo' rel='tag' target='_blank'>Emo</a>, <a class='technorati-link' href='http://technorati.com/tag/Foamy+The+Squirrel' rel='tag' target='_blank'>Foamy The Squirrel</a>, <a class='technorati-link' href='http://technorati.com/tag/Germaine' rel='tag' target='_blank'>Germaine</a>, <a class='technorati-link' href='http://technorati.com/tag/Goth' rel='tag' target='_blank'>Goth</a>, <a class='technorati-link' href='http://technorati.com/tag/iLL+WiLL+PrEss' rel='tag' target='_blank'>iLL WiLL PrEss</a>, <a class='technorati-link' href='http://technorati.com/tag/Jonathan+Ian+Mathers' rel='tag' target='_blank'>Jonathan Ian Mathers</a>, <a class='technorati-link' href='http://technorati.com/tag/Neurotically+Yours' rel='tag' target='_blank'>Neurotically Yours</a>, <a class='technorati-link' href='http://technorati.com/tag/Punk' rel='tag' target='_blank'>Punk</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/cell-phones/cell-phones-car-ads-foamy-the-squirrel/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Cell Phone while driving</title>
		<link>http://patriotworks.com/cell-phones/cell-phone-while-driving</link>
		<comments>http://patriotworks.com/cell-phones/cell-phone-while-driving#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[CELL]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[distractions]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://patriotworks.com/cell-phones/cell-phone-while-driving</guid>
		<description><![CDATA[Visit my personal blog : http://radinito.wordpress.com/ This is one of the many reasons why mobile phones should not be used while driving. Duration : 0:0:32 addthis_url = 'http%3A%2F%2Fpatriotworks.com%2Fcell-phones%2Fcell-phone-while-driving'; addthis_title = 'Cell+Phone+while+driving'; addthis_pub = ''; &#187; Post Ad Purchase:&#160;&#160;Intext Link Technorati Tags: car, CELL, crash, distractions, phone]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/aPlnNaHGZY8/2.jpg" align="left">Visit my personal blog : http://radinito.wordpress.com/<br />
This is one of the many reasons why mobile phones should not be used while driving.</p>
<p>Duration : <b>0:0:32</b></p>
<p><span id="more-2797"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/aPlnNaHGZY8&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/aPlnNaHGZY8&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fcell-phones%2Fcell-phone-while-driving';
  addthis_title  = 'Cell+Phone+while+driving';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2797'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/car' rel='tag' target='_blank'>car</a>, <a class='technorati-link' href='http://technorati.com/tag/CELL' rel='tag' target='_blank'>CELL</a>, <a class='technorati-link' href='http://technorati.com/tag/crash' rel='tag' target='_blank'>crash</a>, <a class='technorati-link' href='http://technorati.com/tag/distractions' rel='tag' target='_blank'>distractions</a>, <a class='technorati-link' href='http://technorati.com/tag/phone' rel='tag' target='_blank'>phone</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/cell-phones/cell-phone-while-driving/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Cell Phones and Brain Cancer?</title>
		<link>http://patriotworks.com/cell-phones/cell-phones-and-brain-cancer</link>
		<comments>http://patriotworks.com/cell-phones/cell-phones-and-brain-cancer#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[Cancer]]></category>
		<category><![CDATA[CELL]]></category>
		<category><![CDATA[Davis]]></category>
		<category><![CDATA[Devra]]></category>
		<category><![CDATA[epidemiology]]></category>
		<category><![CDATA[oncology]]></category>
		<category><![CDATA[PHONES]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://patriotworks.com/cell-phones/cell-phones-and-brain-cancer</guid>
		<description><![CDATA[http://www.environmentalhealthtrust.org/ Devra L. Davis, PhD, MPH Designated a National Book Award Finalist for When Smoke Ran Like Water (2002, Basic Books), Devra Davis is Director of the world&#8217;s first Center for Environmental Oncology at the University of Pittsburgh Cancer Institute and Professor of Epidemiology at the University of Pittsburgh&#8217;s Graduate School of Public Health. Her [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/WnY7utiMwG0/2.jpg" align="left">http://www.environmentalhealthtrust.org/<br />
Devra L. Davis, PhD, MPH</p>
<p>Designated a National Book Award Finalist for When Smoke Ran Like Water (2002, Basic Books), Devra Davis is Director of the world&#8217;s first Center for Environmental Oncology at the University of Pittsburgh Cancer Institute and Professor of Epidemiology at the University of Pittsburgh&#8217;s Graduate School of Public Health. Her recent book, The Secret History of the War on Cancer, was a top pick by Newsweek and is being used at major schools of public health, including Harvard, Emory, and Tulane University. The multidisciplinary Center for Environmental Oncology includes experts in medicine, basic research, engineering and public policy, who will develop cutting-edge studies to identify the causes of cancer and propose policies to reduce the risks of the disease.Dr. Davis&#8217;s career has spanned all areas of academia, public policy, and scientific research. President Clinton appointed the Honorable Dr. Davis to the newly established Chemical Safety and Hazard Investigation Board, (1994-99) an independent executive branch agency that investigates, prevents, and mitigates chemical accidents. As the former Senior Advisor to the Assistant Secretary for Health in the Department of Health and Human Services, she has counseled leading officials in the United States, United Nations, World Health Organization, and World Bank. She also served as a Lead Author of the Intergovernmental Panel on Climate Change—the group awarded the Nobel Peace Prize in 2007.Dr. Davis holds a B.S. in physiological psychology and a M.A. in Sociology from the University of Pittsburgh. She completed a Ph.D. in science studies at the University of Chicago as a Danforth Foundation Graduate Fellow and a M.P.H. in epidemiology at the Johns Hopkins University as a Senior National Cancer Institute Post-Doctoral Fellow. She has also authored more than 170 publications in books and journals ranging from the Lancet and Journal of the American Medical Association to Scientific American and the New York Times.Honored for her research and public policy work by various national and international groups, she is member of both the American Colleges of Toxicology and of Epidemiology. She was honored by the Betty Ford Comprehensive Cancer Center and the American Cancer Society with the Breast Cancer Awareness Award, commended by the Director of the National Cancer Institute for Outstanding Service, and has recently been appointed a Global Environmental advisor to Newsweek Magazine.She recently was the recipient of a Women&#8217;s Leadership Exchange Compass Award, presented by OPEN: The Small Business Network from American Express, for breaking the paradigms of how women are perceived over the last ten years.</p>
<p>All media produced by http://TLarkinProductions.com<br />
2008 All Rights Reserved</p>
<p>Duration : <b>0:2:4</b></p>
<p><span id="more-2796"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/WnY7utiMwG0&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WnY7utiMwG0&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Fcell-phones%2Fcell-phones-and-brain-cancer';
  addthis_title  = 'Cell+Phones+and+Brain+Cancer%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2796'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/about' rel='tag' target='_blank'>about</a>, <a class='technorati-link' href='http://technorati.com/tag/Cancer' rel='tag' target='_blank'>Cancer</a>, <a class='technorati-link' href='http://technorati.com/tag/CELL' rel='tag' target='_blank'>CELL</a>, <a class='technorati-link' href='http://technorati.com/tag/Davis' rel='tag' target='_blank'>Davis</a>, <a class='technorati-link' href='http://technorati.com/tag/Devra' rel='tag' target='_blank'>Devra</a>, <a class='technorati-link' href='http://technorati.com/tag/epidemiology' rel='tag' target='_blank'>epidemiology</a>, <a class='technorati-link' href='http://technorati.com/tag/oncology' rel='tag' target='_blank'>oncology</a>, <a class='technorati-link' href='http://technorati.com/tag/PHONES' rel='tag' target='_blank'>PHONES</a>, <a class='technorati-link' href='http://technorati.com/tag/talks' rel='tag' target='_blank'>talks</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/cell-phones/cell-phones-and-brain-cancer/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How To: Connect To The Internet Using Wi-Fi, W/O A Router</title>
		<link>http://patriotworks.com/internet-access/how-to-connect-to-the-internet-using-wi-fi-wo-a-router</link>
		<comments>http://patriotworks.com/internet-access/how-to-connect-to-the-internet-using-wi-fi-wo-a-router#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:58:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Access]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[cellphone]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Enable]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[fi]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[music charts]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[video review]]></category>
		<category><![CDATA[wi]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[Without]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://patriotworks.com/internet-access/how-to-connect-to-the-internet-using-wi-fi-wo-a-router</guid>
		<description><![CDATA[Free TV: http://www.TVSecretManual.com/youtube.html If you&#8217;re having any trouble with this, and I nor anyone else could help you, and you want your internet to go back how it was before, just go the Manage network connections, highlight both networks, and click Unbridge Connections THIS IS FOR VISTA USERS!!! WARNING!!! Do NOT have the Network Sharing [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://i.ytimg.com/vi/wj899Gmji6I/2.jpg" align="left">Free TV:</p>
<p>http://www.TVSecretManual.com/youtube.html</p>
<p>If you&#8217;re having any trouble with this, and I nor anyone else could help you, and you want your internet to go back how it was before, just go the Manage network connections, highlight both networks, and click Unbridge Connections</p>
<p>THIS IS FOR VISTA USERS!!!</p>
<p>WARNING!!!<br />
Do NOT have the Network Sharing on, or it will not work, if you cannot Bridge the connections, then this may be your problem, just simply open The Nework and Sharing Center by going to Start, and search &#8220;Network and Sharing Center&#8221; and click &#8216;View Status&#8217; of your connection and then click Properties at the bottom, then click the &#8216;Sharing&#8217; Tab then uncheck the box that says &#8216;Allow other network users to connect through this computer&#8217;s Internet connection&#8217; then click &#8216;OK&#8217; until you&#8217;re back to &#8216;Network and Sharing Center&#8217; then just follow the steps I do or read the steps I have written out at the bottom.</p>
<p>I&#8217;m sorry, I just figured this out&#8230; In the video I say to the LEFT of this video, I meant RIGHT&#8230;</p>
<p>FOR MAC USERS, CLICK HERE:</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/OnwoAocp55s?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OnwoAocp55s?fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>FOR XP USERS CLICK HERE: </p>
<p>http://www.youtube.com/watch?v=VPR&#8211;MNoFbE&amp;feature=related&amp;fmt=18</p>
<p>Or</p>
<p>Just somehow bridge your connections (Like I show in here), by going to &#8216;Network Connections&#8217; and highlight Wireless and LAN connections and right-click, then click Bridge connections, and it should work.</p>
<p>You will need:<br />
1 &#8211; 1 Computer (Preferably something with a built-in Wi-Fi antenna, or something Wi-Fi that can send out signals; XP or Vista)<br />
2 &#8211; A Wi-Fi enabled device<br />
3 &#8211; 10 minutes of your time (3 minutes if you know what you&#8217;re doing already, but if you did, don&#8217;t you think you wouldn&#8217;t be watching this)</p>
<p>The complete opposite of this video (plugging an ethernet to a device (PC or Xbox) using Wi-Fi for the internet), then click here:</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/scqD2AeSIpw?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/scqD2AeSIpw?fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Instructions:</p>
<p>Step 1 &#8211; Go to the bottom (where it shows two computers; Network Settings) and right click it</p>
<p>Step 2 &#8211; Click &#8216;Network and Sharing Center&#8217;</p>
<p>Step 3 &#8211; Click &#8216;Set up a connection or network&#8217;</p>
<p>Step 4 &#8211; Click &#8216;Set up a wireless ad hoc (computer-to-computer) network&#8217;</p>
<p>Step 5 &#8211; Click &#8216;Next&#8217;, then &#8216;Next&#8217;</p>
<p>Step 6 &#8211; For &#8216;Network Name&#8217; type in a network name, then, for &#8216;Security Type&#8217; Choose a security type, or an open connection (No password required) then, for &#8216;Security Key/Passphrase&#8217;, type in a password or passphrase</p>
<p>Step 7 &#8211; Wait for it to Set up your network connection</p>
<p>Step 8 &#8211; Click &#8216;Turn on Internet connection sharing&#8217; (It might not work), or click close (If you want to set it up manually; you most likely will have to do this option)</p>
<p>Step 9 &#8211; Go back to &#8216;Network and Sharing Center&#8217;</p>
<p>Step 10 &#8211; Go to your Wi-Fi enabled device and connect to your network (You should see the name of your network on your device)</p>
<p>Step 11 &#8211; Go back to &#8216;Network and Sharing Center&#8217; and click &#8216;Manage network connections&#8217;</p>
<p>Step 12 &#8211; Highlight both your LAN and Wireless Network Connection, then right click the highlighted connections, then click &#8216;Add to Bridge&#8217;</p>
<p>Step 13 &#8211; Wait for it to bridge your connections (YOU WILL GET DISCONNECTED TEMPORARILY, SO DO NOT DO THIS, WHILE UPLOADING A VIDEO OR STREAMING ANYTHING)</p>
<p>Step 14 &#8211; You will have to wait at least a minute until you are fully connected on your laptop/desktop and Wi-Fi enabled device</p>
<p>YOU&#8217;RE DONE, CONGRATULATIONS, YOU NOW HAVE THE ABILITY TO USE WI-FI WITHOUT BUYING A WI-FI ROUTER FOR AN EXTRA $40+!!!</p>
<p>Duration : <b>0:4:25</b></p>
<p><span id="more-2795"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/wj899Gmji6I&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/wj899Gmji6I&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fpatriotworks.com%2Finternet-access%2Fhow-to-connect-to-the-internet-using-wi-fi-wo-a-router';
  addthis_title  = 'How+To%3A+Connect+To+The+Internet+Using+Wi-Fi%2C+W%2FO+A+Router';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class='oio-postlinks'><b>&raquo; Post Ad Purchase:</b>&nbsp;&nbsp;<a rel='nofollow' href='http://patriotworks.com/wp-content/plugins/oiopub-direct/purchase.php?do=inline&amp;type=4&amp;p=2795'>Intext Link</a></div>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/360' rel='tag' target='_blank'>360</a>, <a class='technorati-link' href='http://technorati.com/tag/cellphone' rel='tag' target='_blank'>cellphone</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_blank'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/connection' rel='tag' target='_blank'>connection</a>, <a class='technorati-link' href='http://technorati.com/tag/Enable' rel='tag' target='_blank'>Enable</a>, <a class='technorati-link' href='http://technorati.com/tag/environment' rel='tag' target='_blank'>environment</a>, <a class='technorati-link' href='http://technorati.com/tag/fi' rel='tag' target='_blank'>fi</a>, <a class='technorati-link' href='http://technorati.com/tag/hacking' rel='tag' target='_blank'>hacking</a>, <a class='technorati-link' href='http://technorati.com/tag/hacks' rel='tag' target='_blank'>hacks</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_blank'>internet</a>, <a class='technorati-link' href='http://technorati.com/tag/live' rel='tag' target='_blank'>live</a>, <a class='technorati-link' href='http://technorati.com/tag/music+charts' rel='tag' target='_blank'>music charts</a>, <a class='technorati-link' href='http://technorati.com/tag/music+player' rel='tag' target='_blank'>music player</a>, <a class='technorati-link' href='http://technorati.com/tag/Network' rel='tag' target='_blank'>Network</a>, <a class='technorati-link' href='http://technorati.com/tag/no' rel='tag' target='_blank'>no</a>, <a class='technorati-link' href='http://technorati.com/tag/router' rel='tag' target='_blank'>router</a>, <a class='technorati-link' href='http://technorati.com/tag/share' rel='tag' target='_blank'>share</a>, <a class='technorati-link' href='http://technorati.com/tag/tips+%26amp%3B+tricks' rel='tag' target='_blank'>tips &amp; tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/video+review' rel='tag' target='_blank'>video review</a>, <a class='technorati-link' href='http://technorati.com/tag/wi' rel='tag' target='_blank'>wi</a>, <a class='technorati-link' href='http://technorati.com/tag/wi-fi' rel='tag' target='_blank'>wi-fi</a>, <a class='technorati-link' href='http://technorati.com/tag/wifi' rel='tag' target='_blank'>wifi</a>, <a class='technorati-link' href='http://technorati.com/tag/Without' rel='tag' target='_blank'>Without</a>, <a class='technorati-link' href='http://technorati.com/tag/xbox' rel='tag' target='_blank'>xbox</a>, <a class='technorati-link' href='http://technorati.com/tag/xbox360' rel='tag' target='_blank'>xbox360</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://patriotworks.com/internet-access/how-to-connect-to-the-internet-using-wi-fi-wo-a-router/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.088 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-10 11:27:43 -->
