<?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>mikeage.net &#187; Tip</title>
	<atom:link href="http://mikeage.net/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeage.net</link>
	<description>mikeage.net</description>
	<lastBuildDate>Sun, 21 Nov 2010 05:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Increasing Java Memory</title>
		<link>http://mikeage.net/2008/08/21/increasing-java-memory/</link>
		<comments>http://mikeage.net/2008/08/21/increasing-java-memory/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 07:55:14 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/?p=268</guid>
		<description><![CDATA[This tip will show you how to increase the memory available to the Java Virtual Machine. If you arrived here while trying to view one of the panoramas on this site, then you'll need to perform the steps listed in order to see the full size panoramas. Open the Control Panel (from the start menu). [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2008/08/21/increasing-java-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block spam harvesters</title>
		<link>http://mikeage.net/2006/10/19/block-spam-harvesters/</link>
		<comments>http://mikeage.net/2006/10/19/block-spam-harvesters/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 20:54:53 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2006/10/19/block-spam-harvesters/</guid>
		<description><![CDATA[On my site, I have a few "special" pages who's only purpose is to ban bots that ignore robots.txt (or worse, use it as a hint for where "the good stuff" is!). Here's how I do that: robots.txt is a file that can be used to tell bots and search engines what pages are permitted [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2006/10/19/block-spam-harvesters/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>New Section: C Stuff</title>
		<link>http://mikeage.net/2006/09/30/new-section-c-stuff/</link>
		<comments>http://mikeage.net/2006/09/30/new-section-c-stuff/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 17:19:42 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2006/09/30/new-section-c-stuff/</guid>
		<description><![CDATA[I've been collecting nifty tricks and useful factoids about C, and I think I'll start posting them here. Look for the first post sometime on Tuesday, with 3-4 posts weekly after that!]]></description>
		<wfw:commentRss>http://mikeage.net/2006/09/30/new-section-c-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ejecting Removable Media from the Command Prompt</title>
		<link>http://mikeage.net/2006/09/27/ejecting-removable-media-from-the-command-prompt/</link>
		<comments>http://mikeage.net/2006/09/27/ejecting-removable-media-from-the-command-prompt/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 14:33:30 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2006/09/27/ejecting-removable-media-from-the-command-prompt/</guid>
		<description><![CDATA[How often have you wanted to be able to eject a CD, disconnect an MP3 player / USB key, etc., from the command line? With a small little utility (courtesy of Microsoft (and me)), you can! Knowledge Base article 165721 explains how to do this in Windows NT, 2000, and XP. They give some sample [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2006/09/27/ejecting-removable-media-from-the-command-prompt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Limitting concurrent runs in PHP</title>
		<link>http://mikeage.net/2006/09/17/limitting-concurrent-runs-in-php/</link>
		<comments>http://mikeage.net/2006/09/17/limitting-concurrent-runs-in-php/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 11:29:56 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2006/09/17/limitting-concurrent-runs-in-php/</guid>
		<description><![CDATA[Most PHP tasks are designed to be run concurrently, that is, several instances of the same task can run simultaneously. For example, my home page should be displayed to all viewers, even if they're trying to access it at the same time. Other tasks, however, should only be run one at a time. For instance, [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2006/09/17/limitting-concurrent-runs-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Breadcrumbs</title>
		<link>http://mikeage.net/2006/09/05/php-breadcrumbs/</link>
		<comments>http://mikeage.net/2006/09/05/php-breadcrumbs/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 16:56:05 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2006/09/05/php-breadcrumbs/</guid>
		<description><![CDATA[I just redid the bread crumbs code on my site to handle breadcrumbs without horribly mangling links containing slashes the query string. Details below. First, what are breadcrumbs? If you look at the top of the site (below the mikeage.net logo), you'll see the path in the URL address bar, broken down into links. They're [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2006/09/05/php-breadcrumbs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting between DOS and Unix</title>
		<link>http://mikeage.net/2005/08/12/converting-between-dos-and-unix/</link>
		<comments>http://mikeage.net/2005/08/12/converting-between-dos-and-unix/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 11:04:50 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2005/08/12/converting-between-dos-and-unix/</guid>
		<description><![CDATA[Quick Overview DOS (and Windows) use different formats to mark the ned of a line in a text file. DOS uses a CR-LF, while Unix just uses a LF. There are many ways to switch between the formats.. some common ones are below Explicit Programs The programs dos2unix and unix2dos provide a simple way to [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2005/08/12/converting-between-dos-and-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Careful of AWK Comments</title>
		<link>http://mikeage.net/2005/08/12/careful-of-awk-comments/</link>
		<comments>http://mikeage.net/2005/08/12/careful-of-awk-comments/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 10:59:29 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AWK]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2005/08/12/careful-of-awk-comments/</guid>
		<description><![CDATA[Passing a script with comments from a shell script. If you're like me, you write awk scripts by creating a file, let's say script.sh, and it looks something like this (let's say.. count lines where the 2nd comma-delimited number is greater than 3): #!/bin/sh&#60;br /&#62; awk -F, 'BEGIN {&#60;br /&#62; # Minimum threashold&#60;br /&#62; THRESHHOLD=3&#60;br [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2005/08/12/careful-of-awk-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Matrix to Half Matrix</title>
		<link>http://mikeage.net/2005/08/12/full-matrix-to-half-matrix/</link>
		<comments>http://mikeage.net/2005/08/12/full-matrix-to-half-matrix/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 10:53:07 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Matrix]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2005/08/12/full-matrix-to-half-matrix/</guid>
		<description><![CDATA[Quick Overview How to make a directed representation of a symetric matrix into an undirected representation. Overview That's a long task. Really what it means is as follows. Suppose I have a matrix, let's say, A[i,j]. Now, if A is sparse (that is, most of the elements are zero / null / any constant value), [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2005/08/12/full-matrix-to-half-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bezeq PPPoA with an Alcatel Speedtouch 510</title>
		<link>http://mikeage.net/2005/08/12/bezeq-pppoa-with-an-alcatel-speedtouch-510/</link>
		<comments>http://mikeage.net/2005/08/12/bezeq-pppoa-with-an-alcatel-speedtouch-510/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 10:34:18 +0000</pubDate>
		<dc:creator>Mike Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bezeq]]></category>
		<category><![CDATA[PPPoA]]></category>
		<category><![CDATA[PPPoE]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://mikeage.net/2005/08/12/bezeq-pppoa-with-an-alcatel-speedtouch-510/</guid>
		<description><![CDATA[Quick Overview Bezeq is the telephone company in Israel, and the supplier for ADSL lines here. Although one can sign up for any ISP they choose, all lines come from Bezeq, and use their setup. By default, the modems they give try and use PPTP or PPPoE, requiring a dialer program running on a PC. [...]]]></description>
		<wfw:commentRss>http://mikeage.net/2005/08/12/bezeq-pppoa-with-an-alcatel-speedtouch-510/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

