<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NetBloke Blog - Date Based Archive - No Nonsense Net - Newsletters, Blog and Life of an Australian web guy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="mail, newsletter, news, download, free, freeware, shareware, software, Windows 98, Windows 95, Windows, Windows NT, Win95, Win98, WinNT, computer, PC, newsletter, Internet, ezine, e-zine, 32-bit, 32bit, MIDI, fonts, themes, patches, update, driver, drivers, tips, tricks, web, technology, tech, e-mail, info">
<meta name="description" content="NetBloke is a free newsletter - containing information and reviews on web sites, shareware, freeware and programs, news, tips on making the most out of your computer and definitions of computer terms and Aussie slang. All written by NetBloke in his unique Australian style. This site and newsletter is appealing to the Internet newbie through to the seasoned expert. Subsribe now!">
<meta name="copyright" content="(c)2000 - 2004 Nathan Allan">
<meta name="author" content="Nathan Allan">
<meta name="revisit-after" content="1 day">
<meta name="Robot" content="ALL">
<meta name="rating" content="General">
<link rel="shortcut icon" href="favicon.ico">
<link href="http://www.netbloke.com/styles2.css" rel="stylesheet" type="text/css" media="all" />
<script language="javascript" type="text/javascript">
function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=480,height=480,scrollbars=yes,status=yes');
}

var HOST = 'www.netbloke.com';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
    setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
    setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '', HOST);
    deleteCookie('mtcmthome', '', HOST);
    deleteCookie('mtcmtauth', '', HOST);
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

//-->


</script>	
<LINK REL='STYLESHEET' TYPE='text/css' HREF='http://www.netbloke.com/cssincludes/styles.css'>
<link rel="stylesheet" href="http://www.netbloke.com/blog/styles-site.css" type="text/css" />
</head>

<body>

<div class="content">
<p>
	<!--Individual Entries-->
		<a href="http://www.netbloke.com/blog/archives/2004/09/christina_baldw_1.html">&laquo; Christina Baldwin said...</a> |
	
	<a href="http://www.netbloke.com/blog/">Main Blog</a>
	

	<script type="text/javascript"><!--
google_ad_client = "pub-7766583424676083";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "A14C00";
google_color_bg = "FFE3CE";
google_color_link = "A14C00";
google_color_url = "A14C00";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


	<div class="date">September 20, 2004</div>	

	<div class="blogbody">

	<span class="title">Gmail Invites</span>

	<p>I just thought I would offer my Gmail invites to some of my loyal NetBloke subscribers. So if you want one contact me using the form.</p>

	<a name="more"></a>
	

	<span class="posted">Posted by Nathan at September 20, 2004 11:54 AM
	
	<br /></span>

	</div>


	
	<div class="comments-head"><a name="comments"></a>Comments</div>

	

	<div class="comments-head">Post a comment</div>

	<div class="comments-body">
	<form method="post" action="http://www.netbloke.com/mt3/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
	<input type="hidden" name="static" value="1" />
	<input type="hidden" name="entry_id" value="375" />

	Name:<br />
	<input name="author" /><br /><br />

	Email Address:<br />
	<input name="email" /><br /><br />

	URL:<br />
	<input name="url" /><br /><br />

	Comments:<br />
	<textarea name="text" rows="10" cols="50"></textarea><br /><br />

	<input type="checkbox" name="bakecookie" />Remember info?<br /><br />

	<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
	<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />

	<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
	</form>

	<script type="text/javascript" language="javascript">
	<!--
	document.comments_form.email.value = getCookie("mtcmtmail");
	document.comments_form.author.value = getCookie("mtcmtauth");
	document.comments_form.url.value = getCookie("mtcmthome");
	//-->
	</script>

	
	</div>

	<!--Individual Entries-->
</p>
</div>

<div class="content">
<p>
	<!--Individual Entries-->
		<a href="http://www.netbloke.com/blog/archives/2004/09/google_adsense.html">&laquo; Google Adsense</a> |
	
	<a href="http://www.netbloke.com/blog/">Main Blog</a>
		| <a href="http://www.netbloke.com/blog/archives/2004/09/gmail_invites.html">Gmail Invites &raquo;</a>
	

	<script type="text/javascript"><!--
