<?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>Focusing Knowledge&#187; HTML</title>
	<atom:link href="http://paladn.com/blog/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://paladn.com/blog</link>
	<description>Power Tools for Smart Ideas...</description>
	<lastBuildDate>Tue, 12 Apr 2011 20:47:42 +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>Vim: the Swiss Army Knife of Programming and Website Development Tools</title>
		<link>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/</link>
		<comments>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:35:50 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/</guid>
		<description><![CDATA[Paraphrasing the Peter Allen song, ‘Everything Old is New Again’ would be the perfect way to describe using the recent editions of Vim in its role as a premier tool in the arsenal of well-equipped web developers and programmers. Vim supports contextual intelligence and support for HTML, C, C++, CSS, PHP, Python, Javascript, Ruby and [...]]]></description>
			<content:encoded><![CDATA[<p>Paraphrasing the Peter Allen song, ‘Everything Old is New Again’ would be the perfect way to describe using the recent editions of Vim in its role as a premier tool in the arsenal of well-equipped web developers and programmers. Vim supports contextual intelligence and support for HTML, C, C++, CSS, PHP, Python, Javascript, Ruby and many other languages, with the ability to add others as they gain favor!   This powerful free and open source program which has been a mainstay of the Unix/Linux community for decades is now available in versions for Windows and Mac machines.  I recently revisited this marvelous software after first seeing it several decades ago, and was impressed enough after spending a few days getting re-acquainted to adopt it as a mainstay in my programming arsenal.  This is an excellent and powerful tool which will provide much of the ammunition any data infomancer or development guru will need to create and maintain a thoroughly professional product!<span id="more-305"></span></p>
<p>Long ago, before the PC had gained acceptance in the computing community, I was engaged in developing a well funded futures trading software platform using the Unix system which interacted with data stored (as I recall) on an Informix platform.  The workings of the program were in C language, and the most convenient method of writing the code was a program called Vi, which came as part of the Unix package.  It was, I thought at the time, a prodigiously inconvenient and non-intuitive piece of software.  Very soon thereafter, PCs gained acceptance within the organization, and we were able to port the C code over to the PC, adopt another more convenient tool for programming, called Personal Editor (PE) which had a much more friendly interface.  Although the C programs were written on the PC, they were compiled and run on a mainframe and we happily bid a fond farewell to the quirky Unix system.</p>
<p>In parallel to this migration, Linux came of age, and the Vi editor was replaced by Vim (Vi improved).  Unix and Linux acquired a GUI capability, and the developers and programmers grew in their expectations and level of sophistication.  I was recently re-introduced to the Vim editor, which has a graphics component.  And the quirky commands with which I grew so frustrated years ago, I quickly came to appreciate.</p>
<p>And I have spent the last several weeks experimenting and out-fitting my Vim editor with a set of new and powerful tools which have made my life a lot easier.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2011/01/index.jpg" border="0" alt="Index - a php context sensitive file with appropriate highlighting" hspace="10" align="left" />At Paladin, we do a lot of <a title="Paladin database development" href="http://www.paladn.com/services/database-design.html" target="_blank">database programming</a> to which access is usually gained through the web (either internet, or intra net).  Modern practice and convention now suggests that even what was previously the province of ‘desktop’ data-enabled applications are now run using <a title="portfolio of database projects" href="http://www.paladn.com/portfolio.html" target="_blank">industrial strength database management systems </a>( such as Oracle, Sql Server, MySQL, or Informix) communicated with and from through a browser (Internet Explorer, Google Chrome, Firefox, etc.)  This has occurred in no small part because of the reluctance of the IT professionals to cede to standards of internet and data processing and delivery to one company whose name begins with ‘M’.</p>
<p><img src="http://paladn.com/blog/wp-content/uploads/2011/01/php-function_small.jpg" border="0" alt="PHP and HTML context highlighting in Vim" hspace="10" align="right" />So the state of the art today allows 6 or 7 different types of Browsers to request and receive information from dozens of mainstream industrial-strength database managers.  This configuration has given rise to a Tower of Babel in which the processing and parsing of data through these channels is typically handled by a variety of languages – each with different grammar, purposes, characteristics and strengths.  As a matter of fact, in any web based data application, it would not be at all unusual for as many as a dozen languages/technologies to be required.</p>
<p>For example:</p>
<ol>
<li>All communications with the users’ screen is done through HTML, or HTML 5.</li>
<li>The screen appearance can be modified and enhanced using CSS</li>
<li>Variable information sent to the screen comes from the database and is called using PHP, or some similar language</li>
<li>Once the data arrives at the desktop, it is parsed and sorted using Javascript</li>
<li>Jquery encapsulates that data so it appears similar, no matter what browser the user is using</li>
<li>Depending on what data arrives, the screen can be changed using AJAX</li>
<li>XML and XSLT technology can allow runtime applications to dictate output and appearance</li>
<li>Database languages, either Ansi SQL or Javascript may be used to interact with the database proper.</li>
</ol>
<p>For every one of the above languages, Vim provides support in syntax files, indenting formats, pairing of parentheses, braces, brackets, and control expressions.  There are plugins available in many of the languages which will test for grammatical errors and unclosed expressions.  There is support for many other languages, too: C, C++, Ruby, Python, and others in addition to its power macro and scripting languages.</p>
<p>There is command support within the editor for taking a file from a buffer (many files can be edited concurrently) and sending it to a browser to see if the results are as you expected immediately.  The software allows you to create your own dictionaries (context sensitive, of course), shortcut keys, abbreviations, and a whole host of other very productive stuff.  The product is quirky, to be sure, but it has the aroma of genius.</p>
<p>And here’s a list of Vim resources:</p>
<ul>
<li>The Vim <a title="Vim Reference Manual" href="http://vimdoc.sourceforge.net/htmldoc/usr_toc.html" target="_blank">Reference Manual</a></li>
<li><a href="http://www.vim.org/" target="_blank">Vim source and down;load</a> download and repository of many plugins</li>
<li>Vim <a href="http://vimhelp.appspot.com/" target="_blank">Vim Help Files</a></li>
<li>Vim <a href="http://blog.interlinked.org/tutorials/vim_tutorial.html" target="_blank">Vim Introduction and Tutorial</a></li>
<li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html" target="_blank">Graphical vi-vim Cheat Sheet and Tutorial</a></li>
</ul>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;bodytext=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;t=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;annotation=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Google Bookmarks"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Blogosphere News"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;t=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;notes=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="del.icio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="email"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;submitHeadline=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;submitSummary=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools&amp;body=Paraphrasing%20the%20Peter%20Allen%20song%2C%20%E2%80%98Everything%20Old%20is%20New%20Again%E2%80%99%20would%20be%20the%20perfect%20way%20to%20describe%20using%20the%20recent%20editions%20of%20Vim%20in%20its%20role%20as%20a%20premier%20tool%20in%20the%20arsenal%20of%20well-equipped%20web%20developers%20and%20programmers.%20Vim%20supports%20cont" title="Ping.fm"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;partner=sociable" title="Print"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Fvim-the-swiss-army-knife-of-programming-and-website-development-tools%2F&amp;title=Vim%3A%20the%20Swiss%20Army%20Knife%20of%20Programming%20and%20Website%20Development%20Tools" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/vim-the-swiss-army-knife-of-programming-and-website-development-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Effective Web Marketing: Common Sense SEO: Metatags</title>
		<link>http://paladn.com/blog/effective-web-marketing-common-sense-seo-metatags/</link>
		<comments>http://paladn.com/blog/effective-web-marketing-common-sense-seo-metatags/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:11:53 +0000</pubDate>
		<dc:creator>Kempenator</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google search]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[Meta element]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://paladn.com/blog/?p=128</guid>
		<description><![CDATA[Meta tags are road signs for search engines that are found at the beginning of each well-formed HTML page on your site.  They are not visible to the user on the page because they are buried in the HTML code, and are of value to the search robots, and therefore of critical interest to those [...]]]></description>
			<content:encoded><![CDATA[<p>Meta tags are road signs for search engines that are found at the beginning  of each well-formed HTML page on your site.  They are not visible to the user on  the page because they are buried in the HTML code, and are of value to the  search robots, and therefore of critical interest to those in charge of  marketing the site.  It is the meta tags which guide the search engines to what  the developer of the site thinks is important on that page. <span id="more-128"></span></p>
<p>Far and away  the most important of these meta tags is the &lt;Title&gt; tag.  Left click on  your web page and select &#8216;View Page Source&#8217;  from the popup menu.  This will  open a copy of the source code for that page in your browser window.  Near the  top of the page will (or should) be the Title tag.  Google and other search  engines attach a large degree of importance to the contents of this tag, and  assume that it summarized the purpose of the page.  It is considered good form  for the context of the Title to be consistent with the context of the text  elsewhere on the page.  If those two contexts do NOT agree, you have a problem,  because Google will deduct points from its appraisal of your page, and demote  your page to the lower regions of their rankings for those subjects you are  trying to promote.  An even more egregious error occurs when a page has no  title.  This is the mark of an unprofessional developer.</p>
<p>Titles should be  limited to 10 words at maximum.  And one should bear in mind that the search  engines attach more importance to words at the beginning of a Title tag, as well  as at the top of the page of text.</p>
<p>The Title tag should contain the name  of the firm, and the keywords describing the items you are trying to promote on  that page.  In addition, if your business is local in nature it would be wise to  include the locale as part of the Title tag.  Don&#8217;t waste words like &#8216;the&#8217; or  &#8216;and&#8217; or generic adverbs or prepositions in Title tags, because robots are  trained to ignore them, and because they take up room that can be better  employed.</p>
<p>Next in importance is the meta Description tag.  The text in  this tag is the description that appears in the Google search results just below  the clickable title of the page, which appears in the search results.   Obviously, the text in the meta description tag should be consistent with the  text in the main body of the page.  If it is NOT consistent, see above: another  deduction in Google&#8217;s appraisal of your offering.  Think of this tag as your  opportunity to make a small tasteful commercial about your product.  It&#8217;s OK to  be a little provocative, and give the reader a reason to buy/investigate  further.  Meta description text should be limited to 160 characters (the limit  Google will read).</p>
<p>Meta Keywords, are now of just marginal importance.   In the past, this tag was a catch-all summary of the keywords in the  article/page.  As a result, developers would stuff this tag with repetitions of  keywords and phrases that they thought users would search for.  But in recent  years, search engines have gotten more sophisticated, and actually the text on  the page itself is indexed.  So meta keywords has been relegated to a redundant  opportunity for ambiguity.</p>
<p>The meta Robots tag tells the spiders whether  or not to follow and index that page.  The default condition is to index and  follow.</p>
<input id="gwProxy" type="hidden" /><!--Session data--><br />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/11abcc02-7c61-4a47-ae38-d59e8144ecdf/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=11abcc02-7c61-4a47-ae38-d59e8144ecdf" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>



Share this:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;bodytext=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C" title="Digg"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F" title="Sphinn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;t=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="Facebook"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="Mixx"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;annotation=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C" title="Google Bookmarks"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="Blogosphere News"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;t=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="MySpace"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="De.lirio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;notes=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C" title="del.icio.us"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;body=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F" title="email"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;source=Focusing+Knowledge+Power+Tools+for+Smart+Ideas...&amp;summary=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C" title="LinkedIn"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F" title="Slashdot"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="Spurl"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="StumbleUpon"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;submitHeadline=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;submitSummary=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="Live"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags&amp;body=Meta%20tags%20are%20road%20signs%20for%20search%20engines%20that%20are%20found%20at%20the%20beginning%20%20of%20each%20well-formed%20HTML%20page%20on%20your%20site.%C2%A0%20They%20are%20not%20visible%20to%20the%20user%20on%20%20the%20page%20because%20they%20are%20buried%20in%20the%20HTML%20code%2C%20and%20are%20of%20value%20to%20the%20%20search%20robots%2C" title="Ping.fm"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;partner=sociable" title="Print"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpaladn.com%2Fblog%2Feffective-web-marketing-common-sense-seo-metatags%2F&amp;title=Effective%20Web%20Marketing%3A%20Common%20Sense%20SEO%3A%20Metatags" title="Reddit"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="YahooMyWeb"><img src="http://paladn.com/blog/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://paladn.com/blog/effective-web-marketing-common-sense-seo-metatags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

