<?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>Web Designer Dave</title>
	<atom:link href="http://webdesignerdave.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignerdave.com</link>
	<description>Web design and development blog of David Anastasi &#124; tips, tutorials, and articles</description>
	<lastBuildDate>Sun, 13 May 2012 17:05:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>CenterMe jQuery Plug-in</title>
		<link>http://webdesignerdave.com/tips/centerme-jquery-plug-in/</link>
		<comments>http://webdesignerdave.com/tips/centerme-jquery-plug-in/#comments</comments>
		<pubDate>Sun, 13 May 2012 17:03:32 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=1002</guid>
		<description><![CDATA[<p>Just created a little jQuery plug-in I call centerMe, which will centre any element inside any parent container.</p><p><a href="http://webdesignerdave.com/tips/centerme-jquery-plug-in/">CenterMe jQuery Plug-in</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/centerme-jquery-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Form Element Outlines</title>
		<link>http://webdesignerdave.com/tips/remove-form-element-outlines/</link>
		<comments>http://webdesignerdave.com/tips/remove-form-element-outlines/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 21:15:14 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=970</guid>
		<description><![CDATA[<p>Remove browser default styling applied to form element outlines &#8212; input, textarea, and select. Understand how the outline and outline-offset property works to keep your forms looking beautiful.</p><p><a href="http://webdesignerdave.com/tips/remove-form-element-outlines/">Remove Form Element Outlines</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/remove-form-element-outlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Keyboard Shortcuts</title>
		<link>http://webdesignerdave.com/tips/browser-keyboard-shortcuts/</link>
		<comments>http://webdesignerdave.com/tips/browser-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 12:18:25 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=957</guid>
		<description><![CDATA[<p>A simple and effective way to boost productivity is to use the keyboard rather than the mouse. Once your get using these key combinations and they become second nature to you, you'll realise how much more efficient you've become.</p><p><a href="http://webdesignerdave.com/tips/browser-keyboard-shortcuts/">Browser Keyboard Shortcuts</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/browser-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoVe HAte</title>
		<link>http://webdesignerdave.com/tips/love-hate/</link>
		<comments>http://webdesignerdave.com/tips/love-hate/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 12:16:24 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=934</guid>
		<description><![CDATA[<p>This is a quick tip about anchor element specificity. The order which CSS anchor elements with pseudo classes are written in CSS will determine which rule should be applied. Remember this rule to help avoid buggy CSS.</p><p><a href="http://webdesignerdave.com/tips/love-hate/">LoVe HAte</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/love-hate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Server Errors Explained</title>
		<link>http://webdesignerdave.com/tips/http-server-errors-explained/</link>
		<comments>http://webdesignerdave.com/tips/http-server-errors-explained/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 22:19:13 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=725</guid>
		<description><![CDATA[<p>A quick tip explaining what the most common HTTP Response Status Error Codes represent, the cause of the error and how the to resolve it.</p><p><a href="http://webdesignerdave.com/tips/http-server-errors-explained/">HTTP Server Errors Explained</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/http-server-errors-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Caption Width Issue</title>
		<link>http://webdesignerdave.com/tips/wordpress-caption-width-issue/</link>
		<comments>http://webdesignerdave.com/tips/wordpress-caption-width-issue/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 15:44:08 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=814</guid>
		<description><![CDATA[<p>Easily fix the caption width issue in wordpress and stop it breaking your design. How to change the default caption width or set no default.</p><p><a href="http://webdesignerdave.com/tips/wordpress-caption-width-issue/">WordPress Caption Width Issue</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/wordpress-caption-width-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designer Dave Redesign V2</title>
		<link>http://webdesignerdave.com/articles/web-designer-dave-redesign-v2/</link>
		<comments>http://webdesignerdave.com/articles/web-designer-dave-redesign-v2/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 09:25:54 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=640</guid>
		<description><![CDATA[<p>Comparing The old design with the Redesign of Web Designer Dave. The redesign is built with HTML5, CSS3, jQuery, Responsive Design.</p><p><a href="http://webdesignerdave.com/articles/web-designer-dave-redesign-v2/">Web Designer Dave Redesign V2</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/articles/web-designer-dave-redesign-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Search Engine Tips and Tricks</title>
		<link>http://webdesignerdave.com/tips/useful-search-engines-tips-and-tricks/</link>
		<comments>http://webdesignerdave.com/tips/useful-search-engines-tips-and-tricks/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 17:11:08 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=577</guid>
		<description><![CDATA[<p>How to manipulate web searches for better control over search results. How to use search engines to collect info and statistics on websites.</p><p><a href="http://webdesignerdave.com/tips/useful-search-engines-tips-and-tricks/">Useful Search Engine Tips and Tricks</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/useful-search-engines-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Gmail Spam Hack</title>
		<link>http://webdesignerdave.com/tips/useful-gmail-spam-hack/</link>
		<comments>http://webdesignerdave.com/tips/useful-gmail-spam-hack/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:29:22 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=463</guid>
		<description><![CDATA[<p>A quick and useful Gmail trick to prevent receiving unwanted spam, by using comments within your email address.</p><p><a href="http://webdesignerdave.com/tips/useful-gmail-spam-hack/">Useful Gmail Spam Hack</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tips/useful-gmail-spam-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inline Vs Block Level Elements</title>
		<link>http://webdesignerdave.com/tutorials/inline-vs-block-level-elements/</link>
		<comments>http://webdesignerdave.com/tutorials/inline-vs-block-level-elements/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 20:50:09 +0000</pubDate>
		<dc:creator>David Anastasi</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webdesignerdave.com/?p=454</guid>
		<description><![CDATA[<p>A core concept of HTML involves inline and block level elements. Having an understanding of inline and block level elements, can help you when debugging your mark up, and save you time by writing W3C compliant HTML.
</p><p><a href="http://webdesignerdave.com/tutorials/inline-vs-block-level-elements/">Inline Vs Block Level Elements</a></p>]]></description>
		<wfw:commentRss>http://webdesignerdave.com/tutorials/inline-vs-block-level-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

