<?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>dayamn.com &#187; Alvos</title>
	<atom:link href="http://dayamn.com/author/Alvos/feed/" rel="self" type="application/rss+xml" />
	<link>http://dayamn.com</link>
	<description>Things worthy of a Dayamn</description>
	<lastBuildDate>Sun, 07 Mar 2010 17:00:07 +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>Absolute and relative paths with FTPWebRequest</title>
		<link>http://dayamn.com/2010/03/absolute-and-relative-paths-with-ftpwebrequest/</link>
		<comments>http://dayamn.com/2010/03/absolute-and-relative-paths-with-ftpwebrequest/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:00:07 +0000</pubDate>
		<dc:creator>Alvos</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[FTPWebRequest]]></category>
		<category><![CDATA[reative]]></category>
		<category><![CDATA[relative path]]></category>

		<guid isPermaLink="false">http://dayamn.com/?p=469</guid>
		<description><![CDATA[After persuading my client to use explicit SSL   I ran into another very curious issue that I would like to share with you and maybe it will help you solve a similar problem.
When testing the solution I had to download the files inside a specific path of an FTP location. After downloading the [...]]]></description>
		<wfw:commentRss>http://dayamn.com/2010/03/absolute-and-relative-paths-with-ftpwebrequest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FTPWebRequest with implicit SSL: NOT POSSIBLE</title>
		<link>http://dayamn.com/2010/03/ftpwebrequest-with-implicit-ssl-not-possible/</link>
		<comments>http://dayamn.com/2010/03/ftpwebrequest-with-implicit-ssl-not-possible/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:58:28 +0000</pubDate>
		<dc:creator>Alvos</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[FTPWebRequest]]></category>
		<category><![CDATA[implicit]]></category>
		<category><![CDATA[implicit SSL]]></category>
		<category><![CDATA[not possible]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://dayamn.com/?p=461</guid>
		<description><![CDATA[Some time ago I had to develop a web FTP solution for a client and as a client&#8217;s choice, I had to use ASP.NET 3.5 to do it. I never liked Visual Basic.NET that much so I always use C# when I need to develop .NET applications.
I thought of using the FTPWebRequest class to develop the solution [...]]]></description>
		<wfw:commentRss>http://dayamn.com/2010/03/ftpwebrequest-with-implicit-ssl-not-possible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Zend_Db_Select without specifying a database adapter</title>
		<link>http://dayamn.com/2010/03/using-zend_db_select-without-specifying-a-database-adapter/</link>
		<comments>http://dayamn.com/2010/03/using-zend_db_select-without-specifying-a-database-adapter/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:13:43 +0000</pubDate>
		<dc:creator>Alvos</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[application.ini]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[usage]]></category>
		<category><![CDATA[Zend_Db_Select]]></category>

		<guid isPermaLink="false">http://dayamn.com/?p=444</guid>
		<description><![CDATA[I&#8217;ve been working with the Zend_Db_Table object when I want to get one or multiple records from a database table by using fetchAll() or find() methods. The latest versions of Zend Framework &#8211; I&#8217;m currently using 1.10.2 &#8211; come with the following warning: &#8220;The API for fetch operations has been superseded to allow a Zend_Db_Table_Select object to modify [...]]]></description>
		<wfw:commentRss>http://dayamn.com/2010/03/using-zend_db_select-without-specifying-a-database-adapter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why do we have a category for the &#8220;geek stuff&#8221;?</title>
		<link>http://dayamn.com/2010/03/why-do-we-have-a-category-for-the-geek-stuff/</link>
		<comments>http://dayamn.com/2010/03/why-do-we-have-a-category-for-the-geek-stuff/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 01:59:34 +0000</pubDate>
		<dc:creator>Alvos</dc:creator>
				<category><![CDATA[Geek stuff]]></category>

		<guid isPermaLink="false">http://dayamn.com/?p=440</guid>
		<description><![CDATA[Hello all,
There are thousands of sites that talk about issues or share tutorials that teach you about different technologies and accessing to our site could make you think that it&#8217;s just about the same stuff. Trust me, I thought about creating this section a lot of times before actually having the guts to do it.
Actually, I created [...]]]></description>
		<wfw:commentRss>http://dayamn.com/2010/03/why-do-we-have-a-category-for-the-geek-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
