<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Life on Planet Groove</title>
	
	<link>http://www.lifeonplanetgroove.com</link>
	<description>The Personal Blog of Adam Toth</description>
	<lastBuildDate>Sat, 18 May 2013 23:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForLifeOnPlanetGroove" /><feedburner:info uri="commentsforlifeonplanetgroove" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by Rick Arnold</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2428</link>
		<dc:creator>Rick Arnold</dc:creator>
		<pubDate>Sat, 18 May 2013 23:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2428</guid>
		<description><![CDATA[I have  just  upgraded my  HP Touch  Smart  IQ 500 desktop PC from  Vista  to  Windows  8, 
I can  not  find  a  Windows  8  driver  for  it. The  problem  I  have  is : The microphone  does  not  work in Skype, but  the  speakers  are  working fine. I have  tried  searching  HP web site for  drivers  but  there  is  none  available, and  the computer tells  me  the  drivers  are  up  to  date  for  the  mic . Any  ideas  anyone  please.]]></description>
		<content:encoded><![CDATA[<p>I have  just  upgraded my  HP Touch  Smart  IQ 500 desktop PC from  Vista  to  Windows  8,<br />
I can  not  find  a  Windows  8  driver  for  it. The  problem  I  have  is : The microphone  does  not  work in Skype, but  the  speakers  are  working fine. I have  tried  searching  HP web site for  drivers  but  there  is  none  available, and  the computer tells  me  the  drivers  are  up  to  date  for  the  mic . Any  ideas  anyone  please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing the SharePoint Service Application Starter Kit by Raghavendra Shanbhag</title>
		<link>http://www.lifeonplanetgroove.com/2013/02/25/introducing-the-sharepoint-service-application-starter-kit/#comment-2427</link>
		<dc:creator>Raghavendra Shanbhag</dc:creator>
		<pubDate>Fri, 19 Apr 2013 16:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=804#comment-2427</guid>
		<description><![CDATA[Hi Adam,

Thanks a lot for the great kit. I am finding it difficult to get these template work on SharePoint Foundation 2013 with Visual Studio 2012. Is SharePoint Foundation 2013 supported by this kit ?
I have posted the issue detail on the Q &amp; A section.  Awaiting your response.]]></description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Thanks a lot for the great kit. I am finding it difficult to get these template work on SharePoint Foundation 2013 with Visual Studio 2012. Is SharePoint Foundation 2013 supported by this kit ?<br />
I have posted the issue detail on the Q &amp; A section.  Awaiting your response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing the SharePoint Service Application Starter Kit by Adam Toth</title>
		<link>http://www.lifeonplanetgroove.com/2013/02/25/introducing-the-sharepoint-service-application-starter-kit/#comment-2423</link>
		<dc:creator>Adam Toth</dc:creator>
		<pubDate>Mon, 15 Apr 2013 20:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=804#comment-2423</guid>
		<description><![CDATA[Hi Fox,

Thanks for the kind review. Have you seen the Powershell commands that come with the starter kit? They already have commands registered with the SharePoint management shell for installation and creation of the pieces. 

&lt;a href=&quot;https://serviceappstarterkit.codeplex.com/wikipage?title=Powershell%20Cmdlets&quot; rel=&quot;nofollow&quot;&gt;https://serviceappstarterkit.codeplex.com/wikipage?title=Powershell%20Cmdlets&lt;/a&gt;

If you are using the starter kit classes that include the SPDatabase, you can get a reference to the connection string from the service application class&#039;s Database property, see the example code in the HelloWorldWCFService class.

&lt;pre class=&quot;brush: c#&quot;&gt;myServiceApplication.Database.DatabaseConnectionString&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi Fox,</p>
<p>Thanks for the kind review. Have you seen the Powershell commands that come with the starter kit? They already have commands registered with the SharePoint management shell for installation and creation of the pieces. </p>
<p><a href="https://serviceappstarterkit.codeplex.com/wikipage?title=Powershell%20Cmdlets" class="ext-link" rel="external nofollow" onclick="this.target='_blank';">https://serviceappstarterkit.codeplex.com/wikipage?title=Powershell%20Cmdlets</a></p>
<p>If you are using the starter kit classes that include the SPDatabase, you can get a reference to the connection string from the service application class&#8217;s Database property, see the example code in the HelloWorldWCFService class.</p>
<pre class="brush: c#">myServiceApplication.Database.DatabaseConnectionString</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing the SharePoint Service Application Starter Kit by Fox</title>
		<link>http://www.lifeonplanetgroove.com/2013/02/25/introducing-the-sharepoint-service-application-starter-kit/#comment-2416</link>
		<dc:creator>Fox</dc:creator>
		<pubDate>Mon, 08 Apr 2013 10:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=804#comment-2416</guid>
		<description><![CDATA[Hi there Adam.
First of all, thank you very much for writing this template. I think it&#039;s a fantastic tool and you&#039;ve saved me a lot of time. I have one or two questions and suggestions. Firstly, I &#039;ve used your template and implemented a ServiceapplicationInstaller class, which basically just creates a pwershell cmdlet and allows the user to run it and then the service app is available for manual creation via the SharePoint GUI (New Service Application dropdown). If you want, I can send you the code I used for that. Secondly, I have a quick question. My service application which I&#039;m planning , has to do with reading data from the Service App SPDatabase. My question is how can I get the connectionstring for the SPDatabase in my WCFClient code. Should I pass it through when executing on the channel? Thanks again for the great work. Keep it up.]]></description>
		<content:encoded><![CDATA[<p>Hi there Adam.<br />
First of all, thank you very much for writing this template. I think it&#8217;s a fantastic tool and you&#8217;ve saved me a lot of time. I have one or two questions and suggestions. Firstly, I &#8216;ve used your template and implemented a ServiceapplicationInstaller class, which basically just creates a pwershell cmdlet and allows the user to run it and then the service app is available for manual creation via the SharePoint GUI (New Service Application dropdown). If you want, I can send you the code I used for that. Secondly, I have a quick question. My service application which I&#8217;m planning , has to do with reading data from the Service App SPDatabase. My question is how can I get the connectionstring for the SPDatabase in my WCFClient code. Should I pass it through when executing on the channel? Thanks again for the great work. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8, UAC, Visual Studio, and always Run as Administrator by Sanjay Chakravarty</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/02/windows-8-uac-visual-studio-and-always-run-as-administrator/#comment-2407</link>
		<dc:creator>Sanjay Chakravarty</dc:creator>
		<pubDate>Wed, 27 Feb 2013 09:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=616#comment-2407</guid>
		<description><![CDATA[Excellent tip. I have been searching for this ever since I got Win8.]]></description>
		<content:encoded><![CDATA[<p>Excellent tip. I have been searching for this ever since I got Win8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by Adam Toth</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2406</link>
		<dc:creator>Adam Toth</dc:creator>
		<pubDate>Thu, 10 Jan 2013 18:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2406</guid>
		<description><![CDATA[Sam - I did, and I didn&#039;t have to do anything special. Windows seemed to detect it and grab the right driver for it . Of course until you install Windows Media Center, there isn&#039;t any program that will actually use the TV tuner. Have you tried Windows Update for any updated drivers?]]></description>
		<content:encoded><![CDATA[<p>Sam &#8211; I did, and I didn&#8217;t have to do anything special. Windows seemed to detect it and grab the right driver for it . Of course until you install Windows Media Center, there isn&#8217;t any program that will actually use the TV tuner. Have you tried Windows Update for any updated drivers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by Sam</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2405</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 10 Jan 2013 02:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2405</guid>
		<description><![CDATA[So did you get your TV tuner to work? I have not had any luck. You have the Avermedia A323 Minicard Hybrid ATSC right? Thanks!]]></description>
		<content:encoded><![CDATA[<p>So did you get your TV tuner to work? I have not had any luck. You have the Avermedia A323 Minicard Hybrid ATSC right? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by Daniel</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2404</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 31 Dec 2012 09:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2404</guid>
		<description><![CDATA[Hey what&#039;s up?

Thanks for your info, it was very helpful to me and I&#039;m pretty sure to others as well.
Did you get any luck in making the &quot;touch and hold&quot; do a &quot;right click&quot; for popping options? I just can&#039;t find a way to set it. Also, any luck with programming the HOME button on the bottom right of the computer?
Any help will be appreciate it. Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Hey what&#8217;s up?</p>
<p>Thanks for your info, it was very helpful to me and I&#8217;m pretty sure to others as well.<br />
Did you get any luck in making the &#8220;touch and hold&#8221; do a &#8220;right click&#8221; for popping options? I just can&#8217;t find a way to set it. Also, any luck with programming the HOME button on the bottom right of the computer?<br />
Any help will be appreciate it. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by admin</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2403</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Nov 2012 22:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2403</guid>
		<description><![CDATA[Hey Bob,

I did a Windows Update the other day and got a new display driver. No problems yet, but I&#039;ll be on the lookout. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey Bob,</p>
<p>I did a Windows Update the other day and got a new display driver. No problems yet, but I&#8217;ll be on the lookout. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Windows 8 on an HP TouchSmart IQ800 Series by Bob</title>
		<link>http://www.lifeonplanetgroove.com/2012/11/03/installing-windows-8-on-an-hp-touchsmart-iq800-series/#comment-2402</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 06 Nov 2012 01:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeonplanetgroove.com/?p=626#comment-2402</guid>
		<description><![CDATA[I have had to restore to the original restore point after update changed the display driver on my IQ800.  I had to do this many times with the developer&#039;s preview &amp; the RTM.  Let us know if you see this and if you have a fix.]]></description>
		<content:encoded><![CDATA[<p>I have had to restore to the original restore point after update changed the display driver on my IQ800.  I had to do this many times with the developer&#8217;s preview &amp; the RTM.  Let us know if you see this and if you have a fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
