<?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>Java Jill</title>
	<atom:link href="http://javajill.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javajill.wordpress.com</link>
	<description>a little blog of geeky tidbits</description>
	<lastBuildDate>Thu, 20 Oct 2011 17:45:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javajill.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Java Jill</title>
		<link>http://javajill.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javajill.wordpress.com/osd.xml" title="Java Jill" />
	<atom:link rel='hub' href='http://javajill.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Location of Thunderbird offline-sync files</title>
		<link>http://javajill.wordpress.com/2009/10/21/location-of-thunderbird-offline-sync-files/</link>
		<comments>http://javajill.wordpress.com/2009/10/21/location-of-thunderbird-offline-sync-files/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:55:57 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=26</guid>
		<description><![CDATA[Normally, Thunderbird will put your offline sync files in a subdirctory of your profile directory.  (Your profile directory is defined in %appdata%\thunderbird\profile.ini). However, there is an override for this for each mail account.  Pick an account, do right-click/Properties.  Under Server Settings there is a setting for &#8220;Local directory&#8221;.  When you work offline and download/sync for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=26&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Normally, Thunderbird will put your offline sync files in a subdirctory of your profile directory.  (Your profile directory is defined in %appdata%\thunderbird\profile.ini).</p>
<p>However, there is an override for this for each mail account.  Pick an account, do right-click/Properties.  Under Server Settings there is a setting for &#8220;Local directory&#8221;.  When you work offline and download/sync for offline work, your files will go here.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=26&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2009/10/21/location-of-thunderbird-offline-sync-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloning projects in Eclipse</title>
		<link>http://javajill.wordpress.com/2009/10/20/cloning-projects-in-eclipse/</link>
		<comments>http://javajill.wordpress.com/2009/10/20/cloning-projects-in-eclipse/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:21:14 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=22</guid>
		<description><![CDATA[I ran into some problems cloning a web app project in Eclipse today.   After copy/paste and renaming the project, it was still showing up under the original project name when I used the dialog to deploy it to the server.  Here&#8217;s how I got it working: Cloning an Eclipse project (using Eclipse ver 3.4) Copy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=22&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran into some problems cloning a web app project in Eclipse today.   After copy/paste and renaming the project, it was still showing up under the original project name when I used the dialog to deploy it to the server.  Here&#8217;s how I got it working:</p>
<p><strong>Cloning an Eclipse project (using Eclipse ver 3.4)</strong></p>
<ul>
<li> Copy and paste using Project Explorer</li>
<li> Right-click on Project Properties, then Web Content Setting / Context Root, and update with new name</li>
<li> Also, there&#8217;s a parameter called deploy-name in the org.eclipse.wst.common.component file that may still have a reference to the old project name. This file is in the .settings folder, and only shows up in the Navigator view, not the Project Explorer.  Update it with the new name, and you&#8217;ll be good to go!</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=22&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2009/10/20/cloning-projects-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>VPN on iPhone</title>
		<link>http://javajill.wordpress.com/2009/09/18/vpn-on-iphone/</link>
		<comments>http://javajill.wordpress.com/2009/09/18/vpn-on-iphone/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:01:18 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=16</guid>
		<description><![CDATA[I was having a little trouble setting up my iPhone to use VPN so I could connect to work&#8230; it needed something labeled &#8220;Secret&#8221; after the Group Name.  Then I found this handy site which would decode the encoded group password from the  .pcf file  here. I popped the decoded value into the &#8220;Secret&#8221; field [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=16&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was having a little trouble setting up my iPhone to use VPN so I could connect to work&#8230; it needed something labeled &#8220;Secret&#8221; after the Group Name.  Then I found this handy site which would decode the encoded group password from the  .pcf file <a href="http://coreygilmore.com/projects/decrypt-cisco-vpn-password/"> here</a>.</p>
<p>I popped the decoded value into the &#8220;Secret&#8221; field and it all works fine.</p>
<p>Now I can connect to work on my iPhone.  Oh, joy.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">http://coreygilmore.com/projects/decrypt-cisco-vpn-password/?encpw=2137ACD9C5A5FF57D7DBA713BF0F84B5FD3A212D50EBBE752B385B490CBF130D7AE7AA26ED25D0AC3D949FDAD37F42D2E97B270628F6D34D</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=16&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2009/09/18/vpn-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>Slow Internet on my Acer Aspire One</title>
		<link>http://javajill.wordpress.com/2008/12/01/slow-internet-on-my-acer-aspire-one/</link>
		<comments>http://javajill.wordpress.com/2008/12/01/slow-internet-on-my-acer-aspire-one/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 18:33:42 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=14</guid>
		<description><![CDATA[I&#8217;m loving my new Acer Aspire One, but have had occastional problem with Internet downloads being very slow over wireless (100kbps instead of 1-2Mbps).  It turns out the default power save setting for the wifi adapter makes it really slow. To fix it:, right click my computer &#62; properties &#62; hardware tab &#62; device manager&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=14&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m loving my new Acer Aspire One, but have had occastional problem with Internet downloads being very slow over wireless (100kbps instead of 1-2Mbps).  It turns out the default power save setting for the wifi adapter makes it really slow.</p>
<p>To fix it:, right click my computer &gt; properties &gt; hardware tab &gt; device manager&#8230; then find your wireless adapter in the list under Network Adapters, right click &gt; properties &gt; advanced tab. Select Power Save Mode from the list on the left and select &#8220;Off&#8221; or &#8220;Normal&#8221; from the drop down on the right. Press OK and close device manager.</p>
<p>From what I&#8217;ve read, the &#8220;Normal&#8221; options will cost ya about 10% speed.   Don&#8217;t know how much either of these settings drains the battery.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=14&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2008/12/01/slow-internet-on-my-acer-aspire-one/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloning a Virtualbox VDI file</title>
		<link>http://javajill.wordpress.com/2008/11/12/cloning-a-virtualbox-vdi-file/</link>
		<comments>http://javajill.wordpress.com/2008/11/12/cloning-a-virtualbox-vdi-file/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:17:03 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=11</guid>
		<description><![CDATA[copy disk1.vdi disk2.vdi VBoxManage internalcommands setvdiuuid disk2.vdi Then go to the Virtual Disk Manager tab and add the new VDI. Then create a new virtual machine that uses it. How easy was that?!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=11&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><br />
copy disk1.vdi disk2.vdi<br />
VBoxManage internalcommands setvdiuuid disk2.vdi </span></p>
<p><span class="postbody">Then go to the Virtual Disk Manager tab and add the new VDI.</span></p>
<p><span class="postbody">Then create a new virtual machine that uses it.</span></p>
<p><span class="postbody">How easy was that?!<br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=11&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2008/11/12/cloning-a-virtualbox-vdi-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>VirtualBox screen resolution</title>
		<link>http://javajill.wordpress.com/2008/07/31/virtualbox-screen-resolution/</link>
		<comments>http://javajill.wordpress.com/2008/07/31/virtualbox-screen-resolution/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:34:07 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=9</guid>
		<description><![CDATA[I found this helpful hint on a forum: There&#8217;s a great new simple solution to the screen size problem since the release of VirtualBox version 1.6.2. It&#8217;s a new VBoxManage command, explained in the Help Contents/ User Manual at section 9.12 under the heading &#8220;Configuring the maximum resolution of guests when using the graphical frontend&#8221;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=9&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this helpful hint on a forum:</p>
<p>There&#8217;s a great new simple solution to the screen size problem since the release of VirtualBox version 1.6.2.</p>
<p>It&#8217;s a new VBoxManage command, explained in the Help Contents/ User Manual at section 9.12 under the heading &#8220;Configuring the maximum resolution of guests when using the graphical frontend&#8221;.</p>
<p>As the default screen resolution option was unsatisfactory for me, I found by trial and error that the perfect resolution for a Guest on my Host&#8217;s desktop (with a 19 inch LCD) is 1272 x 920. So in my HOST system, I shut down VirtualBox, then opened a terminal and typed:</p>
<p>VBoxManage setextradata global GUI/MaxGuestResolution 1272,920</p>
<p>This worked perfectly. Now when I run any guest machine in Virtualbox, the guest immediately opens to my desired screen size (1272&#215;920) and it works consistently time after time. You can set any screen size you want this way. Absolutely no adjustments are required inside the guest machine&#8217;s settings.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/javajill.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/javajill.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=9&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2008/07/31/virtualbox-screen-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>How to enable the Administrator account in Vista</title>
		<link>http://javajill.wordpress.com/2008/07/24/how-to-enable-the-administrator-account-in-vista/</link>
		<comments>http://javajill.wordpress.com/2008/07/24/how-to-enable-the-administrator-account-in-vista/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 18:19:52 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=6</guid>
		<description><![CDATA[First you&#8217;ll need to open a command prompt in administrator mode by right-clicking and choosing &#8220;Run as administrator&#8221; Now type the following command: net user administrator /active:yes<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=6&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<ul>
<li>First you&#8217;ll need to open a command prompt in administrator mode by right-clicking and choosing &#8220;Run as administrator&#8221;</li>
<li>Now type the following command:<br />
<code>net user administrator /active:yes</code></li>
</ul>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/javajill.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/javajill.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=6&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2008/07/24/how-to-enable-the-administrator-account-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
		<item>
		<title>Thunderbird won&#8217;t update</title>
		<link>http://javajill.wordpress.com/2008/07/24/thunderbird-wont-update/</link>
		<comments>http://javajill.wordpress.com/2008/07/24/thunderbird-wont-update/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 18:19:26 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javajill.wordpress.com/?p=3</guid>
		<description><![CDATA[Thunderbird was unable to install the latest update it downloaded today.  It turns out it was a conflict with my Logitech Web Cam.  After I shut down the web cam software, the Thunderbird update installed correctly.  Go figure.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=3&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thunderbird was unable to install the latest update it downloaded today.  It turns out it was a conflict with my Logitech Web Cam.  After I shut down the web cam software, the Thunderbird update installed correctly.  Go figure.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/javajill.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/javajill.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javajill.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javajill.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javajill.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javajill.wordpress.com&amp;blog=4316915&amp;post=3&amp;subd=javajill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javajill.wordpress.com/2008/07/24/thunderbird-wont-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jill</media:title>
		</media:content>
	</item>
	</channel>
</rss>
