<?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>Point Clear Websites</title>
	<atom:link href="http://mobile251.com/pointclearwebsites/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobile251.com/pointclearwebsites</link>
	<description>Beautiful, Custom Websites and Internet Marketing in Alabama</description>
	<lastBuildDate>Thu, 04 Dec 2008 16:55:16 +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>Style Sheets</title>
		<link>http://mobile251.com/pointclearwebsites/2008/12/04/style-sheets/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/12/04/style-sheets/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:55:16 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=56</guid>
		<description><![CDATA[This is a short introduction to CSS and style sheets for beginner web designers.]]></description>
			<content:encoded><![CDATA[<p>There is a distinction in classical education between Content and Form.  A simplified way of making the distinction is that &#8220;Content&#8221; is <em>what</em> you are saying and &#8220;Form&#8221; is <em>how</em> you say it.  In web design, we use the coding languages HTML or XML to create web content.  To change the the form, or way that the HTML or XML is displayed on your computer monitor, we pass the code through a &#8220;style sheet.&#8221;</p>
<p>Two common types of style sheets are XLST and CSS (Cascading Style Sheets). XLST is used when the XML content needs to be changed dynamically and mathematical functions are involved.  CSS is much more common in basic web design, and that will be mostly what is discussed in this article.</p>
<p>Imagine you have two websites: one for girls and one for boys.  You want to give them the exact same textual information, but for the girls you want the site to be pink with pictures of dolls and for the boys you want the site to be blue with pictures of racing cars.  You don&#8217;t have to create the textual content twice &#8211; you only have to create it once and employ a different CSS for each site.</p>
<p>This is the way it works:</p>
<p>In the &lt;head&gt; section of the web page you add this line of code:</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/name-of-stylesheet.css&#8221; type=&#8221;text/css&#8221; /&gt;</p>
<p>replacing &#8220;name-of-stylesheet&#8221; with your own title.</p>
<p>Then in the root of your web domain, create a folder called &#8220;CSS&#8221; (e.g. www.name-of-your-site.com/css).  Then in your HTML editing program or any text editor like Notepad create a file and save it as &#8220;name-of stylesheet.css.&#8221;</p>
<p>Then, within the CSS file you are to describe all of the attributes of different tags within the HTML.  For example, in your HTML code you will create paragraphs in between the &lt;p&gt; and &lt;/p&gt; tags, you will create hyperlinks within the &lt;a&gt; and &lt;/a&gt; tags, and images using the &lt;img src=&#8221;image.jpg&#8221;&gt; tag.  With the CSS you can define how those tagged items are treated.  Something like this:</p>
<p><code>p {<br />
color: #000000;<br />
margin-top: 10 px;<br />
text-alignment:left;<br />
}</code></p>
<p><code>a {<br />
text-decoration: underline;<br />
font-size: 12 px;<br />
color: #eeeeee;<br />
}</code></p>
<div><code>img {<br />
border:none;<br />
padding: 5 px;<br />
}</code></div>
<p>This CSS code will make your paragraph text justified to the left, the color black, and with 10px of blank space above each paragraph. It will make your hyperlinks grey, 12 pixels high, and underlined. It will make your images not have a border and be padded with 5 pixels of empty space around each side.</p>
<p>You can change the style sheets to fit your needs, or switch them out to give your site a new theme for a holiday or special event. It really is a powerful tool that will help your websites be lighter, cleaner, and more compatible with mobile devices, printing functions, and data storage.</p>
<p>A really good reference sheet for all of the CSS attributes you might need to get started can be found <a title="CSS" href="http://www.veign.com/downloads/guides/qrg0007.pdf" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/12/04/style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Single Sourcing?</title>
		<link>http://mobile251.com/pointclearwebsites/2008/12/02/single-sourcing/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/12/02/single-sourcing/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 03:07:13 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[Document Management]]></category>
		<category><![CDATA[single-sourcing]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=28</guid>
		<description><![CDATA[Read this primer on XML and how it can help you save time if you have to constantly edit a lot of the same information in multiple formats.]]></description>
			<content:encoded><![CDATA[<p><strong>XML is Not a Hard Concept to Understand</strong></p>
<p>If you have a website, internal business documents, marketing papers, brochures, or any other types of business information in print or online, a lot of the same information might be found in all of them. When details of that information change, you have to go to the source file of each document one-by-one and make your edits. Depending on how many documents you have and how many edits you have to make, this can take a considerable amount of time.</p>
<p>Single sourcing is a way to keep all of your company information in one file that can be used by multiple types of media and presentations. The content of the information is written using a computer language called XML. The XML file is then extracted by any one of the forms in which you want to present it such as your website, your print documents, your company communications software, and any mobile devices that need to display the information.</p>
<p>XML is a very simple concept to understand. Your company information is ordered and identified with descriptive “tags” that look like this:</p>
<ol class="code">&lt;event&gt;</ol>
<ol class="code">&lt;name&gt;Company Picnic&lt;/name&gt;</ol>
<ol class="code">&lt;date&gt; </ol>
<ol class="code">&lt;year&gt;2008&lt;/year&gt;</ol>
<ol class="code">&lt;month&gt;May&lt;/month&gt;</ol>
<ol class="code">&lt;day&gt;8&lt;/day&gt;</ol>
<ol class="code">&lt;/date&gt;</ol>
<ol class="code">&lt;/event&gt;</ol>
<p>The tags can be any words of your choosing. Then, you can make the information searchable so any time (sticking with this example) you are looking for an event that has a date that happens in the month of May, or more specifically on May 8, you can easily and quickly find that information to edit.</p>
<p>Once the XML file with the desired information is chosen, it has to be combined with the information that tells how it is to be presented. This other file that displays the XML file&#8217;s information as colorful or artistic or outlined form is called a “style sheet.”</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/12/02/single-sourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple SEO Tips</title>
		<link>http://mobile251.com/pointclearwebsites/2008/12/02/simple-seo-tips/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/12/02/simple-seo-tips/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 02:49:57 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[keywords]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=22</guid>
		<description><![CDATA[Here are some easy tips on how to improve your website's search engine rankings.]]></description>
			<content:encoded><![CDATA[<p><strong>Spend a Little Time Making Your Website Better</strong></p>
<p>You&#8217;ve created a great website, and you&#8217;ve told all your current customers about it. But now you&#8217;ve noticed that it hasn&#8217;t brought you any new business in a while. You search for it on Google and Yahoo! but it&#8217;s nowhere to be found. What can you do?</p>
<p>If you want to quickly freshen up your website there are a few simple, high-priority steps that can be taken. This generally takes about 5-10 minutes per page and will probably boost your search engine rankings at least a little.</p>
<ol class="code">
<li class="t0">Titles. In the &lt;head&gt; section of your web page code in between your title tags [ &lt;title&gt; &lt;/title&gt; ] you will find your title. Every page has to have a unique title. Period. There can be some shared words, but no two pages should have the exact same title. Generally, only the first 65 characters are indexed by search engines, and the words at the beginning (the left) are weighted heavier than the words that get tagged to the end. Mix the titles up too if you have a brick-and-mortar business with a specific geographical location (neighborhood, city, state, etc.), don&#8217;t always put the location first in the title. Put it first in some titles, in the middle of others, and at the end of your 65 character limit on other pages.</li>
<li class="t0">Remove any duplicate content. If your website has the same paragraph on two or more pages, remove the paragraph from all but one of the pages.</li>
<li class="t0">Replace any vague or fluffy expressions like &#8220;happy day&#8221; or &#8220;good times&#8221; with specific details about your business or website.</li>
<li class="t0">Remove any duplicate META data. Look at your keywords and descriptions in the &lt;head&gt; sections of your pages. No two pages should have identical keywords or duplicate descriptions. If you really don&#8217;t want to spend any time, then on any less important page that has the same META tags as another page, just remove the &lt;meta name=&#8221;keywords&#8221;&gt; and &lt;meta name=&#8221;description&#8221;&gt; tags altogether. It is better to have no META data than to have duplicate META data.</li>
<li class="t0">Keywords are really of lesser importance, but if you want to clean them up, make sure you only use commas to separate whole phrases, not as you would normally use them (i.e. separating city and state abbreviations). Also, there are so many websites out there in cyberspace, that you will want to be as detailed as possible with your keywords. Instead of&lt;meta name=&#8221;keywords&#8221; content=&#8221;cars, miami, florida, green, alternative fuels&#8221;&gt;it is better to have&lt;meta name=&#8221;keywords&#8221; content=&#8221;green cars in miami florida, florida cars that run on alternative fuels, miami green cars&#8221;&gt;.Only the first 265 characters are indexed by search engines. Capitalization does not matter one way or another.</li>
<li class="t0">Place ALT tags inside all of the image tags. This means wherever you see something like this:&lt;src=&#8221;image.gif&#8221;&gt;Add a descriptive tag such as:&lt;src=&#8221;image.gif&#8221; alt=&#8221;description of image&#8221;&gt;<br />
This is especially important if the image is part of the navigation menu.</li>
<li>Continuously add new content and new pages.</li>
</ol>
<p>If you want to take SEO seriously, there are a couple of conditions whereby you might want to reconsider rebuilding your site from scratch:</p>
<ol class="code">
<li class="t0">Your whole site and/or the navigation system is built in Flash</li>
<li class="t0">Your whole site and/or the navigation system is generated by automated scripts</li>
<li class="t0">Your site uses frames to navigate from page to page.</li>
</ol>
<p>The next step would be to get <a href="http://mobile251.com/pointclearwebsites/2008/website-backlinks/">backlinks</a>.</p>
<p><a href="https://mobile251.com/pointclearwebsites/contact/">Contact me</a> if you want your site to perform better in the Search Engine Results Pages. I can provide you with ways of driving more traffic to your site as well as ways of measuring the ROI of these procedures.</p>
<p>If you prefer to learn more on your own, you will be interested in buying <a href="http://www.seobook.com/3313-0-3-10.html" target="_blank">Aaron Wall&#8217;s SEO Book</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/12/02/simple-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Backlinks</title>
		<link>http://mobile251.com/pointclearwebsites/2008/12/01/website-backlinks/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/12/01/website-backlinks/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 03:00:41 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=26</guid>
		<description><![CDATA[If you want your site to perform better in  Search Engine Results Pages, I can provide you with ways of driving more traffic to your site as well as ways of measuring the ROI of these procedures.]]></description>
			<content:encoded><![CDATA[<h3>Get Other Websites with Topical Relevance to Link to You</h3>
<p>No matter how much you optimize the content and META tags of your website to be search engine &#8220;friendly,&#8221; the best way to increase traffic to your website is to get &#8220;backlinks&#8221;- incoming links from other websites that link to yours. There are two reasons why:</p>
<ol class="code">
<li class="t0">The obvious reason is that the more pathways there are to find your site, the more people will find it.</li>
<li class="t0">The non-so-obvious reason is that the major search engines monitor how many links out there on the Web are pointed at your site. Consider the backlinks like votes. More links pointed at your site = More votes. The more votes you have, the more likely your site will rank high when someone is looking for your products or services on Google or Yahoo!.</li>
</ol>
<p>Backlinks are not all the same variety, though. In other words, not all votes are equal. A link from a site that has a similar topic or related industry as yours has more value than a link that comes from an unrelated website.</p>
<p>I once helped develop a site for a law firm that wanted to put a link to one of the partner&#8217;s wife&#8217;s art gallery. I advised them that this would not help their search engine rankings, nor would it help out the site visitors who needed an attorney, but they wanted it anyway. The customer is always right, at least the paying ones.</p>
<p>The search engines not only want relevant sites to link to you, they want relevant sites to link to the relevant sites that link to you &#8211; a two-layer padding of security that there is some topical relevance involved in all of this backlinking.</p>
<p>One way to get backlinks is to trade them with other sites &#8211; &#8220;You link to me, and I&#8217;ll link to you.&#8221; There are a lot of people who are willing to do this, but make sure the links are from topically relevant sites or directories that have some geographical significance.</p>
<p>Also, make sure the site with which you trade links doesn&#8217;t have a lot of pop-up ads or pages that redirect to another page.</p>
<p>Make sure, too, that no links are bought or sold &#8211; this is penalized by Google.</p>
<p>Link exchanges are good, but one-way links to your site are better. One way to actively create one-way links is to find blogs that are relevant to your website and leave comments that include a single link to your site. Do not abuse this, however, and do not spend too much time doing it &#8211; the blog&#8217;s webmaster can set it up so your backlinks hold no value. Besides, there are no guaranteed metrics for this process, and the amount of time spent might be an opportunity cost wasted.</p>
<p>In the next article I will discuss how to make your links better with what is known as &#8220;<a href="http://mobile251.com/pointclearwebsites/2008/anchor-text/">anchor text</a>.&#8221;</p>
<p><a href="https://mobile251.com/pointclearwebsites/contact/">Contact me</a> if you want your site to perform better in Search Engine Results Pages. I can provide you with ways of driving more traffic to your site as well as ways of measuring the ROI of these procedures.</p>
<p>If you prefer to learn more on your own, you will be interested in buying <a href="http://www.seobook.com/3313-0-3-10.html" target="_blank">Aaron Wall&#8217;s SEO Book</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/12/01/website-backlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking Website Visitors</title>
		<link>http://mobile251.com/pointclearwebsites/2008/11/30/tracking-website-visitors/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/11/30/tracking-website-visitors/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 23:08:02 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=12</guid>
		<description><![CDATA[Google Analytics is a Good Free Way to Measure Your Website's ROI.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Analytics Provides Important Marketing Metrics</strong></p>
<p>Wouldn&#8217;t you like to know data about the people visiting your website? A lot of times websites offer freebies in exchange for receiving voluntary visitor info. This is a good idea &#8211; it gives you names and email addresses of possible future customers. But what about the people who don&#8217;t want to fill out a form or give up their names? You can&#8217;t violate your site visitors&#8217; privacy, but you can learn a lot about them &#8211; like geographical location, how long they viewed the site, what specific pages they viewed, and how they arrived at your site. In general, this type of data is known as &#8220;web analytics.&#8221;</p>
<p>Google provides a great web analytics tool for free called Google Analytics. For example, on my music website, <a rel="nofollow" href="http://www.burkeingraffia.com" target="_blank">www.burkeingraffia.com</a>, I was able to discover that between Jan. 12 and Feb 12, 2008, there were 396 visits from 218 Cities.</p>
<div style="width: 100%"><a href="http://www.burkeingraffia.com/blog/wp-content/uploads/2008/10/analytics-map.jpg"><img class="alignnone size-full wp-image-239" src="http://www.burkeingraffia.com/blog/wp-content/uploads/2008/10/analytics-map.jpg" alt="" width="480" height="300" /></a></div>
<p>I know the content people saw and the way they navigated through the site. I can narrow the data down to the timeframe of a single day. This information will become invaluable if I ever decide to market more of my music.</p>
<p>As a business, you need to be able to measure your ROI, and your marketing budget can only be validated with some sort of quantitative analysis. With Google Analytics you can set up goals and how many &#8220;conversions&#8221; of those goals occurred &#8211; like how many people filled out a form or how many people purchased an item. You can also cordinate it with your Google AdWords pay-per-click campaign for even more useful detailed data..</p>
<p><a href="https://mobile251.com/pointclearwebsites/contact/">Contact me</a> for more help with Google Analytics. It will give you relevant, meaningful data and the confidence to either continue with your online marketing campaign or to abandon it for something more effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/11/30/tracking-website-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anchor Text</title>
		<link>http://mobile251.com/pointclearwebsites/2008/11/29/anchor-text/</link>
		<comments>http://mobile251.com/pointclearwebsites/2008/11/29/anchor-text/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 02:56:33 +0000</pubDate>
		<dc:creator>pointclearwebsites</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[hyperlinks]]></category>

		<guid isPermaLink="false">http://www.intelligentwriting.com/?p=24</guid>
		<description><![CDATA[Learn the Best Practices for Creating Links Within Your Website and Links to Other Websites.]]></description>
			<content:encoded><![CDATA[<h3>A Word is Worth a Thousand Images</h3>
<p>When a website URL is underlined or displayed in a different color than the text around it (i.e. <a href="http://www.intelligentwriting.com">http://www.intelligentwriting.com</a>) it is generally understood that this is a link to the website that is written out. Sometimes when you see a link from one web page to another, the link simply reads, &#8220;<a href="#">Click Here</a>,&#8221; so it is quite clear that it is a link to click.</p>
<p>Other times you will be reading a sentence, and for what seems no reason at all a word in the middle of a sentence will be underlined or displayed as a link. For example, instead of &#8220;<a href="#">Click Here</a>&#8221; you will click on a link that reads, &#8220;<a href="http://www.intelligentwriting.com">The Best Technical Writer in the Gulf South</a>,&#8221; and when you click on the link you are hopefully taken to such a technical writer.</p>
<p>The words used to create the link are what is known as &#8220;anchor text.&#8221;</p>
<p>The proper use of anchor text can improve your search engine rankings for specific terms.</p>
<p>Using the words &#8220;<a href="#">Click Here</a>&#8221; can be considered a waste of an opportunity to use beneficial anchor text. However, if you know your viewers are not very web-savvy, then using &#8220;<a href="#">Click Here</a>&#8221; might be a smart way to hold their hands through your website.</p>
<h4>Inbound, External Anchor Text</h4>
<p>When other sites link to you, make sure that the anchor text they are using contains search terms for which you want to rank high in search engines.</p>
<p>There is a famous example of a small group of webmasters using the anchor text, &#8220;<a href="#">Miserable Failure</a>,&#8221; and linking it to George W. Bush&#8217;s website. Then when someone searched on Google for &#8220;miserable failure&#8221; they were taken to the president&#8217;s home page. Although this type of manipulative &#8220;Google Bombing&#8221; can now be better detected by the search engines, anchor text is still a very important part of SEO.</p>
<h4>Internal Links</h4>
<p>The website <a rel="nofollow" href="http://www.wikipedia.com" target="_blank">Wikipedia.com</a> ranks well for many search phrases not only because of its massive size but because it uses a large percentage of its text as anchor text to other pages on the site. The use of accurate anchor text in the HTML body text of your website will tie your site together nicely.</p>
<p>This is also true of the navigation menu system on your site. It is much better to use HTML text (instead of images or Flash) as the links that direct your internal traffic through your website. There are easy ways of using Cascading Style Sheets (CSS) to format the text to make it look just as aesthetically pleasing as any .gif image can.</p>
<p><a title="ALABAMA SEO" href="http://www.intelligentwriting.com/contact" target="_self">Contact me</a> if you want your site to perform better in the Search Engine Results Pages. I can provide you with ways of driving more traffic to your site as well as ways of measuring the ROI of these procedures.</p>
<p>If you prefer to learn more on your own, you will be interested in buying <a href="http://www.seobook.com/3313-0-3-10.html" target="_blank">Aaron Wall&#8217;s SEO Book</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mobile251.com/pointclearwebsites/2008/11/29/anchor-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
