<?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>Information City &#187; Programming</title>
	<atom:link href="http://www.infoct.net/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infoct.net</link>
	<description>Community Interest</description>
	<lastBuildDate>Fri, 18 May 2012 05:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Could not establish trust relationship for the SSL/TLS secure channel</title>
		<link>http://www.infoct.net/2012/05/14/could-not-establish-trust-relationship-for-the-ssltls-secure-channel/</link>
		<comments>http://www.infoct.net/2012/05/14/could-not-establish-trust-relationship-for-the-ssltls-secure-channel/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=542</guid>
		<description><![CDATA[Was trying to develop a test app. that interfaces to webservice hosted under SSL but prompted error as stated in topic. There wasn&#8217;t any issue if the app. connects to function hosted by webservice without SSL. A further checking, the certificate used by the webservice has already expired (since the certificate was generated as test [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/05/14/could-not-establish-trust-relationship-for-the-ssltls-secure-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET: How to determine if a file has been changed/updated</title>
		<link>http://www.infoct.net/2012/04/04/vb-net-how-to-determine-if-a-file-has-been-changedupdated/</link>
		<comments>http://www.infoct.net/2012/04/04/vb-net-how-to-determine-if-a-file-has-been-changedupdated/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 14:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=528</guid>
		<description><![CDATA[Been eager to know about this and found out this could possibly identify if file has changed since last reading date using System.IO namespace, by checking the file&#8217;s GetLastWriteTime and GetCreationTime. If either of these two is more recent that the last reading date, that could eventually means the file has been updates/modified. It&#8217;s worth [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/04/04/vb-net-how-to-determine-if-a-file-has-been-changedupdated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET: Idle time out vs Session time out</title>
		<link>http://www.infoct.net/2012/04/03/asp-net-idle-time-out-vs-session-time-out/</link>
		<comments>http://www.infoct.net/2012/04/03/asp-net-idle-time-out-vs-session-time-out/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 07:55:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=511</guid>
		<description><![CDATA[Definition of Idle Time out: &#8220;Idle timeout limits helps conserve system resources by terminating unused worker processes by gracefully closing idle processes after a specified idle duration. This allows you to better manage the resources on particular computers when the processing load is heavy, when identified applications consistently fall into an idle state, or when [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/04/03/asp-net-idle-time-out-vs-session-time-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert string to MD5 hash</title>
		<link>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/</link>
		<comments>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 06:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=501</guid>
		<description><![CDATA[Thought this could be useful in near future, reposting this for my own reference: &#8216; calculate the MD5 hash of a given string &#8216; the string is first converted to a byte array Public Function MD5CalcString(ByVal strData As String) As String Dim objMD5 As New System.Security.Cryptography.MD5CryptoServiceProvider Dim arrData() As Byte Dim arrHash() As Byte &#8216; [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Error: Can&#8217;t open &#8216;temp/tempfile.tmp&#8217;: Access is denied</title>
		<link>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/</link>
		<comments>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 05:44:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tortoise]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=499</guid>
		<description><![CDATA[Was trying to check in a new folder but got rejected with the error as per subject. Searching through Google found out the error was infamous with McAfee due to file-protection. If you&#8217;ve access to McAfee, you probably might want to disable it first, then reactivate it after SVN check in. But if that is [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET: System.Security.XmlSyntaxException &#8211; Invalid syntax.</title>
		<link>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/</link>
		<comments>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 09:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=456</guid>
		<description><![CDATA[It was a normal weekday and I was just wanted to start my development work. While I was trying to run a web application, this abnormal behavior crops up. It was still working fine the day before and nothing changed since then. What could possibly went wrong? Looking through the event viewer, manage to find [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window Search Service: The entry in the hash map cannot be updated.</title>
		<link>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/</link>
		<comments>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 13:27:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=454</guid>
		<description><![CDATA[Was getting this error in my event viewer log and it&#8217;s creating quite frequently: The entry in the hash map cannot be updated. Context: Application, SystemIndex Catalog Details: A device attached to the system is not functioning. (0x8007001f) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp Proceeded to Google &#8220;Sensei&#8220;, found out that [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS infamous phantom error: Server Unavailable</title>
		<link>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/</link>
		<comments>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 08:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DEBUG]]></category>
		<category><![CDATA[IIS 6]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=441</guid>
		<description><![CDATA[Was assigned a task and upon finish downloading the project, an attempt to debug the projects shows a message box with contents like &#8220;unable to start debugging on the same web server&#8221;. Browsing through the error, one of the point which drives to delve further what&#8217;s the root cause of it, here it goes &#8220;An [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET &#8211; Breakpoint Type Not Supported</title>
		<link>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/</link>
		<comments>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 14:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=438</guid>
		<description><![CDATA[Trying to debug one of existing web project and prompted below error: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Microsoft Visual Studio &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The following breakpoint cannot be set: (new breakpoint) Breakpoint Type Not Supported. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; OK &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; It&#8217;s the text copied from message box. Proceed to (Debug > Disable All Breakpoints) and rebuild the project before attempting for debug should [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PrestaShop on Windows PC</title>
		<link>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/</link>
		<comments>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:50:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=433</guid>
		<description><![CDATA[A friend recently ask me on this. I still remember, those days in order to setup a php hosting up on windows, there are plenty of configuration to do for both the apache and php to work together. Not to mention, that have not include getting up the MySQL. But things are getting more friendly [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

