<?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>Biraz fizik..biraz web</title>
	<atom:link href="http://boracanbula.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://boracanbula.wordpress.com</link>
	<description>fizikçi miyim programcı mı ben de bilmiyorum :)</description>
	<lastBuildDate>Fri, 18 Apr 2008 06:35:22 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='boracanbula.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Biraz fizik..biraz web</title>
		<link>http://boracanbula.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://boracanbula.wordpress.com/osd.xml" title="Biraz fizik..biraz web" />
	<atom:link rel='hub' href='http://boracanbula.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tek arkaplan resmiyle yuvarlak kenarlı tablolar</title>
		<link>http://boracanbula.wordpress.com/2008/04/18/tek-arkaplan-resmiyle-yuvarlak-kenarli-tablolar/</link>
		<comments>http://boracanbula.wordpress.com/2008/04/18/tek-arkaplan-resmiyle-yuvarlak-kenarli-tablolar/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 06:08:56 +0000</pubDate>
		<dc:creator>Bora Canbula</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[corner]]></category>
		<category><![CDATA[kenar]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tablo]]></category>
		<category><![CDATA[yuvarlak]]></category>

		<guid isPermaLink="false">http://boracanbula.wordpress.com/?p=8</guid>
		<description><![CDATA[Bu yazıda tek bir daire resmi ile yuvarlak kenarlı tablolar yapmayı anlatmaya çalışacağım..tabi bunu yapmak için css&#8217;den faydalanacağız..kullandığım resim aşağıdaki daire resmi bu resim 30&#215;30 piksel boyutunda ortası #336699 renginde basit bir daire ve yuvarlak kenarlı şık tablolar yapmak için ihtiyacımız olan tek şey şimdi de kodlarımıza geçelim.. tablomuzun üst tarafını oluşturan kodlarımız şöyle..burada sol [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=8&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bu yazıda tek bir daire resmi ile yuvarlak kenarlı tablolar yapmayı anlatmaya çalışacağım..tabi bunu yapmak için css&#8217;den faydalanacağız..kullandığım resim aşağıdaki daire resmi</p>
<p><a href="http://boracanbula.files.wordpress.com/2008/04/kose.jpg"><img class="alignnone size-full wp-image-9" src="http://boracanbula.files.wordpress.com/2008/04/kose.jpg?w=500" alt=""   /></a></p>
<p>bu resim 30&#215;30 piksel boyutunda ortası #336699 renginde basit bir daire ve yuvarlak kenarlı şık tablolar yapmak için ihtiyacımız olan tek şey <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  şimdi de kodlarımıza geçelim..</p>
<p><span id="more-8"></span></p>
<p>tablomuzun üst tarafını oluşturan kodlarımız şöyle..burada sol üst köşe için dairemizi sol üste hizaladık ve genişlik ve yükseklik değerlerini 15 piksel vererek sadece işimize yarayan kısmının görünmesini sağladık <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  zira sağ üst köşe için dairemizi sağ üste hizalayıp yine aynı boyut ayarlamasını yapacağız..orta bölümde ise sadece arkaplan rengini dairenin içiyle aynı renkte vermemiz yeterli</p>
<p><code>&lt;div style="position: absolute; top: 5px; left: 5px; background-image: url(kose.jpg); background-position: top left; background-repeat: no-repeat; width: 15px; height: 15px;"&gt;<br />
&lt;/div&gt;<br />
&lt;div align="center" style="position: absolute; top: 5px; left: 20px; background-color: #336699; width: 400px; height: 15px;" color="#ffffff"&gt;<br />
&lt;/div&gt;<br />
&lt;div style="position: absolute; top: 5px; left: 420px; background-image: url(kose.jpg); background-position: top right; background-repeat: no-repeat; width: 15px; height: 15px;"&gt;<br />
&lt;/div&gt;</code></p>
<p>bu kısımda tablomuzun içeriğini yazabiliriz..ben örnek bir şeyler yazdım <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code>&lt;div style="position: absolute; top: 20px; left: 5px; width: 420px; height: 250px; background-color: #336699; color: #ffffff; padding: 5px; overflow: none;"&gt;<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
&lt;/div&gt;</code></p>
<p>alt kısım ise üst tarafta yaptıklarımızın tam tersi..burada dikkat ettiğimiz nokta daireleri hizalarkan top değil bottom kullanıyoruz yani alt köşelere hizalıyoruz</p>
<p><code>&lt;div style="position: absolute; top: 270px; left: 5px; background-image: url(kose.jpg); background-position: bottom left; background-repeat: no-repeat; width: 15px; height: 15px;"&gt;<br />
&lt;/div&gt;<br />
&lt;div align="center" style="position: absolute; top: 270px; left: 20px; background-color: #336699; width: 400px; height: 15px;" color="#ffffff"&gt;<br />
&lt;/div&gt;<br />
&lt;div style="position: absolute; top: 270px; left: 420px; background-image: url(kose.jpg); background-position: bottom right; background-repeat: no-repeat; width: 15px; height: 15px;"&gt;<br />
&lt;/div&gt;</code></p>
<p>sonuç ise şöyle olacak..vay be tek resimde işi bağladık <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div style="position:relative;top:10px;left:10px;width:480px;height:350px;">
<div style="position:absolute;top:5px;left:5px;background-image:url('http://boracanbula.files.wordpress.com/2008/04/kose.jpg');background-position:top left;background-repeat:no-repeat;width:15px;height:15px;">
</div>
<div align="center" style="position:absolute;top:5px;left:20px;background-color:#336699;width:400px;height:15px;">
</div>
<div style="position:absolute;top:5px;left:420px;background-image:url('http://boracanbula.files.wordpress.com/2008/04/kose.jpg');background-position:top right;background-repeat:no-repeat;width:15px;height:15px;">
</div>
<div style="position:absolute;top:20px;left:5px;width:420px;height:250px;background-color:#336699;color:#ffffff;overflow:none;padding:5px;">
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd<br />
	sdmklas dmkasl dmacvsd vasd vasdv asd vasdv asd vsdv asd vd vasdv asdv asd vasd
</div>
<div style="position:absolute;top:270px;left:5px;background-image:url('http://boracanbula.files.wordpress.com/2008/04/kose.jpg');background-position:bottom left;background-repeat:no-repeat;width:15px;height:15px;">
</div>
<div align="center" style="position:absolute;top:270px;left:20px;background-color:#336699;width:400px;height:15px;">
</div>
<div style="position:absolute;top:270px;left:420px;background-image:url('http://boracanbula.files.wordpress.com/2008/04/kose.jpg');background-position:bottom right;background-repeat:no-repeat;width:15px;height:15px;">
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/boracanbula.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/boracanbula.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/boracanbula.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/boracanbula.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/boracanbula.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=8&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://boracanbula.wordpress.com/2008/04/18/tek-arkaplan-resmiyle-yuvarlak-kenarli-tablolar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21eec53ecc1ee8b216df0d81dfe48757?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">boracanbula</media:title>
		</media:content>

		<media:content url="http://boracanbula.files.wordpress.com/2008/04/kose.jpg" medium="image" />
	</item>
		<item>
		<title>Finding The Higgs Boson</title>
		<link>http://boracanbula.wordpress.com/2008/04/17/finding-the-higgs-boson/</link>
		<comments>http://boracanbula.wordpress.com/2008/04/17/finding-the-higgs-boson/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 19:56:25 +0000</pubDate>
		<dc:creator>Bora Canbula</dc:creator>
				<category><![CDATA[Fizik]]></category>

		<guid isPermaLink="false">http://boracanbula.wordpress.com/?p=4</guid>
		<description><![CDATA[Is the imperative of the two most powerful particle accelerators ever built&#8212;the Tevatron at Fermilab, now reaching the peak of its decades-long performance, and the Large Hadron Collider (LHC) at CERN, where beams will circulate for the first time around a 27-km track within the next few months. The Higgs has not yet been discovered, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=4&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is the imperative of the two most powerful particle accelerators ever built&#8212;the Tevatron at Fermilab, now reaching the peak of its decades-long performance, and the Large Hadron Collider (LHC) at CERN, where beams will circulate for the first time around a 27-km track within the next few months. The Higgs has not yet been discovered, but at this week’s meeting of the American Physical Society (APS) in St. Louis dozens of talks referred to the status of the Higgs search. Why is the Higgs so important? Because it is thought to pervade the universal vacuum; not, as with the old aether, to provide a material substrate for the propagation of electromagnetic waves, but rather to interact with particles and confer mass upon them.</p>
<p><span id="more-4"></span></p>
<p>The Higgs’ ministrations are usually hidden away in the vacuum, but if enough energy is brought to bear in a tiny volume of space&#8212;at the point where two energetic particles collide&#8212;then the Higgs can be turned into an actual particle whose existence can be detected. Theoretical calculations made using the standard model of particle physics combined with previous experiments serve to limit the possible range of masses for the Higgs particle. Right now that mass is thought to be larger than 114 GeV but smaller than about 190 GeV.</p>
<p>The Tevatron delivers more than enough energy to create a particle in that energy range. The main issue, then, is luminosity, or the density of beam particles crashed together per second. The Tevatron recently established a record high luminosity: 3.1 x 10^32 per cm^2 per second. What would a Higgs event look like? One speaker at the meeting, Brian Winer (Ohio State), said that the “most Higgs-like Higgs event” seen so far was one in which (it is surmised) the proton-antiproton collision at the Tevatron had created a fireball which then decayed into a W boson (one of the carriers of the weak nuclear force) and a Higgs particle.</p>
<p>The Higgs in turn quickly decayed into a bottom-antibottom quark pair whose combined mass amounted to 120 GeV. By itself such an event does not constitute a discovery. Successfully observing the Higgs involves finding an inventory of candidate events substantially larger than the number of expected background events from collisions which do not produce a Higgs particle but which mimic some features of the Higgs. Time (and luminosity) will tell whether the Tevatron accumulates enough Higgs candidate events to establish a statistically-satisfactory “discovery.”</p>
<p>One Tevatron physicist, Dmitri Denisov (<a href="denisovd@fnal.gov">denisovd@fnal.gov</a>) summarized the likely status of things when the experiments (the CDF and D0 detector groups) start to wrap up in the year 2010. The luminosity, he said, would probably be twice what it is now and that 4 to 8 times more data would be analyzed than is available today. The Higgs, if it exists, is expected to show up in abundance at the LHC, where the collision energy is much higher than at the Tevatron. Abraham Seiden (<a href="mailto:abs@scipp.ucsc.edu">abs@scipp.ucsc.edu</a>) of UC Santa Cruz summarized the current status of the LHC.</p>
<p>In the CERN lab scientists and engineers are now chilling down the magnets which steer protons around their proper trajectory to the near-absolute-zero temperatures needed for operating in a superconducting mode. Although designed to produce proton beams at 7 TeV, the accelerator will at first hold to a more conservative 5 TeV. As for the present schedule, Seiden quoted a recent CERN report specifying mid June as the time when the machine would be cooled and ready to circulate beams around the ring and August as the time when actual particle collisions will commence. However, several scientists at the meeting, when asked, were somewhat skeptical that this timeline would be met.<br />
As for the prospective scenario for discoveries at LHC in coming years, Seiden said that finding evidence for a supersymmetric particle (one of a large family of hypothetical particles) might be possible as early as the year 2009, while finding the Higgs might be possible by 2010.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/boracanbula.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/boracanbula.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/boracanbula.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/boracanbula.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/boracanbula.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=4&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://boracanbula.wordpress.com/2008/04/17/finding-the-higgs-boson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21eec53ecc1ee8b216df0d81dfe48757?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">boracanbula</media:title>
		</media:content>
	</item>
		<item>
		<title>Optical Clocks Get Better</title>
		<link>http://boracanbula.wordpress.com/2008/04/10/optical-clocks-get-better/</link>
		<comments>http://boracanbula.wordpress.com/2008/04/10/optical-clocks-get-better/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:24:15 +0000</pubDate>
		<dc:creator>Bora Canbula</dc:creator>
				<category><![CDATA[Fizik]]></category>

		<guid isPermaLink="false">http://boracanbula.wordpress.com/?p=7</guid>
		<description><![CDATA[Two separate experiments in Colorado compare the frequency of emissions from atoms or ions to an uncertainty of 10^-16 or better. Earlier atomic clocks operated by reading out the movements of internal transitions from one quantum state to another in cesium atoms; the light emitted was in the microwave range. With frequency comb techniques (http://www.aip.org/pnu/2008/split/853-1.html) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=7&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Two separate experiments in Colorado compare the frequency of emissions from atoms or ions to an uncertainty of 10^-16 or better. Earlier atomic clocks operated by reading out the movements of internal transitions from one quantum state to another in cesium atoms; the light emitted was in the microwave range. With frequency comb techniques (<a href="http://www.aip.org/pnu/2008/split/853-1.html">http://www.aip.org/pnu/2008/split/853-1.html</a>) measurement of optical-range frequencies can also be made with high accuracy.</p>
<p><span id="more-7"></span></p>
<p>In the 28 March 2008 issue of Science two groups reported new superb levels of precision. One experiment, carried out by a JILA/Colorado/ NIST-Boulder team (Ludlow et al.), gauges the uncertainty of a clock based on neutral strontium atoms to a level of 10^-16 by comparing it to a clock using calcium atoms and located a kilometer away. The other experiment, carried out at NIST-Boulder (Rosenband et al), looks at two clocks 100 meters apart.</p>
<p>The clocks contain respectively a single aluminum and a single mercury ion. The fractional uncertainty in the ratio of the frequency outputs for the clocks was determined to be 5.2 x 10^-17. (NIST information at <a href="http://www.nist.gov/public_affairs/releases/logic_clock/logic_clock.html">http://www.nist.gov/public_affairs/releases/logic_clock/logic_clock.html</a> and <a href="http://www.nist.gov/public_affairs/clock/clock.html%20">http://www.nist.gov/public_affairs/clock/clock.html </a>)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/boracanbula.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/boracanbula.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/boracanbula.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/boracanbula.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/boracanbula.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boracanbula.wordpress.com&amp;blog=430067&amp;post=7&amp;subd=boracanbula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://boracanbula.wordpress.com/2008/04/10/optical-clocks-get-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21eec53ecc1ee8b216df0d81dfe48757?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">boracanbula</media:title>
		</media:content>
	</item>
	</channel>
</rss>
