<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>selim topaloğlu &#187; CSS</title>
	<atom:link href="http://selim.topaloglu.net/index.php/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://selim.topaloglu.net</link>
	<description>bir programcının günlüğü</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:40:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS ile resim boyutlandırma</title>
		<link>http://selim.topaloglu.net/css/css-ile-resim-boyutlandirma/</link>
		<comments>http://selim.topaloglu.net/css/css-ile-resim-boyutlandirma/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 13:34:52 +0000</pubDate>
		<dc:creator>Selim Topaloğlu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[resim]]></category>

		<guid isPermaLink="false">http://selim.topaloglu.net/?p=126</guid>
		<description><![CDATA[Daha önce resim boyutlandırma için bir JavaScript kodu yayınlamıştım&#8230; Daha pratik ve daha hızlı bir çözüm olarak CSS ile resim boyutlandırma yapabiliyormuşuz   Ayrıca CSS sayesinde belli bölgeler içinde bu stili sağlayabiliyoruz.
Kod için Natu ya teşekkürler.
[css]#Ajans img {
	max-width: 260px;
	max-height: 260px;
	letter-spacing: expression(((this.width>260)?this.width=260:null)?&#8221;normal&#8221;:&#8221;normal&#8221;);
	word-spacing: expression(((this.height>260)?this.height=260:null)?&#8221;normal&#8221;:&#8221;normal&#8221;);
}[/css]
Yukarıdaki kod ile #Ajans ID sinin içindeki resimlerin boyutunu küçültüyor.
]]></description>
			<content:encoded><![CDATA[<p>Daha önce resim boyutlandırma için bir JavaScript kodu <a href="http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/">yayınlamıştım</a>&#8230; Daha pratik ve daha hızlı bir çözüm olarak CSS ile resim boyutlandırma yapabiliyormuşuz <img src='http://selim.topaloglu.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Ayrıca CSS sayesinde belli bölgeler içinde bu stili sağlayabiliyoruz.</p>
<p>Kod için <a href="http://www.simtoalev.com" target="_blank">Natu</a> ya teşekkürler.</p>
<p>[css]#Ajans img {<br />
	max-width: 260px;<br />
	max-height: 260px;<br />
	letter-spacing: expression(((this.width>260)?this.width=260:null)?&#8221;normal&#8221;:&#8221;normal&#8221;);<br />
	word-spacing: expression(((this.height>260)?this.height=260:null)?&#8221;normal&#8221;:&#8221;normal&#8221;);<br />
}[/css]</p>
<p>Yukarıdaki kod ile #Ajans ID sinin içindeki resimlerin boyutunu küçültüyor.</p>
]]></content:encoded>
			<wfw:commentRss>http://selim.topaloglu.net/css/css-ile-resim-boyutlandirma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Linklerinizi ikonlandırın</title>
		<link>http://selim.topaloglu.net/css/linklerinizi-ikonlandirin/</link>
		<comments>http://selim.topaloglu.net/css/linklerinizi-ikonlandirin/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 00:15:47 +0000</pubDate>
		<dc:creator>Selim Topaloğlu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iconize]]></category>

		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/css/linklerinizi-ikonlandirin/</guid>
		<description><![CDATA[
Iconize; IE7, Firefox, Safari, Opera, Camino gibi browserlarda başarıyla çalışan bir uygulama&#8230; Çeşitli uzantılarda verilen linkleri ikonlandırarak linkleri anlaşılır hale getirip sınıflandırmanızı sağlıyor. Ziyaretçileriniz için güzel birşey bence bu.
Tek sorun IE6 da çalışmaması&#8230; Iconize sadece bir .css dosyasıyla çalışıyor  
İşte bir .pdf için kullanılan sınıf;
[css]a[href$='.pdf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(icons/icon_pdf.gif) no-repeat center [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a target="_blank" href="http://pooliestudios.com/projects/iconize/"><img src="http://selim.topaloglu.net/wp-content/uploads/2008/02/iconize.gif" alt="iconize.gif" border="0" /></a></p>
<p><a target="_blank" href="http://pooliestudios.com/projects/iconize/"><strong>Iconize</strong></a>; IE7, Firefox, Safari, Opera, Camino gibi browserlarda başarıyla çalışan bir uygulama&#8230; Çeşitli uzantılarda verilen linkleri ikonlandırarak linkleri anlaşılır hale getirip sınıflandırmanızı sağlıyor. Ziyaretçileriniz için güzel birşey bence bu.</p>
<p>Tek sorun IE6 da çalışmaması&#8230; Iconize sadece bir .css dosyasıyla çalışıyor <img src='http://selim.topaloglu.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>İşte bir .pdf için kullanılan sınıf;</p>
<p>[css]a[href$='.pdf'] {<br />
 padding: 5px 20px 5px 0;<br />
 background: transparent url(icons/icon_pdf.gif) no-repeat center right;<br />
}[/css]</p>
<p>Sadece 4kb lık bu uygulama sıkıştırılmış olarak sunulmamış. Fakat bunu siz <a target="_blank" href="http://www.cssdrive.com/index.php/main/csscompressor/">yapabilirsiniz</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://selim.topaloglu.net/css/linklerinizi-ikonlandirin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://selim.topaloglu.net/wp-content/uploads/2008/02/iconize.gif" />
		<media:content url="http://selim.topaloglu.net/wp-content/uploads/2008/02/iconize.gif" medium="image">
			<media:title type="html">iconize.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS PNG-Hack</title>
		<link>http://selim.topaloglu.net/css/css-png-hack/</link>
		<comments>http://selim.topaloglu.net/css/css-png-hack/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 03:57:21 +0000</pubDate>
		<dc:creator>Selim Topaloğlu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[AlphaImageLoader]]></category>
		<category><![CDATA[DXImageTransform]]></category>
		<category><![CDATA[png hack]]></category>

		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/css/css-png-hack/</guid>
		<description><![CDATA[CSS PNG-Hack&#124; Transparan PNG resimler IE6 da saçmalıyordu, arkaplan cins cins renklerde çıkıyordu. Kısa bir çözüm olarak çok gerekli, önemli birşey değilse .gif haline getiriyordum. Daha sonra ise birkaç javascript kodu bulup onları kullanmaya başladım ama yüksek boyuttalardı. Ayrıca sayfa yüklendikten sonra bile bir süre ağırlık oluyordu.
Daha etkili bir çözüm olarak şu geçti elime, fakat [...]]]></description>
			<content:encoded><![CDATA[<p>CSS PNG-Hack| Transparan PNG resimler IE6 da saçmalıyordu, arkaplan cins cins renklerde çıkıyordu. Kısa bir çözüm olarak çok gerekli, önemli birşey değilse .gif haline getiriyordum. Daha sonra ise birkaç javascript kodu bulup onları kullanmaya başladım ama yüksek boyuttalardı. Ayrıca sayfa yüklendikten sonra bile bir süre ağırlık oluyordu.</p>
<p>Daha etkili bir çözüm olarak şu <a href="http://www.andrewsellick.com/27/css-png-hack-for-internet-explorer-ie" target="_blank">geçti</a> elime, fakat yinede hala istediğim gibi değil <img src='http://selim.topaloglu.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[css].ie-png {<br />
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;resim.png&#8217;,sizingMethod=&#8217;scale&#8217;);<br />
height: 50px;<br />
width: 257px;<br />
}</p>
<p>.ie-hide{<br />
border:0px solid #FFFFFF;<br />
_display:none;<br />
}[/css]</p>
<p>[html]</p>
<div class="ie-png"><img class="ie-hide" title="Andrew Sellick DOT COM" src="andrewsellick.png" alt="Andrew Sellick DOT COM" /></div>
<p>[/html]</p>
]]></content:encoded>
			<wfw:commentRss>http://selim.topaloglu.net/css/css-png-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://selim.topaloglu.netandrewsellick.png" />
		<media:content url="http://selim.topaloglu.netandrewsellick.png" medium="image">
			<media:title type="html">Andrew Sellick DOT COM</media:title>
		</media:content>
	</item>
	</channel>
</rss>
