<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>JavaScript ile resim boyutlandırma yazısına yapılan yorumlar</title>
	<atom:link href="http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/feed/" rel="self" type="application/rss+xml" />
	<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/</link>
	<description>bir programcının günlüğü</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:33:40 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Selim Topaloğlu tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-72</link>
		<dc:creator>Selim Topaloğlu</dc:creator>
		<pubDate>Sun, 17 May 2009 22:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-72</guid>
		<description>Merhaba Mahmut, JQuery ile istediğini yapmıştım, kullabilirsin.

$(document).ready(function() {
    $(&quot;#divadi img&quot;).each(function() {
          if (this.width &gt;= 450) {
             this.width=450;
             this.height=Math.round(this.height*450/this.width);
          }
    });
});</description>
		<content:encoded><![CDATA[<p>Merhaba Mahmut, JQuery ile istediğini yapmıştım, kullabilirsin.</p>
<p>$(document).ready(function() {<br />
    $(&#8221;#divadi img&#8221;).each(function() {<br />
          if (this.width >= 450) {<br />
             this.width=450;<br />
             this.height=Math.round(this.height*450/this.width);<br />
          }<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Mehmet Mutlu tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-71</link>
		<dc:creator>Mehmet Mutlu</dc:creator>
		<pubDate>Sun, 17 May 2009 22:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-71</guid>
		<description>Tüm sayfada değilde sadece adını verdiğimiz div içersinde böyle bişey yapılabilir mi acaba olursa çok makbule geçer</description>
		<content:encoded><![CDATA[<p>Tüm sayfada değilde sadece adını verdiğimiz div içersinde böyle bişey yapılabilir mi acaba olursa çok makbule geçer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Selçuk tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-70</link>
		<dc:creator>Selçuk</dc:creator>
		<pubDate>Wed, 13 Feb 2008 13:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-70</guid>
		<description>Orantısal olarak denemek istiyorum..Mesela 1024/2 veya 1024/8 olarak bu şekilde o kadar bozulma olmaz herhalde.Bu arada kod için çok saqol güzel bir uygulama</description>
		<content:encoded><![CDATA[<p>Orantısal olarak denemek istiyorum..Mesela 1024/2 veya 1024/8 olarak bu şekilde o kadar bozulma olmaz herhalde.Bu arada kod için çok saqol güzel bir uygulama</p>
]]></content:encoded>
	</item>
	<item>
		<title>Burçin Mumcuoğlu tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-69</link>
		<dc:creator>Burçin Mumcuoğlu</dc:creator>
		<pubDate>Mon, 11 Feb 2008 23:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-69</guid>
		<description>SC&#039;de en beğendim olaylardan biri bu resimleri ufaltması.

Tam bilmemek ile birlikte javascript ile bir çok kolaylık sağlanabilmekte.

Resimler bozmuyor da şimdide smile&#039;ların yanlış kullanımı sonrasında kaymalar oluyor...</description>
		<content:encoded><![CDATA[<p>SC&#8217;de en beğendim olaylardan biri bu resimleri ufaltması.</p>
<p>Tam bilmemek ile birlikte javascript ile bir çok kolaylık sağlanabilmekte.</p>
<p>Resimler bozmuyor da şimdide smile&#8217;ların yanlış kullanımı sonrasında kaymalar oluyor&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Selim Topaloğlu tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-68</link>
		<dc:creator>Selim Topaloğlu</dc:creator>
		<pubDate>Mon, 11 Feb 2008 13:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-68</guid>
		<description>Kod içinde Pixel i küçültebilirsin... Bozma olacaktır. Orantılı küçültsede mutlaka bi pixelleşme olur.</description>
		<content:encoded><![CDATA[<p>Kod içinde Pixel i küçültebilirsin&#8230; Bozma olacaktır. Orantılı küçültsede mutlaka bi pixelleşme olur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Selçuk tarafından</title>
		<link>http://selim.topaloglu.net/javascript/javascript-ile-resim-boyutlandirma/#comment-67</link>
		<dc:creator>Selçuk</dc:creator>
		<pubDate>Sun, 10 Feb 2008 20:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://selim.topaloglu.net/index.php/javascript/javascript-ile-resim-boyutlandirma/#comment-67</guid>
		<description>Peki selim bu kodu daha küçültmek için kullanabilir miyiz. Resmi aşırı derecede bozma yapar mı?</description>
		<content:encoded><![CDATA[<p>Peki selim bu kodu daha küçültmek için kullanabilir miyiz. Resmi aşırı derecede bozma yapar mı?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
