<?xml version="1.0" encoding="iso-8859-9"?>
<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>CODE PROJECT &#124; php, codeigniter, smarty, design patterns &#187; tasarim</title>
	<atom:link href="http://code.internet.com.tr/kategori/tasarim/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.internet.com.tr</link>
	<description>bir gün bir gün bir çocuk</description>
	<lastBuildDate>Sun, 31 Jan 2010 11:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>kaçınılmaz html hataları</title>
		<link>http://code.internet.com.tr/kacinilmaz-html-hatalari/</link>
		<comments>http://code.internet.com.tr/kacinilmaz-html-hatalari/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:23:43 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[genel]]></category>
		<category><![CDATA[ipuçları]]></category>
		<category><![CDATA[tasarim]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=202</guid>
		<description><![CDATA[En çok kullanılan bazı html yanlışları.
#1 Benzer ID&#8217;ler
Yanlış

1
2
&#60;div id=&#34;someName&#34;&#62;Information&#60;/div&#62;
&#60;div id=&#34;someName&#34;&#62;Other information&#60;/div&#62;

Doğru

1
2
&#60;div id=&#34;information&#34;&#62;Information&#60;/div&#62;
&#60;div id=&#34;otherInfo&#34;&#62;Other information&#60;/div&#62;


#2 Alt etkiketi kullanmamak
Yanlış

1
&#60;img src=&#34;image.jpg&#34; /&#62;

Doğru

1
&#60;img src=&#34;image.jpg&#34;  alt=&#34;image alt tag&#34; /&#62;

#3 onClick kullanımı
Yanlış

1
&#60;a href=&#34;#&#34; onclick=&#34;popup();&#34;&#62;Click Here&#60;/a&#62;

Doğru

1
2
3
4
5
6
7
8
9
10
11
12
13
14
&#60;a href=&#34;popup.html&#34; rel=&#34;external&#34;&#62;Click Here&#60;/a&#62;
&#160;
&#60;script type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62;
    $('a[rel=&#34;external&#34;]').click( function() {
        popUp($(this).attr('href'));
       [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/kacinilmaz-html-hatalari/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sayfanızın seo puanını ölçün</title>
		<link>http://code.internet.com.tr/sayfanizin-seo-puanini-olcun/</link>
		<comments>http://code.internet.com.tr/sayfanizin-seo-puanini-olcun/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:08:15 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[genel]]></category>
		<category><![CDATA[tasarim]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=82</guid>
		<description><![CDATA[Raven tarafından ücretsiz sunulan uygulama ile web sitenizin seo puanını ölçebilirsiniz. Ölçüm sonucunda size 100 üzerinden puan vermesinin yanı sıra seo ile ilgili olarak değiştirmeniz gereken şeyleride belirtiyor. Analiz aşağıdaki bölümlerden oluşuyor. Sitenizi analiz etmek için tıklayın.
Semantic Structure
Page Content
Obsolete &#038; Deprecated HTML
Inline Styles
Download Size/Time
Total Page Size
Head Content
Outgoing Links
Overall Score for Design
]]></description>
		<wfw:commentRss>http://code.internet.com.tr/sayfanizin-seo-puanini-olcun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sitenizi IE8, IE7, IE6, ve IE5.5 ile kontrol edin.</title>
		<link>http://code.internet.com.tr/sitenizi-ie8-ie7-ie6-ve-ie5-5-ile-kontrol-edin/</link>
		<comments>http://code.internet.com.tr/sitenizi-ie8-ie7-ie6-ve-ie5-5-ile-kontrol-edin/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:03:30 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[genel]]></category>
		<category><![CDATA[tasarim]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=54</guid>
		<description><![CDATA[
Bu program sitenizin eski internet explorer versiyonları ile kontrol edilmesini sağlar. Programın Vista ve XP&#8217;de çalışıyor.

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.

Daha ayrıntılı bilgi için programın [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/sitenizi-ie8-ie7-ie6-ve-ie5-5-ile-kontrol-edin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>icon set : ruby on rails</title>
		<link>http://code.internet.com.tr/ruby-on-rails-icon-set/</link>
		<comments>http://code.internet.com.tr/ruby-on-rails-icon-set/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:28:46 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[icon sets]]></category>
		<category><![CDATA[tasarim]]></category>
		<category><![CDATA[ikon]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=38</guid>
		<description><![CDATA[DevianArt&#8217;ta karşılaştığım ikon seti.
http://3nc.deviantart.com/art/Ruby-Programming-Icons-102922651
]]></description>
		<wfw:commentRss>http://code.internet.com.tr/ruby-on-rails-icon-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
