<?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>Amr ElGarhy Blog</title>
	<atom:link href="http://amrelgarhy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amrelgarhy.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Apr 2012 23:28:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tree Nodes Tech Blog</title>
		<link>http://amrelgarhy.com/114/tree-nodes-tech-blog/</link>
		<comments>http://amrelgarhy.com/114/tree-nodes-tech-blog/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 23:28:40 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=114</guid>
		<description><![CDATA[I am writing on and following TreeNodes Tech Blog, and will not write any technical blog posts on this blog any more.]]></description>
		<wfw:commentRss>http://amrelgarhy.com/114/tree-nodes-tech-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplest menu using CSS</title>
		<link>http://amrelgarhy.com/95/simplest-menu-using-css/</link>
		<comments>http://amrelgarhy.com/95/simplest-menu-using-css/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 12:57:22 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/95/simplest-menu-using-css/</guid>
		<description><![CDATA[Many web designers I met had problems while  creating menus, specially which contains nested sub menus. In some cases it is a real pain, but in most of cases it is simple, and the problem come when the designer start &#8230; <a href="http://amrelgarhy.com/95/simplest-menu-using-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amrelgarhy.com/95/simplest-menu-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s weekend, facebook shoooooooo</title>
		<link>http://amrelgarhy.com/88/its-weekend-facebook-shoooooooo/</link>
		<comments>http://amrelgarhy.com/88/its-weekend-facebook-shoooooooo/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 13:54:23 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Geeky Life]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=88</guid>
		<description><![CDATA[I am not using facebook that much, I just open it for few moments everyday to check my friends news, But rarely I put a status or upload a picture there. The question I have is: why employees get angry when their companies decide to block &#8230; <a href="http://amrelgarhy.com/88/its-weekend-facebook-shoooooooo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amrelgarhy.com/88/its-weekend-facebook-shoooooooo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid sending Ajax request parameters in query string style</title>
		<link>http://amrelgarhy.com/80/avoid-sending-ajax-request-parameters-in-query-string-style/</link>
		<comments>http://amrelgarhy.com/80/avoid-sending-ajax-request-parameters-in-query-string-style/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 15:36:36 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/80/avoid-sending-ajax-request-parameters-in-query-string-style/</guid>
		<description><![CDATA[While reviewing some code, I found someone calling jQuery Ajax like this: $.ajax({&#160;&#160;&#160;&#160;&#160;&#160; type: &#8220;POST&#8221;,&#160;&#160;&#160;&#160;&#160;&#160; url: &#8220;/AddPost&#8221;,&#160;&#160;&#160;&#160;&#160;&#160; data:&#160; &#8220;postText=&#8221;+ PostText ,&#160;&#160;&#160;&#160;&#160;&#160; dataType: &#8220;json&#8221;,&#160;&#160;&#160;&#160;&#160;&#160; success: function (status) { &#160;&#160;&#160;&#160;&#160;&#160; }}); //$.ajax({ And as you see in the previous code, it is &#8230; <a href="http://amrelgarhy.com/80/avoid-sending-ajax-request-parameters-in-query-string-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amrelgarhy.com/80/avoid-sending-ajax-request-parameters-in-query-string-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EF 4.1 Released</title>
		<link>http://amrelgarhy.com/5/ef-4-1-released/</link>
		<comments>http://amrelgarhy.com/5/ef-4-1-released/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:33:00 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=5</guid>
		<description><![CDATA[The final Release to Web (RTW) of Microsoft ADO.NET Entity Framework 4.1 (EF 4.1). This is a fully supported, go-live release. http://blogs.msdn.com/b/adonet/archive/2011/04/11/ef-4-1-released.aspx]]></description>
		<wfw:commentRss>http://amrelgarhy.com/5/ef-4-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript based Data Grids</title>
		<link>http://amrelgarhy.com/6/javascript-based-data-grids/</link>
		<comments>http://amrelgarhy.com/6/javascript-based-data-grids/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 05:26:00 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=6</guid>
		<description><![CDATA[&#160; I found in this blog post some good javascript based grids http://www.queness.com/post/7300/7-robust-and-feature-packed-javascript-grid-plugins &#160; Here are their links: 1- http://flexigrid.info/ 2- http://www.webismymind.be/editablegrid/ 3- http://www.trirand.com/blog/ 4- http://tablesorter.com/docs/ 5- http://www.datatables.net/ 6- https://github.com/mleibman/SlickGrid/wiki 7- http://blog.jqueryui.com/2011/02/unleash-the-grid/]]></description>
		<wfw:commentRss>http://amrelgarhy.com/6/javascript-based-data-grids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax loading gif images generator</title>
		<link>http://amrelgarhy.com/7/ajax-loading-gif-images-generator/</link>
		<comments>http://amrelgarhy.com/7/ajax-loading-gif-images-generator/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 21:22:00 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=7</guid>
		<description><![CDATA[&#160; I used to use this web site http://www.ajaxload.info/ to generate ajax loading gif images. &#160; Today I found another nice website and it gave me more options to generate custom images: http://preloaders.net]]></description>
		<wfw:commentRss>http://amrelgarhy.com/7/ajax-loading-gif-images-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Colors in System.Drawing.Color</title>
		<link>http://amrelgarhy.com/8/list-of-colors-in-system-drawing-color/</link>
		<comments>http://amrelgarhy.com/8/list-of-colors-in-system-drawing-color/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 23:57:00 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=8</guid>
		<description><![CDATA[Few lines of code to print all System.Drawing.Color colors on a web page. loop on System.Drawing.Color using KnownColor Label lblColor; Label lblColorName; Panel pnlColorRow; string[] colorNames = System.Enum.GetNames(typeof(KnownColor)); foreach (string colorName in colorNames) { pnlColorRow = new Panel(); Color color &#8230; <a href="http://amrelgarhy.com/8/list-of-colors-in-system-drawing-color/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amrelgarhy.com/8/list-of-colors-in-system-drawing-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>29!</title>
		<link>http://amrelgarhy.com/9/29/</link>
		<comments>http://amrelgarhy.com/9/29/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 06:07:44 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Stream]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=9</guid>
		<description><![CDATA[29!!]]></description>
		<wfw:commentRss>http://amrelgarhy.com/9/29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide users files and folders on your website?</title>
		<link>http://amrelgarhy.com/10/how-to-hide-users-files-and-folders-on-your-website/</link>
		<comments>http://amrelgarhy.com/10/how-to-hide-users-files-and-folders-on-your-website/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 04:47:00 +0000</pubDate>
		<dc:creator>Amr ElGarhy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://amrelgarhy.com/?p=10</guid>
		<description><![CDATA[Sometimes you want to hide some files or folders on your website, so that no one can access them directly. If you have an upload feature in your website, and your website users upload their files or images to your &#8230; <a href="http://amrelgarhy.com/10/how-to-hide-users-files-and-folders-on-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://amrelgarhy.com/10/how-to-hide-users-files-and-folders-on-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

