<?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>Design News and Discussion</title>
	<atom:link href="http://www.vanmeterdesign.com/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanmeterdesign.com/news</link>
	<description></description>
	<lastBuildDate>Wed, 27 Apr 2011 00:22:59 +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>Creating JavaScript Class Basics</title>
		<link>http://www.vanmeterdesign.com/news/creating-javascript-class-basics/</link>
		<comments>http://www.vanmeterdesign.com/news/creating-javascript-class-basics/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 00:22:59 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[JavaScript Programming]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=247</guid>
		<description><![CDATA[For those starting off with the concept of object oriented programming, you will find that JavaScript very easily adapts itself to OOP. This is because at it&#8217;s core JavaScript is designed as an object oriented programming language. For this reason, &#8230; <a href="http://www.vanmeterdesign.com/news/creating-javascript-class-basics/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/creating-javascript-class-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube &#8211; Free Commercials, Easy Clicks</title>
		<link>http://www.vanmeterdesign.com/news/youtube-free-commercials-easy-clicks/</link>
		<comments>http://www.vanmeterdesign.com/news/youtube-free-commercials-easy-clicks/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 04:18:02 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=237</guid>
		<description><![CDATA[One name that gets tossed around a lot in SEO is YouTube. People will tell you &#8220;you got to have a YouTube page!,&#8221; but like any optimizing technique it&#8217;s important to understand why something works so that you can squeeze &#8230; <a href="http://www.vanmeterdesign.com/news/youtube-free-commercials-easy-clicks/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/youtube-free-commercials-easy-clicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being Specific Helps You Rank</title>
		<link>http://www.vanmeterdesign.com/news/being-specific-helps-you-rank/</link>
		<comments>http://www.vanmeterdesign.com/news/being-specific-helps-you-rank/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 20:29:13 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Basics Advice]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=234</guid>
		<description><![CDATA[When you first set out to optimize your website for search engines the gut instinct is to write the literature of your site in such a way that it encompasses the major theme of the site, this is a bad &#8230; <a href="http://www.vanmeterdesign.com/news/being-specific-helps-you-rank/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/being-specific-helps-you-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic PHP Variables and Array Names</title>
		<link>http://www.vanmeterdesign.com/news/dynamic-php-variables-and-array-names/</link>
		<comments>http://www.vanmeterdesign.com/news/dynamic-php-variables-and-array-names/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 01:08:33 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=221</guid>
		<description><![CDATA[Ever write a PHP program and find that it would be really useful to be able to create variable or array names on the fly? It can be difficult to explain why its sometimes necessary, this really depends on the &#8230; <a href="http://www.vanmeterdesign.com/news/dynamic-php-variables-and-array-names/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/dynamic-php-variables-and-array-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic PHP Array Tutorial</title>
		<link>http://www.vanmeterdesign.com/news/php-array-tutorial/</link>
		<comments>http://www.vanmeterdesign.com/news/php-array-tutorial/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 18:09:35 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=203</guid>
		<description><![CDATA[Arrays are a powerful way to group similar information together. Beginners often find arrays to be intimidating probably because grasping how to use them can be tricky and the functions that allow you to control them are a little confusing &#8230; <a href="http://www.vanmeterdesign.com/news/php-array-tutorial/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/php-array-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Beautiful Code</title>
		<link>http://www.vanmeterdesign.com/news/writing-beautiful-code/</link>
		<comments>http://www.vanmeterdesign.com/news/writing-beautiful-code/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 18:05:56 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=177</guid>
		<description><![CDATA[The concept of &#8220;beautiful code&#8221; is creating an application in such a way that code does not repeat itself, uses minimal computing resources and is scalable enough so upgrades can be made with ease in the future. These three parts of &#8230; <a href="http://www.vanmeterdesign.com/news/writing-beautiful-code/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/writing-beautiful-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Recipe for a Successful Web Site</title>
		<link>http://www.vanmeterdesign.com/news/the-recipe-for-a-successful-web-site/</link>
		<comments>http://www.vanmeterdesign.com/news/the-recipe-for-a-successful-web-site/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 00:33:54 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Web Basics Advice]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=169</guid>
		<description><![CDATA[There are over 182 million+ web sites on the internet and with all those sites it goes without saying that many provide the same content as another. This is the key thought that a successful web site owner must always &#8230; <a href="http://www.vanmeterdesign.com/news/the-recipe-for-a-successful-web-site/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/the-recipe-for-a-successful-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo Development: Building Brand Recognition</title>
		<link>http://www.vanmeterdesign.com/news/logo-development-building-brand-recognition/</link>
		<comments>http://www.vanmeterdesign.com/news/logo-development-building-brand-recognition/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 01:39:08 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Business Identity]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=136</guid>
		<description><![CDATA[Designing a logo is a major step in building brand recognition for a company. Really, it is!!! A well designed logo builds excitement with a company, it&#8217;s products and because of this the image of the logo gets burned into &#8230; <a href="http://www.vanmeterdesign.com/news/logo-development-building-brand-recognition/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/logo-development-building-brand-recognition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Website is an Onion</title>
		<link>http://www.vanmeterdesign.com/news/your-website-is-an-onion/</link>
		<comments>http://www.vanmeterdesign.com/news/your-website-is-an-onion/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 19:41:44 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Web Basics Advice]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=131</guid>
		<description><![CDATA[What comprises the modern day website? text, graphics, video, all things that make up what you see but in actuality there is much more going on. Here we will explore the many layers of a website and how they relate &#8230; <a href="http://www.vanmeterdesign.com/news/your-website-is-an-onion/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/your-website-is-an-onion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What to do After SEO Updates</title>
		<link>http://www.vanmeterdesign.com/news/what-to-do-after-seo-updates/</link>
		<comments>http://www.vanmeterdesign.com/news/what-to-do-after-seo-updates/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 02:04:49 +0000</pubDate>
		<dc:creator>Matt VanMeter</dc:creator>
				<category><![CDATA[Web Basics Advice]]></category>

		<guid isPermaLink="false">http://www.vanmeterdesign.com/news/?p=123</guid>
		<description><![CDATA[You hired a company to cleanup your site and make it search engine friendly. You&#8217;ve tapped all the appropriate social networks and submitted your website to online directories. So what&#8217;s next? Are do done? NOPE! SEO is never truly done &#8230; <a href="http://www.vanmeterdesign.com/news/what-to-do-after-seo-updates/">Continue <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.vanmeterdesign.com/news/what-to-do-after-seo-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

