<?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>Ercan GÜNEŞ&#039;in Kişisel İnternet Sitesi</title>
	<atom:link href="http://www.ercangunes.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ercangunes.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Nov 2010 15:55:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facybox Denemesi</title>
		<link>http://www.ercangunes.com/film-izlenimlerim/facybox-denemesi.htm</link>
		<comments>http://www.ercangunes.com/film-izlenimlerim/facybox-denemesi.htm#comments</comments>
		<pubDate>Wed, 17 Nov 2010 15:50:42 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Film İzlenimlerim]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=297</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ercangunes.com/wp-content/uploads/2010/11/Azınlık-Raporu.jpg"><img class="alignnone size-full wp-image-299 colorbox-297" title="Azınlık Raporu" src="http://www.ercangunes.com/wp-content/uploads/2010/11/Azınlık-Raporu.jpg" alt="" width="620" height="465" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/film-izlenimlerim/facybox-denemesi.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Kodu Denemesi</title>
		<link>http://www.ercangunes.com/yazilarim/c-kodu-denemesi.htm</link>
		<comments>http://www.ercangunes.com/yazilarim/c-kodu-denemesi.htm#comments</comments>
		<pubDate>Mon, 15 Nov 2010 21:45:55 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Yazılarım]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=294</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace TrafikLambasi { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { string secileneleman = comboBox1.SelectedItem.ToString(); label1.Text = secileneleman; switch (secileneleman) { case "Kırmızı": label1.Text = "Dur"; break; case [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush:csharp">using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace TrafikLambasi
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
        {
            string secileneleman = comboBox1.SelectedItem.ToString();

            label1.Text = secileneleman;
            switch (secileneleman)
            {
                case "Kırmızı":
                    label1.Text = "Dur";
                    break;
                case "Sarı":
                    label1.Text = "Hazır Ol";
                    break;
                case "Yeşil":
                    label1.Text = "Geç";
                    break;
            }
        }

        private void label1_Click(object sender, EventArgs e)
        {

        }
    }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/yazilarim/c-kodu-denemesi.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Oynatıcısı Denemesi</title>
		<link>http://www.ercangunes.com/film-izlenimlerim/video-oynaticisi-denemesi.htm</link>
		<comments>http://www.ercangunes.com/film-izlenimlerim/video-oynaticisi-denemesi.htm#comments</comments>
		<pubDate>Fri, 29 Oct 2010 20:08:55 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Film İzlenimlerim]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=260</guid>
		<description><![CDATA[[PLAYLIST not found]&#8220;&#8221;]]]></description>
			<content:encoded><![CDATA[<p>[PLAYLIST not found]&#8220;&#8221;]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/film-izlenimlerim/video-oynaticisi-denemesi.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Deneme</title>
		<link>http://www.ercangunes.com/film-izlenimlerim/ajax-deneme.htm</link>
		<comments>http://www.ercangunes.com/film-izlenimlerim/ajax-deneme.htm#comments</comments>
		<pubDate>Thu, 21 Oct 2010 09:54:23 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Film İzlenimlerim]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=242</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ercangunes.com/wp-content/uploads/2010/10/8-Milimetre.jpg"><img class="alignnone size-full wp-image-243 colorbox-242" title="8 Milimetre" src="http://www.ercangunes.com/wp-content/uploads/2010/10/8-Milimetre.jpg" alt="" width="620" height="465" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/film-izlenimlerim/ajax-deneme.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deneme Konusu 2 Başlığı</title>
		<link>http://www.ercangunes.com/kitap-izlenimlerim/deneme-konusu-2-basligi.htm</link>
		<comments>http://www.ercangunes.com/kitap-izlenimlerim/deneme-konusu-2-basligi.htm#comments</comments>
		<pubDate>Sun, 17 Oct 2010 19:54:20 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Kitap İzlenimlerim]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=231</guid>
		<description><![CDATA[Deneme konusu 2 içeriği&#8230;]]></description>
			<content:encoded><![CDATA[<p>Deneme konusu 2 içeriği&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/kitap-izlenimlerim/deneme-konusu-2-basligi.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deneme Konusu 1 Başlığı</title>
		<link>http://www.ercangunes.com/film-izlenimlerim/deneme-konusu-1-basligi.htm</link>
		<comments>http://www.ercangunes.com/film-izlenimlerim/deneme-konusu-1-basligi.htm#comments</comments>
		<pubDate>Sun, 17 Oct 2010 19:52:50 +0000</pubDate>
		<dc:creator>Ercan GÜNEŞ</dc:creator>
				<category><![CDATA[Film İzlenimlerim]]></category>

		<guid isPermaLink="false">http://www.ercangunes.com/?p=229</guid>
		<description><![CDATA[Deneme konusu 1 içeriği&#8230;]]></description>
			<content:encoded><![CDATA[<p>Deneme konusu 1 içeriği&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ercangunes.com/film-izlenimlerim/deneme-konusu-1-basligi.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

