<?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>Kwista &#187; functions</title>
	<atom:link href="http://www.kwista.com/tag/functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwista.com</link>
	<description>Information Technology for Your Gee Whiz Collection</description>
	<lastBuildDate>Thu, 04 Nov 2010 03:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Anonymous Functions and Closure in PHP</title>
		<link>http://www.kwista.com/programming/anonymous-functions-closure-php/</link>
		<comments>http://www.kwista.com/programming/anonymous-functions-closure-php/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 14:52:16 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=454</guid>
		<description><![CDATA[It&#8217;s about time that PHP joined the band wagon of anonymous functions. Anonymous functions, also known as closures, are functions with no specified name. These functions are stored in variables and can be passed around. Anonymous functions have been in other programming languages like Javascript, so if you know Javascript then anonymous functions are nothing [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/anonymous-functions-closure-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do While vs While</title>
		<link>http://www.kwista.com/programming/do-while-vs-while/</link>
		<comments>http://www.kwista.com/programming/do-while-vs-while/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 16:46:41 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=368</guid>
		<description><![CDATA[When I started programming I only learned about do ... while statements and I didn&#8217;t know about while statements. There are some times when my code would&#8217;ve been a lot cleaner if I had known about while statements. To save you all the trouble of what I had to go through I&#8217;m writing this post. [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/do-while-vs-while/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

