<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
	<title>Follower Media</title>
	<link>http://blog.followermedia.com/</link>
	<description>Working Smarter, Not Harder.</description>
	<generator>Mango 1.6</generator>
	
	 
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FollowerMedia" /><feedburner:info uri="followermedia" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
         <title>Refresh Your Javascript Without Refreshing Your Browser</title>
         <description>&lt;p&gt;I was so excited when I figured this bit out.  I just had to share.  The concept is simple, but if you have never done it before, figuring out how can be terribly frustrating.  Thankfully, that is no longer the case.  I hope this helps you out!  Let me know if you have any questions.&lt;/p&gt;
&lt;pre&gt;var docHeadObj = document.getElementsByTagName("head")[0];
var reloadScript = document.createElement("script");
reloadScript.type = "text/javascript";
reloadScript.src = '/path/to/script/script.js';
docHeadObj.appendChild(reloadScript);
&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/FTIWxIu23xI" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/FTIWxIu23xI/refreshjavascriptnotbrowser</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/refreshjavascriptnotbrowser</guid>
         <category>JavaScript</category>
         <pubDate>Tue, 26 Jun 2012 16:22:07 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/refreshjavascriptnotbrowser</feedburner:origLink></item> 
      <item>
         <title>SEO Value</title>
         <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Our friend at SEO News, Greg Walker, was kind enough to write an article
that actually makes sense. Thank you Greg. The SEO game is such a mess.
Seriously, who ACTUALLY reads Twitter, Linked-In, Google +, Facebook,
Pinterest, and every other social media site that you 'just have to be on' in
order to get a decent ranking? If I read all of that spam, I'd never get any
real work done. Sadly, I have no choice but to add to the spam in order to
drive visitors to sites. It's just wrong. Ranking should be based off of two
things: (1) The age of the site (2) The quality of the content. That's a vote
for DMOZ, but those hacks have refused to give me a link three times now for my
own business site. Their criteria is as cryptic and ridiculous as Google and
Bing.&lt;/p&gt;
&lt;p&gt;Unfortunately, we can't do anything about bad policy served up by the
corporations that control the web any more than we can do something about
having to choose between two candidates that are equally worthless and self
serving.  Actually, we could go 'Fight Club' on search engine data base
servers and then stage a coup to retake our country and establish a government
that is for the people's greater good rather than for the people's vote. Like
that's going to happen...&lt;/p&gt;
&lt;p&gt;I'll leave you with this quote from our friend Greg: "the fact is that
if you focus on providing value in every piece of content that you produce,
you'll not only write better content, but you also write better SEO
content"&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Click &lt;a href="http://www.seo-news.com/archives/2012/apr/26.html"&gt;Here&lt;/a&gt; to read Greg's article.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/1LsO8TIvhm0" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/1LsO8TIvhm0/seovalue</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/seovalue</guid>
         <category>SEO</category>
         <pubDate>Fri, 27 Apr 2012 13:21:03 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/seovalue</feedburner:origLink></item> 
      <item>
         <title>Getting Hip with the jQuery Masonry Plugin</title>
         <description>&lt;p&gt;I had the opportunity recently to work with this plugin. I have to say....  I was impressed. As far as being 'hip' goes, it's on the crest of the wave. Now you can make every one of your clients look like they have their own pinterest site. Fun times! Right?&lt;/p&gt;
&lt;p&gt;Check it out yourself. I especially like the infinite scroll bit, and the append/prepend functionality.&lt;/p&gt;
&lt;p&gt;http://masonry.desandro.com/demos/infinite-scroll.html&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/MB73W2X-9o0" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/MB73W2X-9o0/jquerymasonry</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/jquerymasonry</guid>
         <category>Interactive Media</category><category>JavaScript</category><category>Web Design</category>
         <pubDate>Tue, 24 Apr 2012 12:48:07 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/jquerymasonry</feedburner:origLink></item> 
      <item>
         <title>cfdump and structKeyList start garage band</title>
         <description>&lt;p class="MsoNormal"&gt;When Macromedia made the custom tag, cfdump, into an actual
coldfusion tag, we were grateful.  Well, here's something they should* add
to the attributes of the tag: structKeyLoop="yes".  Here's a
great way to spit out a structure that's simple and easy to read.  It's
true... cfdump already does this, but if the structure is HUGE, the output can
be daunting, and unreadable if your layout isn't accommodating.&lt;/p&gt;
&lt;p&gt;&lt;pre class="brush: cf"&gt;


