<?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>eyeBlog</title>
	<atom:link href="http://eyeblog.eyedropdigital.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eyeblog.eyedropdigital.com</link>
	<description>Web Developer Ben Bergmann from EyeDrop Digital</description>
	<lastBuildDate>Mon, 25 Jul 2011 03:03:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Preventing File Hotlinking with .htaccess</title>
		<link>http://eyeblog.eyedropdigital.com/2011/web-design-info/preventing-file-hotlinking-with-htaccess/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/web-design-info/preventing-file-hotlinking-with-htaccess/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 20:26:57 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[General Web Design Info]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=162</guid>
		<description><![CDATA[Its an annoyance to provide media content, like images or ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/web-design-info/preventing-file-hotlinking-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fizz Buzz problem &#8211; a solution with Ternary logic</title>
		<link>http://eyeblog.eyedropdigital.com/2011/php-information/the-fizz-buzz-problem-a-solution-with-ternary-logic/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/php-information/the-fizz-buzz-problem-a-solution-with-ternary-logic/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 20:50:12 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ternary operator php]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=113</guid>
		<description><![CDATA[I recently went for a contract interview and was asked ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/php-information/the-fizz-buzz-problem-a-solution-with-ternary-logic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Center Images With CSS</title>
		<link>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-center-images-with-css/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-center-images-with-css/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 05:08:43 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[center image css display block margin]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=107</guid>
		<description><![CDATA[The old way of centering an image was to use ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-center-images-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Apply Separate Styles to an Input Object</title>
		<link>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-apply-separate-styles-to-an-input-object/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-apply-separate-styles-to-an-input-object/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 21:56:28 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=91</guid>
		<description><![CDATA[There are times when you want to apply a special ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/css-styles/how-to-apply-separate-styles-to-an-input-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check for Incoming Links &#8211; Back Links</title>
		<link>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/howto-check-for-incoming-links/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/howto-check-for-incoming-links/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 22:10:54 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[checking back links]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=75</guid>
		<description><![CDATA[Incoming links (back links) are important to your search results. ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/howto-check-for-incoming-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a robots.txt file</title>
		<link>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-robots-txt-file/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-robots-txt-file/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 08:29:47 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[General Web Design Info]]></category>
		<category><![CDATA[create robots.txt file]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=65</guid>
		<description><![CDATA[The robots.txt file is useful for telling search engines where ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-robots-txt-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a favicon with The Gimp</title>
		<link>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-favicon-with-the-gimp/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-favicon-with-the-gimp/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 22:40:08 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[General Web Design Info]]></category>
		<category><![CDATA[create favicon gimp]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=57</guid>
		<description><![CDATA[I&#8217;ve Googled the question of HowTo make a favicon.ico with ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/web-design-info/howto-create-a-favicon-with-the-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewriting URLs with .htaccess 101</title>
		<link>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/rewriting-urls-with-htaccess-101/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/rewriting-urls-with-htaccess-101/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 05:23:10 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[General Web Design Info]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[mod rewrite urls htaccess]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=39</guid>
		<description><![CDATA[A quick and simple tutorial on how to use .htaccess files to rewrite dynamic urls into something a little more search engine friendly]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/search-engine-optimization/rewriting-urls-with-htaccess-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cow People</title>
		<link>http://eyeblog.eyedropdigital.com/2011/rants/the-cow-people/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/rants/the-cow-people/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 17:54:41 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[cow people time waste]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=29</guid>
		<description><![CDATA[We&#8217;ve all run across them at some time or another. ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/rants/the-cow-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Stylesheet default tag declarations</title>
		<link>http://eyeblog.eyedropdigital.com/2011/css-styles/stylesheet-default-declarations/</link>
		<comments>http://eyeblog.eyedropdigital.com/2011/css-styles/stylesheet-default-declarations/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 23:58:06 +0000</pubDate>
		<dc:creator>Ben Bergmann</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[setting default stylesheet declarations]]></category>

		<guid isPermaLink="false">http://eyeblog.eyedropdigital.com/?p=7</guid>
		<description><![CDATA[If you&#8217;re new to web design you may have wondered ...]]></description>
		<wfw:commentRss>http://eyeblog.eyedropdigital.com/2011/css-styles/stylesheet-default-declarations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

