<?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>Glenn Burks &#187; SEO</title>
	<atom:link href="http://www.glennburks.com/category/blogging/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glennburks.com</link>
	<description>Get More Out Of Life</description>
	<lastBuildDate>Sun, 19 Sep 2010 20:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Database Driven Websites</title>
		<link>http://www.glennburks.com/database-driven-websites/</link>
		<comments>http://www.glennburks.com/database-driven-websites/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:03:48 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[PHP and MySql websites comprise most of what we&#8217;ve talked about when it comes to blogs and cms systems. With both of these systems the overhead on the web server becomes and issue. If the site should become very large and have lots of visitors simultaneously making request it will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>PHP and MySql websites comprise most of what we&#8217;ve talked about when it comes to blogs and cms systems. With both of these systems the overhead on the web server becomes and issue.</p>
<p>If the site should become very large and have lots of visitors simultaneously making request it will slow down the entire system.</p>
<p>This is where budget hosting can get you into trouble, but then on the other hand unless your out to produce the next great social site your probably not going to run into any of these problems.</p>
<p>One of the major benefits of a database driven website is the ability to pull information from the database and display it on static html pages.</p>
<p>Another major benefit is the ability to quickly customize a site, sharing data on the pages it is needed and excluding it from other areas of the site.</p>
<p>Drupal which this site is built upon utilizes blocks throughout the site to display various pieces of information such as:</p>
<ul>
<li>Recent Blog Posts</li>
<li>Todays Popular Content.</li>
<li>Various Advertising etc&#8230;</li>
</ul>
<p>InsiteCreation is another database driven system designed for Windows ASP.net I use this on my site at <a href="http://www.perfect-business-cd.com" target="_blank">Perfect-Business-CD.com </a>it is a much easier to use software.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/database-driven-websites/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/database-driven-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combination Static &#8211; Blog</title>
		<link>http://www.glennburks.com/combination-static-blog/</link>
		<comments>http://www.glennburks.com/combination-static-blog/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:01:57 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[What do I mean when I say, static &#8211; blog? Since you can install blog software like wordpress into a subdirectory or into a folder making it part of your original website. This allows you to use one domain name which you may already have good ranking with. Your can [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>What do I mean when I say, static &#8211; blog? Since you can install blog software like wordpress into a subdirectory or into a folder making it part of your original website. This allows you to use one domain name which you may already have good ranking with.</p>
<p>Your can see examples of this at my sites <a href="http://www.network-marketing-works.com">network marketing works</a> and <a href="http://www.nav60.com">nav60</a>. When we look at CMS systems like drupal they also combine some what static pages with a blog.</p>
<p>Why is a CMS system semi static? Well for starters blogs and CMS systems are driven by a database making the setup just a little more difficult then a true static website.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/combination-static-blog/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/combination-static-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Management Systems</title>
		<link>http://www.glennburks.com/content-management-systems/</link>
		<comments>http://www.glennburks.com/content-management-systems/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:58:55 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[CMS or Content Management Systems are something that is kind of new but really it&#8217;s not new. Generally before you would pay an exorbitant price for a CMS system as they truly are scalable from a simple one person website to large enough for a corporate or news website. Generally [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>CMS or Content Management Systems are something that is kind of new but really it&#8217;s not new.</p>
<p>Generally before you would pay an exorbitant price for a CMS system as they truly are scalable from a simple one person website to large enough for a corporate or news website.</p>
<p>Generally when it comes to CMS systems they have a large learning curve when compared to a static website or a blog website.</p>
<p>This is why you really do not see as many of them being used in a home business type environment.</p>
<p>Yet if you truly want to build a community driven website that can scale to needs you may have in the future then a good CMS system maybe right for you.</p>
<p>When you start looking for Content Management Systems, you&#8217;ll find that there are literally hundreds of them.</p>
<p>Finding one that fits your needs can be challenging. When I looked for a cms program I looked for an open source version with a large following and many contributors to both the code and to plugin modules.</p>
<p>For this website I chose the open source software called Drupal. While I cannot say making the transition from static &#8211; blog software to drupal was easy, it is a very powerful piece of software that so far has run reliably.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/content-management-systems/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/content-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs And Software</title>
		<link>http://www.glennburks.com/blogs-and-software/</link>
		<comments>http://www.glennburks.com/blogs-and-software/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:54:33 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[Can A Blog Be Your Primary WebSite? This is an emphatic yes it can. Todays blog software has really progressed in a rapid fashion as to it&#8217;s capabilities. Setting up a blog website can range from simply easy to well lets say don&#8217;t try this at home, yet we should [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Can A Blog Be Your Primary WebSite?</h2>
