<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>madvens</title>
	<atom:link href="http://madvens.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://madvens.wordpress.com</link>
	<description>neyi unutmamak için yaptığımı hatırlamadığım bir site..</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='madvens.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/50e37be4803c61a844d46078d69af489?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>madvens</title>
		<link>http://madvens.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://madvens.wordpress.com/osd.xml" title="madvens" />
	<atom:link rel='hub' href='http://madvens.wordpress.com/?pushpress=hub'/>
		<item>
		<title>windows&#8217;ta nginx kurulumu ve proxy olarak kullanımı</title>
		<link>http://madvens.wordpress.com/2012/02/08/windowsta-nginx-kurulumu-ve-proxy-olarak-kullanimi/</link>
		<comments>http://madvens.wordpress.com/2012/02/08/windowsta-nginx-kurulumu-ve-proxy-olarak-kullanimi/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 22:41:20 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=137</guid>
		<description><![CDATA[önce windows için burdan indiriyoruz. conf klasöründeki nginx.conf dosyasında şu gibi değişiklikleri yapıyoruz: server { listen 80; server_name localhost; location / { #proxy_pass http://localhost:8080; proxy_pass http://madvens.wordpress.com; } } cmd den nginx klasörüne girip start nginx komutu ile nginx&#8217;i çalıştırıyoruz. artık 80. porta gelen istekleri nginx otomatik proxy_pass te belirttiğimiz yere yönlendiriyor. not: nginx i durdurmak için: taskkill /F [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=137&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>önce windows için <a title="nginx windows download" href="http://nginx.org/en/download.html">burdan</a> indiriyoruz.</p>
<p>conf klasöründeki nginx.conf dosyasında şu gibi değişiklikleri yapıyoruz:</p>
<pre>server {
 listen 80;
 server_name localhost;

 location / {
 #proxy_pass http://localhost:8080;
 proxy_pass <a href="http://madvens.wordpress.com/">http://madvens.wordpress.com</a>;
 }
}</pre>
<p>cmd den nginx klasörüne girip <code>start nginx</code> komutu ile nginx&#8217;i çalıştırıyoruz.</p>
<p>artık 80. porta gelen istekleri nginx otomatik proxy_pass te belirttiğimiz yere yönlendiriyor.</p>
<p>not: nginx i durdurmak için: <code>taskkill /F /IM nginx.exe</code></p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=137&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2012/02/08/windowsta-nginx-kurulumu-ve-proxy-olarak-kullanimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
		<item>
		<title>Jelastic&#8217;te mysql konfigürasyonu</title>
		<link>http://madvens.wordpress.com/2012/02/07/jelasticte-mysql-konfigurasyonu/</link>
		<comments>http://madvens.wordpress.com/2012/02/07/jelasticte-mysql-konfigurasyonu/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 06:41:46 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[jelastic]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=122</guid>
		<description><![CDATA[http://jelastic.com/docs/connection-to-mysql &#60;bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"&#62; &#60;property name="driverClassName" value="com.mysql.jdbc.Driver"/&#62; &#60;!--&#60;property name="url" value="jdbc:mysql://localhost:3306/fcDb"/&#62;--&#62; &#60;property name="url" value="jdbc:mysql://mysql-formCreator.jelastic.servint.net/JelasticDB"/&#62; &#60;property name="username" value="jelasticDBUser"/&#62; &#60;property name="password" value="jelasticDBUser"/&#62; &#60;/bean&#62; undefined<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=122&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://jelastic.com/docs/connection-to-mysql</p>
<pre>&lt;bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"&gt;
 &lt;property name="driverClassName" value="com.mysql.jdbc.Driver"/&gt;
 &lt;!--&lt;property name="url" value="jdbc:mysql://localhost:3306/fcDb"/&gt;--&gt;
 &lt;property name="url" value="jdbc:mysql://mysql-formCreator.jelastic.servint.net/JelasticDB"/&gt;
 &lt;property name="username" value="jelasticDBUser"/&gt;
 &lt;property name="password" value="jelasticDBUser"/&gt;
&lt;/bean&gt;</pre>
<div id="-chrome-auto-translate-plugin-dialog" style="display:none;opacity:1!important;background:transparent!important;position:absolute!important;top:0;left:0;overflow:visible!important;z-index:999999!important;text-align:left!important;border-color:none!important;margin:0!important;padding:0!important;">undefined</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=122&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2012/02/07/jelasticte-mysql-konfigurasyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse Kullanarak Android&#8217;de HelloWorld Uygulaması</title>
		<link>http://madvens.wordpress.com/2012/01/18/eclipse-kullanarak-androidde-helloworld/</link>
		<comments>http://madvens.wordpress.com/2012/01/18/eclipse-kullanarak-androidde-helloworld/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:13:19 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[HelloWorld]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=106</guid>
		<description><![CDATA[- Android SDK indirilmesi ve Kurulumu öncelikle bu adresten android sdk yı indiriyoruz. inince Android SDK’nın kurulduğu klasörde bulunan SDK Manager.exe dosyasını çalıştırıyoruz. program bize uygun olanları checkli gösterecek. accept all ve install diyoruz. &#8220;Access is denied&#8221; diye bişeyler çıkıyorsa programı baştan &#8220;run as administrator&#8221; diye çalıştırıyoruz ve yine accept all ve install&#8230; - Eclipse&#8217;de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=106&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>- Android SDK indirilmesi ve Kurulumu</h3>
<p>öncelikle <a href="http://developer.android.com/sdk/index.html">bu adresten</a> android sdk yı indiriyoruz. inince Android SDK’nın kurulduğu klasörde bulunan SDK Manager.exe dosyasını çalıştırıyoruz. program bize uygun olanları checkli gösterecek. accept all ve install diyoruz. &#8220;Access is denied&#8221; diye bişeyler çıkıyorsa programı baştan &#8220;run as administrator&#8221; diye çalıştırıyoruz ve yine accept all ve install&#8230;</p>
<h3>- Eclipse&#8217;de ADT Plugin Kurulumu</h3>
<p>şimdi eclipse de <a href="http://developer.android.com/sdk/eclipse-adt.html#installing">bu adreste</a> anlatıldığı gibi ADT Pluginini kuruyoruz. bakmaya üşenenler için:</p>
<ol>
<li>Start Eclipse, then select Help &gt; Install New Software&#8230;.</li>
<li>Click Add, in the top-right corner.</li>
<li>In the Add Repository dialog that appears, enter &#8220;ADT Plugin&#8221; for the Name and the following URL for the Location:</li>
<li>https://dl-ssl.google.com/android/eclipse/</li>
<li>Click OK</li>
<li>Note: If you have trouble acquiring the plugin, try using &#8220;http&#8221; in the Location URL, instead of &#8220;https&#8221; (https is preferred for security reasons).</li>
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click Next.</li>
<li>In the next window, you&#8217;ll see a list of the tools to be downloaded. Click Next.</li>
<li>Read and accept the license agreements, then click Finish.</li>
<p>Note: If you get a security warning saying that the authenticity or validity of the software can&#8217;t be established, click OK.</p>
<li>When the installation completes, restart Eclipse.</li>
</ol>
<p>Son olarak SDK Locatin ayarlarınız yapmalıyız. Bunun için ana menüden Window -&gt; Preferences yolunu takip edin. Daha sonra Android sekmesine tıklıyoruz. Sağ taraftan Browse seçeneğine tıklayarak, SDK Manager.exe’nin bulunduğu dizini seçiyoruz. Seçtikten sonra Apply yapıyoruz ve entegrasyon tamamlanmış oluyor.</p>
<h3>- HelloWorld!</h3>
<p>Kurulum işlemini tamamladıktan sonra “Hello World” uygulamasını yazmaya başlayabiliriz. burdan sonrası <a href="http://developer.android.com/resources/tutorials/hello-world.html">bu linkte</a> :) &#8220;Run the Application&#8221; bölümünü tamamladıktan sonra &#8220;Upgrade the UI to an XML Layout&#8221; bölümüne geçilmese de program artık çalışıyor..</p>
<h3>- Uygulamayı Gerçek Bir Cihazda Çalıştırmak</h3>
<p>şimdi geldi uygulamayı gerçek bir cihazda çalıştırmaya.. bunun <a href="http://www.brighthub.com/mobile/google-android/articles/37151.aspx">çeşitli </a>yolları var. bence en kolayı Astro File Manager gibi bir porgramı telefona android marketten indirmek. sd karta apk dosyasını taşıdıktan sonra bu program vasıtasıyla kolayca install edebiliyoruz. tavsiye ederim..</p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">undefined</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=106&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2012/01/18/eclipse-kullanarak-androidde-helloworld/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>
	</item>
		<item>
		<title>Git with Eclipse (EGit)</title>
		<link>http://madvens.wordpress.com/2012/01/15/git-with-eclipse-egit/</link>
		<comments>http://madvens.wordpress.com/2012/01/15/git-with-eclipse-egit/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:48:23 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=89</guid>
		<description><![CDATA[http://www.vogella.de/articles/EGit/article.html bu sitedeki adımları takip ettim. Fakat eclipseteki kodları github a push etmek isterken &#8220;Reason: ssh://git@github.com:22 Passphrase for ...&#8221; gibi bi hata çıkıyor. çünkü, bendeki eclipse versiyonu indigo ve galiba incubationlarda böyle bir bug varmış. bu linkte de görüldüğü gibi, eclipse in older versionlarından birini yüklemek gerekiyor. peki Where can I find older releases of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=89&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.vogella.de/articles/EGit/article.html</p>
<p>bu sitedeki adımları takip ettim. Fakat eclipseteki kodları github a push etmek isterken &#8220;<code>Reason: ssh://git@github.com:22 Passphrase for ...</code>&#8221; gibi bi hata çıkıyor. çünkü, bendeki eclipse versiyonu indigo ve galiba incubationlarda böyle bir bug varmış. bu <a href="http://stackoverflow.com/questions/7152838/egit-refuses-to-accept-id-rsa">linkte </a>de görüldüğü gibi, eclipse in older versionlarından birini yüklemek gerekiyor. peki <a href="http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F">Where can I find older releases of EGit?</a> :)<br />
bendeki güncel versiyonu uninstall edip, <code>http://download.eclipse.org/egit/updates-1.0</code> bunu install ettim, oldu. yani github a eclipseteki projeyi push edebildim.</p>
<p>Alternatively, şöyle de birşeyler var:</p>
<p>Simple fix that skips the passphrase and uses only Eclipse</p>
<ol>
<li>Use ssh-keygen from Git Bash, <a href="http://stackoverflow.com/questions/3601805/auth-problem-with-egit-and-github/5965118#5965118">or Eclipse</a>, to generate an RSA key, but do so without setting a passphrase.</li>
<li>Open and copy the public key from ~/.ssh/id_rsa.pub and add it to GitHub via the SSH Public Keys section in <a href="https://github.com/account/">Account Settings</a>.</li>
<li>Restart Eclipse. (Note: Not doing this was tripping me up for a while.)</li>
<li>Try the <a href="http://wiki.eclipse.org/EGit/User_Guide#Push_Upstream">Push Upstream steps</a> again from the EGit User Guide.</li>
</ol>
<p>The obvious pitfall here is that a passphrase cannot be associated with the RSA key. If skipping the passphrase is out of the question the following solution a little more up your alley.</p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=89&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2012/01/15/git-with-eclipse-egit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
		<item>
		<title>Tomcat – java.lang.OutOfMemoryError: PermGen space</title>
		<link>http://madvens.wordpress.com/2011/12/27/tomcat-java-lang-outofmemoryerror-permgen-space/</link>
		<comments>http://madvens.wordpress.com/2011/12/27/tomcat-java-lang-outofmemoryerror-permgen-space/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 15:12:34 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[outofmemoryerror]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=80</guid>
		<description><![CDATA[Tomcat production server sometime will hit the following java.lang.OutOfMemoryError: PermGen space error. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) It’s usually happened when the Tomcat start and stop few times. It’s just funny, however you can fine tune it with some minor changes in the Tomcat configuration setting. By default, Tomcat assigned [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=80&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tomcat production server sometime will hit the following <strong>java.lang.OutOfMemoryError: PermGen space</strong> error.</p>
<p><code>java.lang.OutOfMemoryError: PermGen space<br />
        at java.lang.ClassLoader.defineClass1(Native Method)<br />
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)<br />
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)</code></p>
<p>It’s usually happened when the Tomcat start and stop few times. It’s just funny, however you can fine tune it with some minor changes in the Tomcat configuration setting. By default, Tomcat assigned very little memory for the running process, you should increase the memory by make change in <strong>catalina.sh</strong> or <strong>catalina.bat</strong> file.</p>
<h3>How to fix it?</h3>
<p><strong>1) Find where is Cataline.sh located. We need to make some changes in “catalina.sh” file.</strong><br />
<em>P.S Cataline.sh is located at \tomcat folder\bin\catalina.sh</em></p>
<p><strong>2) Assign following line to JAVA_OPTS variable and add it into catalina.sh file.</strong></p>
<p><code>JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8<br />
-server -Xms1536m -Xmx1536m<br />
-XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m<br />
-XX:MaxPermSize=256m -XX:+DisableExplicitGC"</code></p>
<p>Partial example of the <strong>catalina.sh</strong> file</p>
<p><code>#   JSSE_HOME       (Optional) May point at your Java Secure Sockets Extension<br />
#                   (JSSE) installation, whose JAR files will be added to the<br />
#                   system class path used to start Tomcat.<br />
#<br />
#   CATALINA_PID    (Optional) Path of the file which should contains the pid<br />
#                   of catalina startup java process, when start (fork) is used<br />
#<br />
# $Id: catalina.sh 609438 2008-01-06 22:14:28Z markt $<br />
# -----------------------------------------------------------------------------</p>
<p>JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server -Xms1536m<br />
-Xmx1536m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m<br />
-XX:MaxPermSize=256m -XX:+DisableExplicitGC"</p>
<p># OS specific support.  $var _must_ be set to either true or false.<br />
cygwin=false<br />
os400=false<br />
darwin=false<br />
case "`uname`" in<br />
CYGWIN*) cygwin=true;;<br />
OS400*) os400=true;;<br />
Darwin*) darwin=true;;<br />
esac</p>
<p># resolve links - $0 may be a softlink<br />
PRG="$0"</code></p>
<p><strong>3) Done. Restart Tomcat.</strong><br />
You should change the “Xms” and “PermSize” value base on your server capability.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=80&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/27/tomcat-java-lang-outofmemoryerror-permgen-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>
	</item>
		<item>
		<title>Windowsta Java + MongoDB</title>
		<link>http://madvens.wordpress.com/2011/12/14/windowsta-java-mongodb/</link>
		<comments>http://madvens.wordpress.com/2011/12/14/windowsta-java-mongodb/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:34:14 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mongo]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=55</guid>
		<description><![CDATA[Windowsta Mongodb kurulumu: öncelikle bu adresten mongodb yi indiriyoruz. unzip ettikten sonra bin klasöründeki mongod.exe yi (database sever için)  ve mongo.exe yi (administrative shell için) çalıştırıyoruz. by default mongodb dataları C:\data\db klasöründe tutuyor. eğer başka yerde tutmak isterseniz mongod.exe yi --dbpath komutu ile çalıştırıyoruz. (örneğin: dataları d:\mongodb\data\db klasöründe tutmak için,  mongod.exe --dbpath d:\mongodb\data\db  gibi) eğer bi aksilik olmazsa &#8220;waiting for connections on port 27017&#8243; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=55&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Windowsta Mongodb kurulumu:</h3>
<p>öncelikle <a href="http://www.mongodb.org/downloads">bu adresten</a> mongodb yi indiriyoruz. unzip ettikten sonra bin klasöründeki <code>mongod.exe</code> yi (database sever için)  ve <code>mongo.exe</code> yi (administrative shell için) çalıştırıyoruz.</p>
<p>by default mongodb dataları <code>C:\data\db</code> klasöründe tutuyor. eğer başka yerde tutmak isterseniz <code>mongod.exe</code> yi <code>--dbpath</code> komutu ile çalıştırıyoruz. (örneğin: dataları <code>d:\mongodb\data\db</code> klasöründe tutmak için,  <code>mongod.exe --dbpath d:\mongodb\data\db</code>  gibi)</p>
<p>eğer bi aksilik olmazsa &#8220;waiting for connections on port 27017&#8243; diyecek.<br />
<a href="http://madvens.files.wordpress.com/2011/12/adsc4b1z.png"><img class="alignnone size-full wp-image-66" title="Adsız" src="http://madvens.files.wordpress.com/2011/12/adsc4b1z.png?w=549&#038;h=374" alt="" width="549" height="374" /></a><br />
artık <code>mongo.exe</code> yi çalıştırıp administrative shell imize geçebiliriz.<br />
<a href="http://madvens.files.wordpress.com/2011/12/adsc4b1z1.png"><img class="alignnone size-full wp-image-69" title="Adsız" src="http://madvens.files.wordpress.com/2011/12/adsc4b1z1.png?w=549&#038;h=276" alt="" width="549" height="276" /></a><br />
(bu arada diğer seçenekleri görmek için <code>mongod --help</code> veya <code>mongo --help</code>)</p>
<p>biraz takılmak isterseniz, <a href="http://www.mongodb.org/display/DOCS/Tutorial">burada </a> örnekler var..</p>
<div></div>
<div></div>
<h3>Javada Mongodb kullanımı:</h3>
<p><a href="https://github.com/mongodb/mongo-java-driver/downloads">bu adresten</a> mongo jarını indiriyoruz ve bu jarı classpath e include ediyoruz. artık kullanmaya başlayabiliriz.</p>
<p>bu kod ile test edebilirsiniz:</p>
<p><code>package com.wordpress.madvens.mongo;</code></p>
<p>import com.mongodb.Mongo;</p>
<pre>public class Test {
   public static void main(String[] args) throws Exception {
       Mongo m = new Mongo();
       System.out.println(m.getDatabaseNames());
    }
}</pre>
<p>daha fazla öğrenmek için: <a href="https://github.com/mongodb/mongo-java-driver/blob/master/examples/QuickTour.java">https://github.com/mongodb/mongo-java-driver/blob/master/examples/QuickTour.java</a></p>
<p>online Java API dökümantasyonu için: <a href="http://api.mongodb.org/java/current/">http://api.mongodb.org/java/current/</a></p>
<p>online MongoDB API dökümantasyonu için: <a href="http://api.mongodb.org/java/current/">http://api.mongodb.org/java/current/</a></p>
<p>son olarak faydalı bir link : <a href="http://www.mkyong.com/tutorials/java-mongodb-tutorials/">http://www.mkyong.com/tutorials/java-mongodb-tutorials/</a></p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=55&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/14/windowsta-java-mongodb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://madvens.files.wordpress.com/2011/12/adsc4b1z.png" medium="image">
			<media:title type="html">Adsız</media:title>
		</media:content>

		<media:content url="http://madvens.files.wordpress.com/2011/12/adsc4b1z1.png" medium="image">
			<media:title type="html">Adsız</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
		<item>
		<title>Installing Jadclipse</title>
		<link>http://madvens.wordpress.com/2011/12/14/installing-jadclipse/</link>
		<comments>http://madvens.wordpress.com/2011/12/14/installing-jadclipse/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 00:36:34 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Jad]]></category>
		<category><![CDATA[Jadclipse]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=27</guid>
		<description><![CDATA[Today I am going to show you how to install and use Jadclipse. Jadclipse is eclipse plug-in that integrates Jad (Java decompiler) with Eclipse. First you require Jad for decompiling java files. You can find a list of mirrors on this site where you can get JAD for various platforms. Download it and unzip into any folder on your hard drive. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=27&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I am going to show you how to install and use Jadclipse. <a href="http://jadclipse.sourceforge.net/wiki/index.php/Main_Page">Jadclipse</a> is eclipse plug-in that integrates Jad (Java decompiler) with Eclipse.</p>
<ul>
<li>First you require Jad for decompiling java files. You can find a list of mirrors on this <a href="http://www.varaneckas.com/jad" target="_blank">site</a> where you can get <a href="http://www.varaneckas.com/jad" target="_blank">JAD </a>for various platforms. Download it and unzip into any folder on your hard drive.</li>
<li>Next download the Jadclipse plug-in jar file from <a href="http://prdownloads.sourceforge.net/jadclipse/net.sf.jadclipse_3.3.0.jar?download">here</a> and place the jar file in your eclipse plugins folder</li>
<li>Restart your eclipse. If eclipse didn’t recognize the plug-in then launch eclipse with -clean flag.</li>
</ul>
<div><span style="font-size:small;">eclipse -clean</span></div>
<div></div>
<ul>
<li>Configure the path to the Jad executable in eclipse under Window &gt; Preferences… &gt; Java &gt; JadClipse &gt; Path to Decompiler.</li>
</ul>
<p><a href="http://madvens.files.wordpress.com/2011/12/untitled.png"><img class="alignnone  wp-image-31" title="path to decompiler" src="http://madvens.files.wordpress.com/2011/12/untitled.png?w=500&#038;h=498" alt="" width="500" height="498" /></a></p>
<div></div>
<ul>
<li>Set the full path of the jad executable, e.g. C:\Program Files\Jad\jad.exe</li>
<li>Go to Window &gt; Preferences… &gt; General &gt; Editors &gt; File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class  files.</li>
</ul>
<div><span style="font-size:small;"><span class="Apple-style-span" style="line-height:24px;"><a href="http://madvens.files.wordpress.com/2011/12/untitled1.png"><img class="alignnone  wp-image-36" title="jad" src="http://madvens.files.wordpress.com/2011/12/untitled1.png?w=466&#038;h=446" alt="" width="466" height="446" /></a></span></span></div>
<div></div>
<p>Now everything is done. If you want to view the source for any class then simply ctrl+click on that class then the source for that class will be showed in your eclipse editor.</p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=27&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/14/installing-jadclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://madvens.files.wordpress.com/2011/12/untitled.png?w=300" medium="image">
			<media:title type="html">path to decompiler</media:title>
		</media:content>

		<media:content url="http://madvens.files.wordpress.com/2011/12/untitled1.png" medium="image">
			<media:title type="html">jad</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
		<item>
		<title>Java IO ile ilgili bişeyler</title>
		<link>http://madvens.wordpress.com/2011/12/13/java-io-ile-ilgili-biseyler/</link>
		<comments>http://madvens.wordpress.com/2011/12/13/java-io-ile-ilgili-biseyler/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:56:52 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>
		<category><![CDATA[ByteArrayOutputStream]]></category>
		<category><![CDATA[OutputStreamWriter]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=9</guid>
		<description><![CDATA[kodda OutputStreamWriter hakkında iki örnek var: public static void main(String args[]) throws IOException {   ByteArrayOutputStream out = new ByteArrayOutputStream();   OutputStreamWriter ow = new OutputStreamWriter(out);   ow.write("Constructor argument is ByteArrayOutStream object");   ow.flush();   System.out.println(out.toString());   FileOutputStream flt = new FileOutputStream(new File("D:/madvens.txt"));   ow = new OutputStreamWriter(flt);   ow.append("welcome to http://madvens.wordpress.com");   System.out.println("\nAppended sequence of characters will generate in a file madvens.txt"); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=9&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>kodda OutputStreamWriter hakkında iki örnek var:</h3>
<pre>public static void main(String args[]) throws IOException {

  ByteArrayOutputStream out = new ByteArrayOutputStream();
  OutputStreamWriter ow = new OutputStreamWriter(out);

  ow.write("Constructor argument is ByteArrayOutStream object");
  ow.flush();
  System.out.println(out.toString());

  FileOutputStream flt = new FileOutputStream(new File("D:/madvens.txt"));
  ow = new OutputStreamWriter(flt);
  ow.append("welcome to http://madvens.wordpress.com");

  System.out.println("\nAppended sequence of characters will generate in a file madvens.txt");
  ow.flush();
}</pre>
<div></div>
<div></div>
<div>
<h3>Java IO Class Overview Table</h3>
</div>
<div></div>
<table width="100%" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td></td>
<td colspan="2">Byte Based</td>
<td colspan="2">Character Based</td>
</tr>
<tr>
<td></td>
<td>Input</td>
<td>Output</td>
<td>Input</td>
<td>Output</td>
</tr>
<tr>
<td>Basic</td>
<td>InputStream</td>
<td>OutputStream</td>
<td>Reader<br />
InputStreamReader</td>
<td>Writer<br />
OutputStreamWriter</td>
</tr>
<tr>
<td>Arrays</td>
<td>ByteArrayInputStream</td>
<td>ByteArrayOutputStream</td>
<td>CharArrayReader</td>
<td>CharArrayWriter</td>
</tr>
<tr>
<td>Files</td>
<td>FileInputStream<br />
RandomAccessFile</td>
<td>FileOutputStream<br />
RandomAccessFile</td>
<td>FileReader</td>
<td>FileWriter</td>
</tr>
<tr>
<td>Pipes</td>
<td>PipedInputStream</td>
<td>PipedOutputStream</td>
<td>PipedReader</td>
<td>PipedWriter</td>
</tr>
<tr>
<td>Buffering</td>
<td>BufferedInputStream</td>
<td>BufferedOutputStream</td>
<td>BufferedReader</td>
<td>BufferedWriter</td>
</tr>
<tr>
<td>Filtering</td>
<td>FilterInputStream</td>
<td>FilterOutputStream</td>
<td>FilterReader</td>
<td>FilterWriter</td>
</tr>
<tr>
<td>Parsing</td>
<td>PushbackInputStream<br />
StreamTokenizer</td>
<td></td>
<td>PushbackReader<br />
LineNumberReader</td>
<td></td>
</tr>
<tr>
<td>Strings</td>
<td></td>
<td></td>
<td>StringReader</td>
<td>StringWriter</td>
</tr>
<tr>
<td>Data</td>
<td>DataInputStream</td>
<td>DataOutputStream</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Data &#8211; Formatted</td>
<td></td>
<td>PrintStream</td>
<td></td>
<td>PrintWriter</td>
</tr>
<tr>
<td>Objects</td>
<td>ObjectInputStream</td>
<td>ObjectOutputStream</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Utilities</td>
<td>SequenceInputStream</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">undefined</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=9&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/13/java-io-ile-ilgili-biseyler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>
	</item>
		<item>
		<title>faydalı şeyler</title>
		<link>http://madvens.wordpress.com/2011/12/13/quartz-ile-ilgili-guzel-seyler/</link>
		<comments>http://madvens.wordpress.com/2011/12/13/quartz-ile-ilgili-guzel-seyler/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:27:11 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[kodmod]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=3</guid>
		<description><![CDATA[quartz ile ilgili güzel şeyler - http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06 javascript kod daraltmaca - http://closure-compiler.appspot.com/home javascript kod düzenlemece - http://jsbeautifier.org/ brainstorming - http://www.mindmeister.com/ sql designer - http://ondras.zarovi.cz/sql/demo/ mysql commands - http://www.pantz.org/software/mysql/mysqlcommands.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=3&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>quartz ile ilgili güzel şeyler - <a title="quartz" href="http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06" target="_blank">http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06</a></p>
<p>javascript kod daraltmaca - <a href="http://closure-compiler.appspot.com/home">http://closure-compiler.appspot.com/home</a></p>
<p>javascript kod düzenlemece - <a href="http://jsbeautifier.org/">http://jsbeautifier.org/</a></p>
<p>brainstorming - <a href="http://www.mindmeister.com/">http://www.mindmeister.com/</a></p>
<p>sql designer - <a href="http://ondras.zarovi.cz/sql/demo/">http://ondras.zarovi.cz/sql/demo/</a></p>
<p>mysql commands - <a href="http://www.pantz.org/software/mysql/mysqlcommands.html">http://www.pantz.org/software/mysql/mysqlcommands.html</a></p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=3&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/13/quartz-ile-ilgili-guzel-seyler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
		<item>
		<title>System.out.println(&#8220;Hello world!&#8221;);</title>
		<link>http://madvens.wordpress.com/2011/12/13/hello-world/</link>
		<comments>http://madvens.wordpress.com/2011/12/13/hello-world/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:23:42 +0000</pubDate>
		<dc:creator>madvens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madvens.wordpress.com/?p=1</guid>
		<description><![CDATA[işbu blogumsu, unutmamak için not aldığım şeylerden ibarettir&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=1&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>işbu blogumsu, unutmamak için not aldığım şeylerden ibarettir&#8230;</p>
<div id="-chrome-auto-translate-plugin-dialog" style="opacity:1!important;background-image:initial!important;background-attachment:initial!important;background-color:transparent!important;position:absolute!important;top:0;left:0;z-index:999999!important;text-align:left!important;display:none;background-position:initial initial!important;background-repeat:initial initial!important;margin:0!important;padding:0!important;">
<div style="max-width:300px!important;color:#fafafa!important;opacity:0.8!important;-webkit-border-radius:10px!important;background-color:#363636!important;font-size:16px!important;overflow:visible!important;background-image:0 color-stop(50%,#363636), color-stop(100%,#000));z-index:999999!important;text-align:left!important;border-color:#000000!important;border-width:0!important;padding:8px!important;"></div>
<p><img style="position:absolute!important;z-index:-1!important;right:1px!important;top:-20px!important;cursor:pointer!important;-webkit-border-radius:20px;background-color:rgba(200,200,200,0.3)!important;margin:0!important;padding:3px 5px 0!important;" src="http://www.google.com/uds/css/small-logo.png" alt="" /></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madvens.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madvens.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madvens.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madvens.wordpress.com&amp;blog=30446848&amp;post=1&amp;subd=madvens&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madvens.wordpress.com/2011/12/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b748951bab0747021f637f7112ee70be?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">madvens</media:title>
		</media:content>

		<media:content url="http://www.google.com/uds/css/small-logo.png" medium="image" />
	</item>
	</channel>
</rss>
