<?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>Merlin&#039;s Delphi Forge &#187; About Delphi</title>
	<atom:link href="http://www.delphifaq.net/category/about-delphi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphifaq.net</link>
	<description>By a Programmer for Programmers...</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Delphi Easter Eggs</title>
		<link>http://www.delphifaq.net/delphi-easter-eggs/</link>
		<comments>http://www.delphifaq.net/delphi-easter-eggs/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:58:02 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[About Delphi]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[additional credits]]></category>
		<category><![CDATA[allen bauer]]></category>
		<category><![CDATA[borland 3]]></category>
		<category><![CDATA[borland delphi 5]]></category>
		<category><![CDATA[c builder 4]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[easter eggs]]></category>
		<category><![CDATA[message box]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[txt extension]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/?p=139</guid>
		<description><![CDATA[Borland Delphi 7 Easter Egg Put a shortcut to Delphi7 in your Start Menu called Delphi7. (So you can click Start&#124;Programs&#124;Delphi7) Right click this shortcut, properties, set the Shortcut key to CTRL + SHIFT + 7, click OK. Click Start, press escape, then hold Ctrl+Shift, press and release 7. You should see a picture of [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/delphi-easter-eggs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Operating Systems does Delphi support?</title>
		<link>http://www.delphifaq.net/what-operating-systems-does-delphi-support/</link>
		<comments>http://www.delphifaq.net/what-operating-systems-does-delphi-support/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 01:06:45 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[About Delphi]]></category>
		<category><![CDATA[9x nt]]></category>
		<category><![CDATA[borland delphi]]></category>
		<category><![CDATA[delphi 1]]></category>
		<category><![CDATA[delphi 2]]></category>
		<category><![CDATA[delphi 4]]></category>
		<category><![CDATA[delphi support]]></category>
		<category><![CDATA[delphi version]]></category>
		<category><![CDATA[emulator programs]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[linux version]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[os 2 warp]]></category>
		<category><![CDATA[support windows 9x]]></category>
		<category><![CDATA[windows 3]]></category>
		<category><![CDATA[windows 95 98 me xp]]></category>
		<category><![CDATA[wine emulator]]></category>
		<category><![CDATA[wine programs]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/what-operating-systems-does-delphi-support</guid>
		<description><![CDATA[* Delphi 1 supports Windows 3.1x so programs compiled should run with no problems under operating systems that provide Windows 3.1 emulation, like OS/2 Warp, Windows 9x, NT, 2000, ME and XP and Linux with WinE. * Delphi 2 and newer support Windows 95/98/NT/2000/ME/XP or Linux with WinE. Programs compiled with these compilers WILL NOT [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/what-operating-systems-does-delphi-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Saved a Project in Delphi. What Are These files?</title>
		<link>http://www.delphifaq.net/i-saved-a-project-in-delphi-what-are-these-files/</link>
		<comments>http://www.delphifaq.net/i-saved-a-project-in-delphi-what-are-these-files/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 01:05:47 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[About Delphi]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/i-saved-a-project-in-delphi-what-are-these-files</guid>
		<description><![CDATA[Here is a list of the file extensions created by Delphi and what they all mean: Extension Description .dpr Delphi Project File. This is actually a Object Pascal source file. It is the main program for the application. .~dp A backup file of the .dpr file before the last save operation. .pas In Delphi, .pas [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/i-saved-a-project-in-delphi-what-are-these-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the Name &#8220;Delphi&#8221;?</title>
		<link>http://www.delphifaq.net/why-the-name-delphi/</link>
		<comments>http://www.delphifaq.net/why-the-name-delphi/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 01:04:17 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[About Delphi]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/why-the-name-delphi</guid>
		<description><![CDATA[Delphi started out as a beta codename for a closely guarded skunkworks project at Borland: a next-generation visual development environment for Windows based on Borland&#8217;s Object Pascal programming language. The codename hatched in mid 1993, after the development team had been through about 6 months of deep research, proof-of-concept exercises, and market analysis. Members of [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/why-the-name-delphi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Delphi?</title>
		<link>http://www.delphifaq.net/what-is-delphi/</link>
		<comments>http://www.delphifaq.net/what-is-delphi/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 01:02:52 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[About Delphi]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[define]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[rad]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/what-is-delphi</guid>
		<description><![CDATA[Delphi is the descendant of Turbo Pascal, which was first released in 1983 for the CP/M operating system. Turbo Pascal was ported to MS-DOS in early 1984. During the early history of the IBM PC, Turbo Pascal was arguably the most popular language for serious development work &#8211; mostly because it was a real compiler, [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/what-is-delphi/feed/</wfw:commentRss>
		<slash:comments>-3</slash:comments>
		</item>
	</channel>
</rss>
