<?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>Bilişimcilerin Otağı... &#187; Sefahat</title>
	<atom:link href="http://www.dahiweb.com/author/sefahat/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dahiweb.com</link>
	<description>bir şeyler öğrenmek isteyenlere...</description>
	<lastBuildDate>Tue, 13 Jul 2010 19:23:21 +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>Engelliler İçin Asansör Sistemi Projemiz</title>
		<link>http://www.dahiweb.com/engelliler-icin-asansor-sistemi-projemiz</link>
		<comments>http://www.dahiweb.com/engelliler-icin-asansor-sistemi-projemiz#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:54:35 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=3753</guid>
		<description><![CDATA[İsmail Kahraman Kültür Merkezi&#8217;nde yapılan Proje Tabanlı Beceri Yarışması&#8217;nda beklediğimiz sonucu aldık. 1-5 Mart tarihlerinde yapılacak olan Erzurum Bölge Yarışmasında ilimizi ve okulumuzu en iyi şekilde temsil edeceğimize  inanıyoruz. Projemizin amacı:  Görme ve uzuvsal engellilerin asansör kullanımı sırasındaki karşılaştıkları problemleri ortadan kaldırmayı amaçladık.  Hedefimiz: Yapmış olduğumuz sistem ile görme engelli ve uzuvsal engelli kişilerin başkasından yardım almadan [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/engelliler-icin-asansor-sistemi-projemiz/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C# Varmısın Yokmusun Programı</title>
		<link>http://www.dahiweb.com/c-varmisin-yokmusun-programi</link>
		<comments>http://www.dahiweb.com/c-varmisin-yokmusun-programi#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:04:20 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[c# Varmısın Yokmusun]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=3594</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication6 {     public partial class Form1 : Form     {         int[] sayi = new int[20];         Random rnd = new Random();         public Form1()         {             InitializeComponent();         } //Form      private void Form1_Load(object sender, EventArgs e) [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/c-varmisin-yokmusun-programi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#&#8217;ta Radio Button Kullanımı</title>
		<link>http://www.dahiweb.com/cta-radio-button-kullanimi</link>
		<comments>http://www.dahiweb.com/cta-radio-button-kullanimi#comments</comments>
		<pubDate>Wed, 09 Dec 2009 09:34:22 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=2484</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;  namespace WindowsApplication2 {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }          private void radioButton1_Click(object sender, EventArgs e)         {             //radio button 1 in Click&#8217;ine yazılır             int a;             [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/cta-radio-button-kullanimi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c#&#8217;ta Celcius Ve Fahrenayt</title>
		<link>http://www.dahiweb.com/cta-celcius-ve-fahrenayt</link>
		<comments>http://www.dahiweb.com/cta-celcius-ve-fahrenayt#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:11:32 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C#ta For Kullanımı]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=1337</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;   namespace WindowsApplication10 {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }           private void button1_Click(object sender, EventArgs e)         {             double i;             for (int a = 0; [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/cta-celcius-ve-fahrenayt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#&#8217;ta ListBox Ve ComboBox Kullanımı</title>
		<link>http://www.dahiweb.com/cta-listbox-ve-combobox-kullanimi</link>
		<comments>http://www.dahiweb.com/cta-listbox-ve-combobox-kullanimi#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:07:26 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[c# ComboBox]]></category>
		<category><![CDATA[c# ComboBox  Kullanımı]]></category>
		<category><![CDATA[c# ListBox]]></category>
		<category><![CDATA[c# ListBox kullanımı]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=1334</guid>
		<description><![CDATA[ListBox ve ComboBox Kullanımını Beraber İnceleyelim.. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;   namespace WindowsApplication8 {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }         private void Form1_Load(object sender, EventArgs e)         {    comboBox3.Items.Add(&#8220;Doktor&#8221;);    comboBox3.Items.Add(&#8220;Ogretmen&#8221;); [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/cta-listbox-ve-combobox-kullanimi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#&#8217;ta Hesap Makinesi</title>
		<link>http://www.dahiweb.com/cta-hesap-makinesi</link>
		<comments>http://www.dahiweb.com/cta-hesap-makinesi#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:15:24 +0000</pubDate>
		<dc:creator>Sefahat</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[c# hesap makinası]]></category>
		<category><![CDATA[c# ile hesap makinası]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=1143</guid>
		<description><![CDATA[Merhabalar&#8230; C#ta hesap makinesi yapımını beraber inceleyelim&#8230; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;   namespace WindowsApplication2 {     public partial class Form1 : Form     { //Tanımlamalarımız.         int  sayi1,sayi;         string isaret = &#8220;&#8221;;         bool isaret1;         public Form1()         {             InitializeComponent();         } [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/cta-hesap-makinesi/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
