<?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>George Conklin Web Design</title>
	<atom:link href="http://divergentweb.com/charleston-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://divergentweb.com/charleston-web-design</link>
	<description>Charleston SC Web Design</description>
	<lastBuildDate>Wed, 27 Mar 2013 06:46:18 +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>Why is my CSS being ignored? I used !important</title>
		<link>http://divergentweb.com/charleston-web-design/2012/how-to/why-is-my-css-being-ignored-i-used-important/</link>
		<comments>http://divergentweb.com/charleston-web-design/2012/how-to/why-is-my-css-being-ignored-i-used-important/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 19:58:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=166</guid>
		<description><![CDATA[Why is my CSS being overridden by other CSS when I used !important? I even used it inline: &#60;style type="text/css"&#62; tag {mystyle: inherit 10px inherit 10px !important} &#60;/style&#62; &#8230; or &#8230; &#60;tag style="mystyle: inherit 10px inherit 10px !important"&#62; Well the answer is simple, but can be confusing since its not as one might expect. If [...]]]></description>
			<content:encoded><![CDATA[<p>Why is my CSS being overridden by other CSS when I used <em><strong>!important</strong></em>? I even used it inline:</p>
<p><code><br />
&lt;style type="text/css"&gt;<br />
    tag {mystyle: inherit 10px inherit 10px !important}<br />
&lt;/style&gt;<br />
</code></p>
<p>&#8230; or &#8230;</p>
<p><code><br />
&lt;tag style="mystyle: inherit 10px inherit 10px !important"&gt;<br />
</code></p>
<p>Well the answer is simple, but can be confusing since its not as one might expect. If you use &#8220;inherit&#8221; as one of the values in your CSS then the entire style specified may be overridden by inheritance.</p>
<p>For example:</p>
<p><code><br />
&lt;style type="text/css"&gt;<br />
    div {margin: inherit 10px inherit 10px !important}<br />
&lt;/style&gt;<br />
</code></p>
<p>&#8230; or &#8230;</p>
<p><code><br />
&lt;div style="margin: inherit 10px inherit 10px !important"&gt;<br />
</code></p>
<p>&#8230; will be overridden by CSS present in stylesheets even though you may have specified !important or used the style inline, as in the second example.</p>
<p>So, if you want the inherited values to be carried through in these cases where your CSS is being overridden you can specify just the ones you want changed. In this case&#8230;</p>
<p><code><br />
&lt;style type="text/css"&gt;<br />
    div {margin-right: 10px; margin-left:10px;}<br />
&lt;/style&gt;<br />
</code></p>
<p>&#8230; or &#8230;</p>
<p><code><br />
&lt;div style="margin-right: 10px; margin-left:10px;"&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2012/how-to/why-is-my-css-being-ignored-i-used-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Avoid Bogus Link Exchange Offer &#8211; The PR Hijacker</title>
		<link>http://divergentweb.com/charleston-web-design/2011/how-to/howto-avoid-bogus-link-exchange-offer-the-pr-hijacker/</link>
		<comments>http://divergentweb.com/charleston-web-design/2011/how-to/howto-avoid-bogus-link-exchange-offer-the-pr-hijacker/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 04:36:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[hijacking]]></category>
		<category><![CDATA[online scam]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=144</guid>
		<description><![CDATA[Maybe you&#8217;ve gotten an email like this one trying to fool you into exchanging links with a website that does not have the Google PageRank (PR) claimed by the person offering the exchange. I noticed this seemingly good offer just tonight by email (from the PR Hijacker): My name is Lienka Mills and I was [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe you&#8217;ve gotten an email like this one trying to fool you into exchanging links with a website that does not have the Google PageRank (PR) claimed by the person offering the exchange. I noticed this seemingly good offer just tonight by email (from the PR Hijacker):</p>
<blockquote><p><span style="color: #800000;">My name is Lienka Mills and I was wondering if you are interested in exchange links, I&#8217;ll place your link on my sites exactly here:</span></p>
<p><span style="color: #800000;">saturdaydownsouth(dot)net  PR4<br />
yourchoice4ptonline(dot)com  PR3</span></p>
<p><span style="color: #800000;">If you agree please send me your site details:</span></p>
<p><span style="color: #800000;">Title:<br />
Url:</span></p>
<p><span style="color: #800000;">I&#8217;ll place your link in less than 24 hours, then I&#8217;ll send you an email with my info.</span></p>
<p><span style="color: #800000;">Regards</span></p>
<p><span style="color: #800000;">If you don&#8217;t want to receive more mails just reply with &#8220;unsubscribe&#8221;.</span></p></blockquote>
<p>I thought this was a great offer since was going to get a link from a PR4 and a PR3 site<br />
(that&#8217;s 2 links) to my PR 1 site &#8211; seemingly a site owner&#8217;s dream. Heck, if I wanted to be sneaky about it I could still do the link an benefit from it since I still get a PR 3 linking to me &#8211; but I have not.</p>
<p>There&#8217;s often some truth in lies. In this case, it appears that although saturdaydownsouth.net appears to be PR Hijacking saturdaydownsouth.com (innocent site), but the second site mentioned in the email does have a PR3, though it was possibly a PR Hijacker in the past &#8211; who knows?</p>
<p>So why does someone do this? Well right now the PR Hijacker site has most likely exchanged links with the listed below (these are sites giving &#8220;Google Juice&#8221; to the PR Hijacker, and getting nothing in exchange):</p>
<h3>List of Sites Being Ripped Off</h3>
<p><strong>saturdaydownsouth.com</strong> (the site whose PR is being hijacked).</p>
<p>LIST OF SITES REMOVED &#8230; OUTDATED POST</p>
<p>If your site is on the list above, you might want to read this entire post and the two below in &#8220;More Resources on PR Hijacking&#8221; and decide on a proper course of action.</p>
<p><strong>MORE RESOURCES ON PR HIJACKING</strong></p>
<p><a href="http://www.claytowne.com/beats-digging-ditches/how-webmasters-fake-their-google-pr-avoiding-the-fake-google-page-rank-link-exchange-scam/" target="_blank">How Webmasters Fake Their Google PR&#8230;</a><br />
<a href="http://www.loriswebs.com/hijacking_web_pages.html" target="_blank">Stop 302 Redirects Hijacking Web Page PR&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2011/how-to/howto-avoid-bogus-link-exchange-offer-the-pr-hijacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Free Website Submissions</title>
		<link>http://divergentweb.com/charleston-web-design/2011/how-to/7-free-website-submissions/</link>
		<comments>http://divergentweb.com/charleston-web-design/2011/how-to/7-free-website-submissions/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 06:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[site optimization]]></category>
		<category><![CDATA[submission]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=119</guid>
		<description><![CDATA[I will be listing 7 free website submission directories/sites. I chose these because I wanted a small and measurable amount of submissions to work with, I was reminded about the endless emails some of these free submission sites will send if you sign up for too many submissions at once, some of the sites will [...]]]></description>
			<content:encoded><![CDATA[<p>I will be listing <strong>7 free website submission directories/sites</strong>. I chose these because I wanted a small and measurable amount of submissions to work with, I was reminded about the endless emails some of these free submission sites will send if you sign up for too many submissions at once, some of the sites will submit to other sites (including duplicate submissions by multi-submitters), and because these sites have good Google PR ratings.</p>
<p>For now, onto the list:</p>
<ol>
<li><a href="http://www.dmoz.org/" target="_blank"> http://www.dmoz.org/</a> PR8</li>
<li><a href="http://www.manta.com/" target="_blank">http://www.manta.com/</a> PR7</li>
<li><a href="http://freewebsubmission.com/" target="_blank">http://freewebsubmission.com/</a> PR6</li>
<li><a href="http://www.directory-free.com/" target="_blank">http://www.directory-free.com/</a> PR5</li>
<li><a href="http://mastermoz.com/" target="_blank">http://mastermoz.com/</a> PR4 (must register for free account)</li>
<li><a href="http://www.codeclassic.net/" target="_blank">http://www.codeclassic.net/</a> PR4</li>
<li><a href="http://www.synergy-directory.com/" target="_blank">http://www.synergy-directory.com/</a> PR4</li>
</ol>
<p>You will get some emails after submitting to some of these, in particular FreeWebSubmissions and the sites it submits you to will send emails. Its best to have a throw-away email for that purpose, more about that later. I will write more tips about submitting and a bit about Google PR (in case you are furrowing your brow)</p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2011/how-to/7-free-website-submissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Set Up POP3 Email</title>
		<link>http://divergentweb.com/charleston-web-design/2011/how-to/howto-set-up-pop3-email/</link>
		<comments>http://divergentweb.com/charleston-web-design/2011/how-to/howto-set-up-pop3-email/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:15:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=81</guid>
		<description><![CDATA[POP3 email is one of the most popular ways to use for email setup. For more details about POP3 email, click the link. POP3 email is possibly more often used, and is what I will be addressing setting up email as POP3. Setting up your email is one of those things that can readily be [...]]]></description>
			<content:encoded><![CDATA[<p>POP3 email is one of the most popular ways to use for email setup. For more details about <a href="http://en.wikipedia.org/wiki/Post_Office_Protocol" target="_blank">POP3 email</a>, click the link. POP3 email is possibly more often used, and is what I will be addressing setting up email as POP3.</p>
<p>Setting up your email is one of those things that can readily be answered on the web with some quick searches. I think, however, that lots of times people talk themselves out of do-it-yourself service when it comes to email setup.</p>
<p>Even so, basic email setup requires very little info for email setup so you can send and receive email.</p>
<ul>
<li>your name</li>
<li>incoming mail server (also called POP3 Server)</li>
<li>outgoing mail server (also called the sending mail server and the SMTP Server)</li>
<li>email username</li>
<li>email password</li>
</ul>
<p><span id="more-81"></span></p>
<p>Your name is fairly obvious, and is what&#8217;s displayed in most modern email programs as the sender of the email.</p>
<p>The incoming mail server will often match the website name its related to. If your email address is someone@example.com then your incoming mail server may be mail.example.com or pop.example.com.</p>
<p>The outgoing mail server is also related to the website name its related to and will often be either mail.example.com or smtp.example.com.</p>
<p>Your email username is will either be the portion of your email address to the left of the @ symbol, or your entire email address (someone, or someone@example.com).</p>
<p>Your email password is obvious since you either chose it or it was assigned to your email for you.</p>
<h2>YOUR ISP AND EMAIL</h2>
<p>Some ISP&#8217;s may require special settings, often for the outgoing mail server name and sometimes special port numbers. The best way to find out is to ask or check their website or search engines for details.</p>
<h2>YOUR EMAIL PROGRAM AND YOUR EMAIL</h2>
<p>Some email programs have more options than the basics described here. Check with your email program&#8217;s help, or online at your email program&#8217;s website. for example many email programs will manage more than one email account, and they don&#8217;t all handle multiple email accounts the same way. One thing they have in common, however, is assigning your email a special name like &#8220;My Work Email&#8221; or similar so when there is an error message or you need to edit settings its less confusing.</p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2011/how-to/howto-set-up-pop3-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO (Optimized) VS SEO-friendly &#8211; The Basics</title>
		<link>http://divergentweb.com/charleston-web-design/2011/seo/seo-optimized-vs-seo-friendly-the-basics/</link>
		<comments>http://divergentweb.com/charleston-web-design/2011/seo/seo-optimized-vs-seo-friendly-the-basics/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 06:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[site optimization]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=58</guid>
		<description><![CDATA[What&#8217;s the difference between a new website that is SEO-friendly VS a new web site that is SEO-ready &#8211; or already optimized? Since this question is asked of me in different ways, I&#8217;ll address these versions of this question&#8230; 1. What is Search Engine Optimization VS SEO-friendly? 2. Why isn&#8217;t my site already optimized for [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the difference between a new website that is <strong><abbr title="Search Engine Optimization">SEO</abbr>-friendly</strong> VS a new web site that is <strong>SEO-ready</strong> &#8211; or already <strong>optimized</strong>? Since this question is asked of me in different ways, I&#8217;ll address these versions of this question&#8230;</p>
<p><a href="/2011/seo/seo-optimized-vs-seo-friendly-the-basics/#seo-friendly">1. What is Search Engine Optimization VS SEO-friendly?</a></p>
<p><a href="/2011/seo/seo-optimized-vs-seo-friendly-the-basics/#seo-optimized">2. Why isn&#8217;t my site already optimized for search engines?</a></p>
<p><a href="/2011/seo/seo-optimized-vs-seo-friendly-the-basics/#seo-expert">3. What difference does an SEO Expert make?</a></p>
<p><a name="seo-friendly"></a></p>
<h3>1. What is Search Engine Optimization VS SEO-friendly?</h3>
<p>Let&#8217;s start with SEO-friendly. This means a website has good HTML structure (PHP, ASP, HTML, whatever scripting language you use), well-organized and other basic considerations.<br />
<a name="seo-optimized"></a></p>
<p><span id="more-58"></span></p>
<h3>2. Why isn&#8217;t my site already optimized for search engines?</h3>
<p><img class="alignright size-full wp-image-72" style="margin: 10px;" title="google search results" src="http://divergentweb.com/charleston-web-design/wp-content/uploads/2011/03/google-seo-results.jpg" alt="" width="228" height="202" />For my direct clients it usually means that a proposal including <abbr title="Search Engine Optimization">SEO</abbr> was turned down, the client didn&#8217;t provide any description or keywords the website, or opted to use a Search Engine Professional. In either case I build an SEO-friendly site using available information.</p>
<p>Its really better for my clients to tell me about their business from the inside, rather than me telling the search engines what I think my client&#8217;s business is &#8211; without my client&#8217;s valuable insight into their industry. Also, though I&#8217;m very good at SEO, I don&#8217;t claim to be an SEO Expert, and I don&#8217;t make guarantees about SEO. See how I perform in Google for these keyword term sets (as of the date of this posting):</p>
<p><a href="http://www.google.com/search?q=Charleston+Affordable+Web+Design" target="_blank"></a><a href="http://www.google.com/search?q=charleston+affordable+web+design" target="_blank">charleston affordable web design</a> &#8230;[rank 6] [<em>update :</em> rank <strong>2</strong> <a href="#rank-update">see note</a>]</p>
<p><a href="http://www.google.com/search?q=charleston+sc+web+design" target="_blank">charleston sc web design</a> &#8230;[rank 57] [<em>update :</em> rank <strong>2</strong> <a href="#rank-update">see note</a>]</p>
<p><a href="http://www.google.com/search?q=charleston+web+design" target="_blank">charleston web design</a> &#8230;[rank 68] [<em>update :</em> rank <strong>123</strong> <a href="#rank-update">see note</a>]</p>
<p>Now onto the question of SEO Expertise.<br />
<a name="seo-expert"></a></p>
<h3>3. What difference does an SEO Expert make?</h3>
<p>The differences are options, cost and results.</p>
<p><strong>MORE OPTIONS</strong></p>
<p>An <abbr title="Search Engine Optimization">SEO</abbr> Expert will have more options than I will come up with &#8211; Search Engine Marketing (SEM) strategies, pay-per-click (PPC) options, and more in-depth knowledge of leveraging more search engines for your website than I can.</p>
<p><strong>HIGHER COST</strong></p>
<p>You will possibly pay more for a reputable SEO Expert to monitor and craft an SEO campaign and SEO results for your site than you will to get the site built by George Conklin Web Design.</p>
<p><strong>RESULTS</strong></p>
<p>An SEO Expert will produce quicker, higher, more reliable placements in more search engines than you will get from someone who is not an expert.</p>
<p style="font-size:0.85em;padding:10px;margin:20px 0;background:#333;color:#eee" id="rank-update">* <em>NOTES on Google Rank Updates</em>: These are my rank for these keywords as of 9/24/2011 using California as my &#8220;<em>Google location</em>.&#8221; I chose California because I don&#8217;t want to see how my site performs only locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2011/seo/seo-optimized-vs-seo-friendly-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>George Conklin Design WordPress as a Site</title>
		<link>http://divergentweb.com/charleston-web-design/2010/designs/george-conklin-design-wordpress-as-a-site/</link>
		<comments>http://divergentweb.com/charleston-web-design/2010/designs/george-conklin-design-wordpress-as-a-site/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 00:57:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Designs]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://divergentweb.com/charleston-web-design/?p=29</guid>
		<description><![CDATA[I installed the George Conklin Web Design WordPress-as-a-Website tonight (Nov, 2010) and its not ready yet. I&#8217;ve installed the eDegree theme by Top Blog Formula. My original Divergent Web Design website went up sometime in 2001, even though I can&#8217;t remember it any more. I went through several designs in the first couple of years [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://divergentweb.com/charleston-web-design/wp-content/uploads/2010/11/old-divergent-sites.jpg" target="_blank"><img class="alignleft size-medium wp-image-31" style="margin-left: 10px; margin-right: 10px;" title="Old George Conklin web design websites" src="http://divergentweb.com/charleston-web-design/wp-content/uploads/2010/11/old-divergent-sites-163x300.jpg" alt="" width="163" height="300" /></a>I installed the George Conklin Web Design WordPress-as-a-Website tonight (Nov, 2010) and its not ready yet. I&#8217;ve installed the eDegree theme by <a href="http://www.topblogformula.com/" target="_blank">Top Blog Formula</a>.</p>
<p>My original Divergent Web Design website went up sometime in 2001, even though I can&#8217;t remember it any more. I went through several designs in the first couple of years as I learned HTML and then later ASP.</p>
<p>Later I settled on the design I&#8217;ve had for several years (labeled Previous Design in the screenshot).  Then earlier this year I got tired of the old design and put up a new home page (labeled Replaced Site in the screenshot) with brand new code and an improved look, at least semi-updated. I&#8217;ve always been more interested in working on client sites than the Divergent Web Site.</p>
<p>Well, this year I put the new home page up and re-wrote some of the home page text and killed some old and useless pages.  Since then, I see checking tonight that I show on the first page of results for <em>affordable charleston design</em>, <em>affordable charleston web design</em>, and <em>charleston budget web design</em> on Google, Yahoo! and Bing. However for just <em>charleston web design</em> I fall off of the home page in all three.</p>
]]></content:encoded>
			<wfw:commentRss>http://divergentweb.com/charleston-web-design/2010/designs/george-conklin-design-wordpress-as-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
