<?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>Emilio Vick Blog</title>
	<atom:link href="http://emiliovick.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://emiliovick.wordpress.com</link>
	<description>Useful Resources in the Web and More</description>
	<lastBuildDate>Sat, 28 Jan 2012 16:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='emiliovick.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Emilio Vick Blog</title>
		<link>http://emiliovick.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://emiliovick.wordpress.com/osd.xml" title="Emilio Vick Blog" />
	<atom:link rel='hub' href='http://emiliovick.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Restore MS SQL Database with Move</title>
		<link>http://emiliovick.wordpress.com/2012/01/28/restore-ms-sql-database-with-move/</link>
		<comments>http://emiliovick.wordpress.com/2012/01/28/restore-ms-sql-database-with-move/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:42:34 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=608</guid>
		<description><![CDATA[RESTORE DATABASE bsc FROM DISK = &#8216;e:\bsc.bak&#8217; WITH REPLACE RESTORE DATABASE bsc FROM DISK=&#8217;e:\bsc.bak&#8217; WITH MOVE &#8216;bsc&#8217; TO &#8216;c:\TSQL\bsc.mdf&#8217;, MOVE &#8216;bsc_log&#8217; TO &#8216;c:\TSQL\bsc_log.ldf&#8217;, STATS=5<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=608&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>RESTORE DATABASE bsc<br />
FROM DISK = &#8216;e:\bsc.bak&#8217;<br />
WITH REPLACE</p>
<p>RESTORE DATABASE bsc<br />
FROM DISK=&#8217;e:\bsc.bak&#8217;<br />
WITH<br />
MOVE &#8216;bsc&#8217; TO &#8216;c:\TSQL\bsc.mdf&#8217;,<br />
MOVE &#8216;bsc_log&#8217; TO &#8216;c:\TSQL\bsc_log.ldf&#8217;, STATS=5</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/608/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/608/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/608/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=608&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2012/01/28/restore-ms-sql-database-with-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Counting records based on Condition</title>
		<link>http://emiliovick.wordpress.com/2011/10/04/counting-records-based-on-condition/</link>
		<comments>http://emiliovick.wordpress.com/2011/10/04/counting-records-based-on-condition/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 14:35:11 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=600</guid>
		<description><![CDATA[SELECT PCPNO,IPA,[Provider Name], COUNT(DISTINCT MEMBNO) as &#8220;Number_Of_Members&#8221; FROM PCP GROUP BY PCPNO, IPA, [Provider Name] HAVING COUNT(DISTINCT IPA) = 1 ORDER BY Number_Of_Members desc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=600&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SELECT PCPNO,IPA,[Provider Name], COUNT(DISTINCT MEMBNO) as &#8220;Number_Of_Members&#8221;<br />
FROM PCP<br />
GROUP BY PCPNO, IPA, [Provider Name]<br />
HAVING COUNT(DISTINCT IPA) = 1<br />
ORDER BY Number_Of_Members desc</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/600/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/600/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/600/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=600&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/10/04/counting-records-based-on-condition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Conditional Split</title>
		<link>http://emiliovick.wordpress.com/2011/08/29/using-condiitional-split/</link>
		<comments>http://emiliovick.wordpress.com/2011/08/29/using-condiitional-split/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:20:47 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Integration Services]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=596</guid>
		<description><![CDATA[This article describes the Conditional Split Process http://www.programminghelp.com/database/sqlserver/sql-server-integration-services-dealing-with-bad-data/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=596&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article describes the Conditional Split Process</p>
<p><a href="http://www.programminghelp.com/database/sqlserver/sql-server-integration-services-dealing-with-bad-data/">http://www.programminghelp.com/database/sqlserver/sql-server-integration-services-dealing-with-bad-data/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/596/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=596&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/08/29/using-condiitional-split/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Controling the look of Datagridview</title>
		<link>http://emiliovick.wordpress.com/2011/04/18/controling-the-look-of-datagridview/</link>
		<comments>http://emiliovick.wordpress.com/2011/04/18/controling-the-look-of-datagridview/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 18:05:26 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=594</guid>
		<description><![CDATA[http://www.solovb.net/index.php/2009/01/06/datagridview/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=594&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solovb.net/index.php/2009/01/06/datagridview/">http://www.solovb.net/index.php/2009/01/06/datagridview/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=594&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/04/18/controling-the-look-of-datagridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Analysis Services Stuff</title>
		<link>http://emiliovick.wordpress.com/2011/01/28/analysis-services-stuff/</link>
		<comments>http://emiliovick.wordpress.com/2011/01/28/analysis-services-stuff/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 22:02:23 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Analysis Services]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=587</guid>
		<description><![CDATA[MS-Analysis Services 2008 Part I http://www.youtube.com/watch?v=yawq4SGoRoY Comparing Relational Databases to Multidimensional Databases in SQL Server 2008/R2 Analysis Services http://www.youtube.com/watch?v=q8p_2j5yTHI What is Business Intelligence? http://www.youtube.com/watch?v=LhZX0MAYKp8&#38;feature=mfu_in_order&#38;list=UL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=587&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">MS-Analysis Services 2008 Part I<br />
<a href="http://www.youtube.com/watch?v=yawq4SGoRoY">http://www.youtube.com/watch?v=yawq4SGoRoY</a></p>
<p style="text-align:left;">Comparing Relational Databases to Multidimensional Databases in SQL Server 2008/R2 Analysis Services<br />
<a href="http://www.youtube.com/watch?v=q8p_2j5yTHI">http://www.youtube.com/watch?v=q8p_2j5yTHI</a></p>
<p style="text-align:left;">What is Business Intelligence?<br />
<a href="http://www.youtube.com/watch?v=q8p_2j5yTHI">http://www.youtube.com/watch?v=LhZX0MAYKp8&amp;feature=mfu_in_order&amp;list=UL</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/587/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=587&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/01/28/analysis-services-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Wonderwall by Oasis- Another Stumming aproach lesson</title>
		<link>http://emiliovick.wordpress.com/2011/01/21/wonderwall-by-oasis-another-stumming-aproach-lesson/</link>
		<comments>http://emiliovick.wordpress.com/2011/01/21/wonderwall-by-oasis-another-stumming-aproach-lesson/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 18:06:45 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Guitar Lessons]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=585</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=585&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://emiliovick.wordpress.com/2011/01/21/wonderwall-by-oasis-another-stumming-aproach-lesson/"><img src="http://img.youtube.com/vi/fXyj2WNBerA/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/585/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=585&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/01/21/wonderwall-by-oasis-another-stumming-aproach-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Wonder Wall Song Tutorial Video</title>
		<link>http://emiliovick.wordpress.com/2011/01/20/wonder-wall-song-tutorial-video/</link>
		<comments>http://emiliovick.wordpress.com/2011/01/20/wonder-wall-song-tutorial-video/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:49:21 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Guitar Lessons]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=583</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=583&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://emiliovick.wordpress.com/2011/01/20/wonder-wall-song-tutorial-video/"><img src="http://img.youtube.com/vi/nWKaZVhLmew/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/583/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=583&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2011/01/20/wonder-wall-song-tutorial-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Guitar lesson Video</title>
		<link>http://emiliovick.wordpress.com/2010/12/27/free-guitar-lesson-video/</link>
		<comments>http://emiliovick.wordpress.com/2010/12/27/free-guitar-lesson-video/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 17:28:55 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Guitar Lessons]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=570</guid>
		<description><![CDATA[Very handy Video lesson<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=570&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Very handy Video lesson</p>
<span style="text-align:center; display: block;"><a href="http://emiliovick.wordpress.com/2010/12/27/free-guitar-lesson-video/"><img src="http://img.youtube.com/vi/PjVCF-anyvY/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=570&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2010/12/27/free-guitar-lesson-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Guitar Lessons Online Free</title>
		<link>http://emiliovick.wordpress.com/2010/12/21/guitar-lessons-online-free/</link>
		<comments>http://emiliovick.wordpress.com/2010/12/21/guitar-lessons-online-free/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 17:47:32 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Guitar Lessons]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=577</guid>
		<description><![CDATA[This site have a very nice amount of resources for guitar learning people. http://www.guitarlessons.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=577&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This site have a very nice amount of resources for guitar learning people.</p>
<p><a href="http://www.guitarlessons.com">http://www.guitarlessons.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=577&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2010/12/21/guitar-lessons-online-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
		<item>
		<title>Good Music Tabs Source (But&#8230;)</title>
		<link>http://emiliovick.wordpress.com/2010/12/20/good-music-tabs-source-but/</link>
		<comments>http://emiliovick.wordpress.com/2010/12/20/good-music-tabs-source-but/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 21:00:28 +0000</pubDate>
		<dc:creator>evick</dc:creator>
				<category><![CDATA[Guitar Lessons]]></category>

		<guid isPermaLink="false">http://emiliovick.wordpress.com/?p=574</guid>
		<description><![CDATA[http://www.e-chords.com/ This site has a lot of Chords and options, but everything push you to be a premium user. The Work Around: Find the Song you like and for print it you need to make a little stuff but it works 1.Go to Page Source 2.Copy the Song Tabs (is going to easy to find) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=574&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.e-chords.com/">http://www.e-chords.com/</a></p>
<p>This site has a lot of Chords and options, but everything push you to be a premium user.</p>
<p>The Work Around: Find the Song you like and for print it you need to make a little stuff but it works</p>
<p>1.Go to Page Source</p>
<p>2.Copy the Song Tabs (is going to easy to find)</p>
<p>3.Pass it to any HTML Editor</p>
<p>4.Paste the design view to any notepad or text editor.</p>
<p>Ready</p>
<p>Enjoy:)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/emiliovick.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/emiliovick.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/emiliovick.wordpress.com/574/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=emiliovick.wordpress.com&amp;blog=7706211&amp;post=574&amp;subd=emiliovick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://emiliovick.wordpress.com/2010/12/20/good-music-tabs-source-but/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a01fb6487182420e7fbdc572706e0379?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">evick</media:title>
		</media:content>
	</item>
	</channel>
</rss>
