<?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; Programming</title>
	<atom:link href="http://www.kwista.com/category/programming/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>WordPress Just Got Jazzy! Version 3.0 released.</title>
		<link>http://www.kwista.com/news/wordpress-just-got-jazzy/</link>
		<comments>http://www.kwista.com/news/wordpress-just-got-jazzy/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 17:40:35 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=764</guid>
		<description><![CDATA[Well the new WordPress has been out for a week now and it&#8217;s time we give out our two cents. Named after the famous jazz musician Thelonious Monk (I would&#8217;ve named it &#8220;Satchmo&#8221; after my favorite jazz musician Louis Armstrong), this major release is a big sigh of relief for all WordPress developers out there. [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/news/wordpress-just-got-jazzy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Theme Test WordPress Plugin Release</title>
		<link>http://www.kwista.com/programming/dev-theme-test-wordpress-plugin-release/</link>
		<comments>http://www.kwista.com/programming/dev-theme-test-wordpress-plugin-release/#comments</comments>
		<pubDate>Tue, 04 May 2010 17:41:38 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=727</guid>
		<description><![CDATA[Trying to edit your theme or test a new theme can be very difficult without a testing server or a dev location. Dev Theme Test allows you to create a password protected and non-password protected subdomain such as dev.yoursite.com in order to make modifications to your current theme or a new theme while still displaying [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/dev-theme-test-wordpress-plugin-release/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<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>Binary Clock Widget Box</title>
		<link>http://www.kwista.com/programming/scripts/binary-clock-widget-box/</link>
		<comments>http://www.kwista.com/programming/scripts/binary-clock-widget-box/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:53:11 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[For Fun]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[binary clock]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widget box]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=327</guid>
		<description><![CDATA[We&#8217;ve created a widgetbox widget for the binary clock. You can now place our binary clock on any website out there! Widgetbox Our widget has been approved by widget box: http://www.widgetbox.com/widget/kwista-binary-clock Get the widget]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/scripts/binary-clock-widget-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Binary Clock Widget Plugin</title>
		<link>http://www.kwista.com/programming/scripts/binary-clock-widget/</link>
		<comments>http://www.kwista.com/programming/scripts/binary-clock-widget/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 21:13:48 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[binary clock]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=297</guid>
		<description><![CDATA[This is a free wordpress plugin that you can use on your wordpress site to display a binary clock in your sidebar! See our working example of the WordPress Binary Clock plugin in this sidebar WordPress.org Our plugin is officially hosted at WordPress.org: Kwista Binary Clock Plugin Info Contributors: cabofixe, Chris London Donate link: http://www.kwista.com/other/donate/ [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/scripts/binary-clock-widget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