&amp;lt;cfoutput&amp;gt;


     &amp;lt;cfloop list="#structKeyList(YourStructure)#" index="loopIndex"&amp;gt;


          &amp;lt;h3&amp;gt;#loopIndex#&amp;lt;/h3&amp;gt;


          &amp;lt;cfdump var="#YourStructure[loopIndex]#" label="YourStructure #loopIndex#" expand="no"&amp;gt;


          &amp;lt;hr /&amp;gt;


     &amp;lt;/cfloop&amp;gt;


&amp;lt;/cfoutput&amp;gt;


&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It's simple, it's easy, and IT'S  USEFUL!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/GNrPNvITto4" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/GNrPNvITto4/cfdump-structkeylist</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/cfdump-structkeylist</guid>
         
         <pubDate>Sat, 14 Apr 2012 14:29:52 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/cfdump-structkeylist</feedburner:origLink></item> 
      <item>
         <title>ColdFusion HTTP Methods</title>
         <description>&lt;p&gt;ColdFusion new 'REST' now allows us to lock down CFC methods to a particular HTTP
request type (get/post). That's great if you're working on ColdFusion 10. But what do
you do if you're working on an older version of ColdFusion? Well, where there is a
will, there are CGI variables and the getHTTPRequestData() function. Either method may be leveraged to
verify how the request to your cfm/cfc was made. Here's how you do it:&lt;/p&gt;
&lt;p&gt;&lt;pre class="brush: cf"&gt;
&amp;lt;cfoutput&amp;gt;
    &amp;lt;h3&amp;gt;CGI Method Output: #cgi.request_method#&amp;lt;/h3&amp;gt;
    &amp;lt;cfset cfset thisRequest = getHTTPRequestData()&amp;gt;
    &amp;lt;h3&amp;gt;CodlFusion Method Output: #thisRequest.method#&amp;lt;/h3&amp;gt;
