<?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; Tutorial</title>
	<atom:link href="http://www.kwista.com/category/programming/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwista.com</link>
	<description>Information Technology for Your Gee Whiz Collection</description>
	<lastBuildDate>Sun, 04 Jul 2010 17:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Testing Javascript On ANY Page</title>
		<link>http://www.kwista.com/programming/testing-javascript-on-any-page/</link>
		<comments>http://www.kwista.com/programming/testing-javascript-on-any-page/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:11:19 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=555</guid>
		<description><![CDATA[Did you know you can run Javascript on any page? It&#8217;s easy. All you do is type javascript: in the navigation bar of your browser and then your Javascript code and it will run it on the page! Examples Try the following examples: javascript:alert('Welcome to Kwista.com!'); javascript:document.write('&#60;img src="http://bit.ly/cc2SsH" /&#62;'); Uses Testing current values of variables. [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/testing-javascript-on-any-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use GoTo in PHP, C, C++, Obj-C, Java, Perl, Python, Flash, Actionscript, Java or Javascript</title>
		<link>http://www.kwista.com/programming/how-to-use-goto/</link>
		<comments>http://www.kwista.com/programming/how-to-use-goto/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:58:41 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[goto]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=479</guid>
		<description><![CDATA[Here is the secret to using GoTo in ANY programming language: Yes, that&#8217;s right. You will be eaten by a raptor! So don&#8217;t use it! Share and Enjoy:]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/how-to-use-goto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Ternary Operators</title>
		<link>http://www.kwista.com/programming/ternary-operators/</link>
		<comments>http://www.kwista.com/programming/ternary-operators/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 21:09:51 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[obj-c]]></category>
		<category><![CDATA[ternary operators]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=417</guid>
		<description><![CDATA[If you don&#8217;t know what ternary operators are then you are missing out! The day I learned about ternary operators I nearly passed out. There are so many wasted lines of code if you don&#8217;t know about them. This is what a standard if ... else ... statement looks like using C, Obj-C, C++, C#, [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/ternary-operators/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Colon Syntax in PHP</title>
		<link>http://www.kwista.com/programming/colon-syntax-in-php/</link>
		<comments>http://www.kwista.com/programming/colon-syntax-in-php/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:25:40 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[colon syntax]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php syntax]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=401</guid>
		<description><![CDATA[Colon syntax is another way to style your PHP code. Instead of using curly braces you use colons. Below I have included an example of a couple different curly brace styles and also each statement using the colon syntax. I don&#8217;t know of any performance benefits or loss to using this syntax over any other. [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/colon-syntax-in-php/feed/</wfw:commentRss>
		<slash:comments>6</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>
		<item>
		<title>Organizing PHP Includes with Autoload</title>
		<link>http://www.kwista.com/programming/php-autoload/</link>
		<comments>http://www.kwista.com/programming/php-autoload/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:34:10 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[autoload]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.kwista.com/it/?p=30</guid>
		<description><![CDATA[Since PHP5 was released, PHP programmers have been blessed with a decent support of object-oriented programming. With this ability many programmers have used classes in many if not all of their projects. A very common practice for OO programmers is to place each class in an includes folder. There have been many times when I [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/php-autoload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