google_ad_client = "pub-7766583424676083";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "A14C00";
google_color_bg = "FFE3CE";
google_color_link = "A14C00";
google_color_url = "A14C00";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


	<div class="date">September 20, 2004</div>	

	<div class="blogbody">

	<span class="title">Christina Baldwin said...</span>

	<p>Journal writing is a voyage to the interior.</p>

	<a name="more"></a>
	

	<span class="posted">Posted by Casey at September 20, 2004 10:42 AM
	
	<br /></span>

	</div>


	
	<div class="comments-head"><a name="comments"></a>Comments</div>

	

	<div class="comments-head">Post a comment</div>

	<div class="comments-body">
	<form method="post" action="http://www.netbloke.com/mt3/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
	<input type="hidden" name="static" value="1" />
	<input type="hidden" name="entry_id" value="374" />

	Name:<br />
	<input name="author" /><br /><br />

	Email Address:<br />
	<input name="email" /><br /><br />

	URL:<br />
	<input name="url" /><br /><br />

	Comments:<br />
	<textarea name="text" rows="10" cols="50"></textarea><br /><br />

	<input type="checkbox" name="bakecookie" />Remember info?<br /><br />

	<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
	<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />

	<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
	</form>

	<script type="text/javascript" language="javascript">
	<!--
	document.comments_form.email.value = getCookie("mtcmtmail");
	document.comments_form.author.value = getCookie("mtcmtauth");
	document.comments_form.url.value = getCookie("mtcmthome");
	//-->
	</script>

	
	</div>

	<!--Individual Entries-->
</p>
</div>

<div class="content">
<p>
	<!--Individual Entries-->
		<a href="http://www.netbloke.com/blog/archives/2004/09/william_ellery.html">&laquo; William Ellery Channing said...</a> |
	
	<a href="http://www.netbloke.com/blog/">Main Blog</a>
		| <a href="http://www.netbloke.com/blog/archives/2004/09/christina_baldw_1.html">Christina Baldwin said... &raquo;</a>
	

	<script type="text/javascript"><!--
google_ad_client = "pub-7766583424676083";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "A14C00";
google_color_bg = "FFE3CE";
google_color_link = "A14C00";
google_color_url = "A14C00";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


	<div class="date">September 16, 2004</div>	

	<div class="blogbody">

	<span class="title">Google Adsense</span>

	<p>I finally got myself approved for Google Adsense ads. This means there will be content sensitive ads in my newsletters and hopefully I can make a little money out of NetBloke!</p>

<p>Regardsless thanks for reading everyone!</p>

<p>Recently some small problems with me software have stopped me actually sending my newsletters but I am working on a very full-on solution!</p>

	<a name="more"></a>
	

	<span class="posted">Posted by Nathan at September 16, 2004 09:33 AM
	
	<br /></span>

	</div>


	
	<div class="comments-head"><a name="comments"></a>Comments</div>

	

	<div class="comments-head">Post a comment</div>

	<div class="comments-body">
	<form method="post" action="http://www.netbloke.com/mt3/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
	<input type="hidden" name="static" value="1" />
	<input type="hidden" name="entry_id" value="373" />

	Name:<br />
	<input name="author" /><br /><br />

	Email Address:<br />
	<input name="email" /><br /><br />

	URL:<br />
	<input name="url" /><br /><br />

	Comments:<br />
	<textarea name="text" rows="10" cols="50"></textarea><br /><br />

	<input type="checkbox" name="bakecookie" />Remember info?<br /><br />

	<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
	<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />

	<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
	</form>

	<script type="text/javascript" language="javascript">
	<!--
	document.comments_form.email.value = getCookie("mtcmtmail");
	document.comments_form.author.value = getCookie("mtcmtauth");
	document.comments_form.url.value = getCookie("mtcmthome");
	//-->
	</script>

	
	</div>

	<!--Individual Entries-->
</p>
</div>

<div class="content">
<p>
	<!--Individual Entries-->
		<a href="http://www.netbloke.com/blog/archives/2004/09/alice_roosevelt.html">&laquo; Alice Roosevelt Longworth said...</a> |
	
	<a href="http://www.netbloke.com/blog/">Main Blog</a>
		| <a href="http://www.netbloke.com/blog/archives/2004/09/google_adsense.html">Google Adsense &raquo;</a>
	

	<script type="text/javascript"><!--
