<?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>Programming and animation &#187; Delphi</title>
	<atom:link href="http://neill3d.com/tag/delphi/feed" rel="self" type="application/rss+xml" />
	<link>http://neill3d.com</link>
	<description>Programming and animation ideas, articles, tutors, scripts, plugins in the 3d</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:11:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SMTP send</title>
		<link>http://neill3d.com/smtp-send</link>
		<comments>http://neill3d.com/smtp-send#comments</comments>
		<pubDate>Sun, 13 Jun 2010 20:27:40 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Win32]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=1073</guid>
		<description><![CDATA[A good example of sending mail is here - https://forum.antichat.ru/printthread.php?t=44490

If you need a port to C + +, write to me.
P.S. Practice has shown that the service mail.ru better not to deal with. Half day caught cause loss of messages such as &#8220;mailbox does not exist&#8221;, while the same yandex sent no questions asked.
]]></description>
		<wfw:commentRss>http://neill3d.com/smtp-send/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Моя первая публикация</title>
		<link>http://neill3d.com/moya-pervaya-publikaciya</link>
		<comments>http://neill3d.com/moya-pervaya-publikaciya#comments</comments>
		<pubDate>Fri, 26 Feb 2010 12:50:14 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[OpenGL]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=888</guid>
		<description><![CDATA[This article is not avaliable in english.
Недавно нашел у себя на компьютере весьма памятный мне материал &#8211; текст брошюры, которая продавалась в моем городе на рынке в книжной лавке.  Это был октябрь 2000 года и мне тогда было 14 лет отроду.

Материал был написан на основе своего опыта работы с библиотекой OpenGL и разработкой проекта &#8220;Автомобиль в [...]]]></description>
		<wfw:commentRss>http://neill3d.com/moya-pervaya-publikaciya/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uMySQL for Delphi 2009 (Unicode)</title>
		<link>http://neill3d.com/umysql-for-delphi-2009-unicode</link>
		<comments>http://neill3d.com/umysql-for-delphi-2009-unicode#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:27:26 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=710</guid>
		<description><![CDATA[
I present to you a library uMySQL. This is a small library for working with mySQL from Cristian Nicola. Unfortunately, the last update date of this very useful library &#8211; 2002. I adapted it for Unicode, to be able to use in modern versions of Delphi (2009, 2010, etc.).
In my version you can work only [...]]]></description>
		<wfw:commentRss>http://neill3d.com/umysql-for-delphi-2009-unicode/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate Delphi code documentation</title>
		<link>http://neill3d.com/automate-delphi-code-documantation</link>
		<comments>http://neill3d.com/automate-delphi-code-documantation#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:04:54 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[overview]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=591</guid>
		<description><![CDATA[
I Recently discovered a developing project PasDoc to generate documentaton for Delphi code &#8211; similar to doxygen. I have shared the link to the project, may be It will be useful to someone.
Project website &#8211; here
]]></description>
		<wfw:commentRss>http://neill3d.com/automate-delphi-code-documantation/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi inline function</title>
		<link>http://neill3d.com/delphi-inline-function</link>
		<comments>http://neill3d.com/delphi-inline-function#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:32:05 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=405</guid>
		<description><![CDATA[Starting with the 2005 version of Delphi, it is possible to create inline functions, they significantly increase the speed of the code, due to the fact that do not generate a call of this function, but simply copy code to executing place. In so doing, excludes the steps associated with the allocation of function memory [...]]]></description>
		<wfw:commentRss>http://neill3d.com/delphi-inline-function/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TGA. image file format</title>
		<link>http://neill3d.com/tga-image-file-format</link>
		<comments>http://neill3d.com/tga-image-file-format#comments</comments>
		<pubDate>Thu, 12 Feb 2009 07:23:55 +0000</pubDate>
		<dc:creator>Neill</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[TGA]]></category>

		<guid isPermaLink="false">http://neill3d.com/?p=67</guid>
		<description><![CDATA[Формат хранения растровых изображений. Представлен в нескольких вариантах, среди которых самый простой – хранения битовой маски без сжатия, и чуть более сложных – использование алгоритма сжатия LZW.
 Самый простой вариант TGA
Данный вариант формата бывает очень уместен, когда требуется сохранить, например, скриншот экрана. Нам достаточно в этом случае считать с нарисованного очередного кадра битовый массив определенного размера [...]]]></description>
		<wfw:commentRss>http://neill3d.com/tga-image-file-format/feed/?langswitch_lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
