<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.:':.:':. The Developer Online .:':.:':.</title>
	<atom:link href="http://thedeveloperonline.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedeveloperonline.wordpress.com</link>
	<description>@ Dreams never come easily... Die for it or die without it @</description>
	<lastBuildDate>Mon, 20 Jun 2011 19:52:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thedeveloperonline.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>.:':.:':. The Developer Online .:':.:':.</title>
		<link>http://thedeveloperonline.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thedeveloperonline.wordpress.com/osd.xml" title=".:&#039;:.:&#039;:. The Developer Online .:&#039;:.:&#039;:." />
	<atom:link rel='hub' href='http://thedeveloperonline.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Object Oriented Analysis and Design (OOAD)</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/12/object-oriented-analysis-and-design-ooad/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/12/object-oriented-analysis-and-design-ooad/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 10:29:07 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[Object Oriented Analysis and Design (OOAD)]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/?p=11</guid>
		<description><![CDATA[In the name of Allah the most merciful the most gracious What is object oriented analysis (OOA)? Object oriented analysis is knowing the problem, and try to figure out how to solve it using objects, and also it is used to define the requirements of the class. What is Object oriented design (OOD)? Object oriented design, is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=11&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/12/object-oriented-analysis-and-design-ooad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
		<item>
		<title>What is XAML?</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/11/what-is-xaml/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/11/what-is-xaml/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 22:31:11 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/?p=10</guid>
		<description><![CDATA[XAML (Extensible Application Markup Language) is Microsoft&#8217;s XML (Extensible Markup Language)-based language. XAML is used especially to create GUI (Graphical User Interface) for programs, and it&#8217;s one of the main elements in the Microsoft&#8217;s WPF (Windows Presentation Foundation) From the MSDN: XAML has a set of rules that map object elements into classes or structures, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=10&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/11/what-is-xaml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
		<item>
		<title>main(), wmain() and _tmain()&#8230;What is the deifference?</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/10/main-wmain-and-_tmainwhat-is-the-deifference/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/10/main-wmain-and-_tmainwhat-is-the-deifference/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:50:57 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/?p=9</guid>
		<description><![CDATA[In the name of Allah the most merciful the most gacious In the beginning of this topic, I&#8217;d like first to give a brief definition of main(). main() is the head function in the C++ program, that means that this function is the function which the program begins executing it before any other functions. wmain() may be considered as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=9&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/10/main-wmain-and-_tmainwhat-is-the-deifference/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
		<item>
		<title>What is silver light?</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/07/what-is-silver-light/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/07/what-is-silver-light/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 10:03:00 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[Silver light]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/2008/04/07/what-is-silver-light/</guid>
		<description><![CDATA[  .::.Microsoft silverlight.::. What is silverlight?   Silverlight is a plug-in that renders XAML-based user interfaces within a browser.   Silverlight is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web.  Silverlight architecture: The core concept behind Silverlight is that you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=6&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/07/what-is-silver-light/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft EDC 2008 &#8211; 13th April</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/07/microsoft-edc-2008-13th-april/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/07/microsoft-edc-2008-13th-april/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 02:26:00 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[Conferences and events]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/2008/04/07/microsoft-edc-2008-13th-april/</guid>
		<description><![CDATA[Microsoft EDC (Egyptian Developers Conference) might be considered as the biggest technical conference in Egypt. The EDC is a very important event for all the developers because it updates their technical information and there you will be introduced to the latest technologies  by Microsoft For further information about the EDC visit: Egyptian developers conference The conference&#8217;s AGENDA   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=5&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/07/microsoft-edc-2008-13th-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to &quot;THE DEVELOPER ONLINE&quot; blog</title>
		<link>http://thedeveloperonline.wordpress.com/2008/04/07/welcome-to-the-developer-online-blog/</link>
		<comments>http://thedeveloperonline.wordpress.com/2008/04/07/welcome-to-the-developer-online-blog/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 01:58:00 +0000</pubDate>
		<dc:creator>Khaled Hamdy</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thedeveloperonline.wordpress.com/2008/04/07/welcome-to-the-developer-online-blog/</guid>
		<description><![CDATA[Welcome to &#8220;The developer online&#8221; blog. In this blog I&#8217;ll try ISA to stay up to date with all modern technologies, and to get all the issues that concerns developers. And there will may be some tutorials about programming languages or even designing. Hoping that this blog will be useful and entertaining.        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thedeveloperonline.wordpress.com&amp;blog=3412387&amp;post=4&amp;subd=thedeveloperonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thedeveloperonline.wordpress.com/2008/04/07/welcome-to-the-developer-online-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f26d8affe41d183119036580585626f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The revolution man</media:title>
		</media:content>
	</item>
	</channel>
</rss>
