<?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>My Mystic Mind</title>
	<atom:link href="http://mymysticmind.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mymysticmind.com</link>
	<description></description>
	<lastBuildDate>Sun, 28 Apr 2013 16:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mymysticmind.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/434e0d186d41ce27019f22115959d1ad?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>My Mystic Mind</title>
		<link>http://mymysticmind.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mymysticmind.com/osd.xml" title="My Mystic Mind" />
	<atom:link rel='hub' href='http://mymysticmind.com/?pushpress=hub'/>
		<item>
		<title>SQL to get duplicate records</title>
		<link>http://mymysticmind.com/2013/04/26/sql-to-get-duplicate-records/</link>
		<comments>http://mymysticmind.com/2013/04/26/sql-to-get-duplicate-records/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 06:45:38 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[Code Corner]]></category>
		<category><![CDATA[duplicate records]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=367</guid>
		<description><![CDATA[Here I&#8217;m going to show you the query to get all the duplicate records from a table. Below is a sample table Employee which has the duplicate data &#8220;Bangalore&#8221; in the Location column. You can use the query mentioned below in order to get the duplicate records.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=367&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here I&#8217;m going to show you the query to get all the duplicate records from a table. Below is a sample table Employee which has the duplicate data &#8220;Bangalore&#8221; in the Location column.</p>
<p><a href="http://mymysticmind.files.wordpress.com/2013/04/emptable1.png"><img class="aligncenter size-full wp-image-368" alt="EmpTable" src="http://mymysticmind.files.wordpress.com/2013/04/emptable1.png?w=640"   /></a></p>
<p>You can use the query mentioned below in order to get the duplicate records.</p>
<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/duplicatequery.png"><img class="aligncenter  wp-image-369" alt="duplicateQuery" src="http://mymysticmind.files.wordpress.com/2013/04/duplicatequery.png?w=347&#038;h=186" width="347" height="186" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=367&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/04/26/sql-to-get-duplicate-records/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/emptable1.png" medium="image">
			<media:title type="html">EmpTable</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/duplicatequery.png?w=300" medium="image">
			<media:title type="html">duplicateQuery</media:title>
		</media:content>
	</item>
		<item>
		<title>Pagination in SQL using ROW_NUMBER</title>
		<link>http://mymysticmind.com/2013/04/26/pagination-in-sql-using-row-number/</link>
		<comments>http://mymysticmind.com/2013/04/26/pagination-in-sql-using-row-number/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 06:16:54 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[Code Corner]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=362</guid>
		<description><![CDATA[One of the ways to improve performance is to fetch only the required data from the database. By implementing a pagination technique in the stored procedure, it would help us in getting only the required set of records. This can be made possible by making use of ROW_NUMBER() which was introduced in SQL Server 2005. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=362&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One of the ways to improve performance is to fetch only the required data from the database. By implementing a pagination technique in the stored procedure, it would help us in getting only the required set of records. This can be made possible by making use of ROW_NUMBER() which was introduced in SQL Server 2005. Below is a sample query which would fetch 10 records for each page.</p>
<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/pagination2.png"><img class="aligncenter  wp-image-364" alt="pagination" src="http://mymysticmind.files.wordpress.com/2013/04/pagination2.png?w=443&#038;h=128" width="443" height="128" /></a></p>
<p style="text-align:left;">ROW_NUMBER() requires the ORDER BY clause inorder to determine the sequence in which the rows are assigned their unique ROW_NUMBER within a specified partition. Hence as you see in the above query, I&#8217;ve used the &#8220;Name&#8221; column. By passing the @index value as 0, 10, 20&#8230;you can get the pagination effect for your data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=362&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/04/26/pagination-in-sql-using-row-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/pagination2.png?w=300" medium="image">
			<media:title type="html">pagination</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL query to search data in a column of xml data type</title>
		<link>http://mymysticmind.com/2013/04/25/sql-query-to-search-data-in-a-column-of-xml-data-type/</link>
		<comments>http://mymysticmind.com/2013/04/25/sql-query-to-search-data-in-a-column-of-xml-data-type/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 11:07:51 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[Code Corner]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=354</guid>
		<description><![CDATA[I have a table EmpData that has a column EmpData which is of xml data type. Below shown is the data of the table. Now in case you would want to search the xml for a specific data. The query for that would be as shown below<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=354&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have a table EmpData that has a column EmpData which is of xml data type. Below shown is the data of the table.</p>
<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/emptable.png"><img class="aligncenter  wp-image-355" alt="empTable" src="http://mymysticmind.files.wordpress.com/2013/04/emptable.png?w=423&#038;h=168" width="423" height="168" /></a></p>
<p style="text-align:left;">Now in case you would want to search the xml for a specific data. The query for that would be as shown below</p>
<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/empresult.png"><a href="http://mymysticmind.files.wordpress.com/2013/04/empresult1.png"><img class="aligncenter  wp-image-358" alt="empResult" src="http://mymysticmind.files.wordpress.com/2013/04/empresult1.png?w=469&#038;h=199" width="469" height="199" /></a></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=354&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/04/25/sql-query-to-search-data-in-a-column-of-xml-data-type/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/emptable.png?w=300" medium="image">
			<media:title type="html">empTable</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/empresult1.png?w=300" medium="image">
			<media:title type="html">empResult</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmatically setting or selecting a page of a DataPager</title>
		<link>http://mymysticmind.com/2013/04/25/programmatically-setting-or-selecting-a-page-of-a-datapager/</link>
		<comments>http://mymysticmind.com/2013/04/25/programmatically-setting-or-selecting-a-page-of-a-datapager/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 10:11:08 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[Code Corner]]></category>
		<category><![CDATA[datapager]]></category>
		<category><![CDATA[pagination]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=346</guid>
		<description><![CDATA[At times we would want to programmatically select a page of a Datapager. As you can see, the code below shows a DataPager dpTest which is linked to the Listview lvTest. In order to select the desired page programmatically you just need the code below: dpTest.SetPageProperties(10, dpTest.MaximumRows, false); Please note that the value 10 in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=346&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>At times we would want to programmatically select a page of a Datapager. As you can see, the code below shows a DataPager dpTest which is linked to the Listview lvTest.</p>
<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/pagination1.png"><img class="aligncenter  wp-image-352" alt="pagination" src="http://mymysticmind.files.wordpress.com/2013/04/pagination1.png?w=587&#038;h=165" width="587" height="165" /></a></p>
<p style="text-align:left;">In order to select the desired page programmatically you just need the code below:</p>
<p><span style="color:#ff6600;"><strong>dpTest.SetPageProperties(10, dpTest.MaximumRows, false);</strong></span></p>
<p>Please note that the value 10 in the above code indicates the index of the first record on the page of data and not the page number you want to select.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=346&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/04/25/programmatically-setting-or-selecting-a-page-of-a-datapager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/pagination1.png?w=300" medium="image">
			<media:title type="html">pagination</media:title>
		</media:content>
	</item>
		<item>
		<title>British and American English</title>
		<link>http://mymysticmind.com/2013/04/24/british-and-american-english/</link>
		<comments>http://mymysticmind.com/2013/04/24/british-and-american-english/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 07:18:53 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=340</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=340&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://mymysticmind.files.wordpress.com/2013/04/ba.jpg"><img class="aligncenter  wp-image-341" alt="bA" src="http://mymysticmind.files.wordpress.com/2013/04/ba.jpg?w=563&#038;h=740" width="563" height="740" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=340&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/04/24/british-and-american-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/04/ba.jpg?w=228" medium="image">
			<media:title type="html">bA</media:title>
		</media:content>
	</item>
		<item>
		<title>The Evolution of Data Storage</title>
		<link>http://mymysticmind.com/2013/03/06/the-evolution-of-data-storage/</link>
		<comments>http://mymysticmind.com/2013/03/06/the-evolution-of-data-storage/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 11:29:07 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=336</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=336&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://mymysticmind.files.wordpress.com/2013/03/da.jpg"><img class="aligncenter size-medium wp-image-337" alt="evolutindata" src="http://mymysticmind.files.wordpress.com/2013/03/da.jpg?w=300&#038;h=282" width="300" height="282" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=336&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2013/03/06/the-evolution-of-data-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2013/03/da.jpg?w=300" medium="image">
			<media:title type="html">evolutindata</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Calculator to math as well as unlock your screen</title>
		<link>http://mymysticmind.com/2012/10/17/using-calculator-to-math-as-well-as-unlock-your-screen/</link>
		<comments>http://mymysticmind.com/2012/10/17/using-calculator-to-math-as-well-as-unlock-your-screen/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 15:39:56 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=327</guid>
		<description><![CDATA[We are so much dependent on gadgets these days, so much so that even for a simple math our immediate reflex would be to pull out our mobile from our pocket and open the calculator app. I&#8217;m not sure if anyone has already thought of this, but then yesterday I was thinking, instead of wasting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=327&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We are so much dependent on gadgets these days, so much so that even for a simple math our immediate reflex would be to pull out our mobile from our pocket and open the calculator app.</p>
<p>I&#8217;m not sure if anyone has already thought of this, but then yesterday I was thinking, instead of wasting time unlocking the screen and searching for the calculator app on your phone, why can&#8217;t we just have the calculator app solve both the purpose. To unlock the screen as well as do some quick math.</p>
<p>I&#8217;ve managed to create a demo for this using my own HTC phone. As you can see in the video below, I just used the code &#8220;12255&#8243; and then immediately pressed &#8220;=&#8221; to unlock the screen. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/ZxLaK9oVCRg?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=327&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2012/10/17/using-calculator-to-math-as-well-as-unlock-your-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>
	</item>
		<item>
		<title>The Bluetooth Bulb</title>
		<link>http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/</link>
		<comments>http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 09:32:01 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=317</guid>
		<description><![CDATA[Wow! The Next-Gen bulb is here. The Bluetooth Bulb lets you pair your phone with one or more lights in your home, and you can control them via an app. And the best part is, you will be able to control the brightness, the timing of turning the bulb on and off, and with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=317&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Wow! The Next-Gen bulb is here. The <a title="Bluetooth Bulb" href="http://bluetoothbulb.com/" target="_blank">Bluetooth Bulb</a> lets you pair your phone with one or more lights in your home, and you can control them via an app. And the best part is, you will be able to control the brightness, the timing of turning the bulb on and off, and with the RGB model only your imagination is the limit of the number of colors you can create.</p>

<a href='http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/attachment/005/' title='005'><img data-liked='0' data-reblogged='0' data-attachment-id="318" data-orig-file="http://mymysticmind.files.wordpress.com/2012/09/005.jpg" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="005" data-image-description="" data-medium-file="http://mymysticmind.files.wordpress.com/2012/09/005.jpg?w=300" data-large-file="http://mymysticmind.files.wordpress.com/2012/09/005.jpg?w=640" width="150" height="84" src="http://mymysticmind.files.wordpress.com/2012/09/005.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="005" /></a>
<a href='http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/attachment/003/' title='003'><img data-liked='0' data-reblogged='0' data-attachment-id="319" data-orig-file="http://mymysticmind.files.wordpress.com/2012/09/003.jpg" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="003" data-image-description="" data-medium-file="http://mymysticmind.files.wordpress.com/2012/09/003.jpg?w=300" data-large-file="http://mymysticmind.files.wordpress.com/2012/09/003.jpg?w=640" width="150" height="84" src="http://mymysticmind.files.wordpress.com/2012/09/003.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="003" /></a>
<a href='http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/attachment/004/' title='004'><img data-liked='0' data-reblogged='0' data-attachment-id="320" data-orig-file="http://mymysticmind.files.wordpress.com/2012/09/004.jpg" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="004" data-image-description="" data-medium-file="http://mymysticmind.files.wordpress.com/2012/09/004.jpg?w=300" data-large-file="http://mymysticmind.files.wordpress.com/2012/09/004.jpg?w=640" width="150" height="84" src="http://mymysticmind.files.wordpress.com/2012/09/004.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="004" /></a>
<a href='http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/attachment/002/' title='002'><img data-liked='0' data-reblogged='0' data-attachment-id="321" data-orig-file="http://mymysticmind.files.wordpress.com/2012/09/002.jpg" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="002" data-image-description="" data-medium-file="http://mymysticmind.files.wordpress.com/2012/09/002.jpg?w=300" data-large-file="http://mymysticmind.files.wordpress.com/2012/09/002.jpg?w=640" width="150" height="84" src="http://mymysticmind.files.wordpress.com/2012/09/002.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="002" /></a>
<a href='http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/attachment/6/' title='6'><img data-liked='0' data-reblogged='0' data-attachment-id="324" data-orig-file="http://mymysticmind.files.wordpress.com/2012/09/6.jpg" data-orig-size="587,390" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Ken Thomas&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1346684020&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="6" data-image-description="" data-medium-file="http://mymysticmind.files.wordpress.com/2012/09/6.jpg?w=300" data-large-file="http://mymysticmind.files.wordpress.com/2012/09/6.jpg?w=587" width="150" height="99" src="http://mymysticmind.files.wordpress.com/2012/09/6.jpg?w=150&#038;h=99" class="attachment-thumbnail" alt="6" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=317&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2012/09/03/the-bluetooth-bulb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/09/005.jpg?w=150" medium="image">
			<media:title type="html">005</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/09/003.jpg?w=150" medium="image">
			<media:title type="html">003</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/09/004.jpg?w=150" medium="image">
			<media:title type="html">004</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/09/002.jpg?w=150" medium="image">
			<media:title type="html">002</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/09/6.jpg?w=150" medium="image">
			<media:title type="html">6</media:title>
		</media:content>
	</item>
		<item>
		<title>Definitions of Designations</title>
		<link>http://mymysticmind.com/2012/08/24/definitions-of-designations/</link>
		<comments>http://mymysticmind.com/2012/08/24/definitions-of-designations/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 13:06:24 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=313</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=313&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://mymysticmind.files.wordpress.com/2012/08/designation.jpg"><img class="aligncenter size-full wp-image-314" title="designation" src="http://mymysticmind.files.wordpress.com/2012/08/designation.jpg?w=640" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=313&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2012/08/24/definitions-of-designations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/08/designation.jpg" medium="image">
			<media:title type="html">designation</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t turn on A/C immediately after entering your car</title>
		<link>http://mymysticmind.com/2012/08/13/dont-turn-on-ac-immediately-after-entering-your-car/</link>
		<comments>http://mymysticmind.com/2012/08/13/dont-turn-on-ac-immediately-after-entering-your-car/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 06:51:23 +0000</pubDate>
		<dc:creator>mymysticmind</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[carcinogen]]></category>
		<category><![CDATA[New car smell]]></category>

		<guid isPermaLink="false">http://mymysticmind.com/?p=307</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=307&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://mymysticmind.files.wordpress.com/2012/08/ac1.png"><img class="aligncenter size-full wp-image-309" title="AC" src="http://mymysticmind.files.wordpress.com/2012/08/ac1.png?w=640&#038;h=468" alt="" width="640" height="468" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mymysticmind.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mymysticmind.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mymysticmind.com&#038;blog=26617364&#038;post=307&#038;subd=mymysticmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mymysticmind.com/2012/08/13/dont-turn-on-ac-immediately-after-entering-your-car/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c9b1690818322cd818fe3974e1e48d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mymysticmind</media:title>
		</media:content>

		<media:content url="http://mymysticmind.files.wordpress.com/2012/08/ac1.png" medium="image">
			<media:title type="html">AC</media:title>
		</media:content>
	</item>
	</channel>
</rss>