&amp;lt;/cfoutput&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Accessing the request_method variable in the cgi scope is pretty strait forward.
Using the getHTTPRequestData() function is just a hiar more complex. If you dump
'thisRequest' (&lt;span style="color: #990033;"&gt;&amp;lt;cfdump
var=&lt;span style="color: blue;"&gt;"thisRequest"&lt;/span&gt; expand=&lt;span style="color: blue;"&gt;"yes"&lt;/span&gt; label=&lt;span style="color: blue;"&gt;"getHTTPRequestData data
output"&lt;/span&gt;&amp;gt;&lt;/span&gt;), you will find that 'method' is one of the keys in
the returned 'thisRequest' structure. Leveraging 'thisRequest.method' should yeild the same results as leveraging
'cgi.request_method'.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/t1zIM-kTd8Y" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/t1zIM-kTd8Y/coldfusion-http-methods</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/coldfusion-http-methods</guid>
         <category>Cold Fusion</category>
         <pubDate>Wed, 22 Feb 2012 20:23:49 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/coldfusion-http-methods</feedburner:origLink></item> 
      <item>
         <title>The Seven Worst Web Design Mistakes You Can Make</title>
         <description>&lt;p&gt;In my first five years as a web developer, I worked for the Department of Defense. Having to work with legacy government employees is the ultimate crash course in dummy proofing web designs. If anyone can find a way to cause an error in a well thought web design, it's them! Below is my top seven list of the worst mistakes a web developer / web designer can make.&lt;/p&gt;
&lt;h2&gt;1. Malformed Site Indexing Tools&lt;/h2&gt;
&lt;p&gt;People are people. Right? You have to allow your search engine to work in such a way that your users can make any mistake they can possibly make and yet still get the search results they desire. Step one, ADD AN INLINE SPELL CHECKER TO THE SEARCH FIELD. Also, your seacrch engine should consider the quality of the content, not just the quantity of the indexed keyword within it.&lt;/p&gt;
&lt;h2&gt;2. Using PDF Files For Content&lt;/h2&gt;
&lt;p&gt;I'll give you three reasons why this is a bad idea. One: Users don't like to download content. It takes longer, and it may cause them to leave. Two: Users may not have Adobe Reader. Don't take for granted what your users may or may not have installed on their computer. Three: Search engines can't read the content of the PDF file, and therefore, your content won't be found if a user Googles the keyword associate to your content.&lt;/p&gt;
&lt;h2&gt;3. Using Print Style Text&lt;/h2&gt;
&lt;p&gt;
If you have too much text, it will seem like a book and not like a web page. The whole point of the web is speed. Get your message across quick, and give the user the opportuniity to read more if they choose to. The best way to draw users into the text is to make your text 'scanable'. Here's how: 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use subheads &lt;/li&gt;
&lt;li&gt;use bulleted lists &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;highlight your keywords&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;use short paragraphs &lt;/li&gt;
&lt;li&gt;use a simplistic writing style &lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;4. Poor SEO&lt;/h2&gt;
&lt;p&gt;The 411 on SEO is &lt;a title="SEO Basics" href="/post.cfm/seeach-engine-optimization-101"&gt;here&lt;/a&gt;.  It's the quick and dirty.  Learn it, love it, live it.&lt;/p&gt;
&lt;h2&gt;5. Consistency&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Users spend most of their time on &lt;em&gt;other&lt;/em&gt; sites&lt;/strong&gt;. This means that users prefer your site to work the same way as all the other sites they already know. If your user isn't comfortable on your site, they WILL NOT stay there. &lt;/p&gt;
&lt;h2&gt;6. New Browser Windows&lt;/h2&gt;
&lt;p&gt; 
Simplicity is the key.  Users don't like to have more than one window open.  Picture this, they click a link, it opens a window on top of the window they were in.  They realize they didn't want to be there and they click 'back' on their browser.  Guess what?  It doesn't work, and they don't understand that the window they want is burried under the window they have.  While this is less of an issue thanks to browser tabs, it is an issue still.  Keep your users where you want them, ON YOUR SITE.
&lt;/p&gt;
&lt;h2&gt;7. Not Answering Users' Questions&lt;/h2&gt;
&lt;p&gt;If a user finds your site, they are looking for something. If they can't find it fast, they'll leave. If that happens, all of the time you spent on SEO was a complete waste of time. SEO isn't just to get the user on your page, it's to keep them there. If the keyword of your page is 'snicklefritz', that page shouls scream 'SNICKLEFRITZ!' If snicklefritz is a product, they'd better know how much snicklefritz costs and how long it will take to get snicklefritz to their door.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/n4ro3BKYqqs" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/n4ro3BKYqqs/seven-web-design-mistakes</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/seven-web-design-mistakes</guid>
         <category>Web Design</category>
         <pubDate>Tue, 27 Dec 2011 17:55:17 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/seven-web-design-mistakes</feedburner:origLink></item> 
      <item>
         <title>11 Inspiring Minimalistic Designs</title>
         <description>&lt;p&gt;Keep is simple stupid. KISS is not a new concept. But it is a concept we, as web designers, should keep at the forefronts of our minds.&lt;/p&gt;
&lt;p&gt;Minimalism and simplification draw the end users attention to those elements which matter most. Face it, if there is a great void, the elements within it will be focused on more than the void its self.  Plus, busy pages bother people. Me in particular.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.26000vodka.com/"&gt;26000 Vodka&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.26000vodka.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/26000-vodka.png" alt="26000 Vodka's Natural Grain Spirit page, a hand cupping some grain with a short paragraph of description" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wpdfd.com/index.html"&gt;A Woman in the Mirror&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wpdfd.com/index.html"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/a-woman-in-the-mirror.png" alt="A Woman in the Mirror homepage, with a plain background, neatly organized chunks of text, and one simple image of a flower" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.blackestate.co.nz/"&gt;Black Estate&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.blackestate.co.nz/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/black-estate.png" alt="Black Estate homepage, black background with white text and a black wine bottle shrouded in shadow" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.forrykt.com/"&gt;FRKT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.forrykt.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/forrykt.png" alt="FRKT's Website, monochromatic with only one image" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://flossedtoday.com/"&gt;Have You Flossed Today?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://flossedtoday.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/flossed-today.png" alt="Flossed Today homepage, a blue and pink background with two icons of a happy tooth and a sad tooth" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.jeromem.net/"&gt;jeromeM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.jeromem.net/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/jeromem.png" alt="JeromeM, an earthy color scheme with minimal visual elements" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.min-style.de/"&gt;min-style&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.min-style.de/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/min-style.png" alt="min-style homepage, containing minimalist font and one large image" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.organicseotree.com/"&gt;Organic SEO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.organicseotree.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/organic-seo.png" alt="Organic SEO homepage has earthy colors, an image of a treetop, and neatly organized blocks of text" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.plushdepartment.com/"&gt;Plush Department&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.plushdepartment.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/plush-department.png" alt="Plush Department, with a white background, chunky pink and black text, and one large image" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.popmatik.co.uk/"&gt;Popmatik&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.popmatik.co.uk/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/popmatik.png" alt="Popmatik homepage, featuring an image of a water bottle with a small starburst background and a ton of white space" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wpantivirus.com/"&gt;WordPress AntiVirus&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wpantivirus.com/"&gt;&lt;img src="http://blog.followerMedia.com/assets/images/wp-antivirus.png" alt="WordPress AntiVirus homepage, containing a short paragraph of text and a chunky image of the WordPress icon wearing a camouflage hat" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/EaGjw4obgRc" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/EaGjw4obgRc/kiss-web-design</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/kiss-web-design</guid>
         <category>Web Design</category>
         <pubDate>Tue, 13 Dec 2011 17:00:45 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/kiss-web-design</feedburner:origLink></item> 
      <item>
         <title>Gradient Backgrounds with CSS 3.0</title>
         <description>&lt;div&gt;I am so excited to see what's happening in the world of web design, especially with CSS 3.0 and HTML 5.  This blurb is about gradient backgrounds.  You don't need images when designing links as buttons for websites.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;CSS3 | Styled To Match Firefox's Default Inptu Button Style&lt;br /&gt;&lt;/h3&gt;
&lt;pre&gt;&lt;br /&gt;.linkButton {	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #cfcfcf));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);	
	border: 1px solid #333333;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 7px 3px;
}
&lt;br /&gt;.linkButton:hover {	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #e4f4fc 0%, #acdcf7 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #e4f4fc 0%, #acdcf7 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #e4f4fc 0%, #acdcf7 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4f4fc), color-stop(1, #acdcf7));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #e4f4fc 0%, #acdcf7 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #e4f4fc 0%, #acdcf7 100%);
}&lt;br /&gt; &lt;/pre&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;HTML | The End User Will Not Know That This Link Is A Link, And Not A Button&lt;/h3&gt;
&lt;pre&gt;&lt;br /&gt;&amp;lt;a href="http://www.followermedia.com/index.cfm?home-Web-Design|Fort-Collins-Loveland-Greeley-Colorado"&amp;gt;Follower Media Home Page&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;The Finished Product Will Look Just Like A Firefox Button&lt;/h3&gt;
&lt;h4 style=" margin-left: 14px; "&gt;Link Without 'linkButton' Class&lt;/h4&gt;
&lt;div style=" margin-left: 28px; "&gt;&lt;a href="http://www.followermedia.com/index.cfm?home-Web-Design|Fort-Collins-Loveland-Greeley-Colorado"&gt;Follower Media Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h4 style=" margin: 7px 0px 14px 14px; "&gt;Link With 'linkButton' Class&lt;/h4&gt;
&lt;div style=" margin-left: 28px; "&gt;&lt;a class="linkButton" href="http://www.followermedia.com/index.cfm?home-Web-Design|Fort-Collins-Loveland-Greeley-Colorado"&gt;Follower Media Home Page&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/eoGBmngqKe0" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/eoGBmngqKe0/web-design-gradient-backgrounds-with-css3</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/web-design-gradient-backgrounds-with-css3</guid>
         <category>Web Design</category>
         <pubDate>Tue, 29 Nov 2011 19:17:48 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/web-design-gradient-backgrounds-with-css3</feedburner:origLink></item> 
      <item>
         <title>CSS 3 - Rounded Corners and Drop Shadows</title>
         <description>&lt;div style=" border: 1px solid #aaa; text-align: center; padding: 28px; font-size: 16px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;  border-radius: 7px; -moz-box-shadow: 5px 5px 7px #aaa; -webkit-box-shadow: 5px 5px 7px #aaa; box-shadow: 5px 5px 7px #aaa; margin: 14px 0px 14px 0px;"&gt;You have to love this.  No more images to make round corners.  Just add a simple bit of code to your css and you are off and running.&lt;/div&gt;
&lt;h3&gt;CSS 3 Rounded Corners&lt;br /&gt;&lt;/h3&gt;
&lt;pre style="white-space: pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eeeeee; border: 1px solid #880000;"&gt;-moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;  border-radius: 7px;&lt;/pre&gt;
&lt;h4&gt;Browser Support&lt;/h4&gt;
&lt;div&gt;
Chrome 5+&lt;br /&gt;
Explorer 9+&lt;br /&gt;
Firefox 1+&lt;br /&gt;
Opera 10.5+&lt;br /&gt;
Safari 5+
&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;CSS 3 Drop Shadows&lt;/h3&gt;
&lt;pre style="white-space: pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eeeeee; border: 1px solid #880000;"&gt;-moz-box-shadow: 3px 3px 4px #ccc; -webkit-box-shadow: 3px 3px 4px #ccc; box-shadow: 3px 3px 4px #ccc;&lt;/pre&gt;
&lt;h4&gt;Browser Support&lt;/h4&gt;
&lt;div&gt;
Chrome 5+&lt;br /&gt;
Explorer 9+&lt;br /&gt;
Firefox 1+&lt;br /&gt;
Opera 10.5+&lt;br /&gt;
Safari 5+
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/ZPC8NlCWGIk" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/ZPC8NlCWGIk/css3-rounded-corners-and-drop-shadows</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/css3-rounded-corners-and-drop-shadows</guid>
         <category>Web Design</category>
         <pubDate>Tue, 22 Nov 2011 18:34:05 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/css3-rounded-corners-and-drop-shadows</feedburner:origLink></item> 
      <item>
         <title>jQuery Way Points</title>
         <description>&lt;p&gt;I am loving this!  What a great plugin!  I especially like the Dial Controls and the sticky elements.  I am going to have to find something to implement this on quick.  It's slick, and best of all, the action is very smooth.&lt;/p&gt;
&lt;p&gt;Download jQuery Way Points &lt;a title="download jQuery Way Points" href="https://github.com/imakewebthings/jquery-waypoints/zipball/v1.1.2" target="_blank"&gt;HERE&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/eKnpNPSbLXs" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/eKnpNPSbLXs/jquery-wqy-points</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/jquery-wqy-points</guid>
         <category>Interactive Media</category>
         <pubDate>Tue, 22 Nov 2011 18:16:32 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/jquery-wqy-points</feedburner:origLink></item> 
      <item>
         <title>Emulating IE7</title>
         <description>&lt;div style=" color: #069; font-family: Verdana, Geneva, sans-serif; text-align: justify; "&gt;
&lt;p&gt;IETester is buggy, browserlab doesn't let you interact with the page,
 switching to another application or virtual machine takes away your 
flow, but... throwing this in lets you test IE7 from IE8 by adding 
&amp;amp;emulateIE7=1 to the url string.  Sorry, IE6 is still a thorn in our sides, and there 
still isn't a simple, quick solution to test it.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Use the following snippet to quickly emulate IE7 from IE8/9:&lt;/strong&gt;&lt;/p&gt;
&lt;pre style=" white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eee; border: 1px solid #880000; "&gt;&amp;lt;cfparam name="url.emulateIE7" default="0"&amp;gt;&lt;br /&gt;&amp;lt;!------- *if url.emulateIE7, render as IE7 -------&amp;gt;&lt;br /&gt;&amp;lt;cfif url.emulateIE7&amp;gt;&lt;br /&gt;    &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt;&lt;br /&gt;&amp;lt;/cfif&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/w-tdLC0N8zs" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/w-tdLC0N8zs/emulating-ie7</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/emulating-ie7</guid>
         <category>Cold Fusion</category>
         <pubDate>Mon, 21 Nov 2011 20:53:37 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/emulating-ie7</feedburner:origLink></item> 
      <item>
         <title>Quick and Dirty Ajax via ColdFusion</title>
         <description>&lt;div style=" color: #069; font-family: Verdana, Geneva, sans-serif; text-align: justify; "&gt;
&lt;p&gt;Have you ever wanted a quick and easy way to access a coldFusion page without reloading the page you're on.  Well, you are in luck, because it's here.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Link:&lt;/strong&gt;&lt;/p&gt;
&lt;pre style=" white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eee; border: 1px solid #880000; "&gt;&amp;lt;p&amp;gt;
	&amp;lt;a onClick="ColdFusion.navigate('ajax.cfm?id=1234','myBox')" style=" cursor: pointer; color: #069; text-decoration: none; "&amp;gt;
		Click Here to Change Content
	&amp;lt;/a&amp;gt;
&amp;lt;/p&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;The Container:&lt;/strong&gt;&lt;/p&gt;
&lt;pre style=" white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eee; border: 1px solid #880000; "&gt;&amp;lt;cfdiv id="myBox" style=" border: 1px solid maroon; min-height: 100px; min-width: 400px; padding: 7px; "&amp;gt;
	&amp;lt;h3&amp;gt;static content&amp;lt;/h3&amp;gt;
	&amp;lt;p&amp;gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare egestas arcu eu auctor. Integer mauris nulla, euismod suscipit scelerisque id, ornare eget sem. Ut hendrerit, urna at sollicitudin egestas, nunc dui porttitor est, sed ornare sem urna eget lectus. Mauris a lorem mi, ac facilisis augue. Curabitur odio ante, mattis ut venenatis non, rhoncus sed neque. Mauris accumsan tincidunt purus sed tempus. Pellentesque orci massa, egestas ac pulvinar vel, varius commodo nisl. Curabitur lacinia eleifend lectus at imperdiet. Etiam pharetra semper libero eget hendrerit. Quisque felis est, condimentum vitae scelerisque bibendum, feugiat nec dolor. Etiam rutrum accumsan arcu, non blandit neque fringilla nec. Quisque porta iaculis orci, ac venenatis urna cursus quis. Integer sit amet sem id nunc tempor posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam viverra semper lorem in euismod. Donec sit amet ligula mi. Nullam erat odio, faucibus at iaculis vel, tincidunt eu felis.&amp;lt;/p&amp;gt;
&amp;lt;/cfdiv&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;ajax.cfm&lt;/strong&gt;&lt;/p&gt;
&lt;pre style=" white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eee; border: 1px solid #880000; "&gt;&amp;lt;h3&amp;gt;dynamic content&amp;lt;/h3&amp;gt;

&amp;lt;p&amp;gt;The ID passed in is &amp;lt;cfoutput&amp;gt;#id#&amp;lt;/cfoutput&amp;gt;&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare egestas arcu eu auctor. Integer mauris nulla, euismod suscipit scelerisque id, ornare eget sem. Ut hendrerit, urna at sollicitudin egestas, nunc dui porttitor est, sed ornare sem urna eget lectus. Mauris a lorem mi, ac facilisis augue. Curabitur odio ante, mattis ut venenatis non, rhoncus sed neque. Mauris accumsan tincidunt purus sed tempus. Pellentesque orci massa, egestas ac pulvinar vel, varius commodo nisl. Curabitur lacinia eleifend lectus at imperdiet. Etiam pharetra semper libero eget hendrerit. Quisque felis est, condimentum vitae scelerisque bibendum, feugiat nec dolor. Etiam rutrum accumsan arcu, non blandit neque fringilla nec. Quisque porta iaculis orci, ac venenatis urna cursus quis. Integer sit amet sem id nunc tempor posuere. etc... etc... etc...&amp;lt;/p&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/0Ct3jeVGvOU" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/0Ct3jeVGvOU/quick-and-dirty-ajax-via-coldfusion</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/quick-and-dirty-ajax-via-coldfusion</guid>
         <category>Cold Fusion</category>
         <pubDate>Mon, 21 Nov 2011 20:52:06 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/quick-and-dirty-ajax-via-coldfusion</feedburner:origLink></item> 
      <item>
         <title>CFC's, Ajax, jQuery, and Query Results</title>
         <description>&lt;div style=" color: #069; font-family: Verdana, Geneva, sans-serif; text-align: justify; "&gt;
&lt;p&gt;Accessing data on the
 fly is more and more prevelant now than it has ever been.  No one likes
 to wait, and reloading pages makes us do just that.  Using the method 
outlined below, you can work with queries on the fly via Cold Fusions 
built in Ajax functions, and a bit of jQuery.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Script:&lt;/strong&gt;&lt;/p&gt;
&lt;pre style="white-space: pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eeeeee; border: 1px solid #880000;"&gt;&amp;lt;cfajaximport&amp;gt;&lt;br /&gt;&amp;lt;cfajaxproxy cfc="com.directoryName.cfcName" jsclassname="jsObj" /&amp;gt;&lt;br /&gt;	&lt;br /&gt;&amp;lt;cfoutput&amp;gt;&lt;br /&gt;	&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;		function getPage(pageName) {&lt;br /&gt;			alert('pageName: ' + pageName);&lt;br /&gt;			$('##cpnTbCntnt').empty();&lt;br /&gt;			$('##cpnTbCntnt').html(pageName);&lt;br /&gt;			var cfcAsAjax = new jsObj();&lt;br /&gt;			var cfcReturn = cfcAsAjax.getCoupon(page=pageName,dsn='#request.dsn#');&lt;br /&gt;			document.getElementById('cpnTbCntnt').innerHTML = cfcReturn[0].Paragraph;&lt;br /&gt;		}&lt;br /&gt;	&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/cfoutput&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note: &lt;/strong&gt;When calling cfc's in this manner, you will need to pass in the dsn, even if the cfc is predefiend in the application.cfc and initialized with the datasource.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Container:&lt;/strong&gt;&lt;/p&gt;
&lt;pre style="white-space: pre-wrap; word-wrap: break-word; padding: 7px; background-color: #eeeeee; border: 1px solid #880000;"&gt;&amp;lt;div id="cpnTbCntnt" style=" width: 100%; height: 100%; "&amp;gt;&amp;lt;/div&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/Al1Wx8VVkQg" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/Al1Wx8VVkQg/cfc-ajax-jquery-and-query-results</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/cfc-ajax-jquery-and-query-results</guid>
         <category>Cold Fusion</category>
         <pubDate>Mon, 21 Nov 2011 20:49:22 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/cfc-ajax-jquery-and-query-results</feedburner:origLink></item> 
      <item>
         <title>Web Design Tip 000001</title>
         <description>&lt;div style=" color: #069; font-family: Verdana, Geneva, sans-serif; text-align: justify; "&gt;
&lt;h2&gt;Compress, Compress, Compress!!!&lt;/h2&gt;
&lt;img style="-moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;  border-radius: 7px; -moz-box-shadow: 3px 3px 4px #ccc; -webkit-box-shadow: 3px 3px 4px #ccc; box-shadow: 3px 3px 4px #ccc; margin-left: 14px; " src="http://www.followermedia.com/ui/images/blog/rage.jpg" alt="" align="right" /&gt;
&lt;div&gt;I just stumbled across a really nice little tool.  If Adobe's Photoshop isn't compressing your images enough for your likeing, you may want to riot.  That is, you may want to look into criosweb's FREE &lt;a href="http://luci.criosweb.ro/riot/"&gt;Radical Image Optimization Tool&lt;/a&gt;.  I gave it a shot just for fun and I was pleasantly surprised.  With a few small tweaks to the settings, while keeping the quality at 95% of the original, I saw a 65% reduction in file size from an image optimized for the web via Adobe Photoshop CS5.  If my opinion matters, that's pretty darn cool!&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/c29GpTKAN3M" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/c29GpTKAN3M/web-design-tip-000001</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/web-design-tip-000001</guid>
         <category>Web Design</category>
         <pubDate>Mon, 21 Nov 2011 20:38:13 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/web-design-tip-000001</feedburner:origLink></item> 
      <item>
         <title>Search Engine Optimization Basics</title>
         <description>&lt;p&gt;You  could buy a book to learn SEO. Or... You could just follow this post.&lt;/p&gt;
&lt;p&gt;Keywords  The key to SEO Success.&lt;/p&gt;
&lt;h4&gt;What  is a keyword?&lt;/h4&gt;
&lt;p&gt;A  keyword is a word or phrase which describes a product or service which is  indexed regularly by end users via search engines, such as Google and Bing.&lt;/p&gt;
&lt;p&gt;My  primary keyword is ‘Web Design’.  I am an  application developer with extensive back end experience.  I’m also very good at design, but I am not  just a web designer.  Well…   I pushed the pride of my title aside for  ‘Web Design’.  Why?  For one, I want and need business to provide  for both my family and the families of those who work for and with me.  Further, and much more relevant to the case,  because every day Joe doesn’t know the difference between an Application  Developer and a Web Designer.  All Joe  knows is that he wants a web site, and that that’s what Web Designers do.  So when Joe searches, Joe is going to type in  ‘Web Design’.  That’s why it’s so  terribly important to research…&lt;/p&gt;
&lt;h4&gt;Research&lt;/h4&gt;
&lt;p&gt; Consider and compile a list of words which  accurately and succinctly representation the products, categories of products,  and or services which your website purveys.   Once you have compiled your list, Google it.  Here’s how:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Begin typing your  keyword into a Google search.  If I were  to type my primary keyword, Web Design, I would amass the following as I typed  in the word:&lt;ol&gt;
&lt;li&gt;Web Design&lt;/li&gt;
&lt;li&gt;Web Developer&lt;/li&gt;
&lt;li&gt;Web Design Denver&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Based  on Google’s auto suggest feature, you may find keywords that you wouldn’t have  considered otherwise.  In this case, I hadn’t  considered ‘Web Design Denver’, since my focus was on Northern Colorado. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;With your revised  keyword list in hand, log in to Google.   If you don’t have an account, you’ll need one.  You’ll find that &lt;a href="https://adwords.google.com/o/Targeting/Explorer?__u=6522644097&amp;amp;__c=5501174067&amp;amp;ideaRequestType=KEYWORD_IDEAS#search.none"&gt;Google’s keywords tool&lt;/a&gt; is quite intuitive and easy to use.  Note how many searches are executed for each  keyword.  I suggest searching each  keyword individually, since you will be offered even more alternatives here as  well.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Selecting Your Finalized Keyword  List&lt;/h4&gt;
&lt;p&gt;Your  primary keyword should be that which most accurately and succinctly represents  the products, categories of products, and or services which your website purveys.  That, and it should be one which receives the  greatest number of searches.  That being  said, compile your list in descending order from greatest relevance and search  count to least. &lt;/p&gt;
&lt;h4&gt;How Many Keywords?&lt;/h4&gt;
&lt;p&gt;Seven  is the number I cater toward.  Any more  than seven and my content wouldn’t reach the optimal saturation point.  Any less then seven and my content would be  much too repetitive.  My site, &lt;a href="http://followerMedia.com"&gt;http://followerMedia.com&lt;/a&gt;, isn’t terrible large.  The optimal number should grow or shrink with  the size of your site concurrently.&lt;/p&gt;
&lt;h4&gt;How to Focus Your Primary Keywords&lt;/h4&gt;
&lt;p&gt;Your  primary keyword should be focused on your front page.  Each additional keyword should be focused on  another page.  Only ever focus on one  keyword per page.  Do, however, include  the other keywords on each page.  (Link  each of these keywords to the page which is the focal point for its associate  keyword).  Each additional keyword should  be focused on another page within your site. ONLY EVER focus on one keyword per  page.&lt;/p&gt;
&lt;h4&gt;Where to Focus on Your Keywords&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;The &amp;lt;title&amp;gt; tag.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Place the primary  keyword in the title tag of each page.  If  you desire to focus on locality, do so as I have with the bar delimited list  following the primary keyword.&lt;br /&gt;
	&amp;lt;title&amp;gt;Web Design | Greeley | Loveland |  Fort Collins | Colorado&amp;lt;/title&amp;gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Keywords  in meta tags:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&amp;lt;meta name="description" content="Web Design | Greeley Colorado" /&amp;gt;&lt;/pre&gt;
&lt;pre&gt;&amp;lt;meta name="keywords" content="Web Design | Greeley Colorado" /&amp;gt;&lt;/pre&gt;
&lt;pre&gt; &lt;/pre&gt;
&lt;ol&gt;
&lt;li&gt;Within  the content of the page.&lt;ol&gt;
&lt;li&gt;&amp;lt;h1-6&amp;gt;Carry  greater weight/relevance respectively&amp;lt;/h1-6&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;strong&amp;gt;Carries  greater weight than plain text.&amp;lt;/strong&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;em&amp;gt;Carries  greater weight than plain text.&amp;lt;/em&amp;gt;&lt;/li&gt;
&lt;li&gt;Total  saturation within content should be between three and five percent.  Do not fall short of three percent or exceed  five percent.&lt;/li&gt;
&lt;li&gt;Place  anchors on all keywords within content, linking them to their associate pages.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Check your keyword saturation with a &lt;a href="http://www.keyworddensity.com/search_engine_optimization/keyword_density.cgi"&gt;keyword density tool&lt;/a&gt;.&lt;br /&gt;
	&amp;lt;img alt=”keyword” /&amp;gt;Place your  keywords in the alt tag of your images.&lt;br /&gt;
	Include keywords in your url string  and/or page name.  I’ve built a dynamic  script for populating my title tag and my meta tags based off of my url  string.  My url’s look like this: &lt;a href="http://followermedia.com/index.cfm?home-Web-Design|Fort-Collins-Loveland-Greeley-Colorado"&gt;http://followermedia.com/index.cfm?home-Web-Design|Fort-Collins-Loveland-Greeley-Colorado&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Submissions&lt;/h4&gt;
&lt;p&gt;Submit your &lt;strong&gt;completed &lt;/strong&gt;sit to the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://dmoz.org/"&gt;DMOZ&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.google.com/places/"&gt;Google  Places&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.google.com/webmasters/tools/home?hl=en"&gt;Google Webmaster  Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.bing.com/toolbox/webmaster"&gt;Bing  Webmaster Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://dexknows.com/"&gt;Dex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Magic Yellow Login" href="http://magicyellow.com/login.cfm " target="_blank"&gt;Magic Yellow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Yelp" href="http://yelp.com" target="_blank"&gt;Yelp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Yellow Pages" href="http://yp.com" target="_blank"&gt;YP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Merchant Circle" href="http://www.merchantcircle.com/corporate/" target="_blank"&gt;Merchant Circle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Digg&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Tools&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.google.com/analytics/settings/?hl=en"&gt;Google Analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Woorank SEO Analysis (Firefox Plugin)&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Site Maps (Included at root of site)&lt;br /&gt;&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;HTML Site Map&lt;/li&gt;
&lt;li&gt;XML Site Map&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/FollowerMedia/~4/af1OjDFDhhM" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/FollowerMedia/~3/af1OjDFDhhM/seeach-engine-optimization-101</link>
         <guid isPermaLink="false">http://blog.followermedia.com/post.cfm/seeach-engine-optimization-101</guid>
         <category>SEO</category>
         <pubDate>Mon, 21 Nov 2011 15:11:57 GMT</pubDate>
      <feedburner:origLink>http://blog.followermedia.com/post.cfm/seeach-engine-optimization-101</feedburner:origLink></item> 
   </channel>
</rss>
