<?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>Small Business Tech Ramblings</title>
	<atom:link href="http://javapaws.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapaws.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Feb 2009 05:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javapaws.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Small Business Tech Ramblings</title>
		<link>http://javapaws.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javapaws.wordpress.com/osd.xml" title="Small Business Tech Ramblings" />
	<atom:link rel='hub' href='http://javapaws.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Simple tip for PowerShell</title>
		<link>http://javapaws.wordpress.com/2009/02/25/simple-tip-for-powershell/</link>
		<comments>http://javapaws.wordpress.com/2009/02/25/simple-tip-for-powershell/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:14:40 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/02/25/simple-tip-for-powershell/</guid>
		<description><![CDATA[Been doing more in PowerShell every week and while I&#8217;m far from being an expert I definitely enjoy what it offers. I&#8217;m always looking for tips and tricks to get the most out of PoSh and one came in my inbox today. A short article by Jeffery Hicks pointed out something simple that makes perfect [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=164&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Been doing more in PowerShell every week and while I&#8217;m far from being an expert I definitely enjoy what it offers. I&#8217;m always looking for tips and tricks to get the most out of PoSh and one came in my inbox today.</p>
<p>A short <a href="http://mcpmag.com/columns/article.asp?editorialsid=3023" target="_blank">article by Jeffery Hicks</a> pointed out something simple that makes perfect sense. Color coding the output to distinguish between your function info and the actual output. </p>
<pre>Function Do-Something {
#run some code here
Write-host "Starting update process" -foregroundcolor Green
$procs=Get-wmiobject win32_process
Write $procs
}</pre>
<p>When his above sample is run, the function message shows in green and the sorted and filtered output is sent to the pipeline. </p>
<p>Have to remember this for re-doing some of the early scripts I setup to see if I can clean them up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=164&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/02/25/simple-tip-for-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Just Fix It</title>
		<link>http://javapaws.wordpress.com/2009/02/05/just-fix-it/</link>
		<comments>http://javapaws.wordpress.com/2009/02/05/just-fix-it/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 12:25:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/02/05/just-fix-it/</guid>
		<description><![CDATA[A new addition to the Microsoft support documents, the Fix It button. Rather than having to go down and do a list of 15 steps, the Fix It button will run a script to do the steps for you. It&#8217;s not on everything yet but it&#8217;s starting to show up on more pages.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=163&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new addition to the Microsoft support documents, the Fix It button.</p>
<p><a href="http://support.microsoft.com/#"><img alt="Fix it" src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/fixit.jpg"></a></p>
<p>Rather than having to go down and do a list of 15 steps, the Fix It button will run a script to do the steps for you. It&#8217;s not on everything yet but it&#8217;s starting to show up on more pages.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=163&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/02/05/just-fix-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>

		<media:content url="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/fixit.jpg" medium="image">
			<media:title type="html">Fix it</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Ringtone creator</title>
		<link>http://javapaws.wordpress.com/2009/01/25/online-ringtone-creator/</link>
		<comments>http://javapaws.wordpress.com/2009/01/25/online-ringtone-creator/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:18:23 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/01/25/online-ringtone-creator/</guid>
		<description><![CDATA[Came across this site that makes it really easy to convert your own audio files into ringtones. Conveniently called www.makeownringtone.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=162&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Came across this site that makes it really easy to convert your own audio files into ringtones. Conveniently called <a href="http://www.makeownringtone.com/" target="_blank">www.makeownringtone.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=162&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/25/online-ringtone-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Boot Windows 7 from VHD</title>
		<link>http://javapaws.wordpress.com/2009/01/13/boot-windows-7-from-vhd/</link>
		<comments>http://javapaws.wordpress.com/2009/01/13/boot-windows-7-from-vhd/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 13:00:40 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/01/13/boot-windows-7-from-vhd/</guid>
		<description><![CDATA[Just read this from The Lazy Admin about booting Windows 7 from a VHD and thought this was pretty cool for testing. I like the idea&#8230;currently running Windows 7 as a virtual system but may give this a try to really put it through the paces.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=161&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just read this from <a href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2009/01/12/windows-7-boot-from-vhd.aspx" target="_blank">The Lazy Admin</a> about booting Windows 7 from a VHD and thought this was pretty cool for testing. I like the idea&#8230;currently running Windows 7 as a virtual system but may give this a try to really put it through the paces.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=161&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/13/boot-windows-7-from-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Ideal Home Network</title>
		<link>http://javapaws.wordpress.com/2009/01/12/ideal-home-network/</link>
		<comments>http://javapaws.wordpress.com/2009/01/12/ideal-home-network/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:08:18 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/?p=152</guid>
		<description><![CDATA[I was watching some video from CES earlier and started thinking about the amount of electricity we use with idle devices around the house&#8230;especially the computers. Usually there are 2 computers, 1 server, and a Tivo on every night (not including the little night lights from the TV. coffee pot, and every other electronic device [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=152&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was watching some video from CES earlier and started thinking about the amount of electricity we use with idle devices around the house&#8230;especially the computers. Usually there are 2 computers, 1 server, and a Tivo on every night (not including the little night lights from the TV. coffee pot, and every other electronic device that sucks energy when off.)</p>
<p>I was thinking how nice it would be to just be able to have one GOOD system with a small touchscreen display that could be in the living room and serve multiple functions. It would need to be a decent system with multiple-redundant hard drives to function as a home server for backups and file storage, media server to record &amp; playback TV, and a Virtual Server so we could have little dumb terminals with instant on to use for desktops. Heck even a blade server for home would be cool. Somehow I don&#8217;t think I could get away with putting even the smallest of the blade servers in the living room currently&#8230;one day maybe they&#8217;ll come out with a Home Blade Server!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=152&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/12/ideal-home-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Emailing with PHP</title>
		<link>http://javapaws.wordpress.com/2009/01/12/emailing-with-php/</link>
		<comments>http://javapaws.wordpress.com/2009/01/12/emailing-with-php/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 22:02:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[WebSites]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/01/12/emailing-with-php/</guid>
		<description><![CDATA[While adding some more features to the recent Intranet Portal, one thing that came up was to have an email sent with a copy of the order for a quick check. I originally did this sending it as plain text however it was a little difficult to read. I wanted to set it up to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=160&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While adding some more features to the recent Intranet Portal, one thing that came up was to have an email sent with a copy of the order for a quick check. I originally did this sending it as plain text however it was a little difficult to read. I wanted to set it up to have both text and HTML emails so it was nicely formatted for reading on the desktop but still useable when viewing on a mobile phone.</p>
<p>Enter <a href="http://phpmailer.codeworxtech.com" target="_blank">PHPMailer</a>. This is a great PHP class that makes the whole process of dealing with MIME headers and all the other crap painless. Using PHPMailer I was able to get the email sent with both a text and HTML version (including inline images) and it&#8217;s working great. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=160&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/12/emailing-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Beta&#8230;first impressions</title>
		<link>http://javapaws.wordpress.com/2009/01/12/windows-7-betafirst-impressions/</link>
		<comments>http://javapaws.wordpress.com/2009/01/12/windows-7-betafirst-impressions/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:19:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/01/12/windows-7-betafirst-impressions/</guid>
		<description><![CDATA[Just installed the Windows 7 Beta. I should point out that I&#8217;m one of the few out there that seem to actually like Vista and have had great success with it&#8230;.could it be better, sure, was it as bad as everyone makes it out to be, no way. So, first thoughts of the new beta: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=159&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just installed the Windows 7 Beta. I should point out that I&#8217;m one of the few out there that seem to actually like Vista and have had great success with it&#8230;.could it be better, sure, was it as bad as everyone makes it out to be, no way.</p>
<p>So, first thoughts of the new beta:</p>
<p>Install went well, no issues there. I like how the requirements seem a little better and am looking forward to seeing how it performs on netbooks. I think people will have less issues as they most likely already have newer hardware from upgrading to Vista or if they are still on really old hardware, they&#8217;re due for a new system anyway.</p>
<p>Look &amp; feel is nice&#8230;I like the built in desktop slide show feature. It&#8217;s trivial but a cool touch (and I know someone who&#8217;s been asking for this feature for a while now.)&nbsp; Gadgets are no longer tied to the gadget bar but rather can be dropped anywhere on the desktop.</p>
<p>Powershell is built-in of course as is PowerShell Integrated Scripting Environment which is a nice looking application that allows you to write, test, and debug scripts with all the syntax formatting and all.</p>
<p>UAC has a new settings adjustment. Honestly haven&#8217;t looked at this much as I don&#8217;t have too many complains about the one in Vista. </p>
<p>A new feature called HomeGroup is now available&#8230;not too familiar with this one yet but seems like it is from an old Longhorn feature called <a href="http://www.istartedsomething.com/20080215/windows-7-homegroup-rebirth-longhorn-castle/" target="_blank">Castle</a>.</p>
<p>Looking forward to playing around with it some more but so far it&#8217;s looking good.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=159&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/12/windows-7-betafirst-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Palm Beach IT Association &#8211; January 2009 Meeting</title>
		<link>http://javapaws.wordpress.com/2009/01/11/palm-beach-it-association-january-2009-meeting/</link>
		<comments>http://javapaws.wordpress.com/2009/01/11/palm-beach-it-association-january-2009-meeting/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 12:23:17 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Palm Beach IT Association]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/?p=154</guid>
		<description><![CDATA[This coming Tuesday the PBIT meeting will be hosting Tish Boyles and Jose Gomez from D-Link. If you haven&#8217;t already done so and are planning on attending, please sign up so we have an accurate head-count. NOTE: The meeting will not be held at our normal location due to a scheduling conflict. We will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=154&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This coming Tuesday the PBIT meeting will be hosting Tish Boyles and Jose Gomez from D-Link. If you haven&#8217;t already done so and are planning on attending, please <a href="http://www.palmbeachit.com" target="_blank">sign up</a> so we have an accurate head-count.</p>
<p>NOTE: The meeting will not be held at our normal location due to a scheduling conflict. We will be meeting at Panera Bread in the meeting room, directions and map are available on the PBIT site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=154&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/11/palm-beach-it-association-january-2009-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Feature request for Windows Home Server</title>
		<link>http://javapaws.wordpress.com/2009/01/11/feature-request-for-windows-home-server/</link>
		<comments>http://javapaws.wordpress.com/2009/01/11/feature-request-for-windows-home-server/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 12:11:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows Home Server]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/?p=151</guid>
		<description><![CDATA[So far I&#8217;m really enjoying the little MediaSmart WHS that my wife got me for Christmas. I&#8217;ve been playing around with the various add-ins (there are some great ones!) and am still tweaking the IIS setup so I can have my photo sharing just the way I want (I don&#8217;t like the HP app as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=151&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So far I&#8217;m really enjoying the little MediaSmart WHS that my wife got me for Christmas. I&#8217;ve been playing around with the various add-ins (there are some great ones!) and am still tweaking the IIS setup so I can have my photo sharing just the way I want (I don&#8217;t like the HP app as it&#8217;s too much of a pain to have to import the photos over the web to share them.)</p>
<p>So one thing that I think could use some improvement is oddly enough one of the great features of WHS&#8230;the backups. The one way I would like to see the backup improved on is to use VHD&#8217;s or at least have an easy way to create them from the backup. The reason this came up is my laptop started having issues with the fan&#8230;I wasn&#8217;t worried about losing data as I have it replicated via Live Mesh for some things, backed up to a removable drive, and now my new WHS. But the one thing I realized is that if my laptop were to fry itself, how would I access that data from the backup on another system?</p>
<p>The best thing I could come up with is that I could create a new Virtual system (using your choice of Virtual PC or VMWare) and use the WHS recovery CD to &#8220;restore&#8221; the backup of the now dead system. I&#8217;m sure it&#8217;s not going to boot up but at least you would then have a VHD image of the drive that you could mount and access the data.</p>
<p>What I&#8217;d love to see, either natively in WHS or via an add-on, is the ability to mount a backup image as a drive/folder in WHS so it is accessible over the network.</p>
<p>Oh well, maybe one day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=151&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/11/feature-request-for-windows-home-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Ordering Intranet Portal</title>
		<link>http://javapaws.wordpress.com/2009/01/10/online-ordering-intranet-portal/</link>
		<comments>http://javapaws.wordpress.com/2009/01/10/online-ordering-intranet-portal/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 03:42:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[WebSites]]></category>

		<guid isPermaLink="false">http://javapaws.wordpress.com/2009/01/10/online-ordering-intranet-portal/</guid>
		<description><![CDATA[While writing an online ordering portal to be used internally between multiple locations to standardize their purchases, I needed to create an easy, web-based way to add and modify product entries in a MySQL database. I started trying to put this together using PHP and after a little while decided to start browsing the web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=153&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While writing an online ordering portal to be used internally between multiple locations to standardize their purchases, I needed to create an easy, web-based way to add and modify product entries in a MySQL database. I started trying to put this together using PHP and after a little while decided to start browsing the web for other options to get it done quicker as I realized this was not going to be a quick thing to put together. </p>
<p>I came across a great little project called <a href="http://www.phpmyedit.org/" target="_blank">phpMyEdit</a>. This is a great PHP tool that will create an interface for your table(s) that can be customized a great deal and easily integrated into your site. So rather than having to spend hours reinventing the wheel I was able to complete the project and have a cool looking administration page to go with it.</p>
<p>If you go to the actual <a href="http://platon.sk/projects/main_page.php?project_id=5" target="_blank">download site</a> and look at some around, there are some other projects there that look pretty interesting as well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javapaws.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javapaws.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javapaws.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javapaws.wordpress.com&amp;blog=893042&amp;post=153&amp;subd=javapaws&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javapaws.wordpress.com/2009/01/10/online-ordering-intranet-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/535fe5b19387256d3ced02a8b49a7253?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">Javapaws</media:title>
		</media:content>
	</item>
	</channel>
</rss>
