<?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>Alper Onur</title>
	<atom:link href="http://www.alperonur.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alperonur.net</link>
	<description>Debugging...</description>
	<lastBuildDate>Wed, 15 Feb 2012 10:18:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google +1 butonu eklemek</title>
		<link>http://www.alperonur.net/2012/02/14/google-1-butonu-eklemek/</link>
		<comments>http://www.alperonur.net/2012/02/14/google-1-butonu-eklemek/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 17:05:02 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Java Script]]></category>
		<category><![CDATA[+1]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=110</guid>
		<description><![CDATA[http://www.google.com/intl/tr/webmasters/+1/button/]]></description>
		<wfw:commentRss>http://www.alperonur.net/2012/02/14/google-1-butonu-eklemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant task ile uppercase, lowercase</title>
		<link>http://www.alperonur.net/2012/02/14/ant-task-ile-uppercase-lowercase/</link>
		<comments>http://www.alperonur.net/2012/02/14/ant-task-ile-uppercase-lowercase/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 13:42:30 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Ant Task]]></category>
		<category><![CDATA[ant task]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=102</guid>
		<description><![CDATA[&#60;target name=&#8221;capitalize&#8221;&#62; &#60;property name=&#8221;foo&#8221; value=&#8221;This is a normal line that doesn&#8217;t say much&#8221;/&#62; &#60;!&#8211; Using Javascript functions to convert the string &#8211;&#62; &#60;script language=&#8221;javascript&#8221;&#62; &#60;![CDATA[ // getting the value sentence = project.getProperty("foo"); // convert to uppercase lowercaseValue = sentence.toLowerCase(); uppercaseValue &#8230; <a href="http://www.alperonur.net/2012/02/14/ant-task-ile-uppercase-lowercase/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.alperonur.net/2012/02/14/ant-task-ile-uppercase-lowercase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swing ile html içeriği gösterme</title>
		<link>http://www.alperonur.net/2011/12/16/swing-ile-html-icerigi-gosterme/</link>
		<comments>http://www.alperonur.net/2011/12/16/swing-ile-html-icerigi-gosterme/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:00:20 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=97</guid>
		<description><![CDATA[JEditorPane herşeyi sizin için hallediyor. Komplex sayfalar için tavsiye etmiyorum. Chrome yada Firefox ta gördüğünüz görüntüyü elde edemezsiniz. Layout ta kaymalar oluşuyor. Sizin için hazırladığım örnek class a bakabilirsiniz: package com.alper.onur; import java.awt.BorderLayout; import java.io.IOException; import javax.swing.JDialog; import javax.swing.JEditorPane; import &#8230; <a href="http://www.alperonur.net/2011/12/16/swing-ile-html-icerigi-gosterme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.alperonur.net/2011/12/16/swing-ile-html-icerigi-gosterme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ivy için default cache dizininin verilmesi</title>
		<link>http://www.alperonur.net/2011/12/15/ivy-icin-default-cache-dizininin-verilmesi/</link>
		<comments>http://www.alperonur.net/2011/12/15/ivy-icin-default-cache-dizininin-verilmesi/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 09:29:45 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[ivy]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=94</guid>
		<description><![CDATA[Eğer projelerinizin classpath lerini manage etmek için IVY kullanıyorsanız, default cache dizinini ivysettings.xml içerisinden aşağıdaki şekilde ayarlayabilirsiniz. &#60;ivysettings&#62; &#60;caches defaultCacheDir=&#8221;/path/to/my/cache/dir&#8221;/&#62; &#60;/ibysettings&#62;]]></description>
		<wfw:commentRss>http://www.alperonur.net/2011/12/15/ivy-icin-default-cache-dizininin-verilmesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse – WebSphere Application Server Remote Debug</title>
		<link>http://www.alperonur.net/2011/12/15/eclipse-websphere-application-server-remote-debug/</link>
		<comments>http://www.alperonur.net/2011/12/15/eclipse-websphere-application-server-remote-debug/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 07:41:25 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[IBM WebSphere]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Remote Debug]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=59</guid>
		<description><![CDATA[WAS Konfigürasyonu Websphere Application Server’ın debug opsiyonu açık olmalı, bu opsiyon yeni enable edilmişse server yeniden başlatılmalıdır. Server’ın debug opsiyonunu enable etmek için “Application Servers” sayfasından, debug edilecek server seçilmelidir.   Daha sonra, “Server Infrastructure” à “Process Definition” à “Java Virtual Machine” linkleri takip &#8230; <a href="http://www.alperonur.net/2011/12/15/eclipse-websphere-application-server-remote-debug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.alperonur.net/2011/12/15/eclipse-websphere-application-server-remote-debug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomcat Load Balancing</title>
		<link>http://www.alperonur.net/2011/12/14/load-balancing/</link>
		<comments>http://www.alperonur.net/2011/12/14/load-balancing/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 13:54:51 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Load Balancing]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=40</guid>
		<description><![CDATA[Tomcat Port Ayarları Bu yazıda yer alan anlatım Tomcat 6.0.32 ve Apache 2.2.17 Web Server üzerinde denenmiş ve çalıştırılmıştır. Bir makineye birden fazla Tomcat kurulabilmesi için yapılması gerekenler: 1. http://tomcat.apache.org/download-60.cgi adresinden Tomcat in son sürümü indirilir. Tomcat zip dosyası açılarak ya da &#8230; <a href="http://www.alperonur.net/2011/12/14/load-balancing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.alperonur.net/2011/12/14/load-balancing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merhaba!</title>
		<link>http://www.alperonur.net/2011/12/12/merhaba-dunya/</link>
		<comments>http://www.alperonur.net/2011/12/12/merhaba-dunya/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 11:47:01 +0000</pubDate>
		<dc:creator>symbolic82</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://www.alperonur.net/?p=1</guid>
		<description><![CDATA[Blog siteme hoş geldiniz. Umarım yazılarım ve çalışmalarım size faydalı olacaktır. Tüm sorularınızı cevaplamaktan mutluluk duyacağım.]]></description>
		<wfw:commentRss>http://www.alperonur.net/2011/12/12/merhaba-dunya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

