<?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; Bengü Özgüngör</title>
	<atom:link href="http://www.dahiweb.com/author/bengu-ozgungor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dahiweb.com</link>
	<description>bi şeyler öğrenmek isteyenlere...</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:59:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>C# 2-9 arası rakamlara bölünebilen sayılar(combobox)</title>
		<link>http://www.dahiweb.com/c-2-9-arasi-rakamlara-bolunebilen-sayilarcombobox</link>
		<comments>http://www.dahiweb.com/c-2-9-arasi-rakamlara-bolunebilen-sayilarcombobox#comments</comments>
		<pubDate>Sat, 21 Nov 2009 23:43:17 +0000</pubDate>
		<dc:creator>Bengü Özgüngör</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[c# ComboBox]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=2212</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 WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { } private void Form1_Load(object sender, EventArgs e) { comboBox1.Items.Add(&#8220;2 ile bölünebilen sayilar&#8221;); comboBox1.Items.Add(&#8220;3 ile bölünebilen sayilar&#8221;); comboBox1.Items.Add(&#8220;4 ile bölünebilen [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/c-2-9-arasi-rakamlara-bolunebilen-sayilarcombobox/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Php post methodu</title>
		<link>http://www.dahiweb.com/php-post-methodu</link>
		<comments>http://www.dahiweb.com/php-post-methodu#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:15:26 +0000</pubDate>
		<dc:creator>Bengü Özgüngör</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=2195</guid>
		<description><![CDATA[Formdan post metodu ile gönderilen sayı kadar tabloda satır açmaya yarayan kod örneği: (5 girerseniz 5 satırdan oluşan tablo oluşturur) &#60;form action=&#8221;" method=&#8221;post&#8221; name=&#8221;form1&#8243;&#62; Sayı Giriniz : &#60;input name=&#8221;bb&#8221; type=&#8221;text&#8221; /&#62; &#60;label&#62; &#60;input type=&#8221;submit&#8221; name=&#8221;Submit&#8221; value=&#8221;Oluştur&#8221; /&#62; &#60;/label&#62; &#60;table width=&#8221;200&#8243; border=&#8221;1&#8243;&#62;   //tek satır ve sütundan oluşan bir tablo oluşturduk.. //html kodları içerisine  php kodları açtık.. [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/php-post-methodu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Basit Hesap Makinesi..</title>
		<link>http://www.dahiweb.com/php-basit-hesap-makinesi</link>
		<comments>http://www.dahiweb.com/php-basit-hesap-makinesi#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:02:18 +0000</pubDate>
		<dc:creator>Bengü Özgüngör</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[hesap makinesi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[radiobutton]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=2180</guid>
		<description><![CDATA[&#60;form action=&#8221;" method=&#8221;post&#8221; name=&#8221;form1&#8243;&#62; //post methodu ile formumuzu açtık   &#60;label&#62;&#60;/label&#62;   &#60;table width=&#8221;369&#8243; height=&#8221;162&#8243; border=&#8221;0&#8243;&#62;     &#60;tr&#62;       &#60;td width=&#8221;198&#8243; rowspan=&#8221;2&#8243;&#62;Sayi 1             &#60;input name=&#8221;sayi1&#8243; type=&#8221;text&#8221; id=&#8221;sayi1&#8243; /&#62;//1.sayı girişi &#60;/td&#62;       &#60;td width=&#8221;155&#8243;&#62;&#60;label&#62;         &#60;input name=&#8221;radiobutton&#8221; type=&#8221;radio&#8221; value=&#8221;topla&#8221; /&#62;//topla radiobuttonu        Topla&#60;/label&#62;&#60;/td&#62;     &#60;/tr&#62;     &#60;tr&#62;       &#60;td height=&#8221;31&#8243;&#62;&#60;label&#62;         &#60;input name=&#8221;radiobutton&#8221; type=&#8221;radio&#8221; value=&#8221;cikar&#8221; [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/php-basit-hesap-makinesi/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