<p>This is an emphatic yes it can. Todays blog software has really progressed in a rapid fashion as to it&#8217;s capabilities.</p>
<p>Setting up a blog website can range from simply easy to well lets say don&#8217;t try this at home, yet we should not be afraid of it.</p>
<p>When it comes to blog software we have choices between totally free blog and hosting, free software and our own website hosting, to paid software and hosting. This allows us to build a blog and keep it within our marketing budget.</p>
<p>The first group here offers free blogs and hosting.</p>
<ul>
<li>Blogger.com</li>
<li>WordPress</li>
</ul>
<p>This second group is just some of the free open source software which would require your own website hosting account.</p>
<ul>
<li>Drupal</li>
<li>WordPress</li>
<li>b2evolution</li>
</ul>
<p>The third group, is paid for paid blog software and hosting.</p>
<ul>
<li>InsiteCreation</li>
<li>TypePad</li>
</ul>
<p>I am sure there are others out there but these are the most dominant out there, which means you do have support should you run into trouble.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/blogs-and-software/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/blogs-and-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is CSS</title>
		<link>http://www.glennburks.com/what-is-css/</link>
		<comments>http://www.glennburks.com/what-is-css/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:52:35 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[The basic purpose of cascading style sheets (CSS) is presentation. In the early days of the internet, with the advent of graphical web browsers designers ran into challenges with the presentation of web pages. In the early years control was in the hands of the user &#8211; visitors to the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The basic purpose of cascading style sheets (CSS) is presentation. In the early days of the internet, with the advent of graphical web browsers designers ran into challenges with the presentation of web pages.</p>
<p>In the early years control was in the hands of the user &#8211; visitors to the websites and the different emerging web browsers.</p>
<p>Even today we still run into challenges between Firefox, Safari, Internet Explorer and the many different versions.</p>
<p>Thanks to the World Wide Web Consortium (W3C) a body formed to oversea the technical growth of the internet we have standards today.</p>
<p>(CSS) cascading style sheets is one of the best things in my opinion to come out from this group. Using CSS helps us to generate really clean code and allows our sites to be viewed the way we intended them to look.</p>
<p>One of the big benefits was the ability to eliminate a large portion of the the tables used in the design process. We still keep a few tables around since not all tables are bad.</p>
<p>(CSS) Gives us everything from azimuth to zoom, and knowing how to use it all is a big challenge. Yet, there are many books written on the subject.</p>
<p><a href="http://assets.glennburks.com/wp-content/uploads/html-utopia-cover.png" rel="lightbox[579]"><img class="alignleft size-full wp-image-965" title="html-utopia-cover" src="http://assets.glennburks.com/wp-content/uploads/html-utopia-cover.png" alt="" width="180" height="236" /></a>
<p>One of the few  books I keep on my desk and reference often as I work on my websites:</p>
<p>HTML Utopia: Designing Without Tables Using CSS.</p>
<p> </p>
<p>The Ultimate Guide Beginners Guide To CSS.</p>
<p><a onclick="window.open(this.href, 'spnewWin', 'resizable,height=420,width=560'); return false;" rel="nofollow" href="http://www.sitepoint.com/launch/0b3311a/2/53">Learn More Download Free Chapters Now! </a></p>
<p>&nbsp;</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/what-is-css/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/what-is-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Html</title>
		<link>http://www.glennburks.com/what-is-html/</link>
		<comments>http://www.glennburks.com/what-is-html/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:50:34 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[Hyper Text Markup Language is instructions give to your web browser so that instead of seeing ones and zero&#8217;s you see this page that your viewing. Learning html can really drive you crazy especially when things go wrong and trust me they will. Often in the beginning I would spend [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hyper Text Markup Language is instructions give to your web browser so that instead of seeing ones and zero&#8217;s you see this page that your viewing. Learning html can really drive you crazy especially when things go wrong and trust me they will.</p>
