<?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>Tue, 24 Jan 2012 02:46: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>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>
		<item>
		<title>Ajax plugin</title>
		<link>http://www.infoct.net/2011/03/31/ajax-plugin/</link>
		<comments>http://www.infoct.net/2011/03/31/ajax-plugin/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=357</guid>
		<description><![CDATA[Found this article which share quite a hefty of open source resources. Bookmarking it for reference later. Go take a look if you&#8217;re free.]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/03/31/ajax-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check who shared my link/URL address</title>
		<link>http://www.infoct.net/2010/12/14/how-to-check-who-shared-my-linkurl-address/</link>
		<comments>http://www.infoct.net/2010/12/14/how-to-check-who-shared-my-linkurl-address/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 09:24:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[who share link]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=342</guid>
		<description><![CDATA[Well, this was something that came in my mind. While I was browsing through my facebook walls, I realised there are many links or videos being shared. And that keeps me wonder, how would someone track who have shared the link or website? As facebook medium is getting huge in the marketing line, I would [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2010/12/14/how-to-check-who-shared-my-linkurl-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track feed subscriber</title>
		<link>http://www.infoct.net/2010/11/24/track-feed-subscriber/</link>
		<comments>http://www.infoct.net/2010/11/24/track-feed-subscriber/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 16:32:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Review]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Feed Counter]]></category>
		<category><![CDATA[Feed stat]]></category>
		<category><![CDATA[Feed statistic]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=321</guid>
		<description><![CDATA[Ever wonder who are your feed subscriber? Wanted to know how many are them who keep track of your blog updates through feed? If yes, I was wondering the same just few minutes ago. I remember seeing feedburner provide a statcount on how many subscribers who subscribe the feed. That was if we are to [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2010/11/24/track-feed-subscriber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook as marketing medium</title>
		<link>http://www.infoct.net/2010/10/20/facebook-as-marketing-medium/</link>
		<comments>http://www.infoct.net/2010/10/20/facebook-as-marketing-medium/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 15:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=274</guid>
		<description><![CDATA[It&#8217;s no doube facebook is getting so important that it has been part of our life. It would not be surprise if someone came up to you and say, hey why not we connect via facebook? Then I have seen many uses the power of facebook to create a fan page for their idols. Some [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2010/10/20/facebook-as-marketing-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

