<?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>laplace's demon &#187; programming</title>
	<atom:link href="http://www.laplacesdemon.com/cat/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laplacesdemon.com</link>
	<description>Süleyman Melikoğlu</description>
	<lastBuildDate>Mon, 30 Aug 2010 17:10:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sroups is coming out</title>
		<link>http://www.laplacesdemon.com/programming/sroups-is-coming-out/</link>
		<comments>http://www.laplacesdemon.com/programming/sroups-is-coming-out/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:29:29 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[oyun stüdyosu]]></category>
		<category><![CDATA[sroups]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=278</guid>
		<description><![CDATA[Yeah it&#8217;s coming soon. We&#8217;re developing a social network application at OyunStudyosu where you can turn your website into a virtual world. In sroups (which is a flash application), users will step into a virtual isometric world and interact with other people who visit the website at the same time. The idea, somehow, reminds me [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah it&#8217;s coming soon. We&#8217;re developing a social network application at <a href="http://www.oyunstudyosu.com/">OyunStudyosu</a> where you can turn your website into a virtual world. In sroups (which is a flash application), users will step into a virtual isometric world and interact with other people who visit the website at the same time.</p>
<p>The idea, somehow, reminds me <a href="http://www.imdb.com/title/tt0133093/">the matrix</a> movie which is by far the most influenced movie for a programmer. In matrix, people log into the virtual world called matrix (not using flash application though <img src='http://www.laplacesdemon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), and interact with other &#8220;virtual&#8221; people. Everything is software, everything is obkject in that world but the experience is real. I really wish that I have a world like that. Sroups gives us an opportunity to use the matrix (imo). But it&#8217;s a pity that we can&#8217;t bind our body to that world physically.</p>
<p>Well, I should mention that there are plenty of virtual worlds around, like warcraft (which is awesome), but the main difference is, sroups is like a simulation of the containig website, not a game, not a fantasy. At least it should. Of course the project is in (closed) beta now and it&#8217;s too primitive to make an analysis. </p>
<p>But yeah, for me, the idea is very excited.</p>
<p>Btw, I&#8217;ve decided to write my posts in english from now on. Will explain the reasons later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/sroups-is-coming-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac&#8217;de port kullanımını görmek</title>
		<link>http://www.laplacesdemon.com/programming/macde-port-kullanimini-gormek/</link>
		<comments>http://www.laplacesdemon.com/programming/macde-port-kullanimini-gormek/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:54:46 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=270</guid>
		<description><![CDATA[için güzide bir komut var. işte şu: sudo lsof -i -P Ubuntu için de şu kullanışlı sudo netstat -lntp]]></description>
			<content:encoded><![CDATA[<p>için güzide bir komut var. işte şu:</p>
<pre class="brush:bash">sudo lsof -i -P</pre>
<p>Ubuntu için de şu kullanışlı</p>
<pre class="brush:bash">sudo netstat -lntp</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/macde-port-kullanimini-gormek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servlet için Test Driven Development</title>
		<link>http://www.laplacesdemon.com/programming/servlet-icin-test-driven-development/</link>
		<comments>http://www.laplacesdemon.com/programming/servlet-icin-test-driven-development/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 18:19:22 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=258</guid>
		<description><![CDATA[Test driven development çok önemli bir olay. Standard java projelerinde junit kullanıyorum. Ancak bir web uygulaması yazıyorsanız servlet&#8217;leri test etmek bir dert olabilir. Daha önce bu meseleyi şu şekilde çözüyordum: model ve controller class&#8217;larım için junit testlerimi yazıyor, servletlerin logic&#8217;ini daha basit bırakıyordum. Ancak yeni işimde (Oyun stüdyosu) komplex servlet implementasyonu ile karşılaştığım için servlet [...]]]></description>
			<content:encoded><![CDATA[<p>Test driven development çok önemli bir olay. Standard java projelerinde junit kullanıyorum. Ancak bir web uygulaması yazıyorsanız servlet&#8217;leri test etmek bir dert olabilir.</p>
<p>Daha önce bu meseleyi şu şekilde çözüyordum: model ve controller class&#8217;larım için junit testlerimi yazıyor, servletlerin logic&#8217;ini daha basit bırakıyordum. Ancak yeni işimde (Oyun stüdyosu) komplex servlet implementasyonu ile karşılaştığım için servlet testi yazmam farz oldu.</p>
<p>Servlet&#8217;lerdeki testing problemi şu: bir container&#8217;a (tomcat gibi) ihtiyacınız var. Lakin muhteşem kütüphane <a href="http://httpunit.sourceforge.net/">HttpUnit</a> kendi build-in container implikasyonuyla (türkçesini bilemedim) geliyor.</p>
<p>Kurulum için web sitesinden kaynağı indirip, jar ve dependency kutuphaneleri classpath inize eklemelisiniz.</p>
<p>Neyse lafı kısa kesip örneğe geçeyim. Örnek olabilecek en basit servlet testi. Ama giriş için iyidir bence.</p>
<p>Test kodu aşağıdaki gibi, bu benim için çalışan konfigurasyon.</p>
<pre class="brush:java">
@Test
public void testServlet() throws IOException, SAXException, ServletException {

File webXml = new File("./web/WEB-INF/web.xml");

// web.xml deki servlet tanımlarından olayi cozuyor
ServletRunner sr = new ServletRunner(webXml, "/BeerV1");
// servlet asagidaki gibi register de edilebiliyor ayrıca.
// sr.registerServlet("BeerSelect", BeerSelect.class.getName());

ServletUnitClient sc = sr.newClient();
WebRequest req = new PostMethodWebRequest("http://localhost:8080/BeerV1/BeerSelect.do");
req.setParameter("color", "Light");

InvocationContext ic = sc.newInvocation(req);
BeerSelect bs = (BeerSelect) ic.getServlet();

String servletInfo = bs.getServletInfo();
assertEquals("The servlet info is wrong", servletInfo, "My super beer selector");

// evet invocation context kullandıgımız için servlet metodlarını manual olarak cagiriyoruz.
bs.doPost(ic.getRequest(), ic.getResponse());
String color = bs.getColor();
assertEquals("The color is wrong", color, "Efes Light" );
}
</pre>
<p>Bu da servlet</p>
<pre class="brush:java">
public class BeerSelect extends HttpServlet {
private String _color = "";

@Override
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {

response.setContentType("text/html");
PrintWriter out = response.getWriter();
try{
String email = this.getServletConfig().getInitParameter("email");
request.setAttribute("email", email);

out.println("
Beer advisor
");
BeerExpert exp = new BeerExpert();
List res = exp.getBrands(request.getParameter("color"));

request.setAttribute("styles", res);

for( String s : res ){
this.setColor(this.getColor() + s);
}

RequestDispatcher dsp = request.getRequestDispatcher("result.jsp");
dsp.forward(request, response);

} finally {
out.close();
}

}

@Override
public String getServletInfo() {
return "My super beer selector";
}

public String getColor() {
return _color;
}
public void setColor(String _color) {
this._color = _color;
}
}
</pre>
<p>Bu kadar <img src='http://www.laplacesdemon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/servlet-icin-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework&#8217;da bir Bug</title>
		<link>http://www.laplacesdemon.com/tech/call-to-undefined-method-zend_view_helper_placeholder_containerksort/</link>
		<comments>http://www.laplacesdemon.com/tech/call-to-undefined-method-zend_view_helper_placeholder_containerksort/#comments</comments>
		<pubDate>Tue, 25 May 2010 17:27:26 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=249</guid>
		<description><![CDATA[Call to undefined method Zend_View_Helper_Placeholder_Container::ksort() Bu hatayı zend framework bir şekilde veriyor. Sanıyorum bir bug&#8217;dan kaynaklanıyor bu sorun. Yeni versionlarda bu hata giderilmiş olması lazım.  Lakin en kolay (geçici çözüm) ise aşağıdaki metodu Zend/View/Helper/Placeholder/Container/Abstract.php dosyasına eklemek. Oh yeah. /** * Sort the array by key * * @return array */ public function ksort() { $items [...]]]></description>
			<content:encoded><![CDATA[<p>Call to undefined method Zend_View_Helper_Placeholder_Container::ksort()</p>
<p>Bu hatayı zend framework bir şekilde veriyor. Sanıyorum bir bug&#8217;dan kaynaklanıyor bu sorun. Yeni versionlarda bu hata giderilmiş olması lazım.  Lakin en kolay (geçici çözüm) ise aşağıdaki metodu Zend/View/Helper/Placeholder/Container/Abstract.php dosyasına eklemek.</p>
<p>Oh yeah.</p>
<pre class="brush:php">
/**
* Sort the array by key
*
* @return array
*/

public function ksort()
{
$items = $this-&gt;getArrayCopy();
return ksort($items);
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/tech/call-to-undefined-method-zend_view_helper_placeholder_containerksort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Htaccess dosyası</title>
		<link>http://www.laplacesdemon.com/programming/htaccess-dosyasi/</link>
		<comments>http://www.laplacesdemon.com/programming/htaccess-dosyasi/#comments</comments>
		<pubDate>Tue, 04 May 2010 10:30:05 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=245</guid>
		<description><![CDATA[Htaccess dosyasında kullandığım tanımlamaları sürekli unutuyorum. Burayı da not defteri gibi kullanmaya başladım. Yaptığım olay sırayla şu: Öncelikle uygulama ortamını belirliyorum. Buradaki ortama göre bir config dosyası yüklüyorum çünkü. Sonra optimizasyon için ETag ları set ediyorum. Sora Expire header&#8217;ları ayarılıyorum. Sonra her bişeyi Gzip ile sıkıştırıyorum (apache deflate mod sağolsun). Daha sonrası da klasik url [...]]]></description>
			<content:encoded><![CDATA[<p>Htaccess dosyasında kullandığım tanımlamaları sürekli unutuyorum. Burayı da not defteri gibi kullanmaya başladım. Yaptığım olay sırayla şu: Öncelikle uygulama ortamını belirliyorum. Buradaki ortama göre bir config dosyası yüklüyorum çünkü. Sonra optimizasyon için ETag ları set ediyorum. Sora Expire header&#8217;ları ayarılıyorum. Sonra her bişeyi Gzip ile sıkıştırıyorum (apache deflate mod sağolsun). Daha sonrası da klasik url rewrite</p>
<pre class="brush:bash">
SetEnv APPLICATION_ENV production

Header unset ETag
FileETag None
Header set Expires "Thu, 15 Apr 2012 20:00:00 GMT"
Header unset Last-Modified

# Insert filter
SetOutputFilter DEFLATE

# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

# Don't compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary

# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/htaccess-dosyasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Calendar Olayları</title>
		<link>http://www.laplacesdemon.com/programming/jquery-calendar-olaylari/</link>
		<comments>http://www.laplacesdemon.com/programming/jquery-calendar-olaylari/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 09:10:59 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=237</guid>
		<description><![CDATA[Gerçekten süper takvim uygulamaları var jquery ile yazılmış. Benim de şu anki projem için ihtiyacım olduğu için araştırdım. Çünkü js kısmına çok vakit ayırmak istemiyorum. şöyle bir araştırma içinde 9 adet calendar uygulaması var. Bunlardan benim hoşuma gidenler sırasıyla şöyle: http://wiki.github.com/robmonie/jquery-week-calendar/ http://www.filamentgroup.com/&#8230;/ui_css_framework/ http://www.bytecyclist.com/projects/jmonthcalendar/ http://arshaw.com/fullcalendar/ http://www.stefanoverna.com/wp-content/tutorials/ical_like_calendar/]]></description>
			<content:encoded><![CDATA[<p>Gerçekten süper takvim uygulamaları var jquery ile yazılmış. Benim de şu anki projem için ihtiyacım olduğu için araştırdım. Çünkü js kısmına çok vakit ayırmak istemiyorum. <a title="JQuery Calendar Uygulamaları" href="http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/" target="_blank">şöyle</a> bir araştırma içinde 9 adet calendar uygulaması var. Bunlardan benim hoşuma gidenler sırasıyla şöyle:</p>
<p><a href="http://wiki.github.com/robmonie/jquery-week-calendar/">http://wiki.github.com/robmonie/jquery-week-calendar/<br />
</a><a href="http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/">http://www.filamentgroup.com/&#8230;/ui_css_framework/<br />
</a><a href="http://www.bytecyclist.com/projects/jmonthcalendar/">http://www.bytecyclist.com/projects/jmonthcalendar/<br />
</a><a href="http://arshaw.com/fullcalendar/">http://arshaw.com/fullcalendar/<br />
</a><a href="http://www.stefanoverna.com/wp-content/tutorials/ical_like_calendar/">http://www.stefanoverna.com/wp-content/tutorials/ical_like_calendar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/jquery-calendar-olaylari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>finder da cut seçeneği</title>
		<link>http://www.laplacesdemon.com/programming/mac-programming/finder-da-cut-secenegi/</link>
		<comments>http://www.laplacesdemon.com/programming/mac-programming/finder-da-cut-secenegi/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:28:35 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=235</guid>
		<description><![CDATA[malesef disabled edilmiş halde. madem cut olayını implement ediyorsun niye disable olarak sunuyorsun sayın apple. eminim bu gerzekçe olayın da bi açıklaması vardır. ama bu olayı düzeltmenin kolay yolu aşağıdakini terminale yazmak. defaults write com.apple.finder AllowCutForItems 1]]></description>
			<content:encoded><![CDATA[<p>malesef disabled edilmiş halde. madem cut olayını implement ediyorsun niye disable olarak sunuyorsun sayın apple. eminim bu gerzekçe olayın da bi açıklaması vardır. ama bu olayı düzeltmenin kolay yolu aşağıdakini terminale yazmak.</p>
<blockquote>
<pre><code>defaults write com.apple.finder AllowCutForItems 1</code></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/mac-programming/finder-da-cut-secenegi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Configure command doesnot work on mac osx with intel arch</title>
		<link>http://www.laplacesdemon.com/programming/php/php-configure-command-doesnot-work-on-mac-osx-with-intel-arch/</link>
		<comments>http://www.laplacesdemon.com/programming/php/php-configure-command-doesnot-work-on-mac-osx-with-intel-arch/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:05:37 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=225</guid>
		<description><![CDATA[I have wanted to run my php extensions that I&#8217;ve wrote earlier in a linux machine on mac os x snow leopard, but the intel architecture came with the snow leopard does not allow me to that. Basically my extensions are written in 32 bit but my development environment is in 64bits now. By the [...]]]></description>
			<content:encoded><![CDATA[<p>I have wanted to run my php extensions that I&#8217;ve wrote earlier in a linux machine on mac os x snow leopard, but the intel architecture came with the snow leopard does not allow me to that. Basically my extensions are written in 32 bit but my development environment is in 64bits now. By the way I am using Zend Server CE for now.</p>
<p>Normally you should build php for your new extension by running the following commands</p>
<blockquote><p>phpize<br />
./configure (add some configuration parameters here)<br />
make</p></blockquote>
<p>But it won&#8217;t help and gives an error like this:</p>
<blockquote><p>mach-o, but wrong architecture in Unknown on line 0</p></blockquote>
<p>The solution is to add some extra build parameters before the configuration command:</p>
<blockquote><p>MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS=&#8217;-O3 -fno-common -arch i386 -arch x86_64&#8242; LDFLAGS=&#8217;-O3 -arch i386 -arch x86_64&#8242; CXXFLAGS=&#8217;-O3 -fno-common -arch i386 -arch x86_64&#8242; ./configure</p></blockquote>
<p>Then you&#8217;re ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/php/php-configure-command-doesnot-work-on-mac-osx-with-intel-arch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac için Svn client</title>
		<link>http://www.laplacesdemon.com/programming/mac-programming/mac-icin-svn-client/</link>
		<comments>http://www.laplacesdemon.com/programming/mac-programming/mac-icin-svn-client/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 01:31:10 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=202</guid>
		<description><![CDATA[2 gün önce leopard&#8217;dan snow leopard&#8217;a geçtim. svn repositorylerini eclipse ya da netbeans gibi bi IDE içinden yönetmeyi sevmiyorum. ide&#8217;ler genellikle hantal olduğu için bir de svn ile ağırlaştırmayayım diyorum. ayrıca bir çok farklı proje için farklı ideler kullandığım için, bağımsız bir svn client&#8217;ı kullanmak istiyorum. ayrıca komut satırını da diff olayı zor olduğu için [...]]]></description>
			<content:encoded><![CDATA[<p>2 gün önce leopard&#8217;dan snow leopard&#8217;a geçtim. svn repositorylerini eclipse ya da netbeans gibi bi IDE içinden yönetmeyi sevmiyorum. ide&#8217;ler genellikle hantal olduğu için bir de svn ile ağırlaştırmayayım diyorum. ayrıca bir çok farklı proje için farklı ideler kullandığım için, bağımsız bir svn client&#8217;ı kullanmak istiyorum. ayrıca komut satırını da diff olayı zor olduğu için kullanmıyorum.</p>
<p>leopard kullanıyorken windows&#8217;daki muhteşem program <a href="http://tortoisesvn.tigris.org/">tortoise svn</a> e benzeyen (ama onun yarısı kadar güçlü olmayan) <a href="http://scplugin.tigris.org/">ScpPlugin</a> kullanıyordum. bir svn tool&#8217;undan istediğim temel şeyleri karşılıyordu. hızlıca update edeyim ve commit edeyim o kadar. ancak malesef scpplugin snow leopard da çalışmıyor. bunu öğrenince de hummalı bir svn client arayışına girdim.</p>
<p>svn client dan en büyük beklentim bedava olması (tercihen open source) olması idi. dolayısıyla ilk bulduğum program <a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/?sid=8fa23f59a9588541563940b4bf3af093">svnx</a> oldu. bu enteresan bir program. kullanımı sezgisel değil. bir süre nasıl commit edileceğini falan bulamadım. daha sonra birşeylere tıklayınca başka pencereler açılmaya başladı. benim için gui çok önemli değil. lakin commit edeceğim dosyaları seçtirmemesi/exclude ettirmemesi yüzünden bu programdan vazgeçtim.</p>
<p><a href="http://www.laplacesdemon.com/wp-content/uploads/2010/01/23_523_500.jpg"><img class="alignnone size-medium wp-image-204" title="svnx" src="http://www.laplacesdemon.com/wp-content/uploads/2010/01/23_523_500-289x300.jpg" alt="" width="289" height="300" /></a></p>
<p>2. denediğim program <a href="http://zigversion.com/">zigversion</a> oldu. ticari kullanımı ücretli ama ev kullanıcıları için bedava lisans veriyorlar. sitesindeki video özelliklerini gayet iyi anlatıyor. commit ederken tüm dosyaları hızlıca diff edebilmek müthiş bir özellik. aynı şekilde değişiklik yapılmış dosyaların bir önceki revision ile karşılaştırılabilmesi de güzel bir özellik.</p>
<p><a href="http://www.laplacesdemon.com/wp-content/uploads/2010/01/changed-files.png"><img class="alignnone size-medium wp-image-203" title="zigversion" src="http://www.laplacesdemon.com/wp-content/uploads/2010/01/changed-files-300x231.png" alt="" width="300" height="231" /></a></p>
<p>zigversion son zamanlarda gördüğüm en iyi svn client diyebilirim. ama kötü özellikleri de var. öncelikle commit (check in) edilecek dosyaları hariç (exclude) ederken üzerine sağ tıklayıp ignore demek gerekiyor. bu çok güzel bir özellik ama herbirinin yanında bir checkbox olsaydı çok daha iyi olurdu. diğer bir kötü özellik (bir önceki kötü değil eksik özellikdi aslında) ise programı açtığımızda önümüze çıkan ilk penceredeki &#8220;add/import existing working copy&#8221; özelliğinin iyi çalışmaması. malesef bende bu özellik çalışmadı. sıfırdan checkout yapıp önceki değiştirdiğim dosyaları elimle yeni working copy ye taşımam gerekti.</p>
<p>sonuç olarak zigversion da karar kıldım. eğer düzgün bir svn client bulamasaydım şu aralar fovori idem olan netbeans in svn client ını kullanacaktım. olmadı eclipse in svn client ı gayet kullanışlı gözüküyor. ancak zigversion biraz daha geliştirilirse ve bedava olmaya (ev kullanıcıları için) devam ederse benim tek tercihim olacak gibi gözüküyor. hatta tortoise svn den bile kullanışlı diyebilirim.</p>
<p>hallelujah</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/mac-programming/mac-icin-svn-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari için Firebug benzeri araç</title>
		<link>http://www.laplacesdemon.com/programming/mac-programming/safari-icin-firebug-benzeri-arac/</link>
		<comments>http://www.laplacesdemon.com/programming/mac-programming/safari-icin-firebug-benzeri-arac/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:52:07 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=198</guid>
		<description><![CDATA[Evet böyle birşey yapmış safarideki abiler. Çok güzel çok kullanışlı olmuş. Firebug&#8217;ın eline su dökemese de yine de en azından bunun olması safariye sempatimi artırdı. Ancak Mac üzerindeki safari&#8217;de varsayılan olarak bu özellik kapalı geliyor. Aşağıdaki komutu terminal&#8217;de çalıştırdıktan sonra herhangi bir elementin üzerine sağ tıklayıp &#8220;inspect element&#8221; dediğinizde &#8220;firebug for safari&#8221; aktif edilmiş oluyor. [...]]]></description>
			<content:encoded><![CDATA[<p>Evet böyle birşey yapmış safarideki abiler. Çok güzel çok kullanışlı olmuş. Firebug&#8217;ın eline su dökemese de yine de en azından bunun olması safariye sempatimi artırdı. Ancak Mac üzerindeki safari&#8217;de varsayılan olarak bu özellik kapalı geliyor. Aşağıdaki komutu terminal&#8217;de çalıştırdıktan sonra herhangi bir elementin üzerine sağ tıklayıp &#8220;inspect element&#8221; dediğinizde &#8220;firebug for safari&#8221; aktif edilmiş oluyor.</p>
<pre>defaults write com.apple.Safari WebKitDeveloperExtras -bool true</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/programming/mac-programming/safari-icin-firebug-benzeri-arac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