google_ad_client = "pub-7766583424676083";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "A14C00";
google_color_bg = "FFE3CE";
google_color_link = "A14C00";
google_color_url = "A14C00";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


	<div class="date">September 14, 2004</div>	

	<div class="blogbody">

	<span class="title">William Ellery Channing said...</span>

	<p>Difficulties are meant to rouse, not discourage. The human spirit is to grow strong by conflict.</p>

	<a name="more"></a>
	

	<span class="posted">Posted by Casey at September 14, 2004 10:36 AM
	
	<br /></span>

	</div>


	
	<div class="comments-head"><a name="comments"></a>Comments</div>

	

	<div class="comments-head">Post a comment</div>

	<div class="comments-body">
	<form method="post" action="http://www.netbloke.com/mt3/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
	<input type="hidden" name="static" value="1" />
	<input type="hidden" name="entry_id" value="372" />

	Name:<br />
	<input name="author" /><br /><br />

	Email Address:<br />
	<input name="email" /><br /><br />

	URL:<br />
	<input name="url" /><br /><br />

	Comments:<br />
	<textarea name="text" rows="10" cols="50"></textarea><br /><br />

	<input type="checkbox" name="bakecookie" />Remember info?<br /><br />

	<input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" />
	<input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />

	<input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" />
	</form>

	<script type="text/javascript" language="javascript">
	<!--
	document.comments_form.email.value = getCookie("mtcmtmail");
	document.comments_form.author.value = getCookie("mtcmtauth");
	document.comments_form.url.value = getCookie("mtcmthome");
	//-->
	</script>

	
	</div>

	<!--Individual Entries-->
</p>
</div>



<div id="leftmenu">
	<a href="http://www.netbloke.com/"><img src="http://www.netbloke.com/images/netbloke.gif" alt="NetBloke.com" width="107" height="270" border="0" align="right" /></a>
	<br clear="all" />
	<br />
	<ul id="mainnav">
		<li><a href="http://www.netbloke.com/indexnews.shtml">The Newsletter</a>
		<ul class="subnav">
			<li><a href="latest.shtml">Latest Newsletter</a></li>
			<li><a href="archive.shtml">Newsletter Archive</a></li>
			<li><a href="http://www.netbloke.com/mlist/index.php">Your Subscription</a></li>
			<li><a href="privacy.shtml">Privacy Statement</a></li>
		</ul>
		</li>
		<li><a href="http://www.netbloke.com/indexblog.shtml">The Blog</a></li>
		<ul class="subnav">
			<li><a href="http://blog.netbloke.com/">Recent Entries</a></li>
			<li><a href="http://blog.netbloke.com/archives.html">Individual Entries</a></li>

