<?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>DevSmart(BlogReader r){</title>
	
	<link>http://devsmart.net</link>
	<description>/// Just another Comment in Software Developer</description>
	<lastBuildDate>Fri, 19 Mar 2010 18:35:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/devsmart" /><feedburner:info uri="devsmart" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Sync online storage with PC</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/ekwDaL7pq7s/</link>
		<comments>http://devsmart.net/2009/sync-online-storage-with-pc/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:45:58 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Live Services]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Google docs]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[sky drive]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=64</guid>
		<description>Most of us using online storage services to keep our files as a backup or share with others. Uploading the files can be more difficult for us. Gladinet Cloud Desktop is a one of solution for this. It supports most of online storage services such as Windows Sky Drive, Google Docs, Box.Net … etc. etc. &lt;a href="http://devsmart.net/2009/sync-online-storage-with-pc/"&gt; &lt;b&gt;...Read the Rest&lt;/b&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/ekwDaL7pq7s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/sync-online-storage-with-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/sync-online-storage-with-pc/</feedburner:origLink></item>
		<item>
		<title>Change the MP3 file Details using .Net</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/3XSFBCrTP00/</link>
		<comments>http://devsmart.net/2009/change-the-mp3-file-details-using-net/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:18:07 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[UltraID3Lib]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=61</guid>
		<description>Actually what I need to do, I have some music albums downloaded from Internet. Those files contain some unwanted things or blank on the Title, Artist, Comments, and Album tags. So I need to put correct/real information to these files. So first I have renamed properly files using file Move functionality in programming language. So &lt;a href="http://devsmart.net/2009/change-the-mp3-file-details-using-net/"&gt; &lt;b&gt;...Read the Rest&lt;/b&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/3XSFBCrTP00" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/change-the-mp3-file-details-using-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/change-the-mp3-file-details-using-net/</feedburner:origLink></item>
		<item>
		<title>How to set DataGridView.DataSource with more than 655 Columns</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/VwO4XSO9y8Q/</link>
		<comments>http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:26:49 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[DataGridView]]></category>
		<category><![CDATA[DataGridViewColumn]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=57</guid>
		<description>Anyone have been tried to bind data to Windows.Forms.DataGridView more than 655 Columns ? When you tried, you can see Exception &amp;#8220;Sum of the columns&amp;#8217; FillWeight values cannot exceed 65535.&amp;#8221; ? Solution is for this reduces the DataGridViewColumn.FillWeight. Default value is 100 and the maximum sum of FillWeight values for all columns in a DataGridView &lt;a href="http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/"&gt; &lt;b&gt;...Read the Rest&lt;/b&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/VwO4XSO9y8Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/how-to-set-datagridview-datasource-with-more-than-655-columns/</feedburner:origLink></item>
		<item>
		<title>Microsoft Career Offer</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/jDAzRqShKD4/</link>
		<comments>http://devsmart.net/2009/microsoft-career-offer/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:48:24 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[Exmas]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=55</guid>
		<description>This is a chance to who interest to do the Microsoft certifications. Prometric offers 25%, 20% and 15% discounts for selected exams. for more information visit http://www.prometric.com/microsoft/careeroffer.htm&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/jDAzRqShKD4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/microsoft-career-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/microsoft-career-offer/</feedburner:origLink></item>
		<item>
		<title>Free Regular Expression Designer</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/R4AKQqyOEt4/</link>
		<comments>http://devsmart.net/2009/free-reg-exp-designer/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:24:06 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=50</guid>
		<description>Most of developers used Regular Expressions to validations. This is tool helps to programmers learn, develop and test Regular Expressions. It is an interactive Windows application that is designed to be simple and easy to use. It is Rad Software Regular Expression Designer from Rad Software.&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/R4AKQqyOEt4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/free-reg-exp-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/free-reg-exp-designer/</feedburner:origLink></item>
		<item>
		<title>Foxmarks Available for IE and Safari too</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/GJK2xAG-LCw/</link>
		<comments>http://devsmart.net/2009/foxmarks-available-for-ie-and-safari/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 09:10:52 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[bookmark synchronize]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Foxmarks]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=47</guid>
		<description>Most of you knows about Foxmarks. it is a really helpful plug-in to synchronize web browser bookmarks. So, now it is available for MAC Safari and Windows IE too. I have tested with IE 6 and anyone use MAC, try it with MAC and Enjoy.&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/GJK2xAG-LCw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/foxmarks-available-for-ie-and-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/foxmarks-available-for-ie-and-safari/</feedburner:origLink></item>
		<item>
		<title>Windows Internet Explorer 8</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/uYVzP2vbOWs/</link>
		<comments>http://devsmart.net/2009/windows-internet-explorer-8/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:35:46 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=40</guid>
		<description>Microsoft released IE 8. for more information visit http://blogs.msdn.com/ie/archive/2009/03/19/internet-explorer-8-final-available-now.aspx , http://www.microsoft.com/windows/internet-explorer/default.aspx and developer center http://msdn.microsoft.com/en-us/ie/default.aspx to read more.&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/uYVzP2vbOWs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/windows-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/windows-internet-explorer-8/</feedburner:origLink></item>
		<item>
		<title>Over 60 Free Controls from DevExpress</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/Z9OnXRzNT-Q/</link>
		<comments>http://devsmart.net/2009/over-60-free-controls-from-devexpress/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 18:14:44 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.Net Controls]]></category>
		<category><![CDATA[ASP.NET Controls]]></category>
		<category><![CDATA[DevExpress]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=32</guid>
		<description>DevExpress offers over 60 DevExpress controls free of charge – without royalties or distribution costs. If you are interest in Microsoft .Net technologies such as WinForms or ASP.NET You can use these controls. Visit http://www.devexpress.com/Products/Free/WebRegistration60/ to download your copy. their ASP.NET Menu control&amp;#8230;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/Z9OnXRzNT-Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/over-60-free-controls-from-devexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/over-60-free-controls-from-devexpress/</feedburner:origLink></item>
		<item>
		<title>How to Download Video/Audio Codec</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/-S028UtsimU/</link>
		<comments>http://devsmart.net/2009/how-to-download-videoaudio-codec/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 07:23:00 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Codec]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=21</guid>
		<description>Most of you face to problem to download Codec to play Video or Audio in your operating system. As I know Microsoft Windows Operating systems are not too much, but Linux OS users facing this. so tool is MediaInfo (http://sourceforge.net/projects/mediainfo/). it is OpenSource and supports Linux and Microsoft Windows Operating Systems. It gives to links &lt;a href="http://devsmart.net/2009/how-to-download-videoaudio-codec/"&gt; &lt;b&gt;...Read the Rest&lt;/b&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/-S028UtsimU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/how-to-download-videoaudio-codec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/how-to-download-videoaudio-codec/</feedburner:origLink></item>
		<item>
		<title>Live Mesh: Microsoft’s New Platform</title>
		<link>http://feedproxy.google.com/~r/devsmart/~3/FjTUmd6U9z0/</link>
		<comments>http://devsmart.net/2009/live-mesh-microsofts-new-platform/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 10:07:55 +0000</pubDate>
		<dc:creator>Harshana</dc:creator>
				<category><![CDATA[Live Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Live Mesh]]></category>
		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://devsmart.net/?p=15</guid>
		<description>Hope most of you know about FolderShare. this also like it but there was few more features than it. simply Live Mesh synchronizes data across multiple devices as well as to a 5GB web desktop that exists in the cloud. It can sync data across devices used by a single users, as well as create &lt;a href="http://devsmart.net/2009/live-mesh-microsofts-new-platform/"&gt; &lt;b&gt;...Read the Rest&lt;/b&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/devsmart/~4/FjTUmd6U9z0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://devsmart.net/2009/live-mesh-microsofts-new-platform/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://devsmart.net/2009/live-mesh-microsofts-new-platform/</feedburner:origLink></item>
	</channel>
</rss>

