<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Joe Sydney Au&#039;s Blog</title>
	<atom:link href="http://joesydneyau.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joesydneyau.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joesydneyau.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joe Sydney Au&#039;s Blog</title>
		<link>http://joesydneyau.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joesydneyau.wordpress.com/osd.xml" title="Joe Sydney Au&#039;s Blog" />
	<atom:link rel='hub' href='http://joesydneyau.wordpress.com/?pushpress=hub'/>
		<item>
		<title>FindStr &#8211; Command line search text in files</title>
		<link>http://joesydneyau.wordpress.com/2010/03/04/findstr-command-line-search-text-in-files/</link>
		<comments>http://joesydneyau.wordpress.com/2010/03/04/findstr-command-line-search-text-in-files/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 06:54:15 +0000</pubDate>
		<dc:creator>joesydneyau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FindStr RegEx Search]]></category>

		<guid isPermaLink="false">http://joesydneyau.wordpress.com/2010/03/04/findstr-command-line-search-text-in-files/</guid>
		<description><![CDATA[Findstr Searches for patterns of text in files using regular expressions. Syntax findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [/offline] [/g:file] [/f:file] [/c:string] [/d:dirlist] [/a:ColorAttribute] [strings] [[Drive:][Path] FileName [...]]   Parameters /b : Matches the pattern if at the beginning of a line. /e : Matches the pattern if at the end [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=17&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Findstr</h1>
<p>Searches for patterns of text in files using regular expressions.</p>
<h2>Syntax</h2>
<p><strong>findstr</strong> [<strong>/b</strong>] [<strong>/e</strong>] [<strong>/l</strong>] [<strong>/r</strong>] [<strong>/s</strong>] [<strong>/i</strong>] [<strong>/x</strong>] [<strong>/v</strong>] [<strong>/n</strong>] [<strong>/m</strong>] [<strong>/o</strong>] [<strong>/p</strong>] [<strong>/offline</strong>] [<strong>/g:</strong><em>file</em>] [<strong>/f:</strong><em>file</em>] [<strong>/c:</strong><em>string</em>] [<strong>/d:</strong><em>dirlist</em>] [<strong>/a:</strong><em>ColorAttribute</em>] [<em>strings</em>] [[<em>Drive</em><strong>:</strong>][<em>Path</em>] <em>FileName</em> [...]]</p>
<h2> </h2>
<h2>Parameters</h2>
<p><strong>/b</strong><strong> </strong><strong>: </strong>Matches the pattern if at the beginning of a line.</p>
<p><strong>/e</strong><strong> </strong><strong>: </strong>Matches the pattern if at the end of a line.</p>
<p><strong>/l</strong><strong> </strong><strong>: </strong>Uses search strings literally.</p>
<p><strong>/r</strong><strong> </strong><strong>: </strong>Uses search strings as regular expressions. <strong>Findstr</strong> interprets all metacharacters as regular expressions unless you use <strong>/l</strong>.</p>
<p><strong>/s</strong><strong> </strong><strong>: </strong>Searches for matching files in the current directory and all subdirectories.</p>
<p><strong>/i</strong><strong> </strong><strong>: </strong>Specifies that the search is not to be case-sensitive.</p>
<p><strong>/x</strong><strong> </strong><strong>: </strong>Prints lines that match exactly.</p>
<p><strong>/v</strong><strong> </strong><strong>: </strong>Prints only lines that do not contain a match.</p>
<p><strong>/n</strong><strong> </strong><strong>: </strong>Prints the line number before each line that matches.</p>
<p><strong>/m</strong><strong> </strong><strong>: </strong>Prints only the file name if a file contains a match.</p>
<p><strong>/o</strong><strong> </strong><strong>: </strong>Prints seek offset before each matching line.</p>
<p><strong>/p</strong><strong> </strong><strong>: </strong>Skips files with non-printable characters.</p>
<p><strong>/offline</strong><strong> </strong><strong>: </strong>Processes files with offline attribute set.</p>
<p><strong>/f:</strong><strong><em>file</em></strong><strong> </strong><strong>: </strong>Reads file list from the specified file.</p>
<p><strong>/c:</strong><strong><em>string</em></strong><strong> </strong><strong>: </strong>Uses specified text as a literal search string.</p>
<p><strong>/g:</strong><strong><em>file</em></strong><strong> </strong><strong>: </strong>Gets search strings from the specified file.</p>
<p><strong>/d:</strong><strong><em>dirlist</em></strong><strong> </strong><strong>: </strong>Searches a comma-delimited list of directories.</p>
<p><strong>/a:</strong><strong><em>ColorAttribute</em></strong><strong> </strong><strong>: </strong>Specifies color attributes with two hexadecimal digits.</p>
<p><strong><em>strings</em></strong><strong> </strong><strong>: </strong>Specified text to be searched for in <em>FileName</em>.</p>
<p><strong>[</strong><strong><em>Drive</em></strong><strong>:</strong><strong>][</strong><strong><em>Path</em></strong><strong>] </strong><strong><em>FileName</em></strong><strong> [...] </strong><strong>: </strong>Specifies a file or files to search.</p>
<p><strong>/?</strong><strong> </strong><strong>: </strong>Displays help at the command prompt.</p>
<div> </div>
<div><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?pf=true#top"></a> </div>
<h2>Remarks</h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">•</td>
<td>Using regular expressions with <strong>findstr</strong> <strong>Findstr</strong> is capable of finding the exact text you are looking for in any ASCII file or files. However, sometimes you have only part of the information that you want to match, or you want to find a wider range of information. In such cases, <strong>findstr</strong> has the powerful capability to search for patterns of text using regular expressions.</p>
<p>Regular expressions are a notation for specifying patterns of text, as opposed to exact strings of characters. The notation uses literal characters and metacharacters. Every character that does not have special meaning in the regular expression syntax is a literal character and matches an occurrence of that character. For example, letters and numbers are literal characters. A metacharacter is a symbol with special meaning (an operator or delimiter) in the regular-expression syntax.</p>
<p>The following table lists the metacharacters that <strong>findstr</strong> accepts.</p>
<table id="ENCAC" cellspacing="0" cellpadding="0">
<thead>
<tr valign="top">
<td>Character</td>
<td>Value</td>
</tr>
</thead>
<tbody>
<tr valign="top">
<td>.</td>
<td>Wildcard: any character</td>
</tr>
<tr valign="top">
<td>*</td>
<td>Repeat: zero or more occurrences of previous character or class</td>
</tr>
<tr valign="top">
<td>^</td>
<td>Line position: beginning of line</td>
</tr>
<tr valign="top">
<td>$</td>
<td>Line position: end of line</td>
</tr>
<tr valign="top">
<td>[<em>class</em>]</td>
<td>Character class: any one character in set</td>
</tr>
<tr valign="top">
<td>[^<em>class</em>]</td>
<td>Inverse class: any one character not in set</td>
</tr>
<tr valign="top">
<td>[<em>x</em>-<em>y</em>]</td>
<td>Range: any characters within the specified range</td>
</tr>
<tr valign="top">
<td>\<em>x</em></td>
<td>Escape: literal use of metacharacter <em>x</em></td>
</tr>
<tr valign="top">
<td>\&lt;<em>xyz</em></td>
<td>Word position: beginning of word</td>
</tr>
<tr valign="top">
<td><em>xyz\&gt;</em></td>
<td>Word position: end of word</td>
</tr>
</tbody>
</table>
<p>The special characters in regular expression syntax are most powerful when you use them together. For example, the following combination of the wildcard character (.) and repeat (*) character match any string of characters:</p>
<p><strong>.*</strong></p>
<p>Use the following expression as part of a larger expression that matches any string beginning with &#8220;b&#8221; and ending with &#8220;ing&#8221;:</p>
<p><strong>b.*ing</strong></td>
</tr>
</tbody>
</table>
<div> </div>
<div><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?pf=true#top"></a> </div>
<h2>Examples</h2>
<p>Use spaces to separate multiple search strings unless the argument is prefixed with <strong>/c</strong>. To search for &#8220;hello&#8221; or &#8220;there&#8221; in file x.y, type:</p>
<p><strong>findstr &#8220;hello there&#8221; x.y</strong></p>
<p>To search for &#8220;hello there&#8221; in file x.y, type:</p>
<p><strong>findstr /c:&#8221;hello there&#8221; x.y</strong></p>
<p>To find all occurrences of the word &#8220;Windows&#8221; (with an initial capital W) in the file Proposal.txt, type the following:</p>
<p><strong>findstr Windows proposal.txt</strong></p>
<p>To search every file in the current directory and all subdirectories that contained the word Windows, regardless of the letter case, type the following:</p>
<p><strong>findstr /s /i Windows *.*</strong></p>
<p>To find all occurrences of lines that contain the word &#8220;FOR&#8221;, preceded by any number of spaces, (as in a computer program loop), and to include the line number where each occurrence is found, type the following:</p>
<p><strong>findstr /b /n /c:&#8221; *FOR&#8221; *.bas</strong></p>
<p>If you want to search for several different items in the same set of files, create a text file that contains each search criterion on a new line. You can also list the exact files you want to search in a text file. To use the search criteria in the file Finddata.txt, search the files listed in Filelist.txt, and then store the results in the file Results.out, type the following:</p>
<p><strong>findstr /g:finddata.txt /f:filelist.txt &gt; results.out</strong></p>
<p>Assume you wanted to find every file in the current directory and all subdirectories that contained the word computer, regardless of the letter case. To list every file containing the word computer, type the following:</p>
<p><strong>findstr /s /i /m &#8220;\&lt;computer\&gt;&#8221; *.*</strong></p>
<p>Now assume you want to find not only the word &#8220;computer,&#8221; but also any other words that begin with the letters comp, such as &#8220;compliment&#8221; and &#8220;compete. &#8221; type the following:</p>
<p><strong>findstr /s /i /m &#8220;\&lt;comp.*&#8221; *.*</strong></p>
<div> </div>
<h2>Formatting legend</h2>
<table id="ESGAC" cellspacing="0" cellpadding="0">
<thead>
<tr valign="top">
<td>Format</td>
<td>Meaning</td>
</tr>
</thead>
<tbody>
<tr valign="top">
<td><em>Italic</em></td>
<td>Information that the user must supply</td>
</tr>
<tr valign="top">
<td><strong>Bold</strong></td>
<td>Elements that the user must type exactly as shown</td>
</tr>
<tr valign="top">
<td>Ellipsis (&#8230;)</td>
<td>Parameter that can be repeated several times in a command line</td>
</tr>
<tr valign="top">
<td>Between brackets ([])</td>
<td>Optional items</td>
</tr>
<tr valign="top">
<td>Between braces ({}); choices separated by pipe (|). Example: {even|odd}</td>
<td>Set of choices from which the user must choose only one</td>
</tr>
<tr valign="top">
<td>Courier font</td>
<td>Code or program output</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joesydneyau.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joesydneyau.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joesydneyau.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=17&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joesydneyau.wordpress.com/2010/03/04/findstr-command-line-search-text-in-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6651b5946dd4065906684629993d339b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joesydneyau</media:title>
		</media:content>
	</item>
		<item>
		<title>Web.Config Custom Errors</title>
		<link>http://joesydneyau.wordpress.com/2010/02/23/web-config/</link>
		<comments>http://joesydneyau.wordpress.com/2010/02/23/web-config/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 06:27:06 +0000</pubDate>
		<dc:creator>joesydneyau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[custom errors]]></category>

		<guid isPermaLink="false">http://joesydneyau.wordpress.com/?p=8</guid>
		<description><![CDATA[&#60;customErrors mode="off"/&#62; remoteOnly (default) &#8211; remote will be filtered, local can view off &#8211; both local / remote can view details on &#8211; neither local nor remote can view.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=8&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>&lt;customErrors mode="off"/&gt;</code></p>
<p>remoteOnly (default) &#8211; remote will be filtered, local can view</p>
<p>off &#8211; both local / remote can view details</p>
<p>on &#8211; neither local nor remote can view.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joesydneyau.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joesydneyau.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joesydneyau.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=8&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joesydneyau.wordpress.com/2010/02/23/web-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6651b5946dd4065906684629993d339b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joesydneyau</media:title>
		</media:content>
	</item>
		<item>
		<title>Arrays in VB.NET</title>
		<link>http://joesydneyau.wordpress.com/2010/01/29/arrays-in-vb-net/</link>
		<comments>http://joesydneyau.wordpress.com/2010/01/29/arrays-in-vb-net/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 00:39:58 +0000</pubDate>
		<dc:creator>joesydneyau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Array VB.NET]]></category>

		<guid isPermaLink="false">http://joesydneyau.wordpress.com/?p=3</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=3&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code></code></p>
<p><pre class="brush: vb;">
'Create an Array of controls.
Dim myControlArray As Control() =

  {Me.cbxSubdivision, Me.dtpSurveyReq, Me.control3, Me.control3}

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joesydneyau.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joesydneyau.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joesydneyau.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=3&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joesydneyau.wordpress.com/2010/01/29/arrays-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6651b5946dd4065906684629993d339b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joesydneyau</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://joesydneyau.wordpress.com/2010/01/16/hello-world/</link>
		<comments>http://joesydneyau.wordpress.com/2010/01/16/hello-world/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:24:11 +0000</pubDate>
		<dc:creator>joesydneyau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is my first post.  Just a place to put random notes to myself for convenience !<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=1&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is my first post. </p>
<p>Just a place to put random notes to myself for convenience !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joesydneyau.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joesydneyau.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joesydneyau.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joesydneyau.wordpress.com&amp;blog=11471924&amp;post=1&amp;subd=joesydneyau&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joesydneyau.wordpress.com/2010/01/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6651b5946dd4065906684629993d339b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joesydneyau</media:title>
		</media:content>
	</item>
	</channel>
</rss>