<li><a href="http://www.netbloke.com/blog/archives/kayaking/index.html">Kayaking</a></li><li><a href="http://www.netbloke.com/blog/archives/media_reviews/index.html">Media Reviews</a></li><li><a href="http://www.netbloke.com/blog/archives/personal/index.html">Personal</a></li><li><a href="http://www.netbloke.com/blog/archives/quotes/index.html">Quotes</a></li><li><a href="http://www.netbloke.com/blog/archives/tech_related/index.html">Tech Related</a></li><li><a href="http://www.netbloke.com/blog/archives/yabber_on/index.html">Yabber On</a></li>

						<li><a href="http://www.netbloke.com/blog/archives/2004/09/index.html">September 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/08/index.html">August 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/07/index.html">July 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/06/index.html">June 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/05/index.html">May 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/04/index.html">April 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/03/index.html">March 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/02/index.html">February 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2004/01/index.html">January 2004</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/12/index.html">December 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/11/index.html">November 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/10/index.html">October 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/09/index.html">September 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/08/index.html">August 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/07/index.html">July 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/06/index.html">June 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/05/index.html">May 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/03/index.html">March 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/02/index.html">February 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2003/01/index.html">January 2003</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2002/12/index.html">December 2002</a></li>
						<li><a href="http://www.netbloke.com/blog/archives/2002/11/index.html">November 2002</a></li>
			
			<li><a href="http://blog.netbloke.com/index.rdf">Syndicate (XML)</a></li>
		</ul>
		<li><a href="http://www.netbloke.com/indexbloke.shtml">The Bloke</a></li>
		<li><a href="http://www.netbloke.com/indexwebcam.shtml">The WebCam</a></li>
	</ul>
	<br />
	<!-- Webcams -->
	<center>
	<a href="http://www.netbloke.com/indexwebcam.shtml"><img src="http://www.netbloke.com/webcam/snap.jpg" width="160" height="120" border="0" alt="The NetPad"></a>
	<br /><br />
	<a href="http://www.netbloke.com/indexwebcam.shtml"><img src="http://www.netbloke.com/webcam/ccam.jpg" width="160" height="120" border="0" alt="The NetOffice"></a>
	</center>
	<br /><br />
	<!-- End Webcams -->


	<!-- Google Search -->
	<h4>Search Google</h4>
	<FORM method=GET action=http://www.google.com/custom>
	<INPUT class="textbox" TYPE=text name=q size=20 maxlength=255 value="">
	<INPUT type=submit name=sa VALUE="       SEARCH       " class="button2">
	<INPUT type=hidden name=cof VALUE="GALT:#A14C00;S:http://www.netbloke.com;VLC:#A14C00;AH:center;BGC:#FFFFFF;LC:#A14C00;GFNT:#A14C00;ALC:#A14C00;T:#000000;GIMP:#A14C00;AWFID:992e7177681d0703;">
	<input type=hidden name=domains value="NetBloke.com"><br />
	<input type=radio name=sitesearch value=""> Search the Web<br />
	<input type=radio name=sitesearch value="NetBloke.com" checked> Search NetBloke.com<br />
	</FORM>
	<!-- End Google Search -->

	<!-- Essential Programs -->
	<h4>Essential Programs</h4>
	<ul id="mainnav">
	<li><a class="menu" href="http://www.netbloke.com/newsletters/51.shtml#software">TextPad</a></li>
	<li><a href="http://www.netbloke.com/newsletters/48.shtml#software">Crazy Browser</a></li>
	<li><a href="http://www.netbloke.com/newsletters/47.shtml#software">Eudora</a></li>
	<li><a href="http://www.netbloke.com/newsletters/46.shtml">Belarc Advisor</a></li>
	<li><a href="http://blog.netbloke.com/archives/000143.html">Trillian</a></li>
	</ul>
	<br /><br />
	<!-- End Essential Programs -->

	<h4>Sponsors</h4>
	<center>
	<!-- Begin Ofoto -->
	<a href="http://www.qksrv.net/click-1420801-10296824" target="_top" >
	<img src="http://www.qksrv.net/image-1420801-10296824" width="125" height="125" alt="Ofoto, the Company NetBloke uses for developing digital photos" border="0"></a>
	<!-- End Ofoto -->
	</br></br>
	<!-- Begin Amazon -->
	<FORM method="get" action="http://www.amazon.com/exec/obidos/external-search">
	<TABLE border="0" cellpadding="1" cellspacing="0" bgcolor="#000000">
	<TR>
	<TD>
	<TABLE border="0" cellpadding="0" cellspacing="0" align="top" height="90" width="120">
	<TR>
	<TD bgcolor="#FFFFFF" height="20" valign="bottom">
	<DIV align="center"><FONT face="verdana,arial,helvetica" size="-2"><B>Search Now:</B></FONT></DIV>
	</TD>
	<TD bgcolor="#FFFFFF">
	</TD>
	</TR>
	<TR>
	<TD bgcolor="#FFFFFF" height="30" valign="top">
	<DIV align="center"><FONT face="verdana,arial,helvetica" size="-2">
	<INPUT type="text" name="keyword" size="10" value=""></FONT>
	</DIV>
	</TD>
	<TD bgcolor="#FFFFFF" height="20" valign="top" align="left">
	<INPUT type="hidden" name="mode" value="blended">
	<INPUT type="hidden" name="tag" value="netbloke-20">
	<INPUT TYPE="image" WIDTH="21" HEIGHT="21" BORDER="0" VALUE="Go" NAME="Go" src="http://www.netbloke.com/images/ap-search-go-btn.gif" ALIGN="absmiddle">
	</TD>
	</TR>
	<TR>
	<TD colspan="2" bgcolor="#000000" height="40"><A HREF="http://www.amazon.com/exec/obidos/redirect-home/netbloke-20"><IMG SRC="http://www.netbloke.com/images/ap-search-logo-126x32.gif" width="126" height="32" BORDER="0" HSPACE="0" VSPACE="0" ALT="In Association with Amazon.com"></A>
	</TD></TR></TABLE></TD></TR></TABLE></FORM>
	<!-- End Amazon -->
	<br />
	<a href="http://www.webbloke.com/nbnow/hdnow.php?UID=NOWEMMELTI6">
	<img src="http://www.webbloke.com/images/nbbutton.gif" alt="NetBloke Now!" border="0" width="88" height="31"></a>
	</center>
</div>



<div id="footer">
			<a href="http://www.netbloke.com/newsletters/privacy.shtml">Copyright</a>  &copy;2000 -
			<script language = 'JavaScript'> type="text/javascript"
			now = new Date
			theYear=now.getYear()
			if (theYear < 1900)
			theYear=theYear+1900
			document.write(theYear)
			</script>
			Nathan Allan. All Rights Reserved. We adhere to our <a href="http://www.netbloke.com/html/privacy.shtml">Privacy Statement</A>.
</div>
</body></html>
