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

<channel>
	<title>Web Tech</title>
	<atom:link href="http://satya61229.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://satya61229.wordpress.com</link>
	<description>It is a Web Technology Blog. It will have article about the PHP platform related technology and about the new things happening in the Web Development world.</description>
	<lastBuildDate>Tue, 10 Nov 2009 17:07:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='satya61229.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/afb31b8927e6fef9fc98d0ace6ef6af0?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web Tech</title>
		<link>http://satya61229.wordpress.com</link>
	</image>
			<item>
		<title>PHP and SOAP &#8211; ah! time wasted unnecessarily</title>
		<link>http://satya61229.wordpress.com/2009/11/10/php-and-soap-ah-time-wasted-unnecessarily/</link>
		<comments>http://satya61229.wordpress.com/2009/11/10/php-and-soap-ah-time-wasted-unnecessarily/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:02:28 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/?p=27</guid>
		<description><![CDATA[I have written few function where it need to call using SOAP and PHP Curl. I started getting error:
SOAP-ENV:Client
parsing error: org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.
After reading at lots of places I could not find the solution. I read about XML rule &#8211; Each element must have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=27&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have written few function where it need to call using SOAP and PHP Curl. I started getting error:<br />
SOAP-ENV:Client<br />
<strong>parsing error: org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.</strong></p>
<p>After reading at lots of places I could not find the solution. I read about XML rule &#8211; Each element must have a closing element and case must also match, element cannot nest in each other. But I could not find the solution. Then I got that I am not calling it the way I need to call it. and That was the problem. </p>
<p>Then after that I got new error which was coming due to the experiment I was doing for solving the above error. This error was easy to recognize:<br />
Error:<br />
<strong>SOAP-ENV:Server<br />
java.lang.NoSuchMethodException: no such method &apos;do_ota_profilecreaterq&apos; on<br />
</strong><br />
This was due to the case not matching with the actual function given to me for web service. Actual was profileCreateRQ(). </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=27&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2009/11/10/php-and-soap-ah-time-wasted-unnecessarily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop Form submit at Refresh</title>
		<link>http://satya61229.wordpress.com/2009/10/15/stop-form-submit-at-refresh/</link>
		<comments>http://satya61229.wordpress.com/2009/10/15/stop-form-submit-at-refresh/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:35:56 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[php-script]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/2009/10/15/25/</guid>
		<description><![CDATA[Avoid Resubmitting HTML Form
http://ping.fm/Kwks5
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=25&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Avoid Resubmitting HTML Form<br />
<a href="http://ping.fm/Kwks5">http://ping.fm/Kwks5</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=25&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2009/10/15/stop-form-submit-at-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>Make JavaScript and CSS fast</title>
		<link>http://satya61229.wordpress.com/2009/10/15/make-javascript-and-css-fast/</link>
		<comments>http://satya61229.wordpress.com/2009/10/15/make-javascript-and-css-fast/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:33:37 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[php-script]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/2009/10/15/24/</guid>
		<description><![CDATA[Make JavaScript and CSS fast
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=24&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://ping.fm/OLHMe">Make JavaScript and CSS fast</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=24&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2009/10/15/make-javascript-and-css-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>Corrupt characters in iso-8895-1</title>
		<link>http://satya61229.wordpress.com/2009/08/17/corrupt-characters-in-iso-8895-1/</link>
		<comments>http://satya61229.wordpress.com/2009/08/17/corrupt-characters-in-iso-8895-1/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:34:58 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/?p=22</guid>
		<description><![CDATA[My page was in iso-8859-1 and few characters are not showing properly. This page has  been created by someone else.
Characters ä was showing Ã¤ and ö was showing Ã¶. I changed character encoding through Firefox browser and I was the meaning of Ã¶ and Ã¤.
I copied all the text from iso-8859-1 page, as I need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=22&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My page was in iso-8859-1 and few characters are not showing properly. This page has  been created by someone else.</p>
<p>Characters ä was showing Ã¤ and ö was showing Ã¶. I changed character encoding through Firefox browser and I was the meaning of Ã¶ and Ã¤.</p>
<p>I copied all the text from iso-8859-1 page, as I need iso-8859 content. So, I have changed the encoding again to iso-8859-1 and copied all the text. I used Editplus and there I have taken iso-8859-1 encoded page and pasted the text. There I have Searched and Replaced all the occurance of Ã¤ with ä and all. Now, after saving text was all clear.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=22&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2009/08/17/corrupt-characters-in-iso-8895-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>SMS Text Messaging for chat</title>
		<link>http://satya61229.wordpress.com/2008/12/16/sms-text-messaging-for-chat/</link>
		<comments>http://satya61229.wordpress.com/2008/12/16/sms-text-messaging-for-chat/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 16:18:29 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[php-script]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/?p=20</guid>
		<description><![CDATA[We&#8217;re just trying it out for cell phones in the United States right now, but you can send texts to your friends with US phone numbers from anywhere in the world. You can start by just typing a phone number into the search box in the chat window on the left, then select &#8220;Send SMS.&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=20&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://gmailblog.blogspot.com/2008/12/really-new-in-labs-this-time-sms-text.html">We&#8217;re just trying it out for cell phones in the United States right now, but you can send texts to your friends with US phone numbers from anywhere in the world. You can start by just typing a phone number into the search box in the chat window on the left, then select &#8220;Send SMS.&#8221; You can also select the contact you want to SMS first and then add their phone number.</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=20&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2008/12/16/sms-text-messaging-for-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>Website Architecture</title>
		<link>http://satya61229.wordpress.com/2008/10/18/website-architecture/</link>
		<comments>http://satya61229.wordpress.com/2008/10/18/website-architecture/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 12:26:11 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/?p=11</guid>
		<description><![CDATA[I have found a good website discussing about the web site architecture. It is very common to start developing website for getting the first page running. But bad architecture is as wrong as bad coding. It creates problem as your site grow and when you really need to maintain the web site. There you will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=11&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have found a good website discussing about the web site architecture. It is very common to start developing website for getting the first page running. But bad architecture is as wrong as bad coding. It creates problem as your site grow and when you really need to maintain the web site. There you will find information about the :-</p>
<p>Some common patterns for web site information architecture, Information Architecture for web sites 101, Navigation models for web sites, Trying to get a new web site or community rolling is very much like starting a fire and few case studies.</p>
<p><a class="alignleft" title="Website architecture" href="http://www.webdesignfromscratch.com/ia.cfm" target="_self">WebSite Architecture</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=11&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2008/10/18/website-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
		<item>
		<title>My Programmer&#8217;s Blog</title>
		<link>http://satya61229.wordpress.com/2008/10/18/my-programmers-blog/</link>
		<comments>http://satya61229.wordpress.com/2008/10/18/my-programmers-blog/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 11:29:39 +0000</pubDate>
		<dc:creator>satya61229</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://satya61229.wordpress.com/?p=3</guid>
		<description><![CDATA[I have a blog up and running from few years. It is proved to be a good blog till date. Currently it is getting 500-700 pagesviews per day.
It is all about PHP platform and web technology. I started with the mind that whatever I will write should be simple and easy to understand and use.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=3&subd=satya61229&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have a blog up and running from few years. It is proved to be a good blog till date. Currently it is getting 500-700 pagesviews per day.</p>
<p>It is all about PHP platform and web technology. I started with the mind that whatever I will write should be simple and easy to understand and use.  I tried to write about the common problems faced about the programmers in their project. So, whenever I learn something and thought that many programmer may be looking for this kind of solution then I try to write about it.</p>
<p>Here is the blog , I was talking about: <a title="Web Tech" href="http://satya61229.blogspot.com/" target="_self">Web Tech</a><br />
Some of the recent articles on that blog:</p>
<div>
<ul>
<li><em>» <a href="http://www.satya-weblog.com/2008/10/web-browser-speed-comparison.html">Web Browser Speed Comparison</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/10/parse-json-using-json-parser-or-not.html">Parse JSON using JSON Parser or eval()!</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/10/php-custom-error-handler.html">PHP Custom Error Handler</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/09/strange-ie-show-blank-page-for-wrong.html">Strange IE! Show Blank Page for Wrong Closing </a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/09/open-csv-comma-separated-value-file-ms.html">Open CSV (Comma Separated Value) File in MS Word</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/09/hide-ad-from-home-page-and-show-your.html">Hide ad from home page and show your advertisement (any content) on other pages</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/09/customize-your-new-blogger-blogspot.html">Customize your New Blogger&#8217;s (blogspot) Blog Title</a></em></li>
<li><em>» <a href="http://www.satya-weblog.com/2008/09/remove-default-escaping-in-php.html">PHP Security: Remove Default Escaping In PHP</a></em></li>
</ul>
<p>When you read the blog from start, I am sure you will start thinking about the simplicity I tried to present in my posts. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satya61229.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satya61229.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satya61229.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satya61229.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satya61229.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satya61229.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satya61229.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satya61229.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satya61229.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satya61229.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satya61229.wordpress.com&blog=5216651&post=3&subd=satya61229&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://satya61229.wordpress.com/2008/10/18/my-programmers-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">satya61229</media:title>
		</media:content>
	</item>
	</channel>
</rss>