<?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>Absolute Marketing Group&#187; Web Development</title>
	<atom:link href="http://www.absolutemg.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutemg.com</link>
	<description>Growth through creative innovation.</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Take Advantage of Responsive Web Design</title>
		<link>http://www.absolutemg.com/2011/12/take-advantage-of-responsive-web-design/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2011/12/take-advantage-of-responsive-web-design/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 20:54:30 +0000</pubDate>
		<dc:creator>Luke Petterson, Interactive Director</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=3020</guid>
		<description><![CDATA[<p>If you haven’t heard about responsive web design, it’s time to start paying attention.</p>
What is it?
<p>Responsive web design is a method of developing a website that allows the site to detect what type of browser the visitor is using or what size browser window the visitor is using, and then:</p>

Morph  ... <a href="http://www.absolutemg.com/2011/12/take-advantage-of-responsive-web-design/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2011/12/take-advantage-of-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually Install php on WampServer</title>
		<link>http://www.absolutemg.com/2010/08/manually-install-php-on-wampserver/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/08/manually-install-php-on-wampserver/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 16:14:19 +0000</pubDate>
		<dc:creator>Becky Resler, Web Programmer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=2251</guid>
		<description><![CDATA[<p>In my last blog post, I said that I like having a development environment on my computer (running Windows 7). I use WampServer to do this. I especially like that WampServer allows you to have multiple versions of php (and MySQL and Apache) installed. You can switch between versions in  ... <a href="http://www.absolutemg.com/2010/08/manually-install-php-on-wampserver/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/08/manually-install-php-on-wampserver/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Making SQL Server 2008 and php Play Nice</title>
		<link>http://www.absolutemg.com/2010/08/making-sql-server-2008-and-php-play-nice/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/08/making-sql-server-2008-and-php-play-nice/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 21:32:41 +0000</pubDate>
		<dc:creator>Becky Resler, Web Programmer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=2233</guid>
		<description><![CDATA[<p>I like having a local development environment when I&#8217;m working on new or existing projects. This means that if I blow something up, it&#8217;s just on my local machine and not on either the staging server or (God forbid) the live server.  It&#8217;s an added level of sanity for  ... <a href="http://www.absolutemg.com/2010/08/making-sql-server-2008-and-php-play-nice/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/08/making-sql-server-2008-and-php-play-nice/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Post Date Calendar Style for WordPress Thematic Child Theme</title>
		<link>http://www.absolutemg.com/2010/08/post-date-calendar-style-for-wordpress-thematic-child-theme/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/08/post-date-calendar-style-for-wordpress-thematic-child-theme/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:32:45 +0000</pubDate>
		<dc:creator>Cas Johnson, Lead Web Developer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[thematic]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=2191</guid>
		<description><![CDATA[<p>Working with the Thematic framework for WordPress can be really fun, especially when you have the freedom to use filters on the meta information for posts to style your post date to look like a calendar.</p>
What it looks like originally:
<p class="wp-caption-text">The original, unstyled post with the date and author showing  ... <a href="http://www.absolutemg.com/2010/08/post-date-calendar-style-for-wordpress-thematic-child-theme/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/08/post-date-calendar-style-for-wordpress-thematic-child-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Coming to a Mac near you &#8211; Internet Explorer 9</title>
		<link>http://www.absolutemg.com/2010/04/coming-to-a-mac-near-you-internet-explorer-9/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/04/coming-to-a-mac-near-you-internet-explorer-9/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:17:46 +0000</pubDate>
		<dc:creator>Cas Johnson, Lead Web Developer</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1789</guid>
		<description><![CDATA[<p>Insiders within Microsoft reveal Internet Explorer 9 for Mac</p>
<p>The announcement of Internet Explorer 9 by Microsoft has many users excited about the newest IE experience, but since Microsoft discontinued support for Macintosh computers with version 5.5, Mac users have been left out in the cold. Until now.</p>
<p>An inside source at  ... <a href="http://www.absolutemg.com/2010/04/coming-to-a-mac-near-you-internet-explorer-9/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/04/coming-to-a-mac-near-you-internet-explorer-9/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Benefits of Professional Web Design &amp; Development</title>
		<link>http://www.absolutemg.com/2010/03/the-benefits-of-professional-web-design-development/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/03/the-benefits-of-professional-web-design-development/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:09:27 +0000</pubDate>
		<dc:creator>Luke Petterson, Interactive Director</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[The Absolute Truth]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fargo web design]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1517</guid>
		<description><![CDATA[<p>Businesses and organizations face many tough decisions on a daily basis. One of the most important decisions is choosing who will design and develop your website. Common web design/developer choices include:</p>

 A person within the company who dabbles in web design and believes they can build the web site.


 A  ... <a href="http://www.absolutemg.com/2010/03/the-benefits-of-professional-web-design-development/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/03/the-benefits-of-professional-web-design-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confessions of a Customer-Centered Convert</title>
		<link>http://www.absolutemg.com/2010/01/confessions-of-a-customer-centered-convert/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/01/confessions-of-a-customer-centered-convert/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:07:45 +0000</pubDate>
		<dc:creator>Mark Huesman, Creative Director</dc:creator>
				<category><![CDATA[The Absolute Truth]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[customer-centered design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user-experience]]></category>
		<category><![CDATA[web site design]]></category>
		<category><![CDATA[web site development]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1405</guid>
		<description><![CDATA[<p>Hi, I&#8217;m Mark Huesman and I&#8217;ve let crappy web sites happen. I knew it was wrong when we were doing it, but it felt so good to get it done so fast. I&#8217;m not proud of it and I&#8217;m looking for redemption; redemption from my clients, redemption from their user  ... <a href="http://www.absolutemg.com/2010/01/confessions-of-a-customer-centered-convert/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/01/confessions-of-a-customer-centered-convert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Common Web Site Text Mistakes</title>
		<link>http://www.absolutemg.com/2010/01/three-common-web-site-text-mistakes/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2010/01/three-common-web-site-text-mistakes/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:03:43 +0000</pubDate>
		<dc:creator>Cas Johnson, Lead Web Developer</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fargo web design]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1378</guid>
		<description><![CDATA[<p>When your average Joe visits your store or your organization, you want their experience to be positively fabulous. If they come looking for the solution to a problem, you want to deliver with speed and efficiency so that they&#8217;ll have a good perception of you and your brand and will  ... <a href="http://www.absolutemg.com/2010/01/three-common-web-site-text-mistakes/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2010/01/three-common-web-site-text-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>51 Essential WordPress Plugins (and bonus functions!)</title>
		<link>http://www.absolutemg.com/2009/12/51-essential-wordpress-plugins-and-bonus-functions/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2009/12/51-essential-wordpress-plugins-and-bonus-functions/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 22:57:10 +0000</pubDate>
		<dc:creator>Cas Johnson, Lead Web Developer</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1268</guid>
		<description><![CDATA[<p>After working with WordPress for several years and combing through countless &#8220;top 10&#8243; WordPress plugin blog posts for plugins that A. Work well and B. Are updated regularly and don&#8217;t break with core upgrades (often), I&#8217;ve come up with my own cache of WordPress plugins I go back to on  ... <a href="http://www.absolutemg.com/2009/12/51-essential-wordpress-plugins-and-bonus-functions/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2009/12/51-essential-wordpress-plugins-and-bonus-functions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Should we do this? Part 3</title>
		<link>http://www.absolutemg.com/2009/10/should-we-do-this-part-3/?source=rss&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.absolutemg.com/2009/10/should-we-do-this-part-3/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:47:37 +0000</pubDate>
		<dc:creator>Cas Johnson, Lead Web Developer</dc:creator>
				<category><![CDATA[The Absolute Truth]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tos]]></category>

		<guid isPermaLink="false">http://www.absolutemg.com/?p=1055</guid>
		<description><![CDATA[<p>In Parts one and two of this series, I addressed some important questions about creating or updating your online marketing efforts. The last question you should ask yourself before implementing a new or improved feature of your online marketing or website strategy is &#8220;Is this feature or anything associated with  ... <a href="http://www.absolutemg.com/2009/10/should-we-do-this-part-3/">read more</a>]]></description>
		<wfw:commentRss>http://www.absolutemg.com/2009/10/should-we-do-this-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

