<?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; Web</title>
	<atom:link href="http://www.infoct.net/category/web/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>Online storage (or cloud storage?)</title>
		<link>http://www.infoct.net/2012/04/24/online-storage-or-cloud-storage/</link>
		<comments>http://www.infoct.net/2012/04/24/online-storage-or-cloud-storage/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 08:15:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Review]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Google Drive]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Online Storage]]></category>
		<category><![CDATA[SkyDrive]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=525</guid>
		<description><![CDATA[Well, you might have heard Google will be releasing their Google Drive. I have just read on the news that they planned to give out 5gb storage size for free and if need more, premium one with 100GB with a fee. If 5GB is already huge to you or you have not even bothered with [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/04/24/online-storage-or-cloud-storage/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>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>
		<item>
		<title>Fujifilm Finepix x100</title>
		<link>http://www.infoct.net/2011/06/23/fujifilm-finepix-x100/</link>
		<comments>http://www.infoct.net/2011/06/23/fujifilm-finepix-x100/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[compact camera]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[Fijifilm Finepix x100]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[shutter speed]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=414</guid>
		<description><![CDATA[I am one of those who love to view good photos, be it on human, nature or physical objects. It reflect the moment of captures and give a memory of what have past. My interest is even more on videography where it could be played with sounds and motion. It&#8217;s all started off when I [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/06/23/fujifilm-finepix-x100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