<p>Often in the beginning I would spend days trying to figure out why something would not display right in the web pages I created. Often just walking away for a few hours then looking at it fresh would reveal the problem.</p>
<h3 style="font-size: 14px; padding-bottom: 5px; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; line-height: 17px;"><span style="font-weight: normal; line-height: 16px; font-size: 13px;">Here is the resource I recommend for learning the basics of html:</span></h3>
<h3><span style="font-weight: normal;"><a href="http://assets.glennburks.com/wp-content/uploads/web-site-right-way.gif" rel="lightbox[575]"><img class="size-full wp-image-962 alignleft" title="web-site-right-way" src="http://assets.glennburks.com/wp-content/uploads/web-site-right-way.gif" alt="" width="90" height="145" /></a>Build your own web site the right way using HTML &amp; CSS.</span></h3>
<p>This book is the perfect way for the beginner to begin to learn the right way to setup their very first web site using html and CSS the right way.</p>
<p style="text-align: center;"><span style="font-weight: normal;"><a onclick="window.open(this.href, 'spnewWin', 'resizable,height=420,width=560'); return false;" rel="nofollow" href="http://www.sitepoint.com/launch/0b3311a/2/144">Click here to download 4 free chapters now!</a></span></p>
<h3>HTML Editors</h3>
<p>I  use  Dreamweaver CS3 it is pricey though. Retail is $399, but there are many editors out below $50. I would recommend one that has the capablities of uploading your pages to your web hosting company.</p>
<p><a rel="nofollow" href="http://www.virtualmechanics.com/products/spinner/index.html">SiteSpinner V2.7</a> &#8211; I have not used it, but from what I&#8217;ve read, this is a good one at $49</p>
<p><a rel="nofollow" href="http://www.trellian.com/webpage/">Trellian WebPage Editor</a> &#8211; And best of all Trellian WebPAGE is FREE</p>
<p><a href="http://www.panic.com/coda/" target="_blank">Coda</a> is one that I personally like for the Mac.</p>
<p>You can do a search through your favorite seach engine and find more html editors.</p>
<h3>Graphics Software</h3>
<p>Personally I use both Fireworks CS3 and Adobe Photo Shop CS3 both of these are pretty expensive. There are allot of other programs out there, just do a search in google for “graphic programs”</p>
<p>One that is also free is called <a href="http://www.gimp.org/" target="_blank">GIMP</a></p>
<p> </p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/what-is-html/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/what-is-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Websites</title>
		<link>http://www.glennburks.com/static-websites/</link>
		<comments>http://www.glennburks.com/static-websites/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:46:09 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[What is it? A static website is just that, you write your material just as you would in any word processor upload it as a .html or .htm webpage. Creating pages has it&#8217;s advantages and disadvantages. The majority of websites found on the internet fall into this class. Advantages of [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>What is it?</h2>
