<?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/"
	>

<channel>
	<title>Software utilities &#187; Programming</title>
	<atom:link href="http://www.small-software-utilities.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:59:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ASP.NET empty Repeater problem</title>
		<link>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/</link>
		<comments>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:17:48 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/197/aspnet-empty-repeater-problem/</guid>
		<description><![CDATA[I was looking for a way to solve the problme of the repeater Control in ASP.NET, which does not offer a functionality like the Empty Data Template of the GridView control or other controls. A solution would be to inherit the Repeater control and create an EmptyTemplate element, as in this post. After some searches [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/02/aspnet-empty-repeater-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET DropDownList and null value (or nullable database field)</title>
		<link>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/</link>
		<comments>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 11:41:48 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/193/aspnet-dropdownlista-and-null-value-or-nullable-database-field/</guid>
		<description><![CDATA[If you have an ASP.NET detailsview or similar control, you may already have added extended control, such as radiobuttonlists or dropdowns. If so, you may have experienced and error when you use such controls binded to a database field which is nullable, and has a null value. In this case, the bind fails. To avoid [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/11/aspnet-dropdownlista-and-null-value-or-nullable-database-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange line in Visual Studio 2005</title>
		<link>http://www.small-software-utilities.com/2008/08/strange-line-in-visual-studio-2005/</link>
		<comments>http://www.small-software-utilities.com/2008/08/strange-line-in-visual-studio-2005/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 13:42:23 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Computer jokes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=177</guid>
		<description><![CDATA[Here&#8217;s an interesting video of a strange thing: a line on the screen, that is visible only when using Visual Studio! What could it be? digg_url = 'http://www.small-software-utilities.com/computer-jokes/177/strange-line-in-visual-studio-2005/';]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/08/strange-line-in-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging ASP.NET applications on Windows Vista</title>
		<link>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/</link>
		<comments>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:43:26 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/165/debugging-aspnet-applications-on-windows-vista/</guid>
		<description><![CDATA[While debugging an ASP.NET application under Windows Vista, I noticed I could not debug it, because the green arrowhead button next to debug remained green after pressing it, meaning I was not in debug mode. Finally I found out this interesting tutorial. It basically suggests to open Control panel, then program and features, then click [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/07/debugging-aspnet-applications-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application not initialized correctly (0xc000001d) error and VS2005</title>
		<link>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/</link>
		<comments>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 15:53:25 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/158/application-not-initialized-correctly-0xc000001d-error-and-vs2005/</guid>
		<description><![CDATA[While trying to transfer an application created using VS2005 to an embedded PC (VIA C3 M 10000 embedded PC), I run into this very annoying problem. First, I got a slightly different exception, which was due to the msvcr80.dll file missing. So, I used the VS20005 redistributable to deploy the application. But my journey through [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/06/application-not-initialized-correctly-0xc000001d-error-and-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empty Datalist: show message?</title>
		<link>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/</link>
		<comments>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 10:36:50 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/aspnet/101/empty-datalist-show-message/</guid>
		<description><![CDATA[If you have a ASP.NET datalist and you need to show a message when there are no items in the list, you can use a code like the following: myDataGrid.DataSource = &#8230;; myDataGrid.DataBind(); if(myDataGrid.Items.Count == 0) { myDataGrid.Visible = false; someLabelWithAMessage.Visible = true; } else { myDataGrid.Visible = true; someLabelWithAMessage.Visible = false; } This is [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2008/02/empty-datalist-show-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP and paths</title>
		<link>http://www.small-software-utilities.com/2007/10/cakephp-and-paths/</link>
		<comments>http://www.small-software-utilities.com/2007/10/cakephp-and-paths/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 14:31:23 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/programming/72/cakephp-and-paths/</guid>
		<description><![CDATA[I had a problem related to CakePHP and url. I found some articles, such as this or this, but I still can&#8217;t find a solution. I try to access a file in the app/webroot directory, but using www.mysite.com/myfile.jpg or www.mysite.com/app/webroot/myfile.jpg don&#8217;t work&#8230; Any help or ideas? Edit: I made a few mistakes, so I was [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2007/10/cakephp-and-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS.NET framework source available!!!</title>
		<link>http://www.small-software-utilities.com/2007/10/msnet-framework-source-available/</link>
		<comments>http://www.small-software-utilities.com/2007/10/msnet-framework-source-available/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 08:01:52 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology news]]></category>
		<category><![CDATA[Windows tools]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/software/62/msnet-framework-source-available/</guid>
		<description><![CDATA[Microsoft decided to release the source code (well, part of) of the .NET framework, one of the most employed programming framework, used in ASP.NET websites and C# and VB.NET applications. The sources will be released with the Microsoft Refernce License, a very restrictive license (sources are not meant to be modified and redistributed, but only [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2007/10/msnet-framework-source-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
