<?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>Vos Virtual Network &#187; theme</title>
	<atom:link href="http://vvn.net/wp/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://vvn.net/wp</link>
	<description>Jazz Like Code and Music For Life</description>
	<lastBuildDate>Fri, 07 Jan 2011 19:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Inside the WordPress Loop</title>
		<link>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/</link>
		<comments>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 09:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=77</guid>
		<description><![CDATA[I&#8217;ve doing a little reading about the WordPress loop. The WordPress loop is where all the main work get&#8217;s done in publishing the articles of the blog. Loops and iteration constructs are very common in many (all?) programming languages, and &#8230; <a href="http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve doing a little reading about the WordPress loop. The WordPress loop is where all the main work get&#8217;s done in publishing the articles of the blog. Loops and iteration constructs are very common in many (all?) programming languages, and that is why you see things like &#8220;do while&#8221; or while, &#8220;for x = 1 to z&#8221;, or &#8220;foreach x in z&#8221; in many scripting languages.</p>
<p>The whole idea with Open Source software is that you can modify it, refactor it, change it to be anything you want. However, it is a good idea to start with some very small changes, and it&#8217;s really good to begin by reading a few articles about the code, and read the actual source code before you start making any changes.</p>
<p>Anyway, two recent articles, I have have found helpful are: <a title="Ultimate Guide to the WordPress Loop" href="http://www.themelab.com/2008/04/04/the-ultimate-guide-to-the-wordpress-loop/" target="_blank">The Ultimate Guide to the WordPress Loop</a> and another called <a title="Global Variables and the WordPress loop" href="http://weblogtoolscollection.com/archives/2007/06/06/global-variables-and-the-wordpress-loop/" target="_blank">Global Variables and the WordPress Loop</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

