<?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>dDemirel</title>
	<atom:link href="http://ddemirel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ddemirel.wordpress.com</link>
	<description>gözüme takılanlar, uğraştıklarım ve hoşlandıklarım...</description>
	<lastBuildDate>Mon, 03 Oct 2011 12:33:01 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ddemirel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>dDemirel</title>
		<link>http://ddemirel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ddemirel.wordpress.com/osd.xml" title="dDemirel" />
	<atom:link rel='hub' href='http://ddemirel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>MSSQL Locked Objects</title>
		<link>http://ddemirel.wordpress.com/2011/10/03/mssql-locked-objects/</link>
		<comments>http://ddemirel.wordpress.com/2011/10/03/mssql-locked-objects/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 12:30:51 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[yazılım]]></category>
		<category><![CDATA[mssql locked objects]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/?p=407</guid>
		<description><![CDATA[MSSQL&#8217;de lock olmuş objeleri bulup ilgili sessionu kill etmek için aşağıdaki yöntemi kullanabilirsiniz. select object_name(P.object_id) as TableName, resource_type, resource_description,L.* from sys.dm_tran_locks L join sys.partitions P on L.resource_associated_entity_id = P.hobt_id &#160; SELECT * FROM master.sys.sysprocesses WHERE SPID=&#60;blocking SPID number&#62; Yukarıdaki sorgudan elde ettiğini SPID ile aşağıdaki komutu kullanabilirsiniz. KILL 59(SPID) http://support.microsoft.com/kb/224453<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=407&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>MSSQL&#8217;de lock olmuş objeleri bulup ilgili sessionu kill etmek için aşağıdaki yöntemi kullanabilirsiniz.</p>
<pre>select object_name(P.object_id) as TableName,
    resource_type, resource_description,L.*
from
    sys.dm_tran_locks L
    join sys.partitions P on L.resource_associated_entity_id = P.hobt_id</pre>
<p>&nbsp;</p>
<pre>SELECT * FROM master.sys.sysprocesses
 WHERE SPID=&lt;blocking SPID number&gt;</pre>
<p><span class="Apple-style-span" style="font-family:Consolas, Monaco, monospace;font-size:12px;line-height:18px;white-space:pre;">Yukarıdaki sorgudan elde ettiğini SPID ile aşağıdaki komutu kullanabilirsiniz.</span></p>
<pre>KILL 59(SPID)

<a href="http://support.microsoft.com/kb/224453">http://support.microsoft.com/kb/224453</a></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=407&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2011/10/03/mssql-locked-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
		<item>
		<title>MSSQL Recursive Sorgulama</title>
		<link>http://ddemirel.wordpress.com/2011/10/02/mssql-recursive-sorgulama/</link>
		<comments>http://ddemirel.wordpress.com/2011/10/02/mssql-recursive-sorgulama/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 17:17:52 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[yazılım]]></category>
		<category><![CDATA[mssql recursive query]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/?p=397</guid>
		<description><![CDATA[Microsoft SQL Serverde tabloyu recursive sorgulama nasıl yapılır? Kullanıcılara atanmış profile bağlı menüleri modüller ve upper menü dallarına göre sorgulamayı aşağıdaki tablo yapısı ve sorgu ile yapabiliriz. Tablo Yapısı ; SIS_MENU_DEF SIS_PROFILE_MENU_DET WITH n(MENU_CODE, UPPER_MENU,LEVEL,MENU_TYPE,MENU_LABEL,PROFILE_CODE,ORDER_NO) AS( SELECT MENU_CODE , UPPER_MENU, 0 AS LEVEL,MENU_TYPE,MENU_LABEL,PROFILE_CODE,ORDER_NO FROM MENULER WHERE ISNULL(PROFILE_CODE,'XXXX') IN('PR002','XXXX') AND UPPER_MENU = '000040' AND MENU_TYPE != [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=397&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft SQL Serverde tabloyu recursive sorgulama nasıl yapılır?</p>
<p>Kullanıcılara atanmış profile bağlı menüleri modüller ve upper menü dallarına göre sorgulamayı aşağıdaki tablo yapısı ve sorgu ile yapabiliriz.</p>
<p>Tablo Yapısı ;</p>
<p>SIS_MENU_DEF</p>
<p><a href="http://ddemirel.files.wordpress.com/2011/10/sis_menu_def.jpg"><img class="aligncenter size-medium wp-image-398" title="sis_menu_def" src="http://ddemirel.files.wordpress.com/2011/10/sis_menu_def.jpg?w=300&#038;h=130" alt="" width="300" height="130" /></a></p>
<p>SIS_PROFILE_MENU_DET</p>
<p><a href="http://ddemirel.files.wordpress.com/2011/10/sis_profile_menu_det.jpg"><img class="aligncenter size-medium wp-image-399" title="SIS_PROFILE_MENU_DET" src="http://ddemirel.files.wordpress.com/2011/10/sis_profile_menu_det.jpg?w=300&#038;h=121" alt="" width="300" height="121" /></a></p>
<pre>WITH n(MENU_CODE, UPPER_MENU,LEVEL,MENU_TYPE,MENU_LABEL,PROFILE_CODE,ORDER_NO) AS(
   SELECT MENU_CODE ,
          UPPER_MENU, 0 AS LEVEL,MENU_TYPE,MENU_LABEL,PROFILE_CODE,ORDER_NO
		  FROM MENULER
			  WHERE  ISNULL(PROFILE_CODE,'XXXX') IN('PR002','XXXX')
          AND   UPPER_MENU = '000040'
          AND MENU_TYPE != 'SC'
 union all
	SELECT mx.MENU_CODE ,
		  mx.UPPER_MENU, LEVEL+1 ,mx.MENU_TYPE,mx.MENU_LABEL,mx.PROFILE_CODE ,mx.ORDER_NO
		  FROM MENULER mx, n
			  WHERE  mx.UPPER_MENU= n.MENU_CODE
)SELECT MENU_CODE,MENU_LABEL,MENU_TYPE,UPPER_MENU,
 CASE WHEN ISNULL(PROFILE_CODE,'1') = '1' THEN ' ' ELSE 'checked' END ISARET,
 CASE WHEN ISNULL(PROFILE_CODE,'1') = '1' THEN '0' ELSE '1' END VARYOK,ORDER_NO,LEVEL FROM n

<a href="http://ddemirel.files.wordpress.com/2011/10/sonuc.jpg"><img class="aligncenter size-medium wp-image-400" title="sonuc" src="http://ddemirel.files.wordpress.com/2011/10/sonuc.jpg?w=300&#038;h=95" alt="" width="300" height="95" /></a>

<span style="color:#0000ee;"><span style="text-decoration:underline;">MENULER VIEW</span></span>

CREATE VIEW [dbo].[MENULER] AS
SELECT m.MENU_CODE ,
		  m.UPPER_MENU, m.MENU_TYPE,m.MENU_LABEL,mx.PROFILE_CODE ,m.ORDER_NO
		  FROM SIS_PROFILE_MENU_DET as mx
		     RIGHT OUTER JOIN SIS_MENU_DEF m ON m.MENU_CODE = mx.MENU_CODE</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/397/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=397&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2011/10/02/mssql-recursive-sorgulama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>

		<media:content url="http://ddemirel.files.wordpress.com/2011/10/sis_menu_def.jpg?w=300" medium="image">
			<media:title type="html">sis_menu_def</media:title>
		</media:content>

		<media:content url="http://ddemirel.files.wordpress.com/2011/10/sis_profile_menu_det.jpg?w=300" medium="image">
			<media:title type="html">SIS_PROFILE_MENU_DET</media:title>
		</media:content>

		<media:content url="http://ddemirel.files.wordpress.com/2011/10/sonuc.jpg?w=300" medium="image">
			<media:title type="html">sonuc</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Picasa</title>
		<link>http://ddemirel.wordpress.com/2011/07/03/google-picasa/</link>
		<comments>http://ddemirel.wordpress.com/2011/07/03/google-picasa/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 10:19:24 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[picasa]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/?p=384</guid>
		<description><![CDATA[Dün fotoğraflar arasında bir arama yaparken kendi kendime düşündüm keşke fotoğraflar üzerinde yüzlerden arama yapabilsek diye. Sonra klasörleri dolanarak bulamayacağıma karar verdim, bir zamanlar kurduğum bir picasa vardı oradan arayım diye picasayı açtım. Sonra menülerinde öylesine gezinirken peoples diye bir bölüm olduğunu gördüm. Şaşırdım tabiki neymiş bu felan derken tamda aradığım şey varmış diye çok [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=384&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dün fotoğraflar arasında bir arama yaparken kendi kendime düşündüm keşke fotoğraflar üzerinde yüzlerden arama yapabilsek diye. Sonra klasörleri dolanarak bulamayacağıma karar verdim, bir zamanlar kurduğum bir <a title="Google Picasa" href="http://picasa.google.com/" target="_blank">picasa </a>vardı oradan arayım diye picasayı açtım. Sonra menülerinde öylesine gezinirken peoples diye bir bölüm olduğunu gördüm. Şaşırdım tabiki neymiş bu felan derken tamda aradığım şey varmış diye çok şaşırdım <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Picasadaki bu güzel özellik beni şaşırttı ;çok iyi düşünülmüş ve düşünülmekle de kalmayıp iyi çalışır halde gerçekleştirilmiş. Tebrikler Google amca <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hadi bu özellik nedir diyerekten ufak bir inceleme yapalım. Öncelikle picasayı açıyoruz. Sonra eğer bir fotoğraf import işlemi gerçekleştirmediysek hemen &#8220;File &gt; İmport From, Folder&#8221; menü yoluyla fotoğraf dolu klasörümüzü picasaya tanıtıyoruz. Sonra navigator üzerinden &#8220;People&#8221; sekmesine tıklıyoruz ve picasa fotoğrafları analiz etmeye başlıyor. Sonra fotoğraflardaki yüzleri bir bir tarayarak karşınıza getiriyor. Siz bu yüzlere isimler vererek tanımlıyorsunuz.</p>
<p><a href="http://ddemirel.files.wordpress.com/2011/07/capture.jpg"><img class="aligncenter size-medium wp-image-385" title="Capture" src="http://ddemirel.files.wordpress.com/2011/07/capture.jpg?w=300&#038;h=151" alt="" width="300" height="151" /></a></p>
<p>Picasa ise bu yüzlere uyanları otomatik olarak tanımladığınız kişi olarak etiketliyor. Bulamadıklarını ya da net olarak karar veremediklerini size soruyor. Böylece fotoğraf kütüphanenizi etiketler haricinde de arama imkanı buluyorsunuz. İşin güzel taraflarından bir tanesi ise search barda arama yaptığınızda aradığınız kişinin diğer kişilerle ortak fotoğraflarınıda gruplayarak getiriyor.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=384&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2011/07/03/google-picasa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>

		<media:content url="http://ddemirel.files.wordpress.com/2011/07/capture.jpg?w=300" medium="image">
			<media:title type="html">Capture</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;İnternet;Gezintimi,Araştırmalarımı ve Geçmişimi Nasıl Yönetiyorum?</title>
		<link>http://ddemirel.wordpress.com/2011/01/29/internetgezintimiarastirmalarimi-ve-gecmisimi-nasil-yonetiyorum/</link>
		<comments>http://ddemirel.wordpress.com/2011/01/29/internetgezintimiarastirmalarimi-ve-gecmisimi-nasil-yonetiyorum/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 11:13:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2011/01/29/internetgezintimiarastirmalarimi-ve-gecmisimi-nasil-yonetiyorum</guid>
		<description><![CDATA[&#62;Lise yıllarımda ansiklopedilerden araştırmalar yaparak dönem ödevimi hazırladığım zamanları anımsıyorum. O günlerden bu günlere çok şey değişti. Artık internet dediğimiz engin bir kütüphane var elimizde. Elimizde diyorum çünkü cep telefonlarımız birer bilgisayar. Dial-up bağlantılardan elimizdeki bilgisayarlar ile nete girmeye kadar geldik. Ve interneti facebook ve farmvilleden ibaret görmeyenler için aşağıdaki araçlar çok verimli olacaktır diye [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=219&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;Lise yıllarımda ansiklopedilerden araştırmalar yaparak dönem ödevimi hazırladığım zamanları anımsıyorum. O günlerden bu günlere çok şey değişti. Artık internet dediğimiz engin bir kütüphane var elimizde. Elimizde diyorum çünkü cep telefonlarımız birer bilgisayar. Dial-up bağlantılardan elimizdeki bilgisayarlar ile nete girmeye kadar geldik. Ve interneti facebook ve farmvilleden ibaret görmeyenler için aşağıdaki araçlar çok verimli olacaktır diye düşünüyorum. Teknoloji üreten ya da ürettiğini sanan insanların dahi 5 yıl önceki bakışaçılarıyla kalmaları şaşırtıcı geliyor. Ama çok şey değişti değişiyor bunun farkına varıp ayak uydurarak verimliliği artırmak olmalıdır asıl amaç.</p>
<p>Nette dolanırken birçok sayfaya giriyorum,aramalar yapıyorum, notlar alıyorum&#8230; Bir çok iş yapıyorum aslında nette; bir çok veriye erişiyorum, kimini okuyup geçiyorum, kimine göz atıyorum, bakıyorum güzel bir bilgi hemen saklıyorum sonra okurum diye. Bir çok blog ve siteyi takip ediyorum. Tabi bu kadar bilginin arasında değerli olup kaybolanlarda oluyor, unutulan siteler,bloglar oluyor vb. Eğer bunun gibi sıkıntıları hissediyorsanız bu engin kütüphaneyi kullanmanın kolaylıklarına bakmak gerekli.</p>
<p>Çevremde teknolojiyle içiçe olup bu kolaylıklardan bihaber birçok insan görüyorum. Bu sebepten böyle bir yazı yazma gereği duydum.</p>
<p><a href="http://www.google.com/reader"><span style="font-weight:bold;">1) Google Reader</span></a><br />
<a href="http://ddemirel.files.wordpress.com/2011/01/11.jpg"><img src="http://ddemirel.files.wordpress.com/2011/01/11.jpg?w=204" alt="" border="0" /></a>Nette gezinirken bir bloga rastladınız ve içerik hoşunuza gitti. Ne yapmanız gerekli? tabiki Google Reader gibi bir rss reader kullanmanız. Ben Google Reader&#8217;ı tavsiye ediyorum. Çünkü web tabanlı olduğu için istediğiniz yerden erişebilirsiniz ya da farklı bir web tabanlı reader kullanmanız güzel olur. Hoşunuza giden blogları ya da rss kaynağı sunan herhangi bir siteyi buradan takip edebilirsiniz. Eğer 50 adet takip ettiğiniz site varsa bunu tek tek gezmeniz çok zor olur. Bu sebepten reader üzerine rss linkini ekleyerek siteleri takip edebilirsiniz. Abonelikleri kategorilendirebilir böylece daha da kolaylaştırmış olursunuz.</p>
<p>Not: RSS nedir diyenler için; <a href="http://www.rssnedir.com/">buyurun</a></p>
<p><span style="font-weight:bold;"><a href="http://www.evernote.com/about/home.php">2)Evernote</a><br />
</span><a href="http://ddemirel.files.wordpress.com/2011/01/21.jpg"><img src="http://ddemirel.files.wordpress.com/2011/01/21.jpg?w=213" alt="" border="0" /></a>Peki bir konu hakkında araştırma yapıyorsunuz ve farklı farklı sitelerden bilgiler toplamanız gerekiyor. Ya da nette dolanırken beğendiğiniz bir şey gördünüz bu durumda evernote gibi web clipping araçlarını kullanmak işinizi çok kolaylaştıracaktır. Ben firefox web tarayıcısı kullanıyorum. Evernote&#8217;un firefox için bir eklentisi var. Bu eklentiyi tarayıcınıza kurduktan sonra sayfada herhangi bir metni seçip sağ tıklayarak &#8220;Add to evernote&#8221; seçeneğini tıklayarak metni evernote üzerinde saklamış olursunuz. Notlarınızı kategorilendirebilir ve taglayabilirsiniz.</p>
<p><a href="http://www.google.com/bookmarks"><span style="font-weight:bold;">3)GoogleBookmarks</span></a><br />
<a href="http://ddemirel.files.wordpress.com/2011/01/31.jpg"><img src="http://ddemirel.files.wordpress.com/2011/01/31.jpg?w=164" alt="" border="0" /></a>Gün içerisinde farklı bilgisayarlar kullanıyorum. Bu durumda yer imlerimi hangi bilgisayarda tutacağım? Böyle bir durumda Google Bookmarks hizmetinden faydalanıyorum. Firefox&#8217;un <a href="https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/">GBookmarks</a> eklentisini kullanarak yer imlerime istediğim yerden erişebiliyorum. Bunun yanısıra web geçmişimide görebiliyorum. Eklentiyi kurduktan sonra &#8220;Yardım&#8221; menüsünün yanında &#8220;GBookmarks&#8221; menüsü belirecektir. Buradan Options&#8217;a girip Google Bookmarks kullanıcı bilgilerinizi girerek yer imlerinize istediğiniz yerden erişebilirsiniz. Yer imlerinizi kategorilendirip istediğiniz şekilde yönetebilirsiniz.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=219&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2011/01/29/internetgezintimiarastirmalarimi-ve-gecmisimi-nasil-yonetiyorum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>

		<media:content url="http://ddemirel.files.wordpress.com/2011/01/11.jpg?w=204" medium="image" />

		<media:content url="http://ddemirel.files.wordpress.com/2011/01/21.jpg?w=213" medium="image" />

		<media:content url="http://ddemirel.files.wordpress.com/2011/01/31.jpg?w=164" medium="image" />
	</item>
		<item>
		<title>&gt;Yorumlar,durumlar,anlar</title>
		<link>http://ddemirel.wordpress.com/2010/12/26/yorumlardurumlaranlar/</link>
		<comments>http://ddemirel.wordpress.com/2010/12/26/yorumlardurumlaranlar/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 18:42:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[genel]]></category>
		<category><![CDATA[yeni yıl]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/12/26/yorumlardurumlaranlar</guid>
		<description><![CDATA[&#62;Ya günlerimi boş geçirmemek için erken kalkmaya geç yatmaya gayret ediyorum. Haftasonları dahi bunu yapmaya çalışıyorum. Ya günü uyuyarak geçince sanki böyle boş geçmiş gibi geliyor bana. İçimde garip bir duygu oluşuyor. Zaman ne kadar çabuk geçiyor anlamak zor. Özellikle iş hayatına başladıktan sonra daha da bir akıcı oluyor. Okuldayken çalışan arkadaşlarım derdi zaman çok [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=217&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;Ya günlerimi boş geçirmemek için erken kalkmaya geç yatmaya gayret ediyorum. Haftasonları dahi bunu yapmaya çalışıyorum. Ya günü uyuyarak geçince sanki böyle boş geçmiş gibi geliyor bana. İçimde garip bir duygu oluşuyor. Zaman ne kadar çabuk geçiyor anlamak zor. Özellikle iş hayatına başladıktan sonra daha da bir akıcı oluyor. Okuldayken çalışan arkadaşlarım derdi zaman çok hızlı geçiyor birşey yapmaya zaman kalmıyor diye doğruymuş <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Bugün Serkanla konuştukta Civcivimlede sık sık konuşuyoruz zaten okul biteli 1.5 yıl olmuş. Ve 2010da bitti son bir hafta&#8230;.</p>
<p>Kardeşim Serkan&#8217;da haftasonları bize geliyor eğitim için çok mutlu oluyoruz. Arasırada olsa Morecimde geliyor güzel yemek partileri yapıyoruz <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Haftasonlarını renklendiriyoruz artık. Okul zamanlarında Halil cuma akşamları gelir pazar öğleden sonraya kadar çook güzel zamanlar geçirirdik.</p>
<p>Muhabbetler arasında aklıma şu sosyal ağlar,bloglar felan derken artık yaşamlarımızın değiştiğini farkettim. Hayatımızın bir parçası haline gelen internet ile yaşam tarzlarımız değişti. Önceleri insanların hayatlarından kalan mektuplar, gizli saklı tutulan günlüklerdi şimdi ise bloglar,tweetler vb. oldu çıktı. Bunu farkında olmadan kabullendik. Aslında bir açıdan güzel bir durum bizden sonrakilere bizim yaşamlarımızın izleri kalıyor. Bizden öncekilerden bize kalan pek birşey yok o açıdan bu nesil şanslı. Ben çocukluğumdan daha fazla iz olmasını isterdim, daha fazla fotoğraf vidyo yazı&#8230; geriye dönüp baktığımda nasıl bir hayat yaşamışım onu görmek istedim.</p>
<p>Zamanı dolu geçirmek gerek, izler bırakmak, faydalar sağlamak gerek. Bu an geçiyor ve yapamadığımız bir şey o zamanda daha anlamlı iken yapmadan geçtiğimizde sonra anlamını yitiriyor.</p>
<p>Herkese güzellikler <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=217&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/12/26/yorumlardurumlaranlar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;PrimeFaces DataTable componentinde paginator hatası ve çözümü</title>
		<link>http://ddemirel.wordpress.com/2010/12/17/primefaces-datatable-componentinde-paginator-hatasi-ve-cozumu/</link>
		<comments>http://ddemirel.wordpress.com/2010/12/17/primefaces-datatable-componentinde-paginator-hatasi-ve-cozumu/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 16:19:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[bilişim]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[primefaces]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/12/17/primefaces-datatable-componentinde-paginator-hatasi-ve-cozumu</guid>
		<description><![CDATA[&#62;PrimeFaces DataTable componentinde paginator hatası; sorun aslında bir sorgulama yaptım diyelim 500 kayıt getiren ve 10 page olsun diyelim paginatorde. Sonra gittim 5. sayfaya tıkladım. Sonra gittim sorgu kriterlerini daralttım ve 1 kayıt geldi. Bu sefer paginator 1. sayfayı gösteriyor fakat tableda kayıt görünmüyor. Ben duruma çözüm olarak gittim filtreleme yaptığım butonun onclick olayına paginatoru [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=216&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;PrimeFaces DataTable componentinde paginator hatası; sorun aslında bir sorgulama yaptım diyelim 500 kayıt getiren ve 10 page  olsun diyelim paginatorde. Sonra gittim 5. sayfaya tıkladım. Sonra  gittim sorgu kriterlerini daralttım ve 1 kayıt geldi. Bu sefer paginator  1. sayfayı gösteriyor fakat tableda kayıt görünmüyor.</p>
<p>Ben  duruma çözüm olarak gittim filtreleme yaptığım butonun onclick olayına  paginatoru 1 yapacak kodu yazdım ve sorun giderildi. Tabi dataTable  nesnesinin widgetVar parametre değerini dataListesi olarak setledim.  (widgetVar = &#8220;dataListesi&#8221; )</p>
<p><span style="font-weight:bold;">Çözüm ;</span><br />&lt;p:commandButton value=&quot;Sorgula&quot; update=&quot;uretici_table growl&quot;<br />    actionListener=&#8221;#{sisService.sorgula1}&#8221; onclick=&#8221;dataListesi.getPaginator().setPage(1);&#8221;/&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=216&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/12/17/primefaces-datatable-componentinde-paginator-hatasi-ve-cozumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;Solaris samba ile klasör paylaştırma</title>
		<link>http://ddemirel.wordpress.com/2010/12/17/solaris-samba-ile-klasor-paylastirma/</link>
		<comments>http://ddemirel.wordpress.com/2010/12/17/solaris-samba-ile-klasor-paylastirma/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 16:07:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[bilişim]]></category>
		<category><![CDATA[paylaşım]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/12/17/solaris-samba-ile-klasor-paylastirma</guid>
		<description><![CDATA[&#62;/etc/sfw/smb.conf dosyası içerisine aşağıdaki bilgiler eklenir [paylasima_verdiginiz_klasor_adi] path = /solaris_uzerindeki_dizin public=yes read only = No create mask = 0777 force create mode = 0777 directory mask = 0777 force directory mode = 0777 guest only = Yes guest ok = Yes delete readonly = Yes valid_user=root oracle -&#62; user names sonra samba servisi restart edilir;/etc/init.d/samba [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=214&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;/etc/sfw/smb.conf dosyası içerisine aşağıdaki bilgiler eklenir</p>
<p>[paylasima_verdiginiz_klasor_adi]<br />    path = /solaris_uzerindeki_dizin<br />    public=yes<br />    read only = No<br />    create mask = 0777<br />    force create mode = 0777<br />    directory mask = 0777<br />    force directory mode = 0777<br />    guest only = Yes<br />    guest ok = Yes<br />    delete readonly = Yes<br />    valid_user=root oracle -&gt; user names</p>
<p>sonra samba servisi restart edilir;<br />/etc/init.d/samba stop<br />/etc/init.d/samba start    </p>
<p>İlgili bilgisayara ağ üzerinden erişip paylaşımınıza erişebilirsiniz. İzin sorunu yaşamamak için valid_user kısmındaki kullanıcıya ilgili izinleri vermeyi unutmayın.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=214&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/12/17/solaris-samba-ile-klasor-paylastirma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;Bayram ve Sonrası</title>
		<link>http://ddemirel.wordpress.com/2010/11/25/bayram-ve-sonrasi/</link>
		<comments>http://ddemirel.wordpress.com/2010/11/25/bayram-ve-sonrasi/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 15:40:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[konya]]></category>
		<category><![CDATA[kurban bayramı]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/11/25/bayram-ve-sonrasi</guid>
		<description><![CDATA[&#62;Bu bayramı Konya&#8217;da geçirdik civcivimle. Tatilin uzun olması çok iyi oldu, güzel bir kafa dağıttım. Geçen bayram Ordu bu bayram Konya sırayla tabi artık böyle oldu. Önceleri sıra felan yoktu. Tatilde hergün farklı bir lezzet tatmak işin en güzel taraflarından. Meşhur etli etmek uzun aralıklarla yeyince özlüyoruz tabi ilk defa tattığım ve çok beğendiğim ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=211&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;Bu bayramı Konya&#8217;da geçirdik civcivimle. Tatilin uzun olması çok iyi oldu, güzel bir kafa dağıttım. Geçen bayram Ordu bu bayram Konya sırayla tabi <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  artık böyle oldu. Önceleri sıra felan yoktu. Tatilde hergün farklı bir lezzet tatmak işin en güzel taraflarından. Meşhur etli etmek uzun aralıklarla yeyince özlüyoruz tabi <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ilk defa tattığım ve çok beğendiğim ve ve sabah kahvaltısında soğanla yediğim süper bir yemek ,Anneannemin ellerine sağlık <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Tandır ekmeği üzerinde tereyağlı kuzu eti mmmmmmmm <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Ardından Annemin bamya çorbası off off özlü,bol etli, birçok yerde yedim düğünlerde davetlerde ama Anneminki başka <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  onunda ellerine sağlık. Fahriye teyzeminde ellerine sağlık <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  pilav üzerinde kuzu eti mmmmm ve diğer güzel lezzetler&#8230; Hergünü ayrı lezzetlerle geçti bayramın.</p>
<p>Bu kadar tatilden sonra yoğun tempo iş sürecine yine devam ediyoruz. 3 ayda bir böyle bayram olsa ne güzel olurdu <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Zar zor kısacıkta olsa Halil kardeşimlede oturabildik. Ya aklıma yanayım bir kare yakalayamamışız o andan <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Bir arada mevlana çarşısında tesbihçi ararken pat diye Zeki ve Mevlüte rastladım <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  güzel tesadüf oldu ya yoksa görüşemeyecektik. Birazda onlarla sohbet derken&#8230; Bayram tatili güzel geçti, bir taraftandan annem babam kardeşlerimden ayrı olmak biraz burukluk kattı.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=211&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/11/25/bayram-ve-sonrasi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;Moreyle Cebit ve güzel bir akşam&#8230;</title>
		<link>http://ddemirel.wordpress.com/2010/10/10/moreyle-cebit-ve-guzel-bir-aksam/</link>
		<comments>http://ddemirel.wordpress.com/2010/10/10/moreyle-cebit-ve-guzel-bir-aksam/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 17:11:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[cebit]]></category>
		<category><![CDATA[civcivim]]></category>
		<category><![CDATA[etliekmek]]></category>
		<category><![CDATA[more]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/10/10/moreyle-cebit-ve-guzel-bir-aksam</guid>
		<description><![CDATA[&#62;Yine Moreyle Güzel dostum Muharrem(More) ile güzel bir haftasonunun ardından bir blog notu düşmek istedimm.. Hafta başından beridir Civcivimle cebite gitme isteği ile davetiye araştırmaya koyuldum. Sağolsunlar şirketten ayarladık biletleri. Cuma akşamı çıkarken fazla bilet olduğu söylentisi çıktı, aklıma ilk gelen More oldu tabi. Nese ertesi sabah kahvaltıda Civcivimle konuştuk derken Moreyi aradım. O da [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=206&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;<a href="http://www.cigerciaydin.com/pide22.jpg"><br /></a><a href="http://t3.gstatic.com/images?q=tbn:ANd9GcQ7XfZO2QDoPm68mBoCeaVzwRdQmEORFunwIVq4Ke8QG5_RYjU&amp;t=1&amp;h=155&amp;w=240&amp;usg=__HGw-5BDzJW5DiyAEhFxL-fedXsU="><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcQ7XfZO2QDoPm68mBoCeaVzwRdQmEORFunwIVq4Ke8QG5_RYjU&amp;t=1&amp;h=155&amp;w=240&amp;usg=__HGw-5BDzJW5DiyAEhFxL-fedXsU=" border="0" alt="" /></a><br />Yine Moreyle <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div></div>
<div>Güzel dostum Muharrem(More) ile güzel bir haftasonunun ardından bir blog notu düşmek istedimm.. Hafta başından beridir Civcivimle cebite gitme isteği ile davetiye araştırmaya koyuldum. Sağolsunlar şirketten ayarladık biletleri. Cuma akşamı çıkarken fazla bilet olduğu söylentisi çıktı, aklıma ilk gelen More oldu tabi. Nese ertesi sabah kahvaltıda Civcivimle konuştuk derken Moreyi aradım. O da olur dedi ve başladık cebit macerasına. Önceki yılların izlenimleriyle cebite heyecanla gittik fakat bu yıl orta ölçekli firmaların fuarı olmuş gibi. Tabiki bu açıdan da güzel ama o eski güzellik ve hengame kalmamış. Yaklaşık bir buçuk saat dolaşıp çıktık. Cebitten kalan güzel anlar <a href="http://www.pardus.org.tr/">Pardus</a> standında oldu. Pardusa bakmayalı uzun zaman olmuştu. Pardus standında hoş sohbetlerle pardusun yeni yüzüyle tekrar tanışmış olduk. Tabi o heyecanla akşam gelip indirdik(indiremedik <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).  </div>
<div></div>
<div>Derken derken cebit sonrası doğru Ovalı&#8217;nın yolunu tutup bir güzel etliekmekleri mideye indirdik <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  güzeldii.. eğeydir yememiştim. Sonrasında evimize&#8230; Akşamımız morecim ve civcivimle geçen güzel sohbetlerden sonra.. 3 bölüm süren fringe macerasından sonra günü kapattık&#8230;</div>
<div></div>
<div>Güzel bir haftasonuydu&#8230; emeği geçenler sağolsun <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Tabi Halil(Batu),Emrah ve Serkanım eski günlerden sizlerinde kulağını çınlattık&#8230; Özledik sizleri&#8230;</div>
<div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=206&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/10/10/moreyle-cebit-ve-guzel-bir-aksam/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>

		<media:content url="http://t3.gstatic.com/images?q=tbn:ANd9GcQ7XfZO2QDoPm68mBoCeaVzwRdQmEORFunwIVq4Ke8QG5_RYjU&#038;t=1&#038;h=155&#038;w=240&#038;usg=__HGw-5BDzJW5DiyAEhFxL-fedXsU=" medium="image" />
	</item>
		<item>
		<title>&gt;2 integer</title>
		<link>http://ddemirel.wordpress.com/2010/07/23/2-integer/</link>
		<comments>http://ddemirel.wordpress.com/2010/07/23/2-integer/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:29:00 +0000</pubDate>
		<dc:creator>ddemirel</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://ddemirel.wordpress.com/2010/07/23/2-integer</guid>
		<description><![CDATA[&#62;iki integerı bölerken sonucu double elde etmek için doublea convert etmek gerekiyor&#8230; yoksa hata nerde diye arayıp duruyoruz )) int x = 18;int y = 10;double a = x / y; // a = 1.0 double b = (double) x / (double) y; // a = 1.8<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=203&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;iki integerı bölerken sonucu double elde etmek için doublea convert etmek gerekiyor&#8230; yoksa hata nerde diye arayıp duruyoruz <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
<p>int x = 18;<br />int y = 10;<br />double a = x / y;  // a = 1.0</p>
<p>double b = (double) x / (double) y; // a = 1.8</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ddemirel.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ddemirel.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ddemirel.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ddemirel.wordpress.com&amp;blog=20685369&amp;post=203&amp;subd=ddemirel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ddemirel.wordpress.com/2010/07/23/2-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88c9d41392e47cbffe5e5985fed31446?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ddemirel</media:title>
		</media:content>
	</item>
	</channel>
</rss>
