﻿<?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>Uğur Ethem Aydın Kişisel Blogu &#187; JavaScript</title>
	<atom:link href="http://www.ugurethemaydin.com/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ugurethemaydin.com</link>
	<description>Asp, Mysql, HTML, JavaScript, Photoshop, Jquery, Seo ve daha fazlası...</description>
	<lastBuildDate>Fri, 25 Jun 2010 22:06:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript Kiosk Mode</title>
		<link>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html</link>
		<comments>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:01:06 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=295</guid>
		<description><![CDATA[Firefox ve safaride tam manası ile çalışmasada, internet kullanan  dostlarımızın çoğunluğu ( Developer ve designer lar hariç) genel olarak  internet explorer kullanmakta ve bana gelen bir istek üzerine bir  çalışmada full screen bir sayfa açılmasını istemişlerdi buna istinaden  bulduğum kodu sizinle paylaşmak isterim
&#60;script language="javascript" type="text/javascript"&#62;

window.open("default2.aspx",null,"toolbar=no,menubar=no,scrollbars=no,
resizable=no,location=no,directories=no,status=no,titlebar=no,fullscreen=yes");

self.resizeTo(screen.width,screen.height);

self.moveTo(0,0);

//if(navigator.appName == "Microsoft Internet Explorer")
if(browser == "Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox ve safaride tam manası ile çalışmasada, internet kullanan  dostlarımızın çoğunluğu ( Developer ve designer lar hariç) genel olarak  internet explorer kullanmakta ve bana gelen bir istek üzerine bir  çalışmada full screen bir sayfa açılmasını istemişlerdi buna istinaden  bulduğum kodu sizinle paylaşmak isterim<span id="more-295"></span></p>
<pre class="brush: javascript;">&lt;script language="javascript" type="text/javascript"&gt;

window.open("default2.aspx",null,"toolbar=no,menubar=no,scrollbars=no,
resizable=no,location=no,directories=no,status=no,titlebar=no,fullscreen=yes");

self.resizeTo(screen.width,screen.height);

self.moveTo(0,0);

//if(navigator.appName == "Microsoft Internet Explorer")
if(browser == "Microsoft Internet Explorer")

{
if(b_version == "7")

window.open('','_self');

else

window.opener = self;

window.close();

}
else

{
window.open('','_parent','');

window.close();

}

&lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Çekici jQuery Slaytları Oluşturma Rehberi</title>
		<link>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html</link>
		<comments>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:15:09 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=246</guid>
		<description><![CDATA[Bu yazımızda hoş bir jQuery slaytı oluşturmayı inceleyeceğiz. Ayrıca bu resimlere başlık ve açıklama eklemeyi de göreceğiz.
Ama önce bitmiş halini bir görelim :

#ornekdivismi{
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
}

]]></description>
			<content:encoded><![CDATA[<p>Bu yazımızda hoş bir jQuery slaytı oluşturmayı inceleyeceğiz. Ayrıca bu resimlere başlık ve açıklama eklemeyi de göreceğiz.<span id="more-246"></span></p>
<p>Ama önce bitmiş halini bir görelim :</p>
<pre class="brush: css;">
#ornekdivismi{
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
