<?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>TechTips</title>
	<atom:link href="http://www.buzolich.com/techtips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buzolich.com/techtips</link>
	<description>If technology scares you, close your browser and slowly back away</description>
	<pubDate>Fri, 11 Apr 2008 20:17:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Port Forward Checker</title>
		<link>http://www.buzolich.com/techtips/port-forward-checker</link>
		<comments>http://www.buzolich.com/techtips/port-forward-checker#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:13:55 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[WebTools]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/port-forward-checker/</guid>
		<description><![CDATA[http://www.utorrent.com/testport.php?port=yourporthere
Replace &#8216;yourporthere&#8217; with the port number you want to check.
Example: Checking 9090
]]></description>
			<content:encoded><![CDATA[<p>http://www.utorrent.com/testport.php?port=yourporthere</p>
<p>Replace &#8216;yourporthere&#8217; with the port number you want to check.</p>
<p>Example: <a href="http://www.utorrent.com/testport.php?port=9090">Checking 9090</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/port-forward-checker/feed</wfw:commentRss>
		</item>
		<item>
		<title>Link Apple Remote With Computer</title>
		<link>http://www.buzolich.com/techtips/link-apple-remote-with-computer</link>
		<comments>http://www.buzolich.com/techtips/link-apple-remote-with-computer#comments</comments>
		<pubDate>Wed, 08 Mar 2006 17:34:53 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/pair-apple-remote-with-computer/</guid>
		<description><![CDATA[You can pair a specific remote to a specific computer to prevent interferance.
Click and hold the Menu and Next/Fast-forward buttons for 5 seconds. To unpair the computer, open the Security pane in System Preferences and Click Unpair.
Other abilities of the Apple remote:
* Hold the Play button to put your Mac to sleep.
* Press the Menu [...]]]></description>
			<content:encoded><![CDATA[<p><img src='/techtips/media/macosx104tiger.jpg' alt='Tigers are great' align='right'/>You can pair a specific remote to a specific computer to prevent interferance.</p>
<p>Click and hold the <strong>Menu</strong> and <strong>Next/Fast-forward</strong> buttons for 5 seconds. To unpair the computer, open the Security pane in System Preferences and Click Unpair.</p>
<p>Other abilities of the Apple remote:</p>
<p>* Hold the <strong>Play</strong> button to put your Mac to sleep.<br />
* Press the <strong>Menu</strong> button to wake a sleeping Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/link-apple-remote-with-computer/feed</wfw:commentRss>
		</item>
		<item>
		<title>Category Order</title>
		<link>http://www.buzolich.com/techtips/category-order</link>
		<comments>http://www.buzolich.com/techtips/category-order#comments</comments>
		<pubDate>Thu, 05 May 2005 14:03:19 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">/techtips/2005/category-order/</guid>
		<description><![CDATA[With the blessing of Pericat, I modified her perisort.php plugin to give it a user-interface within the WordPress menus.
To download, right click and select &#8216;Save As&#8217;: Explicit Category Order
Quick Usage:
# Drop categoryOrder.php in WordPress 1.5+ Plugin directory, and activate it
# Navigate to &#8216;Manage&#8217; -> &#8216;Category Order&#8217;
# Enter comma and space seperated order of category slugs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/support/"><img src="/techtips/media/WordPress.gif" alt="Powered By Wordpress 1.5.1" align="right"/></a>With the blessing of <a href="http://pericat.ca">Pericat</a>, I modified her perisort.php plugin to give it a user-interface within the WordPress menus.</p>
<p>To download, right click and select &#8216;Save As&#8217;: <a href="/techtips/media/categoryOrder.php.zip">Explicit Category Order</a></p>
<p>Quick Usage:<br />
# Drop categoryOrder.php in WordPress 1.5+ Plugin directory, and activate it<br />
# Navigate to &#8216;Manage&#8217; -> &#8216;Category Order&#8217;<br />
# Enter comma and space seperated order of category slugs (available in drop down menu) with Keywords for formatting.<br />
# If your top level categories are empty, you might need to change the function call in your sidebar.php file to: <code>wp_list_cats('hide_empty=0');</code><br />
# I call my categories with <code>wp_list_cats('sort_column=name');</code> so that my list defaults to alphabetical when I haven&#8217;t set an explicit category order.</p>
<p>Example: <em>by-course, CHILD, appetizers, salad-and-side-dishes, breakfast, BREAK, by-cuisine, CHILD, asian, cuban, indian</em></p>
<p>This plugin is in use at <a href="http://caradow.com">Cara Dow&#8217;s Recipes</a></p>
<p>Keywords:<br />
* CHILD - flags the next category (and any subsequent categories) as sub-categories.<br />
* TOP - flags the next category (and any subsequent categories) as top-level. Immediately rewinds to original starting level. Remains in effect until the next keyword.<br />
* BACKUP - rewinds one level of nesting. Multiple BACKUPs are okay, though if you rewind your list beyond its original starting level, the extra calls will be ignored.<br />
* BREAK - Similar to TOP as immediately rewinds to original starting level, but also inserts a gap before the next category. </p>
<p>To revert to original list, update your category order with just a space, or deactivate the plugin.</p>
<p>Known issues:  This plugin only works if you are using permalinks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/category-order/feed</wfw:commentRss>
		</item>
		<item>
		<title>Unlocking GSM Cell Phones</title>
		<link>http://www.buzolich.com/techtips/unlocking-gsm-cell-phones</link>
		<comments>http://www.buzolich.com/techtips/unlocking-gsm-cell-phones#comments</comments>
		<pubDate>Tue, 29 Mar 2005 19:01:16 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[WebTools]]></category>

		<guid isPermaLink="false">/techtips/2005/unlocking-gsm-cell-phones/</guid>
		<description><![CDATA[While in Australia earlier this month we bought a Nokia 1100 cell phone from Telstra.  It was only a hundred dollars, included prepaid minutes, and was very helpful to change dinner reservations and to order pizza at 2am.  The only downside of this GSM phone was that Telstra had locked it so that [...]]]></description>
			<content:encoded><![CDATA[<p><img src='/techtips/media/trycktill.gif' alt='Swedish for Unlock GSM phone' align="right"/>While in Australia earlier this month we bought a Nokia 1100 cell phone from Telstra.  It was only a hundred dollars, included prepaid minutes, and was very helpful to change dinner reservations and to order pizza at 2am.  The only downside of this GSM phone was that Telstra had locked it so that SIM cards from other companies wouldn&#8217;t work.  Telstra did provide a &#8217;service&#8217; to unlock my phone for $50AUS within the first 6 months, or $25AUS afterwards.  That sounded fair, but as usual what you can pay for in the real world, you can get on the web for free.</p>
<p><a href="http://www.trycktill.com/">trycktill</a> is a swedish website that calculates the unlock code for your cell phone.  The site also has english and danish translations available.  To get to the unlocking page, and avoid being redirected to fbi.gov, first click on the <a href="http://www.trycktill.com/unlock_swe.asp">Var det nagon som sa gratis?</a> link, and then change to your preferred language.  </p>
<p>After entering my phone&#8217;s information I entered the first code.  It failed.  The directions say the second most likely code is the seventh code.  That one worked and my phone is now free to use any SIM card in any country.  I&#8217;m looking forward to using it in upcoming trips to France and Denmark.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/unlocking-gsm-cell-phones/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stop Bandwidth Theft with .htaccess</title>
		<link>http://www.buzolich.com/techtips/stop-bandwidth-theft-with-htaccess</link>
		<comments>http://www.buzolich.com/techtips/stop-bandwidth-theft-with-htaccess#comments</comments>
		<pubDate>Sun, 20 Mar 2005 17:43:11 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/2005/stop-bandwidth-theft-with-htaccess/</guid>
		<description><![CDATA[.htaccess files are a very powerful tool of the Apache web server, but complicated to get working. They are used on this site to rewrite the urls into reader friendly names instead of the php=5&#038;&#8230;.that lies underneath.  They also control access to your files.  In this case I&#8217;m using the .htaccess file to [...]]]></description>
			<content:encoded><![CDATA[<p><img src='/techtips/media/apacheFeather.gif' alt='Light as a feather, stronger and faster than IIS' align="right"/>.htaccess files are a very powerful tool of the Apache web server, but complicated to get working. They are used on this site to rewrite the urls into reader friendly names instead of the php=5&#038;&#8230;.that lies underneath.  They also control access to your files.  In this case I&#8217;m using the .htaccess file to stop people from linking to my images, movies, audio, and flash to use on their site.  This doesn&#8217;t stop people from linking to my pages, which I&#8217;d like them to do early and often.</p>
<p>A lovely thing about .htaccess files: if you place them in a directory, the conditions and permissions you set up affect all subfolders of that folder. So, if you want to protect all your images, just drop a single .htaccess file in your main images directory, and all subfolders are taken care of.</p>
<p>Here&#8217;s the code that I&#8217;m using for my .htaccess file:<br />
<code><br />
RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} !^http://www.buzolich.com [NC]<br />
RewriteCond %{HTTP_REFERER} !^http://buzolich.com [NC]<br />
RewriteRule [^/]+.(jpe?g|gif|png|mov|swf|avi|mpe?g|mp3|wav|wmv)$ - [F]<br />
</code></p>
<p>Note: The file is four lines, and each line starts with Rewrite&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/stop-bandwidth-theft-with-htaccess/feed</wfw:commentRss>
		</item>
		<item>
		<title>Spy-ware Removers</title>
		<link>http://www.buzolich.com/techtips/spy-ware-removers</link>
		<comments>http://www.buzolich.com/techtips/spy-ware-removers#comments</comments>
		<pubDate>Mon, 24 Jan 2005 20:51:49 +0000</pubDate>
		<dc:creator>denmark</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/?p=19</guid>
		<description><![CDATA[The two best (and free) spy-ware removal programs I use are the Yahoo Toolbar (IE plugin) or Lavasoft&#8217;s Adaware SE for Opera or Firefox users.
Both work well and which one you use is mostly a matter of preference.

The Yahoo Toolbar&#8217;s Anti-Spy runs in less than a minute and catches 98% of all spy-ware. I use [...]]]></description>
			<content:encoded><![CDATA[<p><img src='/techtips/media/safe.jpg' alt='Computer Security is a big job for a PC User' align="right"/>The two best (and free) spy-ware removal programs I use are the <a href="http://toolbar.yahoo.com/">Yahoo Toolbar</a> (IE plugin) or <a href="http://www.lavasoft.com/software/adaware/">Lavasoft&#8217;s Adaware SE</a> for Opera or Firefox users.</p>
<p>Both work well and which one you use is mostly a matter of preference.<br />
<span id="more-19"></span><br />
The Yahoo Toolbar&#8217;s Anti-Spy runs in less than a minute and catches 98% of all spy-ware. I use it the most frequent (about once a week)</p>
<p>Lavasoft&#8217;s Adaware SE uses reference files to find even very new spy-ware programs developed and has caught every piece of spy-ware I&#8217;ve seen. Reference files are updated weekly and you should always update them before scanning your computer. It scans deeper than the Anti-spy and can take quite a bit longer, but I run it at least once a month.</p>
<p><em>Editor&#8217;s Note:  Another program I use that compliments Lavasoft&#8217;s Adaware is <a href="http://www.safer-networking.org/en/download/">SpyBot Search &#038; Destroy</a>.  One of its best features is &#8216;Immunize&#8217;, which blocks many of the holes Microsoft has left for spyware to exploit.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/spy-ware-removers/feed</wfw:commentRss>
		</item>
		<item>
		<title>Make 7-Zip Yours</title>
		<link>http://www.buzolich.com/techtips/make-7-zip-yours</link>
		<comments>http://www.buzolich.com/techtips/make-7-zip-yours#comments</comments>
		<pubDate>Tue, 20 Jul 2004 21:00:32 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/?p=17</guid>
		<description><![CDATA[7-Zip is the only compression / decompression program you need for a Windows computer and it&#8217;s free.
That wasn&#8217;t clear enough?  7-Zip handles all the archive formats you&#8217;ll encounter on the net.  It also integrates nicely into your right-click menu allowing you to &#8220;Extract Here&#8221; on any compressed file.
]]></description>
			<content:encoded><![CDATA[<p><img alt="Make 7-Zip your compression program of choice" src="/techtips/media/7-Zip.gif" width="110" height="63" border="0" vspace="3" hspace="5" align="right"/><a href="http://www.7-zip.org/">7-Zip</a> is the only compression / decompression program you need for a Windows computer and it&#8217;s free.</p>
<p>That wasn&#8217;t clear enough?  7-Zip handles all the archive formats you&#8217;ll encounter on the net.  It also integrates nicely into your right-click menu allowing you to &#8220;Extract Here&#8221; on any compressed file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/make-7-zip-yours/feed</wfw:commentRss>
		</item>
		<item>
		<title>Disable MSN Messenger</title>
		<link>http://www.buzolich.com/techtips/disable-msn-messenger</link>
		<comments>http://www.buzolich.com/techtips/disable-msn-messenger#comments</comments>
		<pubDate>Mon, 19 Jul 2004 19:34:31 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/?p=16</guid>
		<description><![CDATA[I&#8217;m a Trillian user so I have no use for the MSN Messenger program that runs by default in Windows XP.  Here&#8217;s how to stop it from starting, saving memory, and more importantly to me clearing my system tray.
# Start -> Run -> regedit
# Navigate to HKEY_LOCAL_MACHINE -> Software -> Policies -> Microsoft
# Create [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Look at the cute little MSN Messenger disappear" src="/techtips/media/msnMessenger.jpg" width="125" height="119" border="0" align="right"/>I&#8217;m a Trillian user so I have no use for the MSN Messenger program that runs by default in Windows XP.  Here&#8217;s how to stop it from starting, saving memory, and more importantly to me clearing my system tray.</p>
<p># <b>Start -> Run -> regedit</b><br />
# Navigate to <b>HKEY_LOCAL_MACHINE -> Software -> Policies -> Microsoft</b><br />
# Create a new key by selecting <b>Edit -> New -> Key</b>, starting from the top bar, and naming it <b>Messenger</b><br />
# Below <b>Messenger</b>, create another key named <b>Client</b><br />
# Now you&#8217;re done making keys, almost there&#8230; Next we have to make a <b>DWORD</b> by right clicking on the newly created <b>Client -> New -> DWORD</b>, naming it <b>PreventRun</b><br />
# Finally, double click on <b>PreventRun</b> and <i>Value data</i> entry of 0 to <b>1</b>.</p>
<p>Close up regedit and after you restart, MSN Messenger should be out of your life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/disable-msn-messenger/feed</wfw:commentRss>
		</item>
		<item>
		<title>Virtual CD/DVD Drive</title>
		<link>http://www.buzolich.com/techtips/virtual-cddvd-drive</link>
		<comments>http://www.buzolich.com/techtips/virtual-cddvd-drive#comments</comments>
		<pubDate>Mon, 09 Feb 2004 17:04:16 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/?p=15</guid>
		<description><![CDATA[There is a lot of software &#8220;available&#8221; on the internet in the form of ISO images.  Although these copies of the discs can easily be burned onto a CDR disc, I wanted a way to use the ISO images without first having to burn them.  
DAEMON Tools is a virtual cd/dvd-rom emulator. It [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Weird name, but great software tool." src="/techtips/media/daemonTools.gif" width="32" height="32" border="0" align="right"/>There is a lot of software &#8220;available&#8221; on the internet in the form of ISO images.  Although these copies of the discs can easily be burned onto a CDR disc, I wanted a way to use the ISO images without first having to burn them.  </p>
<p><a href="http://www.daemon-tools.cc/portal/download.php?mode=ViewCategory&#038;catid=5">DAEMON Tools</a> is a virtual cd/dvd-rom emulator. It is able to emulate nearly all known copy protections on the market today. After installation and a restart, Daemon tools allowed me to mount an image and have it show up as a drive.  </p>
<p>If you have the extra hard drive space, this seems like a really good way to play computer games without having to switch discs.  Check their <a href="http://www.daemon-tools.cc/portal/gamedb.php">Games Database</a> to see if you favorite game&#8217;s copy protection is supported.</p>
<p><b>WARNING:</b>  I tried this at home and my computer almost died.  The forums have many comments about problems with this software, especially when installed next to Easy CD Creator.  If you have XP, set a system restore point first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/virtual-cddvd-drive/feed</wfw:commentRss>
		</item>
		<item>
		<title>Radmin</title>
		<link>http://www.buzolich.com/techtips/radmin</link>
		<comments>http://www.buzolich.com/techtips/radmin#comments</comments>
		<pubDate>Mon, 22 Dec 2003 23:17:16 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.buzolich.com/techtips/?p=14</guid>
		<description><![CDATA[
Radmin is an award-winning multifunction remote control program. Radmin enables you to remotely monitor or work on one or more network computers right from your own workstation. It is a complete remote control solution with such features as File Transfer, NT security, Telnet and Multilanguage Support built-in.
If you don&#8217;t have Windows XP Professional, Radmin is [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Better than VNC, and more secure." src="/techtips/media/radmin.jpg" width="132" height="122" border="0" align="right"/></p>
<p><a href="http://www.famatech.com/">Radmin</a> is an award-winning multifunction remote control program. Radmin enables you to remotely monitor or work on one or more network computers right from your own workstation. It is a complete remote control solution with such features as File Transfer, NT security, Telnet and Multilanguage Support built-in.</p>
<p>If you don&#8217;t have Windows XP Professional, Radmin is better than VNC to control a remote PC.  It only works with Windows PCs, but the increased speed and encryption is nice.</p>
<p><font color="white"> 08US9A95I+lKa9nbOLXqv0V8xqdDvKGcNcTpN2wV11iSq<br />
OCVuA6A5KKZRHc5GVMIybWomK6rNwoj8mYy8LXRFi23</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/radmin/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
