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

<channel>
	<title>Jerry's Projects</title>
	<atom:link href="http://www.lockergnome.com/njtechtalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockergnome.com/njtechtalk</link>
	<description>Project descriptions of Jerry Smith</description>
	<pubDate>Fri, 12 Dec 2008 01:08:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Gearlive HP Giveaway</title>
		<link>http://www.lockergnome.com/njtechtalk/2008/12/11/gearlive-hp-giveaway/</link>
		<comments>http://www.lockergnome.com/njtechtalk/2008/12/11/gearlive-hp-giveaway/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:08:49 +0000</pubDate>
		<dc:creator>njtechtalk</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[Gear Live]]></category>

		<category><![CDATA[giveaway]]></category>

		<category><![CDATA[hp]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/njtechtalk/?p=19</guid>
		<description><![CDATA[As Chris is completing his HP giveaway, gearlive.com had on of their own and their winner donated some of the stuff back into the community for another giveaway. Entry is super easy and all you have to do is follow the simple steps on this page.
The giveaway is one big bundle and ends tonight at [...]]]></description>
			<content:encoded><![CDATA[<p>As Chris is completing his HP giveaway, <a href="http://www.gearlive.com" target="&lt;br &gt;&lt;/a&gt; _blank">gearlive.com</a> had on of their own and their winner donated some of the stuff back into the community for another giveaway. Entry is super easy and all you have to do is follow the simple steps on <a href="http://www.gearlive.com/news/article/q208-gear-live-magic-giveaway-hp-mini-1000-office-2007/" target="_blank">this page</a>.</p>
<p>The giveaway is one big bundle and ends tonight at 11:59 PM PST. If you win you get:<a href="http://www.amazon.com/exec/obidos/ASIN/B001JT2G0I/amazon13"></a></p>
<ul>
<li>(1) HP Mini 1000 (Windows XP)</li>
<li>Microsoft Office</span> Home and Student Edition 2007 with 3 license</li>
<li>Microsoft WIndows</span> Live</li>
<li>Corel VideoStudio X</li>
<li>Kung-Fu Panda on Blu-ray disc, and DVD</li>
</ul>
<p>Fell free to join, it is my advice for you for today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/njtechtalk/2008/12/11/gearlive-hp-giveaway/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alises Topic/Static/Status Script</title>
		<link>http://www.lockergnome.com/njtechtalk/2008/12/01/alises-topicstaticstatus-script/</link>
		<comments>http://www.lockergnome.com/njtechtalk/2008/12/01/alises-topicstaticstatus-script/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 03:01:02 +0000</pubDate>
		<dc:creator>njtechtalk</dc:creator>
		
		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[Channel Information]]></category>

		<category><![CDATA[Channel managment]]></category>

		<category><![CDATA[Divider]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[mIRC]]></category>

		<category><![CDATA[Prepend]]></category>

		<category><![CDATA[Static]]></category>

		<category><![CDATA[Status]]></category>

		<category><![CDATA[Topic]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/njtechtalk/?p=9</guid>
		<description><![CDATA[This is a topic script for mIRC; paste it into the remotes section ( alt + r ). Triggers are /chanprepend, /chantopic, /chanowner, /chanverb, /chanstatus, /chanstatic, and /chandivider. Remember to change &#8220;YOUR CHANNEL HERE&#8221; to your channel.

; ––––––––––––––––––––––––––––––––––––––––
; Aliases Topic Script - Paste into aliases - coded by Jerry Smith
;&#160;http://www.jerrysmith.co.cc
; Don’t edit anything in here [...]]]></description>
			<content:encoded><![CDATA[<p>This is a topic script for mIRC; paste it into the remotes section ( alt + r ). Triggers are /chanprepend, /chantopic, /chanowner, /chanverb, /chanstatus, /chanstatic, and /chandivider. Remember to change &#8220;YOUR CHANNEL HERE&#8221; to your channel.</p>
<p><code><br />
; ––––––––––––––––––––––––––––––––––––––––<br />
; Aliases Topic Script - Paste into aliases - coded by Jerry Smith<br />
;&nbsp;<a href="http://www.jerrysmith.co.cc" title="http://www.jerrysmith.co.cc" target="_blank">http://www.jerrysmith.co.cc</a><br />
; Don’t edit anything in here unless you REALLY know what you’re doing!<br />
; ––––––––––––––––––––––––––––––––––––––––</code></p>
<p>on *:load: { set %custom.channel.topic #jerry }</p>
<p>chantopic {<br />
set % [ $+ custom.channel.topic ] $+ .topic $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chanowner {<br />
set % [ $+ custom.channel.topic ] $+ .owner $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chanverb {<br />
set % [ $+ custom.channel.topic ] $+ .verb $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chanstatus {<br />
set % [ $+ custom.channel.topic ] $+ .status $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chanstatic {<br />
set % [ $+ custom.channel.topic ] $+ .static $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chanprepend {<br />
set % [ $+ custom.channel.topic ] $+ .prepend $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>chandivider {<br />
set % [ $+ custom.channel.topic ] $+ .divider $1-<br />
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]<br />
}</p>
<p>View the full post <a href="http://jerrysmith.co.cc/blog/2008/11/26/aliases-topicstatusstatic-script/">here</a>.</p>
<p>Need support? Ask on the original blog post or in <a href="http://www.jerrysmith.co.cc/forums/forumdisplay.php?fid=7">my support forums</a>.</p>
<p>&#8211; Jerry Smith<br />
&#8220;Your resident web geek&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/njtechtalk/2008/12/01/alises-topicstaticstatus-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smith Family Bowling Site</title>
		<link>http://www.lockergnome.com/njtechtalk/2008/08/22/smith-family-bowling-site/</link>
		<comments>http://www.lockergnome.com/njtechtalk/2008/08/22/smith-family-bowling-site/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 02:56:27 +0000</pubDate>
		<dc:creator>njtechtalk</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[basic web site]]></category>

		<category><![CDATA[bowling]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/njtechtalk/2008/08/22/smith-family-bowling-site/</guid>
		<description><![CDATA[This site is for a family competition that happens year round. There is a form on one of the pages to alert me that there is a score update. But other than that the site is pretty straightforward HTML &#8212; not very complicated because I wrote it by hand in Wordpad and didn&#8217;t use any [...]]]></description>
			<content:encoded><![CDATA[<p>This site is for a family competition that happens year round. There is a form on one of the pages to alert me that there is a score update. But other than that the site is pretty straightforward HTML &#8212; not very complicated because I wrote it by hand in Wordpad and didn&#8217;t use any CSS. Below is a screen shot; you can drop by and check it out if you want.</p>
<p>URL: <a title="http://www.geocities.com/jthermane24/Wii/home.html" href="http://www.geocities.com/jthermane24/Wii/home.html">Power Throws Scores</a></p>
<p>Screen:<br />
<img src="http://flickr.com/photos/23988343@N04/2787838449/sizes/o/" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/njtechtalk/2008/08/22/smith-family-bowling-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Purpose of This Blog</title>
		<link>http://www.lockergnome.com/njtechtalk/2008/06/25/hello-world/</link>
		<comments>http://www.lockergnome.com/njtechtalk/2008/06/25/hello-world/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 10:56:28 +0000</pubDate>
		<dc:creator>njtechtalk</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[mission]]></category>

		<category><![CDATA[portfolio]]></category>

		<category><![CDATA[purpose]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Because I already have another blog, my primary one, running here, I have dedicated this blog to be my portfolio of sorts. When I come out with something new I&#8217;ll post a description or something about it here.  It might be anything from a new website to a new service that I popped out. Just [...]]]></description>
			<content:encoded><![CDATA[<p>Because I already have another blog, my primary one, running <a href="http://www.jerrysmith.us.to/blog" title="NJ Tech Talk">here</a>, I have dedicated this blog to be my portfolio of sorts. When I come out with something new I&#8217;ll post a description or something about it here.  It might be anything from a new website to a new service that I popped out. Just hang around and check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/njtechtalk/2008/06/25/hello-world/feed/</wfw:commentRss>
		</item>
	  <item> 
  <title>How to Handle Remote Tech Support</title>
  <description>
  &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate>
  <link>http://gotoassist.com/chris/</link>
  <guid>http://gotoassist.com/chris/</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>
  
  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Coupons for Online Shopping</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
 Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate>
  <link>http://coupons.lockergnome.com/</link> 
  <guid>http://coupons.lockergnome.com/</guid>
  </item>
</channel>
</rss>
