<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>A peep into the world of computers</title>
	
	<link>http://www.programmingfundas.com/blog</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Fri, 31 Jul 2009 06:11:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/programmingfundas" /><feedburner:info uri="programmingfundas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>iPod power charging Issues</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/CBVwGCg3ybU/</link>
		<comments>http://www.programmingfundas.com/blog/2009/07/ipod-not-charging-issues/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 06:11:02 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[not charging]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[power charging issues in ipod]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=68</guid>
		<description>After a really long time, I took out my iPod to load some songs and listen to them. To my surprise, it was not charging and adding to it the computer was not really able to detect the device properly. &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/07/ipod-not-charging-issues/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/CBVwGCg3ybU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/07/ipod-not-charging-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/07/ipod-not-charging-issues/</feedburner:origLink></item>
		<item>
		<title>Reading and Writing an Xml File the Simple Way</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/tmgFXyJHdrQ/</link>
		<comments>http://www.programmingfundas.com/blog/2009/04/reading-and-writing-an-xml-file-the-simple-way/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 09:37:52 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[System.Xml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XmlTextReader]]></category>
		<category><![CDATA[XmlTextWriter]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=56</guid>
		<description>Introduction This FAQ introduces you to the world of XML in DotNet. It demonstrates how to use two built-in classes in the dotnet framework for reading and writing xmls. The classes, XmlTextReader and XmlTextWriter, help you to read and write &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/04/reading-and-writing-an-xml-file-the-simple-way/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/tmgFXyJHdrQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/04/reading-and-writing-an-xml-file-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/04/reading-and-writing-an-xml-file-the-simple-way/</feedburner:origLink></item>
		<item>
		<title>Debugging JavaScript code in MS CRM 4.0</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/0uv9HydilZg/</link>
		<comments>http://www.programmingfundas.com/blog/2009/03/debugging-javascript-code-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:23:09 +0000</pubDate>
		<dc:creator>geethapriya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript debugging]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=54</guid>
		<description>It was real tough not knowing how to debug JavaScript Code in MS CRM 4.0. Every time I had to publish the forms and test with Alert Messages. It really got on my nerves and thought I better find a &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/03/debugging-javascript-code-in-ms-crm-40/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/0uv9HydilZg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/03/debugging-javascript-code-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/03/debugging-javascript-code-in-ms-crm-40/</feedburner:origLink></item>
		<item>
		<title>Beginner’s Guide to Visual Basic 6 – Part 2</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/XlNtzcHvd50/</link>
		<comments>http://www.programmingfundas.com/blog/2009/03/beginners-guide-to-visual-basic-6-part-2/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:14:13 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[VB6]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[beginners guide to vb6]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=47</guid>
		<description>In Part 1 we touched the basic&amp;#8217;s, now we will move to the next step. System Defined Functions: Now the second chapter, we will deal first with some of the system-defined functions in vb. What is this “function” ? Well &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/03/beginners-guide-to-visual-basic-6-part-2/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/XlNtzcHvd50" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/03/beginners-guide-to-visual-basic-6-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/03/beginners-guide-to-visual-basic-6-part-2/</feedburner:origLink></item>
		<item>
		<title>Beginners Guide to Visual Basic 6 – Part 1</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/iq-Ar6j60sU/</link>
		<comments>http://www.programmingfundas.com/blog/2009/03/visual-basic-beginners-part-1/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:09:08 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[VB6]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[beginners guide to vb6]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=42</guid>
		<description>I’ve seen couple of posts in the site where people have like asked the basic questions about VB. For instance, is there a need to declare a variable and what is the use of a module and so on. So &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/03/visual-basic-beginners-part-1/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/iq-Ar6j60sU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/03/visual-basic-beginners-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/03/visual-basic-beginners-part-1/</feedburner:origLink></item>
		<item>
		<title>Automatic Time Tracking an Overview</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/Doht6jpzgXs/</link>
		<comments>http://www.programmingfundas.com/blog/2009/02/automatic-time-tracking-an-overview/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 08:45:30 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[automatic time tracking]]></category>
		<category><![CDATA[time mangament]]></category>
		<category><![CDATA[time tracking]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=41</guid>
		<description>A lot of times, i have felt I have worked more than my body can handle but when I took tool of the tasks, it seems most of them were not completed or was in a very bad state. I &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2009/02/automatic-time-tracking-an-overview/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/Doht6jpzgXs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2009/02/automatic-time-tracking-an-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2009/02/automatic-time-tracking-an-overview/</feedburner:origLink></item>
		<item>
		<title>Happy New Year !!!</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/vqWdc9lAbP0/</link>
		<comments>http://www.programmingfundas.com/blog/2008/12/happy-new-year/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 15:14:29 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[happynewyear]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=36</guid>
		<description>Let us welcome 2009 with a big bang and a big heart . I wish all my reader&amp;#8217;s a Happy New Year and have rocking new year&amp;#8217;s party and a great year ahead . Let us give peace a change &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2008/12/happy-new-year/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/vqWdc9lAbP0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/12/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2008/12/happy-new-year/</feedburner:origLink></item>
		<item>
		<title>Using Property Collection in MS CRM 4.0</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/YuvvOOZaCLY/</link>
		<comments>http://www.programmingfundas.com/blog/2008/12/using-property-collection-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 08:40:40 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Property Collection]]></category>
		<category><![CDATA[CrmBooleanProperty]]></category>
		<category><![CDATA[CrmDateTimeProperty]]></category>
		<category><![CDATA[CrmDecimalProperty]]></category>
		<category><![CDATA[CrmFloatProperty]]></category>
		<category><![CDATA[CrmMoneyProperty]]></category>
		<category><![CDATA[CrmNumberProperty]]></category>
		<category><![CDATA[KeyProperty]]></category>
		<category><![CDATA[LookupProperty]]></category>
		<category><![CDATA[PicklistProperty]]></category>
		<category><![CDATA[propertycollection]]></category>
		<category><![CDATA[StringProperty]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=25</guid>
		<description>While using Properties in MS CRM 4.0 one has to be careful as to which dotnet namespace you are instantiating it from. For MS CRM purposes, you need to make sure you instantiate it from Microsoft.crm.sdk and not from System.Data &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2008/12/using-property-collection-in-ms-crm-40/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/YuvvOOZaCLY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/12/using-property-collection-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2008/12/using-property-collection-in-ms-crm-40/</feedburner:origLink></item>
		<item>
		<title>Working with Custom Entites in MS CRM 4.0</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/xO8TQ16fh6Y/</link>
		<comments>http://www.programmingfundas.com/blog/2008/11/working-with-custom-entites-in-ms-crm-40/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:01:34 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Create Request]]></category>
		<category><![CDATA[CRMService]]></category>
		<category><![CDATA[customentity]]></category>
		<category><![CDATA[Dynamic Entity]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=19</guid>
		<description>Working with Custom Entities has been a little tough on me because of the High Learning curve involved.  Finally I did win over and learnt quite a bit about using these entities in custom pages. It&amp;#8217;s actually quite simple to &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2008/11/working-with-custom-entites-in-ms-crm-40/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/xO8TQ16fh6Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/11/working-with-custom-entites-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2008/11/working-with-custom-entites-in-ms-crm-40/</feedburner:origLink></item>
		<item>
		<title>Using Dynamic Entity in MS CRM 4.0</title>
		<link>http://feedproxy.google.com/~r/programmingfundas/~3/RSP3z_0ysyw/</link>
		<comments>http://www.programmingfundas.com/blog/2008/10/using-dynamic-entity-in-ms-crm-40/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 17:18:58 +0000</pubDate>
		<dc:creator>vikramjb</dc:creator>
				<category><![CDATA[MS CRM 4.0]]></category>
		<category><![CDATA[Contact Entity]]></category>
		<category><![CDATA[CRMService]]></category>
		<category><![CDATA[crmwebservice]]></category>
		<category><![CDATA[Dynamic Entity]]></category>
		<category><![CDATA[MS CRM]]></category>
		<category><![CDATA[propertycollection]]></category>

		<guid isPermaLink="false">http://www.programmingfundas.com/blog/?p=12</guid>
		<description>The other day, I was helping my wife with one of the issues she was facing in MS CRM 4.0. The code was basically trying to get an instance to the running crmwebservice and use that instance to create a &amp;#8230; &lt;a href="http://www.programmingfundas.com/blog/2008/10/using-dynamic-entity-in-ms-crm-40/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/programmingfundas/~4/RSP3z_0ysyw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.programmingfundas.com/blog/2008/10/using-dynamic-entity-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.programmingfundas.com/blog/2008/10/using-dynamic-entity-in-ms-crm-40/</feedburner:origLink></item>
	</channel>
</rss>
