<?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; General Development</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/category/general-development/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>Running 64 bit Virtual Machines (VPC) on Microsoft Windows 7, Windows Vista not on Microsoft Windows Server machines using Oracle virtual box</title>
		<link>http://www.mohamedibrahim.net/blog/2010/11/15/running-64-bit-virtual-machines-vpc-on-microsoft-windows-7-windows-vista-not-on-microsoft-windows-server-machines-using-oracle-virtual-box/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/11/15/running-64-bit-virtual-machines-vpc-on-microsoft-windows-7-windows-vista-not-on-microsoft-windows-server-machines-using-oracle-virtual-box/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 12:46:59 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[64 bit virtual machines]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Virtual box]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=380</guid>
		<description><![CDATA[Most recent and future Microsoft server technologies will be running on 64 bit machines (or 64 bit virtual machines) only and there will be no install for 32 bit operating systems. Microsoft products and technologies such as Microsoft Dynamics CRM 2011, Microsoft SharePoint 2010 are already produced for 64 bit operating systems only. If you have a [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/11/15/running-64-bit-virtual-machines-vpc-on-microsoft-windows-7-windows-vista-not-on-microsoft-windows-server-machines-using-oracle-virtual-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice</title>
		<link>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 13:03:48 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM 4.0]]></category>
		<category><![CDATA[CRM Database]]></category>
		<category><![CDATA[CRM Service]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=239</guid>
		<description><![CDATA[   Creating, consuming and using Microsoft Dynamics CRM 4.0 Service, Using CRM API and CRM SDK to access CRM database via the webservice. Custom .NET code to access CRM, create, update (edit), insert, delete, retrieve (return) and retrievemultiple records for system entities and custom entities using both entity objects and dynamic entities.  This post is a collection of the [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/08/09/creating-consuming-and-using-microsoft-dynamics-crm-4-0-service-using-crm-api-and-crm-sdk-to-access-crm-database-via-the-webservice/feed/</wfw:commentRss>
		<slash:comments>0</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>Ajax Update progress screen to block access to form during background server side processes</title>
		<link>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 01:38:21 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=189</guid>
		<description><![CDATA[If you are writing an Ajax based .NET web application or web page, there are situations were you might want to block the whole webpage from being accessed while a background or server side process is taking place. So for example if the user clicks submit, you want to make the web page not accessible [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/04/04/ajax-update-progress-screen-to-block-access-to-form-during-background-server-side-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating and Using Silverlight web.config app settings (Web.config Configuration Applicatioin Settings) or app.config application settings configuration file for Silverlight</title>
		<link>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:47:30 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Configuraiton]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[ServiceReferences.ClientConfig]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[xap]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=149</guid>
		<description><![CDATA[Post Summary: This posts explains how to create and use something similar to a silverlight  web.config, App.config and appsettings (or app settings) configuration file for silverlight application. This is based on re-using serviceReference.clientconfig as an appconfig configuration file. The Problem: A) configuration application settings (like the one in web.config, appsettings or app settings application configuration file): This is [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/01/27/creating-and-using-silverlight-app-settings-webconfig-configuration-applicatioin-settings-to-change-wcf-service-address-after-deployment-servicereferencesclientconfig-servicereferences-clientconfig/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Introduction to LLBLGenPro &#8211; All you need to know to get started with LLBLGen Pro &#8211; Hello World! LLBLGen Pro</title>
		<link>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:13:50 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[business Data]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Data Layers]]></category>
		<category><![CDATA[LLBLGen Pro]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=139</guid>
		<description><![CDATA[In one of my latest projects, I found the client extensively using LLBL Gen Pro which I have never used before. After few hours of playing around with it, I managed to find my way round it just enough to the level that I need to get the basic functionality working. Hence, for this reason, [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/01/18/introduction-to-llblgenpro-all-you-need-to-know-to-get-started-with-llblgen-pro-hello-world-llblgen-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post code and Address lookup Using PAF for auto filling address details on websites</title>
		<link>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:45:44 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[Auto-fill]]></category>
		<category><![CDATA[Lookup]]></category>
		<category><![CDATA[PAF]]></category>
		<category><![CDATA[Royal Mail]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=94</guid>
		<description><![CDATA[I was recently researching how to implement post code and address look-up on websites and on Microsoft Dynamic CRM. This feature is widely used in auto filling address details when a customer input their post code and sometimes the house number. This is also used in some desktop applications, plug-ins to Microsoft Dynamics CRM, in [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/09/02/post-code-and-address-lookup-paf-auto-fill-on-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scribe Console: Renaming Source Text files before running a job and after processing and regularly changing source file names.</title>
		<link>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:13:06 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[DTS]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[SCRIBE]]></category>
		<category><![CDATA[Scribe Console]]></category>
		<category><![CDATA[Scribe CRM Adaptor]]></category>
		<category><![CDATA[Scribe Server]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=90</guid>
		<description><![CDATA[Have you ever looked in Scribe Insight for a way to rename a source file before processing it. Scribe console creates collaborations where integration processes can be configured so that they wait for a file to be added to a specific location and then run a specified job. Once the file is added the job will run and process the file. Also, Scribe DTS jobs can only be setup to process a source file that has its name always fixed and unchanged. So a DTS can be setup to process a source file named: customersdata.txt. It will never run if another source file is added to the location the Scribe console is looking at. In this case, if you get a source file with the date (and time) stamp in its name will need to rename it so the the DTS can detect it and run. So if the source file comes with time and date stamp that varies every day (for example: customers_1453_21092009.txt), you will need to rename "customers_1453_21092009.txt" to "customersdata.txt" only to get the DTS to work.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/feed/</wfw:commentRss>
		<slash:comments>0</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>

