<?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>Samet ÖZDEN</title>
	<atom:link href="http://www.sametozden.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sametozden.com</link>
	<description></description>
	<lastBuildDate>05/01/2012 14:07</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>If you use query_posts within a template page</title>
		<link>http://www.sametozden.com/if-you-use-query_posts-within-a-template-page/</link>
		<comments>http://www.sametozden.com/if-you-use-query_posts-within-a-template-page/#comments</comments>
		<pubDate>05/01/2012 14:07</pubDate>
		<dc:creator>sametozden</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sametozden.com/?p=56</guid>
		<description><![CDATA[If you use query_posts within a template page, WordPress will have already executed the database query and retrieved the records by the time it gets to your template page (that&#8217;s how it knew which template page to serve up!). So when you over-ride the default query with query_posts(), you&#8217;re essentially throwing away the default query [...]]]></description>
			<content:encoded><![CDATA[<p>If you use query_posts within a template page, WordPress will have already executed the database query and retrieved the records by the time it gets to your template page (that&#8217;s how it knew which template page to serve up!). So when you over-ride the default query with query_posts(), you&#8217;re essentially throwing away the default query and its results and re-executing another query against the database.</p>
<p>This is not necessarily a problem, especially if you&#8217;re dealing with a smaller blog-based site. Developers of large sites with big databases and heavy visitor traffic may wish to consider alternatives, such as modifying the default request directly (before it&#8217;s called). The request filter can be used to achieve exactly this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sametozden.com/if-you-use-query_posts-within-a-template-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lorem Ipsum is simply dummy text of the printing</title>
		<link>http://www.sametozden.com/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting/</link>
		<comments>http://www.sametozden.com/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting/#comments</comments>
		<pubDate>03/01/2012 14:40</pubDate>
		<dc:creator>sametozden</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[asas]]></category>
		<category><![CDATA[ass as]]></category>
		<category><![CDATA[assa]]></category>

		<guid isPermaLink="false">http://www.sametozden.com/?p=6</guid>
		<description><![CDATA[Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lorem Ipsum is</strong> simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &#8216;Content here, content here&#8217;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &#8216;lorem ipsum&#8217; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Kodu göster/gizle">Kaynak kod</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Sadece kodu göster"><img border="0" style="border: 0 none" src="http://www.sametozden.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Yazdır"><img border="0" style="border: 0 none" src="http://www.sametozden.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.sametozden.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Eklenti bilgileri"><img border="0" style="border: 0 none" src="http://www.sametozden.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="kw2">&lt;?php</span>
&nbsp;
<span class="kw1">print</span> <span class="st0">&quot;s&quot;</span><span class="sy0">;</span>
&nbsp;
<span class="sy1">?&gt;</span></pre></div></div>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &#8220;de Finibus Bonorum et Malorum&#8221; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &#8220;Lorem ipsum dolor sit amet..&#8221;, comes from a line in section 1.10.32.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sametozden.com/lorem-ipsum-is-simply-dummy-text-of-the-printing-and-typesetting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

