<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>No hallucinations; just some realisms, and sometimes JPT stuffs!</title>
	<atom:link href="http://vinayakshrestha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinayakshrestha.wordpress.com</link>
	<description>Personal Blog of Vinayak Shrestha</description>
	<pubDate>Fri, 28 Mar 2008 06:44:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>ASP.NET GridView multiple files upload</title>
		<link>http://vinayakshrestha.wordpress.com/2008/02/19/aspnet-gridview-multiple-files-upload/</link>
		<comments>http://vinayakshrestha.wordpress.com/2008/02/19/aspnet-gridview-multiple-files-upload/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 09:21:37 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Web Weaving]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[GridView]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[File Upload]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/?p=68</guid>
		<description><![CDATA[ This article is about implementing ajax-like files upload in ASP.NET GridView control with each row in the grid having a upload control. After so many responses to my previous articles in making ajax-like file uploads using iframe, I now am writing onto an advanced requirement. The requirement is to add a file upload control [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2008/02/19/aspnet-gridview-multiple-files-upload/feed/</wfw:commentRss>
	
		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-db-struct.gif" medium="image">
			<media:title type="html">GridView Upload - db</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-bindgrid-function.gif" medium="image">
			<media:title type="html">GridView Upload - BindGrid</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-grid-template.gif" medium="image">
			<media:title type="html">GridView Upload - grid template</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-uploader-template.gif" medium="image">
			<media:title type="html">GridView upload - upload panel template</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-checkiframemode-function.gif" medium="image">
			<media:title type="html">GridView Upload - pageload check</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-js-logic.gif" medium="image">
			<media:title type="html">GridView upload - JS function</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-btnupload-handler.gif" medium="image">
			<media:title type="html">GridView upload - btnUpload handler</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/gridview-upload-screenshot.gif" medium="image">
			<media:title type="html">GridView upload - screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Hierarchical results in ASP.NET GridView</title>
		<link>http://vinayakshrestha.wordpress.com/2008/02/02/hierarchical-results-in-aspnet-gridview/</link>
		<comments>http://vinayakshrestha.wordpress.com/2008/02/02/hierarchical-results-in-aspnet-gridview/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 05:40:40 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Web Weaving]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[GridView]]></category>

		<category><![CDATA[Hierarchy]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/?p=55</guid>
		<description><![CDATA[ Here is one technique that I use in ASP.NET to show hierarchical data like categories tree, sitemaps listing, department/user-levels, etc. A GridView control is used instead of a TreeView control. The method does not require any complex coding and loops; and also does not require any xml file generation. It does, however, require a [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2008/02/02/hierarchical-results-in-aspnet-gridview/feed/</wfw:commentRss>
	
		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/db-table.gif" medium="image">
			<media:title type="html">Tree GridView - db table</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/db-sp.gif" medium="image">
			<media:title type="html">Tree GridView - SP</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/db-resultset-data.gif" medium="image">
			<media:title type="html">Tree GridView - db resultset</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/ui-aspx.gif" medium="image">
			<media:title type="html">Tree GridView - UI ASPX</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/ui-css.gif" medium="image">
			<media:title type="html">Tree GridView - UI CSS</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2008/02/ui-output-page.gif" medium="image">
			<media:title type="html">Tree GridView - UI output page</media:title>
		</media:content>
	</item>
		<item>
		<title>Bungy Jump Nepal</title>
		<link>http://vinayakshrestha.wordpress.com/2008/01/20/bungy-jump-nepal/</link>
		<comments>http://vinayakshrestha.wordpress.com/2008/01/20/bungy-jump-nepal/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 10:41:08 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Nepal - Why Not?]]></category>

		<category><![CDATA[Adventure]]></category>

		<category><![CDATA[Bungee]]></category>

		<category><![CDATA[Bungy]]></category>

		<category><![CDATA[Nepal]]></category>

		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2008/01/20/bungy-jump-nepal/</guid>
		<description><![CDATA[
The experience is back from 2 years, three of my friends (Nikesh, Kabir, Roshan) and I (Vinayak Shrestha) decided to go for the jump. The jump is from a suspension bridge, which is over Bhote Koshi river gorge. It is near Nepal-Tibet border, about 3 hrs bus ride from Kathmandu. The jump was only about [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2008/01/20/bungy-jump-nepal/feed/</wfw:commentRss>
	
		<media:content url="http://img.youtube.com/vi/g8QpPajQTcY/2.jpg" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr1.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr2.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr3.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr4.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr5.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/tlr6.JPG" medium="image" />
	</item>
		<item>
		<title>A trek to Annapurna Base Camp</title>
		<link>http://vinayakshrestha.wordpress.com/2008/01/07/a-trek-to-annapurna-base-camp/</link>
		<comments>http://vinayakshrestha.wordpress.com/2008/01/07/a-trek-to-annapurna-base-camp/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 11:09:16 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Nepal - Why Not?]]></category>

		<category><![CDATA[Annapurna]]></category>

		<category><![CDATA[Annapurna Base Camp]]></category>

		<category><![CDATA[Gurung]]></category>

		<category><![CDATA[Himalaya]]></category>

		<category><![CDATA[Holidays]]></category>

		<category><![CDATA[Landruk]]></category>

		<category><![CDATA[Machhapuchhre]]></category>

		<category><![CDATA[mountain]]></category>

		<category><![CDATA[Namaste]]></category>

		<category><![CDATA[Nepal]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Trekking]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2008/01/07/a-trek-to-annapurna-base-camp/</guid>
		<description><![CDATA[My friend Rajendra and I (Vinayak Shrestha) had serious motivation to have this trek this year, starting from October 6th, 2007. But at the same time, we had second thoughts of changing the schedule as there was nobody else to join us. We thought a group, as small as two, is unlikely to be so [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2008/01/07/a-trek-to-annapurna-base-camp/feed/</wfw:commentRss>
	
		<media:content url="http://solutions.muncha.com/abc/1.JPG" medium="image">
			<media:title type="html">ABC from phedi</media:title>
		</media:content>

		<media:content url="http://solutions.muncha.com/abc/2.JPG" medium="image">
			<media:title type="html">Rajendra reaches to top from Phedi</media:title>
		</media:content>

		<media:content url="http://solutions.muncha.com/abc/3.JPG" medium="image">
			<media:title type="html">with village kids</media:title>
		</media:content>

		<media:content url="http://solutions.muncha.com/abc/4.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/5.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/6.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/7.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/8.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/9.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/10.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/11.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/12.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/13.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/14.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/15.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/16.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/17.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/18.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/19.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/20.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/21.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/22.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/23.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/24.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/26.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/27.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/28.JPG" medium="image" />

		<media:content url="http://solutions.muncha.com/abc/29.JPG" medium="image" />
	</item>
		<item>
		<title>A short photo-tour to museums of Nepal</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/31/a-short-photo-tour-to-museums-of-nepal/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/31/a-short-photo-tour-to-museums-of-nepal/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 16:34:40 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Nepal - Why Not?]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/31/a-short-photo-tour-to-museums-of-nepal/</guid>
		<description><![CDATA[Here are some glimpses of museums of Nepal (only of Kathmandu actually).

Entrance of Buddhist Art Gallery at National Museum, Chhauni

Some ancient photos of Lumbini and birth-place of Lord Buddha in Buddhist Art Gallery at National Museum, Chhauni

Photos of Rana Prime Ministers of Nepal in main historical gallery of National Museum, Chhauni

Weapons used by Gurkha Army [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/31/a-short-photo-tour-to-museums-of-nepal/feed/</wfw:commentRss>
	
		<media:content url="http://farm1.static.flickr.com/148/431242684_83ce5c344e.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/157/433586692_b7e1912892.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/147/433575021_be638a5efd.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/165/431242689_44bf624f9c.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/152/433575049_4406c16a4f.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/178/433575037_5601ee2533.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/151/431242686_1b16299097.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/178/431242691_6898744783.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/126/433586700_58b118f582.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/170/431237977_dea27a74b2.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/147/433575033_e69295e910.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/159/431237957_7341a58ee3.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/139/433575029_e4b50eefe3.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/164/431237959_dca5aa687b.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/150/433575027_42cccf6222.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/177/431237976_e3ed453f2e.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/171/431237965_d7d946de2f.jpg?v=0" medium="image" />

		<media:content url="http://farm1.static.flickr.com/187/431237962_37125efaa1.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>ajax extensions file upload workaround</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/31/ajax-extensions-file-upload-workaround/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/31/ajax-extensions-file-upload-workaround/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 04:21:51 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Web Weaving]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[File Upload]]></category>

		<category><![CDATA[IFrame]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/31/ajax-extensions-file-upload-workaround/</guid>
		<description><![CDATA[In my previous post of &#8220;Upload files using asp.net ajax extensions,&#8221; I had written my approach that I implemented to upload files. As about 65% of the total clicks to my blog page is only to that post, I have decided to write a new post with complete codes for file upload. The code is [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/31/ajax-extensions-file-upload-workaround/feed/</wfw:commentRss>
	
		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/file_upload.gif" medium="image">
			<media:title type="html">asp.net ajax extension - file upload project</media:title>
		</media:content>
	</item>
		<item>
		<title>My Celebrity Look-alikes</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/26/my-celebrity-look-alikes/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/26/my-celebrity-look-alikes/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 17:59:57 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Seat of an audience]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/26/my-celebrity-look-alikes/</guid>
		<description><![CDATA[&#8220;MyHeritage.com is one of the world&#8217;s first services to apply advanced face recognition technology to personal photos and family history; and it&#8217;s free!&#8221;
I tried with my 3 different photos (and they happen to be of different times). Only one person appeared in matched result list for more than once. He is some Korean actor! Other [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/26/my-celebrity-look-alikes/feed/</wfw:commentRss>
	
		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/93/12/12/931212_618563798f7064zkdu7449.JPG" medium="image" />

		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/93/25/01/932501_30365680af7064dej85a13.JPG" medium="image" />

		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/93/58/91/935891_236967cbdf7064ifkhmf33.JPG" medium="image" />

		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/93/85/62/938562_45858511108064ez0lu349.JPG" medium="image" />

		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/93/93/32/939332_1258705d108064cpmncd49.JPG" medium="image" />

		<media:content url="http://storage.myheritagefiles.com/H/storage/site1/files/94/18/82/941882_818161a3408064havc5m49.JPG" medium="image" />
	</item>
		<item>
		<title>Night Tennis</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/26/night-tennis/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/26/night-tennis/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 06:32:40 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Seat of an audience]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/26/night-tennis/</guid>
		<description><![CDATA[Sony Ericsson invents &#8220;Night Tennis&#8221; which is played at night on a pitch black court. The only illumination come from the UV on the players&#8217; clothing and rackets, the net and the lines, and from the naturally fluorescent balls. And the matches are performed by a players with ATP and WTA rankings. The match has [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/26/night-tennis/feed/</wfw:commentRss>
	
		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/1.gif" medium="image">
			<media:title type="html">Night Tennis 1</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/2.gif" medium="image">
			<media:title type="html">Night Tennis 2</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/3.gif" medium="image">
			<media:title type="html">Night Tennis 3</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/4.gif" medium="image">
			<media:title type="html">Night Tennis 4</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/5.gif" medium="image">
			<media:title type="html">Night Tennis 5</media:title>
		</media:content>

		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/6.gif" medium="image">
			<media:title type="html">Night Tennis 6</media:title>
		</media:content>
	</item>
		<item>
		<title>World Cup Cricket - Merciless batting</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/26/world-cup-cricket-merciless-batting/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/26/world-cup-cricket-merciless-batting/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 06:32:20 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Seat of an audience]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/26/world-cup-cricket-merciless-batting/</guid>
		<description><![CDATA[Here are some ODI records set because of merciless batting already displayed till the completion of first round:
Highest Totals

India registered 5th highest total record against Bermuda with score 413/5
Australia registered 10th highest team total record against South Africa with score 377/6

Largest victories by runs

India topped the largest victory by runs record with win over Bermuda [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/26/world-cup-cricket-merciless-batting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nobody wants a ballooned tummy</title>
		<link>http://vinayakshrestha.wordpress.com/2007/03/23/nobody-wants-a-ballooned-tummy/</link>
		<comments>http://vinayakshrestha.wordpress.com/2007/03/23/nobody-wants-a-ballooned-tummy/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 10:57:12 +0000</pubDate>
		<dc:creator>vin</dc:creator>
		
		<category><![CDATA[Thoughts &amp; Esprit]]></category>

		<guid isPermaLink="false">http://vinayakshrestha.wordpress.com/2007/03/23/nobody-wants-a-ballooned-tummy/</guid>
		<description><![CDATA[I found two noteworthy data on my calories transactions:
(1) For my weight, playing general singles tennis for 30 minutes would burn 353 calories. (source) These days, on average, I play about 2 hours of tennis per week.
(2) Each Mayos noodles pack (75g) has total of 363 calories. On average, I eat 2 packs of Mayos [...]]]></description>
		<wfw:commentRss>http://vinayakshrestha.wordpress.com/2007/03/23/nobody-wants-a-ballooned-tummy/feed/</wfw:commentRss>
	
		<media:content url="http://vinayakshrestha.files.wordpress.com/2007/03/42-17081730.jpg" medium="image">
			<media:title type="html">fat</media:title>
		</media:content>
	</item>
	</channel>
</rss>