<?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>stelios.gr</title>
	<atom:link href="http://www.stelios.gr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stelios.gr</link>
	<description>...on code</description>
	<lastBuildDate>Mon, 28 Nov 2011 21:23:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=431</generator>
		<item>
		<title>PHP time</title>
		<link>http://www.stelios.gr/2009/07/php-time/</link>
		<comments>http://www.stelios.gr/2009/07/php-time/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:54:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/post/2009/07/16/PHP-time.aspx</guid>
		<description><![CDATA[It&#8217;s been a long time since my last post cause I&#8217;ve been working in a e-shop project build on top of osCommerce. My background in php was very limited so i have to go &#8220;slow&#8221;. At first i used the very friendly (to php devs whatsoever) Rapid PHP, but it wasn&#8217;t fit my needs anymore [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/07/php-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy the right app.config every time with build events</title>
		<link>http://www.stelios.gr/2009/05/deploy-the-right-app-config-every-time-with-build-events/</link>
		<comments>http://www.stelios.gr/2009/05/deploy-the-right-app-config-every-time-with-build-events/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:01:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Generic]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/post/2009/05/22/Deploy-the-right-appconfig-every-time-with-build-events.aspx</guid>
		<description><![CDATA[It&#8217;s been a while since i have been &#8220;searching&#8221; build events but recently i made a mistake in creating setup for a customer by packing my own app.config so i have to do this all over again(poor me) so i decided to find a way to deploy the &#8220;right&#8221; app.config file every time. Of course [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/05/deploy-the-right-app-config-every-time-with-build-events/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get in Sync!</title>
		<link>http://www.stelios.gr/2009/05/get-in-sync/</link>
		<comments>http://www.stelios.gr/2009/05/get-in-sync/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:07:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Sync]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">/post/2009/05/13/Get-in-Sync!.aspx</guid>
		<description><![CDATA[There&#8217;s a lot going on with online file sync these days, they offer pretty much the same things (free space, multi-system, cross-platform syncing, file explorer integration, web access with sharing and photo gallery powers, etc.) but have some significant differences. I will present you three of the most popular services so you can start to [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/05/get-in-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sysinternals suite</title>
		<link>http://www.stelios.gr/2009/05/sysinternals-suite/</link>
		<comments>http://www.stelios.gr/2009/05/sysinternals-suite/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:51:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">/post/2009/05/08/sysinternals-suite.aspx</guid>
		<description><![CDATA[Long time ago i was collecting sysinternals tools one-by-one but yesterday i was looking for BgInfo util to install it on a server and i saw that they now have a complete package of all the suite here]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/05/sysinternals-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build automatically all projects in path</title>
		<link>http://www.stelios.gr/2009/05/build-automatically-all-projects-in-path/</link>
		<comments>http://www.stelios.gr/2009/05/build-automatically-all-projects-in-path/#comments</comments>
		<pubDate>Fri, 08 May 2009 14:58:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/post/2009/05/08/Build-automatically-all-projects-in-path.aspx</guid>
		<description><![CDATA[For a long time i was searching a tool that it would build all my projects when i get latest version from sourcesafe/svn without opening solutions one-by-one so i create one to fit my needs. It&#8217;s very simple get-things-done program, the whole class goes like that private void addProjectsToList() { desProjectsFound.Items.Clear(); foreach (string strFileTypes in [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/05/build-automatically-all-projects-in-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All links to Office 2007 SP2 products</title>
		<link>http://www.stelios.gr/2009/05/all-links-to-office-2007-sp2-products/</link>
		<comments>http://www.stelios.gr/2009/05/all-links-to-office-2007-sp2-products/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:51:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">/post/2009/05/01/All-likns-to-Office-2007-SP2-products.aspx</guid>
		<description><![CDATA[I have followed all the Office SP2 product updates so far and i want to share with you in one single post, so here they are Windows SharePoint Services 3.0 SP2, x86 &#38; x64. http://www.microsoft.com/downloads/details.aspx?FamilyId=79BADA82-C13F-44C1-BDC1-D0447337051B&#38;displaylang=en Office SharePoint Server 2007 SP2, x86 &#38; x64. http://www.microsoft.com/downloads/details.aspx?FamilyId=B7816D90-5FC6-4347-89B0-A80DEB27A082&#38;displaylang=en Windows SharePoint Services 3.0 with SP2 slipstream version, x64 http://www.microsoft.com/downloads/details.aspx?FamilyId=9FB41E51-CB03-4B47-B89A-396786492CBA&#38;displaylang=en Windows [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/05/all-links-to-office-2007-sp2-products/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Many free controls for developers</title>
		<link>http://www.stelios.gr/2009/04/many-free-controls-for-developers/</link>
		<comments>http://www.stelios.gr/2009/04/many-free-controls-for-developers/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:19:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/post/2009/04/28/Many-free-controls-for-developers.aspx</guid>
		<description><![CDATA[I have searched and found the following controls wich are free of charge, these controls are free and some of them i&#8217;m using for long time. The first in my list is component factory&#8217;s Krypton Toolkit which contains very high quality controls for winforms as you can see. Second offer that i have been using [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/04/many-free-controls-for-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to stelios.gr</title>
		<link>http://www.stelios.gr/2009/04/welcome-to-stelios-gr/</link>
		<comments>http://www.stelios.gr/2009/04/welcome-to-stelios-gr/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 12:30:00 +0000</pubDate>
		<dc:creator>stelios</dc:creator>
				<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">/post/2009/04/28/Welcome-to-steliosgr.aspx</guid>
		<description><![CDATA[As you can see i have turn the language to engish and changed the theme to show that have been and will be some changes in the blog. Hope to update it more frequently. Things you can see is that i have updated my blogengine installation to v1.4.5 and changed my datasource from mssql to [...]]]></description>
		<wfw:commentRss>http://www.stelios.gr/2009/04/welcome-to-stelios-gr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via cdn.stelios.gr

Served from: www.stelios.gr @ 2012-02-23 03:35:20 -->
