<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn With Harv: Blog</title>
	<atom:link href="http://learnwithharv.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnwithharv.com/blog</link>
	<description>A technology blog with focus on helping people find solutions to their computer problems.</description>
	<lastBuildDate>Sat, 02 Jan 2010 10:22:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IT Guy to MSP: Why?  Part 2</title>
		<link>http://learnwithharv.com/blog/it-guy-to-msp-part-2/</link>
		<comments>http://learnwithharv.com/blog/it-guy-to-msp-part-2/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 10:18:46 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[company structure]]></category>
		<category><![CDATA[job description]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[small businesses]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=405</guid>
		<description><![CDATA[Haven&#8217;t read part one?  IT Guy to MSP: Why?  Part 1.

Let&#8217;s quickly take a look at how most businesses are structured.
For the sake of simplicity, we&#8217;ll focus on an average small business.  In my experience, these guys have a tendancy to run around like a head without a chicken.  Not that they don&#8217;t know [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/it-guy-to-msp-part-2/">IT Guy to MSP: Why?  Part 2</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/it-guy-to-msp-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory 2008 Notes 2</title>
		<link>http://learnwithharv.com/blog/active-directory-2008-notes-2/</link>
		<comments>http://learnwithharv.com/blog/active-directory-2008-notes-2/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:20 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[domain admins]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[domainprep]]></category>
		<category><![CDATA[forest root]]></category>
		<category><![CDATA[forestprep]]></category>
		<category><![CDATA[functional level]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[master of the forest]]></category>
		<category><![CDATA[root domain]]></category>
		<category><![CDATA[schema master]]></category>
		<category><![CDATA[shared folder]]></category>
		<category><![CDATA[windows 2000]]></category>
		<category><![CDATA[windows 2000 dc]]></category>
		<category><![CDATA[windows 2000 server]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=261</guid>
		<description><![CDATA[Preparing Active Directory for Server 2008 DC&#8217;s

Note:  These steps should be completed before promoting or upgrading an existing domain controller.

Run adprep /forestprep on the schema master of the forest.  This extends the schema to receive new 2008 features.  The changes must replicate through the forest before proceeding.
 You must be a member of the Enterprise [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/active-directory-2008-notes-2/">Active Directory 2008 Notes 2</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/active-directory-2008-notes-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick forms using PHP&#8217;s PEAR::Quick_Form</title>
		<link>http://learnwithharv.com/blog/quick-forms-using-phps-pearquick_form/</link>
		<comments>http://learnwithharv.com/blog/quick-forms-using-phps-pearquick_form/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:19 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[distribution system]]></category>
		<category><![CDATA[latest stable release]]></category>
		<category><![CDATA[null array]]></category>
		<category><![CDATA[pear php]]></category>
		<category><![CDATA[reusable code]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[valid email address]]></category>
		<category><![CDATA[validation rules]]></category>
		<category><![CDATA[wheel]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=201</guid>
		<description><![CDATA[One of the golden rules when developing anything is not to re-invent the wheel.  PHP&#8217;s PEAR [pear.php.net] is a great resource to find stable, tested, reusable code.  From PEAR&#8217;s website: &#8220;PEAR is a framework and distribution system for reusable PHP components.&#8221;
Here&#8217;s how to build a quick form using the quickform extension.

First you&#8217;ll need to install quickform. [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/quick-forms-using-phps-pearquick_form/">Quick forms using PHP&#8217;s PEAR::Quick_Form</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/quick-forms-using-phps-pearquick_form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you stay focused?</title>
		<link>http://learnwithharv.com/blog/how-do-you-stay-focused/</link>
		<comments>http://learnwithharv.com/blog/how-do-you-stay-focused/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:18 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blocked]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[similarity]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=213</guid>
		<description><![CDATA[I play games!
I&#8217;m lucky enough to have an employer who believes that having a good life is more important than doing the work you&#8217;ve been given.  It seems to me that there are specific trends in the way people with this attitude think.  I am very similar to my employer.  Thus; when [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/how-do-you-stay-focused/">How do you stay focused?</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/how-do-you-stay-focused/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do Follow</title>
		<link>http://learnwithharv.com/blog/do-follow/</link>
		<comments>http://learnwithharv.com/blog/do-follow/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:17 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[commentluv]]></category>
		<category><![CDATA[dofollow]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=209</guid>
		<description><![CDATA[I&#8217;ve installed wordpress CommentLuv [commentluv.com] and doFollow plugins.  Hopefully that will encourage people to actively post comments!
Originally posted 2009-04-21 01:08:17. Post from: Learn With Harv: BlogDo Follow
Other articles:15-minute image gallery with DrupalLaughing out loud&#8230;Next best to being greenActive Directory 2008 Notes 3: The Global CatalogThe remote computer requires Network Level Authentication, which your computer [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/do-follow/">Do Follow</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/do-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You can still buy Windows XP!</title>
		<link>http://learnwithharv.com/blog/you-can-still-buy-windows-xp/</link>
		<comments>http://learnwithharv.com/blog/you-can-still-buy-windows-xp/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:16 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[edition upgrades]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[legacy]]></category>
		<category><![CDATA[Still]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=171</guid>
		<description><![CDATA[Amazon is still offering Windows XP Home, Pro, and Upgrade.
The Upgrade edition upgrades your legacy (98/ME, possibly 95?) to XP Home + SP2.  There&#8217;s no upgrade edition to make the jump up to Pro, you have to buy it outright. 
Here are the relevant links..
Windows XP Pro
Windows XP Home
Windows XP Home Upgrade 
Originally posted 2009-03-26 09:00:42. Post [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/you-can-still-buy-windows-xp/">You can still buy Windows XP!</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/you-can-still-buy-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveSync Lost My Data!</title>
		<link>http://learnwithharv.com/blog/activesync-lost-my-data/</link>
		<comments>http://learnwithharv.com/blog/activesync-lost-my-data/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:15 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[email contacts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=198</guid>
		<description><![CDATA[Ugh&#8230; activesync lost my data.  Sound familiar?  Leave me a comment and let me know I&#8217;m not the only one.
 I will be posting soon about migrating to Google Apps and syncing things such as email, contacts and calendar through google.
Originally posted 2009-04-15 22:20:59. Post from: Learn With Harv: BlogActiveSync Lost My Data!
Related Posts:Electronics [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/activesync-lost-my-data/">ActiveSync Lost My Data!</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/activesync-lost-my-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading to XP</title>
		<link>http://learnwithharv.com/blog/downgrading-to-xp/</link>
		<comments>http://learnwithharv.com/blog/downgrading-to-xp/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:14 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[ahci]]></category>
		<category><![CDATA[dv 2660se]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hewlett packard]]></category>
		<category><![CDATA[hp dv2500]]></category>
		<category><![CDATA[hp website]]></category>
		<category><![CDATA[rescue disks]]></category>
		<category><![CDATA[sata drivers]]></category>
		<category><![CDATA[ubcd]]></category>
		<category><![CDATA[ultimate boot cd]]></category>
		<category><![CDATA[usb floppy drive]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=346</guid>
		<description><![CDATA[My client was tired of Vista.  He asked me to take the laptop and downgrade it to XP.  So I took it, popped in an XP Pro SP3 disk, and found out to my dismay that the SATA controller in use by the laptop is not naturally recognized by the XP installer.<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/downgrading-to-xp/">Downgrading to XP</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/downgrading-to-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15-minute image gallery with Drupal</title>
		<link>http://learnwithharv.com/blog/15-minute-image-gallery-with-drupal/</link>
		<comments>http://learnwithharv.com/blog/15-minute-image-gallery-with-drupal/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:13 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[minute image]]></category>
		<category><![CDATA[placeholder]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/15-minute-image-gallery-with-drupal/</guid>
		<description><![CDATA[This is a placeholder to remind myself to write this damned article.  Actually, I&#8217;m going to record my screen as I walk you through the entire process.
Originally posted 2009-05-06 01:03:04. Post from: Learn With Harv: Blog15-minute image gallery with Drupal
Other articles:Synergy Setup: Part 3Basic inline bashLaughing out loud&#8230;The remote computer requires Network Level Authentication, [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/15-minute-image-gallery-with-drupal/">15-minute image gallery with Drupal</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/15-minute-image-gallery-with-drupal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Active Directory: Groups</title>
		<link>http://learnwithharv.com/blog/active-directory-groups/</link>
		<comments>http://learnwithharv.com/blog/active-directory-groups/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:34:12 +0000</pubDate>
		<dc:creator>Harv</dc:creator>
				<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[best practises]]></category>
		<category><![CDATA[common sense]]></category>
		<category><![CDATA[distribution groups]]></category>
		<category><![CDATA[doubt]]></category>
		<category><![CDATA[file share]]></category>
		<category><![CDATA[global catalog servers]]></category>
		<category><![CDATA[group membership]]></category>
		<category><![CDATA[group type]]></category>
		<category><![CDATA[local group]]></category>
		<category><![CDATA[local resources]]></category>
		<category><![CDATA[relevant domain]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[scope]]></category>
		<category><![CDATA[security group]]></category>
		<category><![CDATA[security groups]]></category>
		<category><![CDATA[universal group]]></category>
		<category><![CDATA[universal objects]]></category>
		<category><![CDATA[users groups]]></category>

		<guid isPermaLink="false">http://learnwithharv.com/blog/?p=360</guid>
		<description><![CDATA[Distribution Groups

These can not be used to perform any sort of ACL (access control) or permissions, and are therefore ill-suited for anything other than to create a list of users to whom you might want to, say, email.  If in doubt, use a security group instead.

Security Groups
 There are different types of security group.  Note [...]<p>Post from: <a href="http://learnwithharv.com/blog">Learn With Harv: Blog</a><br/><br/><a href="http://learnwithharv.com/blog/active-directory-groups/">Active Directory: Groups</a></p>
]]></description>
		<wfw:commentRss>http://learnwithharv.com/blog/active-directory-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.539 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 02:18:26 -->
<!-- Compression = gzip -->