<?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>Mohamed Ibrahim Mostafa&#039;s Blog &#187; JavaScript</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohamedibrahim.net/blog</link>
	<description>Technical issues, problems, errors, findings &#38; resolutions covering Microsoft Dynamics CRM, software development, Microsoft .NET, C#, VB.NET, Commerce Server, Integration, E-Commerce, Scribe, Online shops and more general technology and consultancy posts.</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Converting Microsoft Dynamics CRM 4 JavaScript to Microsoft Dynamics CRM 2011 Javascript code converter</title>
		<link>http://www.mohamedibrahim.net/blog/2010/09/20/converting-microsoft-dynamics-crm-4-javascript-to-microsoft-dynamics-crm-2011-javascript-code-converter/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/09/20/converting-microsoft-dynamics-crm-4-javascript-to-microsoft-dynamics-crm-2011-javascript-code-converter/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 09:22:47 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[Convert JavaScript]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=266</guid>
		<description><![CDATA[I have just seen this javascript converter tool and I thought I&#8217;ll let everyone know about it as it could be quite beneficial when upgrading Microsoft Dynamics CRM 4.0 to Microsoft Dynamics CRM 2011 including Javascript upgrade and changes. This is the link for the tool. I haven&#8217;t tested it thoroughly myself yet, so please [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/09/20/converting-microsoft-dynamics-crm-4-javascript-to-microsoft-dynamics-crm-2011-javascript-code-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Current User Security Roles in Microsoft Dynamics CRM 4.0 on client side using JavaScript calls to CRM Service &amp; API</title>
		<link>http://www.mohamedibrahim.net/blog/2010/07/27/get-current-user-security-roles-in-microsoft-dynamics-crm-4-0-on-client-side-using-javascript-calls-to-crm-service-api/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/07/27/get-current-user-security-roles-in-microsoft-dynamics-crm-4-0-on-client-side-using-javascript-calls-to-crm-service-api/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:18:16 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM Service]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Service Call]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=247</guid>
		<description><![CDATA[In Microsoft Dynamics CRM 4.0, it is quite common that you want to call the CRM service from client side: i.e. Call the CRM service using JavaScript code that is located on the OnLoad, OnSave or OnChange events on a Dynamics CRM entity or field event. The most common call is the call to CRM service [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/07/27/get-current-user-security-roles-in-microsoft-dynamics-crm-4-0-on-client-side-using-javascript-calls-to-crm-service-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Dynamics CRM 4 field level validation using javascript regular expression on client side handling the onChange event to validate and check the value and text of a CRM 4.0 field</title>
		<link>http://www.mohamedibrahim.net/blog/2010/04/14/microsoft-dynamics-crm-4-field-level-validation-using-javascript-regular-expression-on-client-side-handling-the-onchange-event-to-validate-and-check-the-value-and-text-of-a-crm-40-field/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/04/14/microsoft-dynamics-crm-4-field-level-validation-using-javascript-regular-expression-on-client-side-handling-the-onchange-event-to-validate-and-check-the-value-and-text-of-a-crm-40-field/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 01:21:41 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=184</guid>
		<description><![CDATA[Please note that this post is aimed as showing how to use javascript regular expression field level validation in Microsoft Dynamics CRM. The post does not focus on the many ways of getting a regular expression. The example regular expression below is used for explanation only. If you want to create validation at field level [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/04/14/microsoft-dynamics-crm-4-field-level-validation-using-javascript-regular-expression-on-client-side-handling-the-onchange-event-to-validate-and-check-the-value-and-text-of-a-crm-40-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.</title>
		<link>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:03:41 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Custom Entity]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=177</guid>
		<description><![CDATA[Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hide, Display, Resize and Rename left navigation links, CRM fields and attributes using Javascript for Microsoft Dyanmics CRM 4.</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:00:32 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Custom Entity]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=164</guid>
		<description><![CDATA[Scripts for Resizing, Hiding and renaming left navigation links, fields and attributes in Microsoft Dynamics CRM 4 using Javascript.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating left navigation menu items (Links) to other entities on an entity form in Microsoft CRM 4</title>
		<link>http://www.mohamedibrahim.net/blog/2009/07/31/creating-left-navigation-menu-items-links-to-other-entities-on-an-entity-form-in-microsoft-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/07/31/creating-left-navigation-menu-items-links-to-other-entities-on-an-entity-form-in-microsoft-crm-4/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:17:07 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[Entity Form]]></category>
		<category><![CDATA[ISV.CONFIG]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Left Menu]]></category>
		<category><![CDATA[Menu Items]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=79</guid>
		<description><![CDATA[This is a short and quick post. If you have an entity and you want to add a link to the left hand side navigation menu of its form, then you can do this by one of two things: 1) Using ISV.CONFIG if this link is to an external website, application, etc.. This was discussed [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/07/31/creating-left-navigation-menu-items-links-to-other-entities-on-an-entity-form-in-microsoft-crm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding Left Navigation Menu Items in an Entity Form using Javascript in Microsoft CRM 4</title>
		<link>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:01:56 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Relationship]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=72</guid>
		<description><![CDATA[This is just a follow on from my previous post (http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/). In this post, I explained how to rename left menu items in an entity form using javascript. These links are created when a new N:1 relationship is created between two entities. The primary entity in this relationship will get a new left navigation link everytime [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renaming Left Navigation Menu items (leftnav) of an Entity in Microsoft Dynamics CRM 4</title>
		<link>http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:54:29 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Custom Entity]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Relationship]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=61</guid>
		<description><![CDATA[I will try to make this as simple and straight to the point as possible. This post is to explain how to to change the name and rename one or more of the left menu items &#8211; leftnav - items of an Entity, for example the Account entity or the Contact entity or any other Custom entity. In summary, [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using the Internet Explorer Developer Toolbar with Microsoft Dynamics CRM</title>
		<link>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:20:44 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE Toolbar]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Toolbar]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=68</guid>
		<description><![CDATA[If you ever want to know the name of a html element (html element id) you will most probably need Internet Explorer developer toolbar. IE developer Toolbar is a free Microsoft product that you can download from Microsoft&#8217;s download website. Once you download and install the toolbar, you can view it by clicking at view [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

