<?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>bunyamin VICIL &#187; Açık Kaynak</title>
	<atom:link href="http://www.vicil.name.tr/category/acik-kaynak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vicil.name.tr</link>
	<description>bilgi bankası...</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:06:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS ile Yeni Font Tanımlama</title>
		<link>http://www.vicil.name.tr/2010/06/08/css-ile-yeni-font-tanimlama/</link>
		<comments>http://www.vicil.name.tr/2010/06/08/css-ile-yeni-font-tanimlama/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 14:18:23 +0000</pubDate>
		<dc:creator>bVICIL</dc:creator>
				<category><![CDATA[Açık Kaynak]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.vicil.name.tr/?p=280</guid>
		<description><![CDATA[
			
				
			
		
hep merak etmiştim ama yeterince de araştırmamıştım; farklı fontları sitede nasıl kullanabilirim diye. Bugün twitter&#8217;da gezerken birinin konu ile direk alakalı olmayan ama içeriğinde bir yerde font import ettiği bir sistem gördüm ve kodu sizlerle de paylaşayım dedim. Umarım faydası olur sizlere de:
@font-face {
	font-family: 'GoodDogRegular';
	src: url('GoodDog-webfont.eot');
	src: local('‚ò∫'), url('GoodDog-webfont.woff') format('woff'),
url('GoodDog-webfont.ttf')
	format('truetype'), url('GoodDog-webfont.svg#webfont')
format('svg');
	font-weight: normal;
	font-style: normal;
}
bu da kullanımı
.stickyNote h1{
	font-size: [...]]]></description>
		<wfw:commentRss>http://www.vicil.name.tr/2010/06/08/css-ile-yeni-font-tanimlama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSound &#8211; Community Ubuntu Documentation</title>
		<link>http://www.vicil.name.tr/2010/03/16/opensound-community-ubuntu-documentation/</link>
		<comments>http://www.vicil.name.tr/2010/03/16/opensound-community-ubuntu-documentation/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:55:54 +0000</pubDate>
		<dc:creator>bVICIL</dc:creator>
				<category><![CDATA[Açık Kaynak]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Püf Noktası]]></category>

		<guid isPermaLink="false">http://www.vicil.name.tr/?p=269</guid>
		<description><![CDATA[
			
				
			
		
Eğer Ubuntu ya da altdağıtımlarından birisinde ses kartını ile alakalı bir problem varsa -mesela bendeki Intel HDA ses kartının tüm çıkışları kullanamaması gibi- aşağıdaki bağlantıyı kullanarak kısa sürede ses kartınızdan tam performans alabilirsiniz&#8230;
OpenSound &#8211; Community Ubuntu Documentation.


]]></description>
		<wfw:commentRss>http://www.vicil.name.tr/2010/03/16/opensound-community-ubuntu-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[en] Using audio and video in Firefox 3.5</title>
		<link>http://www.vicil.name.tr/2009/05/12/using-audio-and-video-in-firefox-35/</link>
		<comments>http://www.vicil.name.tr/2009/05/12/using-audio-and-video-in-firefox-35/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:15:27 +0000</pubDate>
		<dc:creator>bVICIL</dc:creator>
				<category><![CDATA[Açık Kaynak]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[autoplay]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html documents]]></category>
		<category><![CDATA[mov file]]></category>
		<category><![CDATA[ogg file]]></category>
		<category><![CDATA[ogg format]]></category>
		<category><![CDATA[source element]]></category>
		<category><![CDATA[tarayıcı]]></category>
		<category><![CDATA[theora]]></category>
		<category><![CDATA[v2v]]></category>
		<category><![CDATA[video elements]]></category>
		<category><![CDATA[wav format]]></category>

		<guid isPermaLink="false">http://www.vicil.name.tr/?p=117</guid>
		<description><![CDATA[
			
				
			
		
Firefox 3.5 introduced support for the HTML 5 audio and video elements, offering the ability to easily embed media into HTML documents.  Currently, only Ogg and WAV format media is supported, but support for other formats is expected to arrive in the future.
Embedding media
Embedding media in your HTML document is trivial:
&#60;video src=&#8220;http://v2v.cc/~j/theora_testsuite/320&#215;240.ogg&#8221; autoplay&#62;
 Your browser does not support the &#60;code&#62;video&#60;/code&#62; element. 
&#60;/video&#62; 
&#60;video [...]]]></description>
		<wfw:commentRss>http://www.vicil.name.tr/2009/05/12/using-audio-and-video-in-firefox-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[en] and the show begins</title>
		<link>http://www.vicil.name.tr/2009/01/28/and-the-show-begins/</link>
		<comments>http://www.vicil.name.tr/2009/01/28/and-the-show-begins/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 08:48:55 +0000</pubDate>
		<dc:creator>bVICIL</dc:creator>
				<category><![CDATA[Açık Kaynak]]></category>
		<category><![CDATA[architectural changes]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[half baked]]></category>
		<category><![CDATA[interview with linus torvalds]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[kde user]]></category>
		<category><![CDATA[Linus Torvalds]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source project]]></category>
		<category><![CDATA[right decision]]></category>

		<guid isPermaLink="false">http://www.vicil.name.tr/?p=90</guid>
		<description><![CDATA[
			
				
			
		
quoted from interview with Linus Torvalds:
- &#8220;Another open source project that underwent a big change was KDE with version 4.0. They released a lot of fundamental architectural changes with 4.0 and it received some negative reviews. As a KDE user how has this impacted you?&#8221;
-&#8221;I used to be a KDE user. I thought KDE 4.0 [...]]]></description>
		<wfw:commentRss>http://www.vicil.name.tr/2009/01/28/and-the-show-begins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[tr] Sun Virtual Box 2.0&#8242;ı duyurdu</title>
		<link>http://www.vicil.name.tr/2008/09/05/sun-virtual-box-20i-duyurdu/</link>
		<comments>http://www.vicil.name.tr/2008/09/05/sun-virtual-box-20i-duyurdu/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:21:16 +0000</pubDate>
		<dc:creator>bVICIL</dc:creator>
				<category><![CDATA[Açık Kaynak]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[ahci]]></category>
		<category><![CDATA[ciddi]]></category>
		<category><![CDATA[host interface]]></category>
		<category><![CDATA[jumbo frame]]></category>
		<category><![CDATA[klavye]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[raw disk]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vmm]]></category>
		<category><![CDATA[windows media player]]></category>

		<guid isPermaLink="false">http://www.vicil.name.tr/?p=33</guid>
		<description><![CDATA[
			
				
			
		
Virtual Box&#8217;un sitesindeki habere göre 2.0 sürümü duyuruldu. Öyle görünüyor ki Sun, VirtualBox&#8217;u aldıktan sonra ciddi yatırımlar yapmaya devam ediyor.
Sürüm 2.0 ile gelen özellikler:

64 bit guest (konuk) desteği (64 bit host için)
Mac OS X host için Leopard kullanıcı arabirimi
GUI (kullanıcı arabirimi) Q3&#8242;den Q4&#8242;e çevrildi ve birçok görsel düzenleme yapıldı.
Yeni sürüm hatırlatıcısı
Konuk Özellikleri Bilgi Arabirimi
Mac OS [...]]]></description>
		<wfw:commentRss>http://www.vicil.name.tr/2008/09/05/sun-virtual-box-20i-duyurdu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

