<?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"
	>

<channel>
	<title>પટેલ પરિવાર - The Patel Family</title>
	<atom:link href="http://patelparivar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patelparivar.com</link>
	<description></description>
	<pubDate>Mon, 24 Mar 2008 17:24:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Replacing a SIM card on a lost/stolen AT&#038;T phone</title>
		<link>http://patelparivar.com/replacing-a-sim-card-on-a-loststolen-att-phone/</link>
		<comments>http://patelparivar.com/replacing-a-sim-card-on-a-loststolen-att-phone/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 17:21:39 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Budget]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/replacing-a-sim-card-on-a-loststolen-att-phone/</guid>
		<description><![CDATA[Say your AT&#38;T cell phone gets lost or stolen. You have a spare cell phone lying around, so all you need is a new SIM card. You call AT&#38;T for the SIM card and they will ask you to shell out $25 for it.
For a better price, go to eBay and you will easily find [...]]]></description>
			<content:encoded><![CDATA[<p>Say your AT&amp;T cell phone gets lost or stolen. You have a spare cell phone lying around, so all you need is a new SIM card. You call AT&amp;T for the SIM card and they will ask you to shell out $25 for it.</p>
<p>For a better price, go to <a href="http://cell-phones.search.ebay.com/at-t_SIM-Cards_W0QQ_trksidZm37QQa25664ZQ2d24QQa6ZQ2d24QQalistZa25664Q2ca3801Q2ca6QQcatrefZC6QQdfspZ2QQfposZ92801QQfromZR2QQfsooZ2QQfsopZ2QQftrtZ1QQftrvZ1QQgcsZ1441QQpf_queryZatQ26tQQpfidZ1741QQpfmodeZ1QQreqtypeZ2QQsabfmtsZ1QQsacatZ108663QQsadisZ200QQsaobfmtsZinsifQQsargnZQ2d1QQsaslcZ2QQsatitleZatQ26tQQsbrftogZ1QQsofocusZbs" target="_blank">eBay</a> and you will easily find someone willing to sell you the same card for $5-$7 (including shipping). Once you get the SIM card, put it in the old phone and call AT&amp;T&#8217;s customer service to activate it. Net savings: About $20.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/replacing-a-sim-card-on-a-loststolen-att-phone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Searching for files in Visual Studio - Find was stopped in progress</title>
		<link>http://patelparivar.com/searching-for-files-in-visual-studio-find-was-stopped-in-progress/</link>
		<comments>http://patelparivar.com/searching-for-files-in-visual-studio-find-was-stopped-in-progress/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 23:57:40 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/searching-for-files-in-visual-studio-find-was-stopped-in-progress/</guid>
		<description><![CDATA[This morning, when I tried to search for some files in Visual Studio using the &#8216;Find&#8217; (Ctrl + F) dialog, I kept getting the following message for any kind of strings I searched on:
No files were found to look in. Find was stopped in progress.
Even searching for the string &#8220;a&#8221; returned the same message.  [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, when I tried to search for some files in Visual Studio using the &#8216;Find&#8217; (Ctrl + F) dialog, I kept getting the following message for any kind of strings I searched on:</p>
<blockquote><p><span>No files were found to look in. Find was stopped in progress.</span></p></blockquote>
<p>Even searching for the string &#8220;a&#8221; returned the same message.  Searching online I found out that a number of people had ran into this problem.</p>
<p>The solution: Press <strong>Ctrl + Scroll Lock </strong>(or <strong>Ctrl + Break</strong>) and retry your search.</p>
<p>I still haven&#8217;t found out how to regenerate the problem and why pressing Ctrl + Scroll Lock solved it in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/searching-for-files-in-visual-studio-find-was-stopped-in-progress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress permalinks and password protected sub directories</title>
		<link>http://patelparivar.com/wordpress-permalinks-and-password-protected-sub-directories/</link>
		<comments>http://patelparivar.com/wordpress-permalinks-and-password-protected-sub-directories/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 01:07:37 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/wordpress-permalinks-and-password-protected-sub-directories/</guid>
		<description><![CDATA[Recently I changed the permalink structure on this blog. I updated the .htaccess file in the root directory with the following:
DirectoryIndex index.php
&#60;IfModule mod_rewrite.c&#62;
RewriteEngine On
RewriteBase /index.php/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#60;/IfModule&#62;
After that change, suddenly all my password protected sub directories begin to return 404 errors. I tried playing around with different RewriteRules, RewriteCond to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I changed the permalink structure on this blog. I updated the .htaccess file in the root directory with the following:</p>
<blockquote><p>DirectoryIndex index.php</p>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On</p>
<p>RewriteBase /index.php/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p></blockquote>
<p>After that change, suddenly all my password protected sub directories begin to return 404 errors. I tried playing around with different RewriteRules, RewriteCond to see if that would solve the problem, but nothing seemed to work.</p>
<p>Finally, I came across this <a href="http://wordpress.org/support/topic/111914">post</a>. It seems like Apache goes through the following stages when a password protected wordpress sub directory is requested:</p>
<ol>
<li>User requests <font color="#993300">www.exampleblog.com/subdir</font>.</li>
<li><font color="#993300">subdir</font> is password protected, so it sends back a 401 response to ask the user for a username/password.</li>
<li>The .htaccess file sitting under the root directory processes the response. RewriteRules comes into play and rewrites the URL to <font color="#993300">www.exampleblog.com</font></li>
</ol>
<p>How to resolve this problem?</p>
<ol>
<li>Create a dummy html file and put it under the root directory. The file doesn&#8217;t need to have any content. Let&#8217;s say the file is called <font color="#993300">onerror.html</font>.</li>
<li>Towards the top of the root directory&#8217;s .htaccess file, add this line:<br />
<blockquote><p>ErrorDocument 401 /onerror.html</p></blockquote>
</li>
</ol>
<p>Why does it work? Because once the <font color="#993300">subdir</font><em> </em>sends the 401 response, the ErrorDocument directive tells apache to serve the <font color="#993300">onerrror.html</font><em> </em>file to the client. The client however won&#8217;t display the file because it sees the 401 response in the header and asks the user for the username/password.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/wordpress-permalinks-and-password-protected-sub-directories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plasma vs LCD - Quick comparison</title>
		<link>http://patelparivar.com/plasma-vs-lcd-quick-comparison/</link>
		<comments>http://patelparivar.com/plasma-vs-lcd-quick-comparison/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 01:19:57 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/plasma-vs-lcd-quick-comparison/</guid>
		<description><![CDATA[Looking for a quick rundown on how Plasma and LCD televisions compare against each other? Here you go:
[TABLE=2]
Overall, in features that really matter (black levels, viewing angles, color, cost) Plasma seems to have an advantage over LCD, for now at least.
Source
]]></description>
			<content:encoded><![CDATA[<p>Looking for a quick rundown on how Plasma and LCD televisions compare against each other? Here you go:</p>
<p><strong>[TABLE=2]</strong></p>
<p>Overall, in features that really matter (black levels, viewing angles, color, cost) Plasma seems to have an advantage over LCD, for now at least.</p>
<p><a href="http://www.lcdtvbuyingguide.com/lcdtv-plasmavslcd.shtml" title="Source" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/plasma-vs-lcd-quick-comparison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chakki chokha khaande che</title>
		<link>http://patelparivar.com/ekade-ek/</link>
		<comments>http://patelparivar.com/ekade-ek/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:58:09 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Kids Poems - Gujarati]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/2007/11/15/ekade-ek/</guid>
		<description><![CDATA[Chakki chokha khaande che,
Mor pagla paade che,
Dhel paani dhhole che,
Pitamber pagla paade che,
Tildi no tuchko, maaro jorma bhusko.
]]></description>
			<content:encoded><![CDATA[<p>Chakki chokha khaande che,<br />
Mor pagla paade che,<br />
Dhel paani dhhole che,<br />
Pitamber pagla paade che,<br />
Tildi no tuchko, maaro jorma bhusko.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/ekade-ek/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mein ek bilaadi paadi chhe</title>
		<link>http://patelparivar.com/mein-ek-bilaadi-paadi-chhe/</link>
		<comments>http://patelparivar.com/mein-ek-bilaadi-paadi-chhe/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:56:40 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Kids Poems - Gujarati]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/2007/11/15/mein-ek-bilaadi-paadi-chhe/</guid>
		<description><![CDATA[Mein ek bilaadi paadi chhe
Te range bahu roopadi chhe
Te hadve hadve chaale chhe
Ne andhaaraa maan bhaade chhe
Te dahi khaay-doodh khaay
Ghee to chap-chap chaati jaay
Te oonder ne jatapat jaale
Pan kootraa thi biti chaale
Enaa dil per daag chhe
Te maara gharno vaagh chhe
]]></description>
			<content:encoded><![CDATA[<p>Mein ek bilaadi paadi chhe<br />
Te range bahu roopadi chhe</p>
<p>Te hadve hadve chaale chhe</p>
<p>Ne andhaaraa maan bhaade chhe</p>
<p>Te dahi khaay-doodh khaay<br />
Ghee to chap-chap chaati jaay</p>
<p>Te oonder ne jatapat jaale<br />
Pan kootraa thi biti chaale</p>
<p>Enaa dil per daag chhe<br />
Te maara gharno vaagh chhe</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/mein-ek-bilaadi-paadi-chhe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ek hato oonder</title>
		<link>http://patelparivar.com/ek-hato-oonder/</link>
		<comments>http://patelparivar.com/ek-hato-oonder/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:54:36 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Kids Poems - Gujarati]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/2007/11/15/ek-hato-oonder/</guid>
		<description><![CDATA[Ek hato oonder, coat peryo sunder,
Haath maan lidhi soti, vaato karto moti,
Jo banoo hun annapradhaan, kadi pade na anna ni taan,
Onnder sena ghumti jaay, choki pehro karti jaay,
Kotha rotlaa charti jaay, loko sau vahechi ne khaay.
]]></description>
			<content:encoded><![CDATA[<p>Ek hato oonder, coat peryo sunder,<br />
Haath maan lidhi soti, vaato karto moti,<br />
Jo banoo hun annapradhaan, kadi pade na anna ni taan,<br />
Onnder sena ghumti jaay, choki pehro karti jaay,<br />
Kotha rotlaa charti jaay, loko sau vahechi ne khaay.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/ek-hato-oonder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generating DataSet from an XML Schema in Visual Studio 2005</title>
		<link>http://patelparivar.com/generating-dataset-from-an-xml-schema-in-visual-studio-2005/</link>
		<comments>http://patelparivar.com/generating-dataset-from-an-xml-schema-in-visual-studio-2005/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:59:40 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/2007/11/13/generating-dataset-from-an-xml-schema-in-visual-studio-2005/</guid>
		<description><![CDATA[Microsoft loves keeping people on their toes. In Visual Studio 2003, you could generate a DataSet from an XML Schema by just right clicking on the file and clicking Generate DataSet. In Visual Studio 2005, that option is no longer there. Now, in order to generate the DataSet, a user would:

Bring up the properties window [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft loves keeping people on their toes. In Visual Studio 2003, you could generate a DataSet from an XML Schema by just right clicking on the file and clicking <strong>Generate DataSet</strong>. In Visual Studio 2005, that option is no longer there. Now, in order to generate the DataSet, a user would:</p>
<ol>
<li>Bring up the properties window for the schema by right clicking on the schema (xsd) file and clicking <strong>Properties</strong> (or select the file and hit F4)</li>
<li>In the <strong>Custom Tools</strong> property add <strong>MSDataSe</strong><strong>tGenerator</strong></li>
<p><img src="http://patelparivar.com/wordpress/wp-content/uploads/2007/11/vsproperties.gif" alt="XSD Properties" /></p>
<li>Right click on the schema file and click <strong>Run Custom</strong><strong> Tool</strong></li>
<p><img src="http://patelparivar.com/wordpress/wp-content/uploads/2007/11/runcustomtool.gif" alt="Run custom tool" /></p>
<li>The new DataSet will be added to the toolbox</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/generating-dataset-from-an-xml-schema-in-visual-studio-2005/feed/</wfw:commentRss>
		</item>
		<item>
		<title>28 States in 5 Minutes</title>
		<link>http://patelparivar.com/28-states-in-5-minutes/</link>
		<comments>http://patelparivar.com/28-states-in-5-minutes/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 23:36:37 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Trivia]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/?p=28</guid>
		<description><![CDATA[Couple of years back, it seemed like India was splitting up states on a daily basis (well, almost). India now has, count them, 28 states. Let&#8217;s see if you have kept up to date with the changes. Try the 28 states in 5 minutes game and see how you fare.
Thanks to David at Ironic Sans [...]]]></description>
			<content:encoded><![CDATA[<p>Couple of years back, it seemed like India was splitting up states on a daily basis (well, almost). India now has, count them, 28 states. Let&#8217;s see if you have kept up to date with the changes. Try the <a onclick="window.open('http://patelparivar.com/statequiz.html','popup','width=930,height=630,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=50'); return false" href="http://patelparivar.com/statequiz.html">28 states in 5 minutes</a> game and see how you fare.</p>
<p>Thanks to David at <a href="http://www.ironicsans.com/2007/02/50_states_in_10_minutes.html">Ironic Sans</a> for allowing me to modify his original 50 States in 10 Minutes game.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/28-states-in-5-minutes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ek biladee jaadee</title>
		<link>http://patelparivar.com/ek-biladee-jaadee/</link>
		<comments>http://patelparivar.com/ek-biladee-jaadee/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 00:05:50 +0000</pubDate>
		<dc:creator>Rahul Patel</dc:creator>
		
		<category><![CDATA[Kids Poems - Gujarati]]></category>

		<guid isPermaLink="false">http://patelparivar.com/index.php/?p=23</guid>
		<description><![CDATA[Ek biladee jaadee, ene paheree saadee.
Saadee paheree farva gayee,
Tadaavma e tarva gayee,
Tadaavma to maggar,
Billee ne aavya chakkar,
Saadee no chhedo chhutee gayo,
Maggar na mo maa aavee gayo.
Maggar bilee ne khaayee gayo.
]]></description>
			<content:encoded><![CDATA[<p>Ek biladee jaadee, ene paheree saadee.<br />
Saadee paheree farva gayee,<br />
Tadaavma e tarva gayee,<br />
Tadaavma to maggar,<br />
Billee ne aavya chakkar,<br />
Saadee no chhedo chhutee gayo,<br />
Maggar na mo maa aavee gayo.<br />
Maggar bilee ne khaayee gayo.</p>
]]></content:encoded>
			<wfw:commentRss>http://patelparivar.com/ek-biladee-jaadee/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>


<!-- Dynamic Page Served (once) in 0.340 seconds -->