<p>A static website is just that, you write your material just as you would in any word processor upload it as  a .html or .htm webpage. Creating pages has it&#8217;s advantages and disadvantages. The majority of websites found on the internet fall into this class.</p>
<h3>Advantages of Static Sites.</h3>
<p>Static sites are simple in nature to create, link together. There are many templates available for static sites, so you can probably find one that fits your personal tastes. This is the way to go in the beginning.</p>
<p>Using a template allows you to get your site online very quickly, yet still it has a learning curve. Yes you will have to learn a little about html <span style="text-decoration: underline;">&#8220;hyper text markup language&#8221;</span> At first it seems confusing but hey if I can learn it so can you!</p>
<p>Templates will use either tables or css for positioning, with css being the preferred choice. CSS &#8220;cascading style sheet&#8221; allow for a much cleaner format with less code in the actual page itself.</p>
<h3>Disadvantages of Static Sites.</h3>
<p>The only major disadvantage I see in a static site is just that it is static. If we look up static in the dictionary this is what we find:</p>
<p><strong>Static: adjective</strong><br /> 1.) <em>static prices</em> unchanged, fixed, stable, steady, unchanging, changeless, unvarying, invariable, constant, consistent. antonym variable.<br /> 2.) a <em>static display</em> stationary, motionless, immobile, unmoving, still, stock-still, at a standstill, at rest, not moving a muscle, like a statue, rooted to the spot, frozen, inactive, inert, lifeless, inanimate. antonym mobile, active, dynamic.</p>
<p>Anything that is static on the web looses it&#8217;s appeal over time not only with your visitors but also the search engines. This is another reason why we never have to get it perfect to begin with.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/static-websites/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/static-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Websites</title>
		<link>http://www.glennburks.com/building-websites/</link>
		<comments>http://www.glennburks.com/building-websites/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 19:57:24 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dev.glennburks.com/</guid>
		<description><![CDATA[Do you really need A WebSite? If you plan to market both online and offline the answer to that question is an emphatic yes. The next question is should you use someone else&#8217;s system or your own? I believe this is where most people run into trouble. Using someone else&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="font-size: 21px; font-weight: bold;">Do you really need A WebSite?</span></p>
<p>If you plan to market both online and offline the answer to that question is an emphatic yes. The next question is should you use someone else&#8217;s system or your own? I believe this is where most people run into trouble.</p>
<p>Using someone else&#8217;s system take a lot of control away from you as an individual about what is written or not written. When we look at the many different ways that you can get online today, confusion sets in making it difficult to pick a direction to proceed in.</p>
<p>Having a web presence today is not an option anymore, but is a true necessity to the success of your business.</p>
<h2>Promoting Yourself First</h2>
<p>Is it really necessary? It all depends on your goals, what business your in or what your marketing. If your business is any form of network or multilevel marketing you should be promoting yourself first. A great many individuals promote other individuals as guru&#8217;s hoping to capitalize on their names to build their business, this really is dangerous to your financial future!</p>
<p>I remember being in one company in which the owner, not only competed with those within the organization but did so actively. The owner would, take individuals that you had already contacted and sign them up as his own customers!</p>
<p>When it comes to your own websites it&#8217;s not about someone else but how you can help your customers etc&#8230; Failure to follow this simple guideline will ensure your own failure.</p>
<h2>From The Simple to the Complex</h2>
<p>It&#8217;s been said that what I&#8217;ve done on the internet is not duplicatable. Is there any truth to that statement, and what underlying reason would the have for saying such and absurd statement.</p>
<p>Today more then every you have so many options to chose from how do you find the one that is the best fit for you? Here we will explore some of the options, then go into greater detail on them. We will look at the cost factors and learning curves involved with each.</p>
<p>You might even think of outsourcing, something I would not recommend for many reasons.</p>
<ul>
<li><a href="http://www.glennburks.com/static-websites/">Static Websites</a>.</li>
<li><a href="http://www.glennburks.com/what-is-html/">What Is Html</a></li>
<li><a href="http://www.glennburks.com/what-is-css/">What Is CSS</a></li>
<li><a href="http://www.glennburks.com/blogs-and-software/">Blog Websites</a>.</li>
<li><a href="http://www.glennburks.com/content-management-systems/">Content Management systems</a>.</li>
<li><a href="http://www.glennburks.com/combination-static-blog/">Combination Static &#8211; Blog</a>.</li>
<li><a href="http://www.glennburks.com/database-driven-websites/">Database Driven Websites</a>.</li>
</ul>
<p>Lets begin with <a href="http://www.glennburks.com/static-websites/">Static Websites</a></p>
<p> </p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/building-websites/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/building-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has Social Media Killed SEO?</title>
		<link>http://www.glennburks.com/has-social-media-killed-seo/</link>
		<comments>http://www.glennburks.com/has-social-media-killed-seo/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 20:57:49 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>With many of the web sites out there today, you would certainly think so! I'm guessing here but it seems many have neglected this critical aspect of their web sites, blogs etc... or has social media made that totally irrelevant today?</p>
<p>Search engine optimization is not just for the robots it's also your visitors that come to your site as well. With the explosion of blogs and content management systems, everyone has one today, I have my share of them.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.glennburks.com/has-social-media-killed-seo/" title="Permanent link to Has Social Media Killed SEO?"><img class="post_image aligncenter" src="http://assets.glennburks.com/wp-content/uploads/soc-media-sm.jpg" width="180" height="128" alt="Post image for Has Social Media Killed SEO?" /></a>
</p><p>With many of the web sites out there today, you would certainly think so! I&#8217;m guessing here but it seems many have neglected this critical aspect of their web sites, blogs etc&#8230; or has social media made that totally irrelevant today?</p>
<p>Search engine optimization is not just for the robots it&#8217;s also your visitors that come to your site as well. With the explosion of blogs and content management systems, everyone has one today, I have my share of them.</p>
<p>One of the key factors in any web site is the speed in which it loads for the visitor, this is one area that as we&#8217;ve moved to blogs and CMS systems seems to have been forgotten or totally disregarded! The more sites I follow from tweets is proving this out daily.</p>
<h3>Overload on Plugins &amp; Modules</h3>
<p>When we look at the number of plugins we have for WordPress as of today the list 4,245 of them. For Drupal 6 we have 3,546 modules to date and climbing. Of course we will not use all of them but those that we do use creates a performance hit on our sites with increased load times.</p>
<p>We could argue, that everyone is moving to high speed internet access anyway so it&#8217;s not a problem right or is it? In the early part of 2000 there where quite a few companies involved in fiber-optics networks, many of these companies failed.</p>
<p>The issue then was there was way to much fiber-optic cable in the ground that was not being used. Today we are possibly approaching a shortage, which could be great news in todays economy putting more people back to work to increase the supply and we do need it.</p>
<h3>The Traffic Jam Is Here</h3>
<p>Take a look at any major city in the United States today and what does it always have traffic issues, well maybe not today with everyone driving less. When it comes to traffic poor engineering can play a huge part in traffic flow, we have the same effect with the internet from poor to nonexistent SEO techniques.</p>
<p>Visit any of the major websites and many smaller sites that pull in advertising content, pictures etc&#8230; Most of the time the sites pages never fully load. Some large news services, really are atrocious, as they run multiple ad services on their sites.</p>
<p>Not to long ago, I visited a site that was a re-tweet. At the site the individual was going to critique some else&#8217;s website. He did bring up some relevant points about the page in question, a typical landing page. Yet his page took over 8 seconds to load fully, and was over 400kb in size and there was nothing special about the page, it had only 2 graphics on it neither of which was optimized for the web delivery.</p>
<h3>So What Can We do?</h3>
<p>Track it, look at the third party applications that you include within your site, does it cause performance hit? Last year I wrote about the module for <a href="http://www.glennburks.com/blogs/glenn/add-button-drupal-6x23">Drupal Addthis Button</a> it did seem like the perfect solution. It wasn&#8217;t until later I could often see an issue. The page would not load fully as it was waiting for addthis to load.</p>
<p>Now I&#8217;m not against third party applications; some of them are down right useful additions to any website. It is when they become so popular that it begins to detract from a web visitor experience we must make the difficult choice do we keep it or look for another solution.</p>
<p>Often we can find a solution that essentially does the same job, yet resides on our sites server, thereby preventing the third party slow down.</p>
<p>If you don&#8217;t have it, get the <a rel="nofollow" href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox web browser</a>, then install <a rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a> and <a rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank">Yslow</a> plugins. With these simple free tools you can see exactly where your site is taking a performance hit! Some of it you will be able to correct, some you will not.</p>
<p>One area of performance that 99.9% of us will not be able to change is the &#8220;CDN&#8221; score, otherwise know as the &#8220;Content Delivery Network,&#8221; which simply is geographically dispersed content, which means the site is not dependent on sending it&#8217;s content from just one location.</p>
<p>While you maybe able to get a visitor to your site via social media, give them a good to great experience once they arrive there. And never over look the SEO aspect of your site, the search engines can and will drive targeted traffic to your site.</p>
<p>So back to the original question &#8220;Has Social Media Killed SEO?&#8221; I don&#8217;t believe so; some will ignore it to their detriment!</p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/has-social-media-killed-seo/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/has-social-media-killed-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Computer For SEO Work?</title>
		<link>http://www.glennburks.com/which-computer-for-seo-work/</link>
		<comments>http://www.glennburks.com/which-computer-for-seo-work/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 05:36:47 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[View Point]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I had an interesting discussion today about which computer to use when doing SEO work. I guess the question should really be which software do you need to run? This is what dictates which operating system to use.</p>
<p>Realistically speaking, I think there is way to much software out there today, which essentially does the same thing to a certain extent. Besides we should be writing for our website visitors and not for the search engines anyway right?</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.glennburks.com/which-computer-for-seo-work/" title="Permanent link to Which Computer For SEO Work?"><img class="post_image aligncenter" src="http://assets.glennburks.com/wp-content/uploads/tell-me-how.jpg" width="200" height="134" alt="Post image for Which Computer For SEO Work?" /></a>
</p><p>I had an interesting discussion today about which computer to use when doing SEO work. I guess the question should really be which software do you need to run? This is what dictates which operating system to use.</p>
<p>Realistically speaking, I think there is way to much software out there today, which essentially does the same thing to a certain extent. Besides we should be writing for our website visitors and not for the search engines anyway right?</p>
<p>Really there is no perfect computer each has it&#8217;s own distinct advantages. For years I swore by Windows in it&#8217;s many different versions. Windows Xp was probably their finest product. With so much software written for it your bound to find what your looking for.</p>
<p>When it comes to the Apple&#8217;s operating system, the choice is fairly limited but still I&#8217;ve managed to find the products that I found real value in had in most cases a Mac application as well. With the advent of Parallels for Mac and VMware&#8217;s fusion I have the best of both world on one computer now.</p>
<p>I can run Windows Xp in a virtual machine and have access to all of the Windows software that I want, albeit at a slight performance loss. Yet I&#8217;ve found that I&#8217;m willing to give up this performance loss with the virtual machine in order to have the ease of use that comes with operating both systems at the same time one one machine.</p>
<p>As each version of Parallels that has come out just gets better. You can now copy and paste share documents back and forth between the two operating system seamlessly. So when it comes to which computer to use, I now recommend the Apple Mac.</p>
<p><img src="http://assets.glennburks.com/wp-content/uploads/mac_pro.jpeg" border="0" alt="mac_pro.jpeg" width="116" height="116" align="left" /></p>
<p>For the Desktop version, there are a few choices really depending on how much of a power user you are!</p>
<p>I like the Mac Pro for this with two models 4 core or 8 core you have more power then the average person can really use.</p>
<p>The other choice for a desktop is one of the Imac&#8217;s, personally my recommendation would be the 24 inch version.</p>
<p><img src="http://assets.glennburks.com/wp-content/uploads/macbook_pro.jpg" border="0" alt="macbook_pro.jpg" width="116" height="116" align="left" /></p>
<p>If a laptop is more to your liking then there really is only one the MacBook Pro Laptop. There is the 15 inch and the 17 inch version with plenty of power to do just about any job you can through at it.</p>
<p>Personally I like the 17 inch version, it is light weight compared to others I&#8217;ve used in the same size range. One important fact is battery life is very good, well over 3 hours of use.</p>
<p>The choice as to which computer to use is a matter of personal choice, I used to give one of my business partners a hard time, since he used a Mac. Later he switched to Windows and I migrated to the Mac as my preferred operating system and hardware.</p>
<p>The journey has been a fairly easy one as I&#8217;ve found most of the software I really need rest upon my shoulders. The majority of Windows software I&#8217;d purchased for SEO work, after awhile I found I didn&#8217;t really need it. You get to a point just like anything you do in life that when you do enough of it, it really becomes second nature.</p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/which-computer-for-seo-work/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/which-computer-for-seo-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 3/19 queries in 0.003 seconds using apc
Object Caching 976/994 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: assets.glennburks.com

Served from: www.glennburks.com @ 2012-02-06 00:42:43 -->
