<?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>JHC3 - Programming Notes</title>
	<atom:link href="http://navaan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://navaan.wordpress.com</link>
	<description>Programming notes that will help me remember.</description>
	<lastBuildDate>Fri, 17 Aug 2007 17:07:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='navaan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JHC3 - Programming Notes</title>
		<link>http://navaan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://navaan.wordpress.com/osd.xml" title="JHC3 - Programming Notes" />
	<atom:link rel='hub' href='http://navaan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>VBScript: SIMPLE FileSystemObject</title>
		<link>http://navaan.wordpress.com/2007/08/17/vbscript-simple-filesystemobject/</link>
		<comments>http://navaan.wordpress.com/2007/08/17/vbscript-simple-filesystemobject/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 16:33:28 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/08/17/vbscript-simple-filesystemobject/</guid>
		<description><![CDATA[&#60;% set fso = Server.CreateObject(&#34;Scripting.FileSystemObject&#34;) configFile = Server.MapPath(&#34;/&#34;) &#38; &#34;\test.log&#34; set theFile = fso.OpenTextFile(configFile, 1) '1=Read, 2=Write, 8=Append do until theFile.AtEndOfStream or x = 10 Response.Write(theFile.ReadLine &#38; &#34;&#60;br /&#62;&#34;) x = x + 1 loop theFile.close %&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=30&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>
&lt;%
	set fso = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;)
	configFile = Server.MapPath(&quot;/&quot;) &amp; &quot;\test.log&quot;
	set theFile = fso.OpenTextFile(configFile, 1) '1=Read, 2=Write, 8=Append

	do until theFile.AtEndOfStream or x = 10
		Response.Write(theFile.ReadLine &amp; &quot;&lt;br /&gt;&quot;)
		x = x + 1
	loop

	theFile.close
%&gt;
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=30&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/08/17/vbscript-simple-filesystemobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript: Notes from 010411</title>
		<link>http://navaan.wordpress.com/2007/08/17/javascript-notes-from-010411/</link>
		<comments>http://navaan.wordpress.com/2007/08/17/javascript-notes-from-010411/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 16:05:57 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/08/17/javascript-notes-from-010411/</guid>
		<description><![CDATA[Always start with; &#60;script language=&#34;javascript&#34;&#62; &#60;!-- //code here --&#62; &#60;/script&#62; &#60;script language=&#34;javascript&#34;&#62; //Popup Message window.alert(&#34;Message Here&#34;); //Click OK or Cancel Message Box window.confirm(&#34;OK or Cancel Message Here&#34;); //Prompt User for Input window.prompt(&#34;Input Vars&#34;); //Creates a Function called calc function calc(i) { //Sets x to what the user types in var x=window.prompt(&#34;Enter Number&#34;); //Shows what the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=29&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Always start with;</p>
<pre>
&lt;script language=&quot;javascript&quot;&gt;
  &lt;!--
	//code here
  --&gt;
&lt;/script&gt;

&lt;script language=&quot;javascript&quot;&gt;

  //Popup Message
  window.alert(&quot;Message Here&quot;);

  //Click OK or Cancel Message Box
  window.confirm(&quot;OK or Cancel Message Here&quot;);

  //Prompt User for Input
  window.prompt(&quot;Input Vars&quot;);

//Creates a Function called calc
function calc(i) {
  //Sets x to what the user types in
  var x=window.prompt(&quot;Enter Number&quot;);

  //Shows what the User Just Typed In
  window.alert(&quot;You Entered: &quot; + x);

  //Prints to the Screen (VBScript = Response.Write)
  document.write(i);
  }

  calc(&quot;Test Message&quot;);

&lt;/script&gt;
</pre>
<p>Call a function when the page loads;</p>
<pre>
  //In the BODY tag enter the function like so
  &lt;body onload=&quot;calc();&quot;&gt;
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=29&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/08/17/javascript-notes-from-010411/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Old Tattered Notes&#8230;</title>
		<link>http://navaan.wordpress.com/2007/08/17/old-tattered-notes/</link>
		<comments>http://navaan.wordpress.com/2007/08/17/old-tattered-notes/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 15:35:50 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/08/17/old-tattered-notes/</guid>
		<description><![CDATA[I&#8217;m going to be entering a bunch of old notes I had laying around. ASP, VBScript, JavaScript and maybe some other stuff. Also, I have decided to learn PHP. It&#8217;s like ASP/VBScript because they are both scripting languages (Spaghetti code! Wee!) but a lot more powerful. As far as working as a web developer the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=27&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be entering a bunch of old notes I had laying around.  ASP, VBScript, JavaScript and maybe some other stuff.</p>
<p>Also, I have decided to learn PHP.  It&#8217;s like ASP/VBScript because they are both scripting languages (Spaghetti code! Wee!) but a lot more powerful.  As far as working as a web developer the main choices I&#8217;ve seen are, ASP, ASP.NET, and PHP.  ASP is getting to be a rarety as ASP.NET is wanted more and more.  PHP, however, is starting to show up more and more also.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=27&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/08/17/old-tattered-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Encoding from Database to RSS Compat.</title>
		<link>http://navaan.wordpress.com/2007/06/06/encoding-from-database-to-rss-compat/</link>
		<comments>http://navaan.wordpress.com/2007/06/06/encoding-from-database-to-rss-compat/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 20:23:54 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/06/06/encoding-from-database-to-rss-compat/</guid>
		<description><![CDATA[I stored HTML into a database for describing upcoming shows/events, but RSS doesn&#8217;t like HTML tags. So here&#8217;s my solution; 001 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; 002 &#60;rss version=&#34;2.0&#34;&#62; 003 &#60;channel&#62; 004 &#60;title&#62;Grandstand Sales, Inc.&#60;/title&#62; 005 &#60;link&#62;http://www.GrandstandSales.com/&#60;/link&#62; 006 &#60;description&#62;Grandstand Sales, Inc.&#60;/description&#62; 007 &#60;language&#62;en-us&#60;/language&#62; 008 &#60;pubDate&#62;Wed, 06 Jun 2007 12:14:00 EST&#60;/pubDate&#62; 009 &#60;lastBuildDate&#62;Wed, 06 Jun 2007 12:14:00 EST&#60;/lastBuildDate&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=26&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I stored HTML into a database for describing upcoming shows/events, but RSS doesn&#8217;t like HTML tags.  So here&#8217;s my solution;</p>
<pre>
001 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
002 &lt;rss version=&quot;2.0&quot;&gt;
003 	&lt;channel&gt;
004 		&lt;title&gt;Grandstand Sales, Inc.&lt;/title&gt;
005 		&lt;link&gt;http://www.GrandstandSales.com/&lt;/link&gt;
006 		&lt;description&gt;Grandstand Sales, Inc.&lt;/description&gt;
007 		&lt;language&gt;en-us&lt;/language&gt;
008 		&lt;pubDate&gt;Wed, 06 Jun 2007 12:14:00 EST&lt;/pubDate&gt;
009 		&lt;lastBuildDate&gt;Wed, 06 Jun 2007 12:14:00 EST&lt;/lastBuildDate&gt;
010 		&lt;docs&gt;http://www.GrandstandSales.com/GS/feed.aspx&lt;/docs&gt;
011		&lt;generator&gt;GrandstandSalesGen&lt;/generator&gt;
012 		&lt;managingEditor&gt;jcook@kimbersinc.com&lt;/managingEditor&gt;
013 		&lt;webMaster&gt;jcook@kimbersinc.com&lt;/webMaster&gt;
014
015 		&lt;asp:repeater id=&quot;Repeater1&quot; runat=&quot;server&quot; datasourceid=&quot;AccessDataSource1&quot;&gt;
016 			&lt;ItemTemplate&gt;
017 				&lt;item&gt;
018 				&lt;title&gt;&lt;%# Repl(Eval(&quot;ActName&quot;))%&gt; &lt;%# Repl(Eval(&quot;ActGuest&quot;))%&gt;&lt;/title&gt;
019 				&lt;link&gt;http://www.grandstandsales.com/gs/Detail.aspx?id=&lt;%#Eval(&quot;ID&quot;) %&gt;&lt;/link&gt;
020 				&lt;description&gt;
021 					&lt;%#Repl(Eval(&quot;ActStart&quot;))%&gt; -
022 					&lt;%#Repl(Eval(&quot;ActDesc&quot;))%&gt;
023 				&lt;/description&gt;
024 				&lt;pubDate&gt;&lt;%#dformat(Eval(&quot;dts&quot;))%&gt;&lt;/pubDate&gt;
025 				&lt;guid&gt;http://www.grandstandsales.com/gs/Detail.aspx?id=&lt;%#Eval(&quot;ID&quot;) %&gt;&lt;/guid&gt;
026 				&lt;/item&gt;
027 			&lt;/ItemTemplate&gt;
028 		&lt;/asp:repeater&gt;
029
030 	&lt;/channel&gt;
031 &lt;/rss&gt;
032
033 &lt;asp:accessdatasource id=&quot;AccessDataSource1&quot; runat=&quot;server&quot; datafile=&quot;~/App_Data/grandstand.mdb&quot;
034 selectcommand=&quot;SELECT * FROM [Acts] WHERE ([OrderID] &lt;&gt; ?) ORDER BY [OrderID]&quot;&gt;
035 	&lt;SelectParameters&gt;
036 		&lt;asp:Parameter Type=&quot;Int32&quot; DefaultValue=&quot;0&quot; Name=&quot;OrderID&quot;&gt;&lt;/asp:Parameter&gt;
037 	&lt;/SelectParameters&gt;
038 &lt;/asp:accessdatasource&gt;
039
040 &lt;script runat=&quot;server&quot;&gt;
041 	Function Repl(ByVal str)
042 		Dim s As String = str
043 		s = Replace(s, &quot;&amp;nbsp;&quot;, &quot; &quot;)
044 		s = Server.HtmlEncode(s)
045 		Return (s)
046 	End Function
047
048 	Function dformat(ByVal rawDate)
049 		Dim rfc As String = &quot;&quot;
050 		Dim dt As String = rawDate '6/9/2007 5:30:00 PM
051
052 		Dim A, B, C, D, E, F, G, H As String
053 		'(A)Wed, (B)09 (C)Jun (D)2007 (E)20:(F)30:(G)00 (H)GMT
054
055 		Dim arrDT As Array = Split(dt, &quot; &quot;) Dim oDate As Date = arrDT(0) '6/9/2007
056 		Dim oTime As DateTime = arrDT(1) + &quot; &quot; + arrDT(2) '5:30:00 PM
057
058 		A = oDate.DayOfWeek  'Wed
059 			Select Case A
060 				Case 1
061 					A = &quot;Mon&quot;
062 				Case 2
063 					A = &quot;Tue&quot;
064 				Case 3
065 					A = &quot;Wed&quot;
066 				Case 4
067 					A = &quot;Thu&quot;
068 				Case 5
069 					A = &quot;Fri&quot;
070 				Case 6
071 					A = &quot;Sat&quot;
072 				Case 7
073 					A = &quot;Sun&quot;
074 			End Select
075 		B = oDate.Day '09 (day)
076 			If B &lt; 10 Then
077 				B = &quot;0&quot; + B
078 			End If
079 		C = oDate.Month 'Jun (month)
080 			Select Case C
081 				Case 1
082 					C = &quot;Jan&quot;
083 				Case 2
084 					C = &quot;Feb&quot;
085 				Case 3
086 					C = &quot;Mar&quot;
087 				Case 4
088 					C = &quot;Apr&quot;
089 				Case 5
090 					C = &quot;May&quot;
091 				Case 6
092 					C = &quot;Jun&quot;
093 				Case 7
094 					C = &quot;Jul&quot;
095 				Case 8
096 					C = &quot;Aug&quot;
097 				Case 9
098 					C = &quot;Sep&quot;
099 				Case 10
100 					C = &quot;Oct&quot;
101 				Case 11
102 					C = &quot;Nov&quot;
103 				Case 12
104 					C = &quot;Dec&quot;
105 			End Select
106 		D = oDate.Year '2007 (year)
107 		E = oTime.Hour + 4 '20 (hour)
108 		F = oTime.Minute '30 (minute)
109 		G = &quot;00&quot; '00 (second)
110 		H = &quot;GMT&quot; 'GMT (zone)
111
112 		rfc = A + &quot;, &quot; + B + &quot; &quot; + C + &quot; &quot; + D + &quot; &quot; + E + &quot;:&quot; + F + &quot;:&quot; + G + &quot; &quot; + H
113
114 		Return (rfc)
115 	End Function
116
117 &lt;/script&gt;
</pre>
<p><strong>Line 001:</strong> This HAS to be on the First Line</p>
<p><strong>Lines 015 to 028:</strong> I used a simple <a href="http://navaan.wordpress.com/2007/01/17/repeater/">Repeater Control</a> for the Item tags</p>
<p><strong>Line 024:</strong> Calls the dformat Function (Lines 048 &#8211; 117)</p>
<p><strong>Line 033:</strong> The WHERE clause simply hides the inactive/past events</p>
<p><strong>Line 018, 021, 022:</strong> Call the Repl Function (Lines 041 -046)</p>
<p><strong>Line 044:</strong> Encodes the Description to fix problems with Ampersands and Double Quotes</p>
<p><strong>Line 048:</strong> This Function takes an Access DateTime Format and spits out an RFC-822 happy Format assuming an Eastern Time Zone (Line 109)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=26&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/06/06/encoding-from-database-to-rss-compat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmatic OLEDB Conn/Cmd/Loop</title>
		<link>http://navaan.wordpress.com/2007/04/09/programmatic-oledb-conncmdloop/</link>
		<comments>http://navaan.wordpress.com/2007/04/09/programmatic-oledb-conncmdloop/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 20:34:26 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP > ASP.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/04/09/programmatic-oledb-conncmdloop/</guid>
		<description><![CDATA[Dim sqlGet As String = &#34;SELECT * FROM [Table] ORDER BY [col1] DESC&#34; Dim conn As New Data.OleDb.OleDbConnection conn.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings(&#34;ConnectionString&#34;).ToString Dim cmd As New Data.OleDb.OleDbCommand(sqlGet, conn) conn.Open() Dim rsRecordSet = cmd.ExecuteReader() Do While (rsRecordSet.Read()) Label1.Text = FormatCurrency(rsRecordSet(&#34;Total&#34;), 2) Loop conn.Close()<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=25&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>Dim sqlGet As String = &quot;SELECT * FROM [Table] ORDER BY [col1] DESC&quot;
Dim conn As New Data.OleDb.OleDbConnection
conn.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings(&quot;ConnectionString&quot;).ToString

Dim cmd As New Data.OleDb.OleDbCommand(sqlGet, conn)

conn.Open()
Dim rsRecordSet = cmd.ExecuteReader()

Do While (rsRecordSet.Read())
Label1.Text = FormatCurrency(rsRecordSet(&quot;Total&quot;), 2)
Loop

conn.Close()
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=25&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/04/09/programmatic-oledb-conncmdloop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET Cheat Sheets</title>
		<link>http://navaan.wordpress.com/2007/02/09/net-cheat-sheets/</link>
		<comments>http://navaan.wordpress.com/2007/02/09/net-cheat-sheets/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 14:17:22 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/02/09/net-cheat-sheets/</guid>
		<description><![CDATA[Pretty useful. http://john-sheehan.com/blog/index.php/net-cheat-sheets/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=24&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pretty useful. <a href="http://john-sheehan.com/blog/index.php/net-cheat-sheets/">http://john-sheehan.com/blog/index.php/net-cheat-sheets/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=24&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/02/09/net-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Movenext</title>
		<link>http://navaan.wordpress.com/2007/01/30/movenext/</link>
		<comments>http://navaan.wordpress.com/2007/01/30/movenext/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 20:20:29 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP > ASP.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/01/30/movenext/</guid>
		<description><![CDATA[ASP &#187; Do&#8230;Loop Through a RecordSet Do Until rs.eof 'do something 'rs(&#34;col1&#34;) rs.MoveNext Loop ASP.NET &#187; Do&#8230;Loop Through a RecordSet Do While (rs.Read()) 'do something 'rs.Item(&#34;col1&#34;) Loop ASP.NET &#187; MoveNext Equivalent rs.Read() 'do something 'rs.Item(&#34;col1&#34;) rs.Read() 'do something with the next record 'rs.Item(&#34;col1&#34;) ASP.NET &#187; Repeater Within HTML &#60;Repeater id=&#34;rp1&#34; runat=&#34;server&#34; DataSourceID=&#34;SqlDataSource1&#34;&#62; &#60;ItemTemplate&#62; 'do something [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=23&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ASP &raquo; Do&#8230;Loop Through a RecordSet</p>
<pre> Do Until rs.eof
  'do something
  'rs(&quot;col1&quot;)
 rs.MoveNext
 Loop</pre>
<p>ASP.NET &raquo; Do&#8230;Loop Through a RecordSet</p>
<pre> Do While (rs.Read())
  'do something
  'rs.Item(&quot;col1&quot;)
 Loop</pre>
<p>ASP.NET &raquo; MoveNext Equivalent</p>
<pre> rs.Read()
  'do something
  'rs.Item(&quot;col1&quot;)
 rs.Read()
  'do something with the next record
  'rs.Item(&quot;col1&quot;)</pre>
<p>ASP.NET &raquo; Repeater Within HTML</p>
<pre>&lt;Repeater id=&quot;rp1&quot; runat=&quot;server&quot; DataSourceID=&quot;SqlDataSource1&quot;&gt;
&lt;ItemTemplate&gt;
 'do something
 &lt;%# Bind(&quot;date&quot;) %&gt;
&lt;/ItemTemplate&gt;
&lt;/Repeater&gt;</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=23&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/01/30/movenext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>ConfigurationManager.AppSettings(&#8220;i&#8221;)</title>
		<link>http://navaan.wordpress.com/2007/01/18/applicationi/</link>
		<comments>http://navaan.wordpress.com/2007/01/18/applicationi/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 20:16:33 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP > ASP.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/01/18/applicationi/</guid>
		<description><![CDATA[ASP &#187; Application(&#34;varName&#34;) ASP.NET &#187; ConfigurationManager.AppSettings(&#34;varName&#34;) Add to web.config: &#60;configuration&#62; &#60;appSettings&#62; &#60;add key=&#34;varName&#34; value=&#34;100&#34; /&#62; &#60;/appSettings&#62; &#60;/configuration&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=22&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ASP &raquo; Application(&quot;varName&quot;)<br />
ASP.NET &raquo; ConfigurationManager.AppSettings(&quot;varName&quot;)</p>
<pre>Add to web.config:
 	&lt;configuration&gt;
 	&lt;appSettings&gt;
 	<strong>&lt;add key=&quot;varName&quot; value=&quot;100&quot; /&gt;</strong>
 	&lt;/appSettings&gt;
 	&lt;/configuration&gt;</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=22&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/01/18/applicationi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Repeater</title>
		<link>http://navaan.wordpress.com/2007/01/17/repeater/</link>
		<comments>http://navaan.wordpress.com/2007/01/17/repeater/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 02:58:49 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP > ASP.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/01/17/repeater/</guid>
		<description><![CDATA[Repeater, the new Do Until rs.eof &#60;Repeater DataSourceID="SqlDataSource1" runat=&#34;server&#34;&#62; &#60;HeaderTemplate&#62;&#60;/HeaderTemplate&#62; 'Start Table &#60;FooterTemplate&#62;&#60;/FooterTemplate&#62; 'End Table &#60;ItemTemplate&#62;&#60;/ItemTemplate&#62; 'Build Table Body #Eval("column_Name") &#60;/Repeater&#62; Replaces the Spaghetti Do&#8230;Loop Code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=21&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Repeater, the new Do Until rs.eof </p>
<pre>&lt;Repeater DataSourceID="SqlDataSource1" runat=&quot;server&quot;&gt;
&lt;HeaderTemplate&gt;&lt;/HeaderTemplate&gt; 	'Start Table
&lt;FooterTemplate&gt;&lt;/FooterTemplate&gt; 	'End Table
&lt;ItemTemplate&gt;&lt;/ItemTemplate&gt; 	'Build Table Body #Eval("column_Name")
&lt;/Repeater&gt;</pre>
<p>Replaces the Spaghetti Do&#8230;Loop Code.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=21&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/01/17/repeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple AJAX demo&#8230;</title>
		<link>http://navaan.wordpress.com/2007/01/17/simple-ajax-demo/</link>
		<comments>http://navaan.wordpress.com/2007/01/17/simple-ajax-demo/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 16:48:36 +0000</pubDate>
		<dc:creator>navaan</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://navaan.wordpress.com/2007/01/17/simple-ajax-demo/</guid>
		<description><![CDATA[Here&#8217;s a simple AJAX demonstration&#8230; Very simple. &#60;asp:UpdatePanel ID="UpdatePanel1" runat="server"&#62; &#60;ContentTemplate&#62; &#160;&#160;&#60;asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1"&#62; ... &#60;/asp:GridView&#62; &#60;/ContentTemplate&#62; &#60;Triggers&#62; &#160;&#160;&#60;asp:AsyncPostBackTrigger ControlID="GridView1" EventName="SelectedIndexChanged" /&#62; &#60;/Triggers&#62; &#60;/asp:UpdatePanel&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=17&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple AJAX demonstration&#8230; Very simple.</p>
<pre>&lt;asp:UpdatePanel ID="UpdatePanel1" runat="server"&gt;</pre>
<pre>&lt;ContentTemplate&gt;
 	&nbsp;&nbsp;&lt;asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1"&gt; 	... 	&lt;/asp:GridView&gt;
 	&lt;/ContentTemplate&gt;</pre>
<pre>&lt;Triggers&gt;
 	&nbsp;&nbsp;&lt;asp:AsyncPostBackTrigger ControlID="GridView1" EventName="SelectedIndexChanged" /&gt;
 	&lt;/Triggers&gt;</pre>
<pre>&lt;/asp:UpdatePanel&gt;</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/navaan.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/navaan.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navaan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navaan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navaan.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navaan.wordpress.com&amp;blog=97575&amp;post=17&amp;subd=navaan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navaan.wordpress.com/2007/01/17/simple-ajax-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37c2cc8a3ddf149d090ade65794953d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
