<?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>Ferolen - IT Help and Tutorial Blog &#187; IT</title>
	<atom:link href="http://www.ferolen.com/blog/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ferolen.com/blog</link>
	<description>Resources, FAQ, Help, Tutorial for your IT problem from day to day computer to web development problem.</description>
	<lastBuildDate>Mon, 17 May 2010 07:12:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Submit A Read-only or Disabled Form Field &#8211; Microsoft Dynamic CRM</title>
		<link>http://www.ferolen.com/blog/submit-a-read-only-or-disabled-form-field-microsoft-dynamic-crm/</link>
		<comments>http://www.ferolen.com/blog/submit-a-read-only-or-disabled-form-field-microsoft-dynamic-crm/#comments</comments>
		<pubDate>Mon, 17 May 2010 07:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Dynamic CRM]]></category>

		<guid isPermaLink="false">http://www.ferolen.com/blog/?p=86</guid>
		<description><![CDATA[Disabling or setting a form field to read-only will cause CRM to ignore any changes to that field on save. For any reason, a form field maybe disabled or set to read-only to prevent the user change the data manually. In some cases, we may need to set the value via form Javascript. 
In this [...]]]></description>
		<wfw:commentRss>http://www.ferolen.com/blog/submit-a-read-only-or-disabled-form-field-microsoft-dynamic-crm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CRM 4.0 Create customeraddress 0&#215;80040216 An unexpected error occurred</title>
		<link>http://www.ferolen.com/blog/crm-4-0-create-customeraddress-0x80040216-an-unexpected-error-occurred/</link>
		<comments>http://www.ferolen.com/blog/crm-4-0-create-customeraddress-0x80040216-an-unexpected-error-occurred/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Dynamic CRM]]></category>

		<guid isPermaLink="false">http://www.ferolen.com/blog/?p=82</guid>
		<description><![CDATA[When I tried to add more address into an account in CRM, I keep getting this error with error message that doesn’t really help you nail down the problem. If you face the same error or you want to know how to create customeraddress using CRM 4.0 SDK DynamicEntity, please read through. The following simple [...]]]></description>
		<wfw:commentRss>http://www.ferolen.com/blog/crm-4-0-create-customeraddress-0x80040216-an-unexpected-error-occurred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver error: while executing onLoad in RecordsetFind.htm, the following JavaScript error(s)</title>
		<link>http://www.ferolen.com/blog/dreamweaver-error-while-executing-onload-in-recordsetfind-htm-the-following-javascript-errors/</link>
		<comments>http://www.ferolen.com/blog/dreamweaver-error-while-executing-onload-in-recordsetfind-htm-the-following-javascript-errors/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:43:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ferolen.com/blog/?p=64</guid>
		<description><![CDATA[Are you getting the following errors message when using Dreamweaver CS4? (Note that it may happen to Dreamweaver Professional 8 and CS3 as well).
The following translators were not loaded due to errors:
_________.htm: has configuration information that is invalid.
&#8230;.
In my case it also generate the following error message when you start and close dreamweaver.
while executing onLoad [...]]]></description>
		<wfw:commentRss>http://www.ferolen.com/blog/dreamweaver-error-while-executing-onload-in-recordsetfind-htm-the-following-javascript-errors/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Insert into / add element to array at specific position (PHP)</title>
		<link>http://www.ferolen.com/blog/insert-into-add-element-to-array-at-specific-position-php/</link>
		<comments>http://www.ferolen.com/blog/insert-into-add-element-to-array-at-specific-position-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 04:06:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ferolen.com/blog/?p=61</guid>
		<description><![CDATA[Usually, we can search and identify PHP function just by looking at it&#8217;s name which denotes what a function does. For example array_pop(), array_push(), array_search(), array_reverse(), etc. But how about inserting an element into the middle of an array? 
array_splice(array &#038;$input, int $offset [, int $length= 0  [, mixed $replacement]] ) is the function [...]]]></description>
		<wfw:commentRss>http://www.ferolen.com/blog/insert-into-add-element-to-array-at-specific-position-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Layout Error after changing Base URL {{base_url}}</title>
		<link>http://www.ferolen.com/blog/magento-layout-error-after-changing-base-url-base_url/</link>
		<comments>http://www.ferolen.com/blog/magento-layout-error-after-changing-base-url-base_url/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 14:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ferolen.com/blog/?p=55</guid>
		<description><![CDATA[When I first login to admin menu on my Magento, I was bothered by this message at the top of my admin interface.
{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure Url / Base Secure Url. It is highly recommended to change this value in your Magento configuration.
Well, most [...]]]></description>
		<wfw:commentRss>http://www.ferolen.com/blog/magento-layout-error-after-changing-base-url-base_url/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
