<?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>21stsoft.com - Web Development, Software Development, SEO Firm&#187; Web Development</title>
	<atom:link href="http://www.21stsoft.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21stsoft.com</link>
	<description>web dev, soft dev, seo, internet marketing</description>
	<lastBuildDate>Thu, 02 Sep 2010 17:04:28 +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>Move WordPress.com Website to a Self-Hosted WordPress.org Website</title>
		<link>http://www.21stsoft.com/move-wordpress-com-website-to-a-self-hosted-wordpress-org-website/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=move-wordpress-com-website-to-a-self-hosted-wordpress-org-website</link>
		<comments>http://www.21stsoft.com/move-wordpress-com-website-to-a-self-hosted-wordpress-org-website/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:15:10 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Website Development]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.21stsoft.com/?p=1719</guid>
		<description><![CDATA[Moving a WordPress.com website to a self-hosted website WordPress.org based website is more straightforward than it may seem. You just have to move the database over and install a theme. The big disadvantage to using WordPress.com to host your website is that you have a limited set of themes that you can use, and you [...]


Related posts:<ol><li><a href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation'>WordPress Tutorial &#8211; SEO Optimized CMS Installation</a> <small> Wordpress tutorial on how to install and configure Wordpress...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-wordpress-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; WordPress Installation'>WordPress Tutorial &#8211; WordPress Installation</a> <small>Page Contents WordPress Installation is Extremely Simple Create a MySQL...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-troubleshooting-wordpress-problems/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; Troubleshooting WordPress Problems'>WordPress Tutorial &#8211; Troubleshooting WordPress Problems</a> <small>Home > WordPress Troubleshooting Page Contents Logging Into WordPress Redirects...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/move-wordpress-com-website-to-a-self-hosted-wordpress-org-website/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fmove-wordpress-com-website-to-a-self-hosted-wordpress-org-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fmove-wordpress-com-website-to-a-self-hosted-wordpress-org-website%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Moving a <strong>WordPress.com</strong> website to a self-hosted website <strong>WordPress.org</strong> based website is more straightforward than it may seem. You just have to move the database over and install a theme.<br />
<img class="size-full wp-image-1415" style="float: right; padding-left: 7px;" title="Free Internet Fax Services Icon" src="http://www.21stsoft.com/images/wordpress-logo.png" alt="Move WordPress.com website to a self-hosted WordPress.org website" width="200" /><br />
The <em>big disadvantage to using WordPress.com</em> to host your website is that you have a limited set of themes that you can use, and you cannot install plugins. The latter is a huge problem if you want a robust business website with <strong>search engine optimization</strong> (<strong>SEO</strong>) capabilities. <em>WordPress plugins</em> and custom code make a WordPress.org website a powerful <strong>Internet marketing</strong> engine.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
8/24/2010 update on the post below:<br />
If you need to transfer <em>all</em> of your old WordPress database settings and installation to a new WordPress installation then I recommend you:<br />
1. Copy <em>all</em> files below the public_html folder to the new location. This includes the themes and plugins. If your plugin files aren&#8217;t in place when you move the database over later in this process then the new WordPress will be broken.<br />
2. Go to this WebDesignerWall.com page about how to <a href="http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/">export and import a WordPress database</a> and follow the instructions to move the entire database across.<br />
3. Keep copies of your old, original wp-config.php file and the new one used to create your new WordPress installation. This file contains database access information in it as well as seed text strings used to secure the WordPress installation.<br />
4. Copy these sections of the wp-config.php file from the old to the new one that was used to create the new WordPress installation: AUTH_KEY,SECURE_AUTH_KEY, LOGGED_IN_KEY and NONCE_KEY.<br />
5. If you use the DigitalAccessPass (DAP) plugin for subscription-based services then you&#8217;ll need to edit the /dap/dap-config.php file to add the new database login values.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Here are the steps to transfer your WordPress.com website to a your own hosting:</p>
<ol>
<li>Create your new hosting account. We recommend either <a title="Wordpress Hosting Company - Bluehost" href="http://www.bluehost.com/track/killybear" target="_blank">Bluehost</a> or <a title="Wordpress Hosting Company - Hostgator" href="http://www.mywebhostingcompany.org" target="_blank">Hostgator</a>.</li>
<li>Install WordPress in a one-click install through your control panel.</li>
<li>Find a theme for the new website. You can find many free themes by doing a Google search for free WordPress themes. If you want a theme specific to a niche then add the name of your niche to the search.</li>
<li>FTP upload your theme to your website. The theme folder and all of its contents will be placed into the /public_html/wp-content/themes/ folder. I use the open source FileZilla as my FTP client. It just works.</li>
<li>Enable your theme by going to Appearance &gt; Themes, clicking the one you want to enable then click Activate &#8220;Your Theme Name&#8221; at the top-left of the preview screen.</li>
<li>Export the WordPress.com database and save to your local hard drive. To do this, in your WordPress.com account go to My Dashboard &gt; Tools &gt; Export. Save this file to your desktop hard drive.</li>
<li>Import the exported file into your new hosting account by clicking the menu options Tools &gt; Import &gt; WordPress. Select the file you exported from WordPress.com and click submit to import all of your old websites data.</li>
</ol>
<p>That&#8217;s it! That was painless wasn&#8217;t it?</p>
<h2>About the Author</h2>
<p>Michael Cordova writes about technology and builds <a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">WordPress SEO websites</a>. He has been doing <a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">Internet marketing, search engine optimization</a> since the beginning of the Internet. BEFORE YOU GO call Michael at (303) 744-2178 for a free initial SEO website  evaluation or contact him from the links above.
</p>
<h3>Follow Michael</h3>
<p>If you want to follow Michael you can:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend Michael in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/move-wordpress-com-website-to-a-self-hosted-wordpress-org-website/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>Related posts:<ol><li><a href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation'>WordPress Tutorial &#8211; SEO Optimized CMS Installation</a> <small> Wordpress tutorial on how to install and configure Wordpress...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-wordpress-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; WordPress Installation'>WordPress Tutorial &#8211; WordPress Installation</a> <small>Page Contents WordPress Installation is Extremely Simple Create a MySQL...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-troubleshooting-wordpress-problems/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; Troubleshooting WordPress Problems'>WordPress Tutorial &#8211; Troubleshooting WordPress Problems</a> <small>Home > WordPress Troubleshooting Page Contents Logging Into WordPress Redirects...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/move-wordpress-com-website-to-a-self-hosted-wordpress-org-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Design Usability How-To Quick Reference Guide</title>
		<link>http://www.21stsoft.com/web-design-usability-how-to-quick-reference-guide/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-design-usability-how-to-quick-reference-guide</link>
		<comments>http://www.21stsoft.com/web-design-usability-how-to-quick-reference-guide/#comments</comments>
		<pubDate>Mon, 03 May 2010 22:13:19 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.21stsoft.com/?p=1601</guid>
		<description><![CDATA[Web design usability improvements can double sales and visitor satisfaction, and website visitor satisfaction means more return visits. A company&#8217;s website is many times the first experience with that company so usability and a quality user experience is critically important to your company&#8217;s online success. Typical websites have usability issues which deter potential clients and [...]


Related posts:<ol><li><a href='http://www.21stsoft.com/page-load-time-seo-usability/' rel='bookmark' title='Permanent Link: Speeding Up Page Load Time, Usability, SEO &#8211; Tools of the Trade'>Speeding Up Page Load Time, Usability, SEO &#8211; Tools of the Trade</a> <small> Page load time is the time it takes for...</small></li>
<li><a href='http://www.21stsoft.com/web-development-increase-sales/' rel='bookmark' title='Permanent Link: Web Development to Increase Sales'>Web Development to Increase Sales</a> <small> Website design today must include conversion capabilities. To maximize...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation'>WordPress Tutorial &#8211; SEO Optimized CMS Installation</a> <small> Wordpress tutorial on how to install and configure Wordpress...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-design-usability-how-to-quick-reference-guide/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-design-usability-how-to-quick-reference-guide%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-design-usability-how-to-quick-reference-guide%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><b>Web design usability</b> improvements can <b>double sales</b> and visitor satisfaction, and <b>website visitor satisfaction</b> means more return visits. A company&#8217;s website is many times the first experience with that company so usability and a quality user experience is critically important to your company&#8217;s online success.</p>
<p><img src="http://www.21stsoft.com/images/usability-eye-pattern.png" alt="Classic F-Pattern - Web Design Usability Website Eye Flow" style="float:right; padding-left:7px;" title="Classic F-Pattern - Web Design Usability Website Eye Flow" />Typical websites have usability issues which deter potential clients and customers leaving them with confusion and frustration. It can all be fixed. This <b>how-to quick reference guide</b> is intended for anyone about to design a new website, or those that have a website that doesn&#8217;t perform to their expectations.</p>
<h3>Usability &#8211; The Numbers</h3>
<p>* Forrester Research studies estimate that approximately <span class="em">50 percent of potential sales are lost</span> because visitors can’t find information and 40 percent of visitors do not return to a website when their first experience is negative.<br />
* According to usability expert Jakob Nielsen, website re-design based on usability standards <span class="em">can increase online sales by 100%</span><br />
* Usability projects <span class="em">can return 5-10 times their cost</span> in the first year.<br />
* A comprehensive usability project <span class="em">can improve website results by 83%</span>. Since your competitors will probably incorporate some of the changes you implemented, this can settle out to 68%.</p>
<h3>Page Layout And Structure Usability</h3>
<p>* <span class="bold">Web design quality enhances credibility</span> &#8211; just do it<br />
* <span class="bold">Error free HTML (or XHTML) and CSS</span> ensures consistent cross-browser page rendering. A discombobulated website will kill your credibility.<br />
* <span class="bold">Whitespace usage increases comprehension</span> by 20%<br />
* <span class="bold">Golden Triangle is important</span>. That is the top-left of the page above the fold (before scrolling). Jakob Nielsen’s user scrolling study showed that only 23% of visitors scroll on their first visit to a website.<br />
* <span class="bold">Faces not looking at you</span> &#8211; if a face image is looking somewhere other than directly at us, we’ll also look in that same direction. Take advantage of this by drawing your users’ attention to the most important parts of your page or ad.<br />
* <span class="bold">Search box size counts</span> &#8211; 27 character search box shows all search text in 90% of searches according to Jakob Neilsen<br />
* <span class="bold">Header and footer</span> should be separated in design from the main body of the page</p>
<h3>Website Navigation Usability</h3>
<p>* <span class="bold">Consistent navigation</span> – make sure navigation appears in the same location on web pages<br />
* <span class="bold">Text is king</span> &#8211; use descriptive text in navigation links, not images, java applets or flash<br />
* <span class="bold">Location feedback</span> – provide the user with information about where they are with breadcrumbs, hyperlink styles, colors<br />
* <span class="bold">Sitemaps</span> – provide a visitor sitemap with a website outline and important links<br />
* <span class="bold">Call to action</span> or navigation boxes should not look like ads because visitors automatically skip over them<br />
* <span class="bold">Homepage navigation</span> placed on the top of the page performs best</p>
<h3>Text Characteristics Usability</h3>
<p>* <span class="bold">Dominant headlines</span> will immediately draw the visitors eye<br />
* <span class="bold">Headlines first words</span> must grab your attention immediately. If they are keywords then you also get an SEO benefit out of it.<br />
* <span class="bold">Headings, subheads, phone numbers and date/times</span> should be used and formatted consistently. Using a logical progression of h1, h2, h3, etc. tags helps the readers understanding of the page information hierarchy and is also a good accessibility feature.<br />
* <span class="bold">Standard fonts of 12 points</span> or more maximize reading speeds<br />
* <span class="bold">Black text on a white background</span> increases reading speeds up to 32%<br />
* <span class="bold">Sentence case</span> (only first word capitalized) is important for reading speed and comprehension<br />
* <span class="bold">Bold and italics</span> should be used sparingly, and ideally to emphasize keywords relevant to the topic</p>
<h3>Link Definitions Usability</h3>
<p>* <span class="bold">Blue links</span> are the most standard color for links<br />
* <span class="bold">Underline links</span> &#8211;  this is also standard and good for accessibility reasons<br />
* <span class="bold">Visited links</span> should be a different, more pale color<br />
* <span class="bold">Link hover</span> color should light up the link with brighter colors<br />
* <span class="bold">Red or green links</span> should be avoided due to the preponderance of color-blindness<br />
* <span class="bold">Don&#8217;t underline text</span> that is not a link<br />
* <span class="bold">Don&#8217;t show normal text</span> in link colors<br />
* <span class="bold">Don&#8217;t use bold-facing</span> as a hover effect. Making the font wider will cause the text to re-align.<br />
* <span class="bold">Link titles</span> can be used for the hover effect to describe where the link is going &#8211; also a great accessibility feature<br />
* <span class="bold">Link text</span> should describe the page they are linked to<br />
* <span class="bold">Tabindex</span> is a great method for defining logical tabbing through elements<br />
* <span class="bold">Menu links</span> should usually not follow the rules above</p>
<h3>Writing Standards Usability</h3>
<p>* <span class="bold">Write for scanning</span> &#8211; internet readers don&#8217;t read long paragraphs. Keep paragraphs to 3 sentences, group logically and provide ample but not too much information.<br />
* <span class="bold">Bullet points</span> should be used as much as possible<br />
* <span class="bold">Bold and italics</span> should be used for your most important words. This is also a big SEO factor &#8211; search engines take more heed when you emphasize keywords and will consequently rank you higher for them.</p>
<h3>Miscellaneous Usability Items</h3>
<p>* Jakob Neilsen points out that tests with 5 users will find 85% of site problems and 15 users will reveal them all.<br />
* If you run Google Adwords campaigns then use the free Google Website Optimizer to test your campaigns<br />
* You might also try the Vertster testing tools: http://www.vertster.com</p>
<h3>Usability Resources</h3>
<p>There are many online usability resources. I recommend the following sites for further research:<br />
Jakob Nielsen&#8217;s Website &#8211; He is a major usability expert: http://www.useit.com/</p>
<p>US Government Usability Website and Resource<br/>http://www.usability.gov/guidelines/</p>
<p>Smashing Magazine:<br/>http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/<br/>http://www.problogger.net/archives/2009/05/20/11-striking-findings-from-an-eye-tracking-study/</p>
<p>Other Usability Numbers and Quotes<br/>http://www.optimalusability.com/quotes.php</p>
<h2>About the Author</h2>
<p>Michael Cordova writes about technology and builds <a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">WordPress SEO websites</a>. He has been doing <a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">Internet marketing, search engine optimization</a> since the beginning of the Internet. BEFORE YOU GO call Michael at (303) 744-2178 for a free initial SEO website  evaluation or contact him from the links above.
</p>
<h3>Follow Michael</h3>
<p>If you want to follow Michael you can:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend Michael in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-design-usability-how-to-quick-reference-guide/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>Related posts:<ol><li><a href='http://www.21stsoft.com/page-load-time-seo-usability/' rel='bookmark' title='Permanent Link: Speeding Up Page Load Time, Usability, SEO &#8211; Tools of the Trade'>Speeding Up Page Load Time, Usability, SEO &#8211; Tools of the Trade</a> <small> Page load time is the time it takes for...</small></li>
<li><a href='http://www.21stsoft.com/web-development-increase-sales/' rel='bookmark' title='Permanent Link: Web Development to Increase Sales'>Web Development to Increase Sales</a> <small> Website design today must include conversion capabilities. To maximize...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation'>WordPress Tutorial &#8211; SEO Optimized CMS Installation</a> <small> Wordpress tutorial on how to install and configure Wordpress...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/web-design-usability-how-to-quick-reference-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maximize Organic Rankings: Definitive Guide to Search Engine Registrations</title>
		<link>http://www.21stsoft.com/maximize-organic-rankings-definitive-guide-to-search-engine-registrations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=maximize-organic-rankings-definitive-guide-to-search-engine-registrations</link>
		<comments>http://www.21stsoft.com/maximize-organic-rankings-definitive-guide-to-search-engine-registrations/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 17:52:20 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.21stsoft.com/?p=1455</guid>
		<description><![CDATA[<h3><strong>Top Organic Search Engine Rankings</strong> is No Longer an Option</h3>
<img class="alignnone size-full wp-image-1496" style="float:right; padding-left:7px;" title="google-yahoo-bing-webmaster-center-logos" src="http://www.21stsoft.com/wp-content/uploads/2010/03/google-yahoo-bing-webmaster-center-logos.png" alt="Google Yahoo Bing Webmaster Center Logos" width="209" height="145" />SEO is the holy grail of free , relevant traffic. You're dead if you aren't in the <strong>top 3 positions</strong> for your keyword search. In the late 1990's dinosaur days you had to be in the first 3 pages. Later it was the first page to get any clicks. Now its the top 3 positions or die.



Related posts:<ol><li><a href='http://www.21stsoft.com/seo-competitive-analysis-backlinks-increase-search-engine-rankings/' rel='bookmark' title='Permanent Link: SEO Competitive Analysis, Backlinks Increase Search Engine Rankings'>SEO Competitive Analysis, Backlinks Increase Search Engine Rankings</a> <small>Think about it: Where do you want to be ranked...</small></li>
<li><a href='http://www.21stsoft.com/search-engine-optimization-seo-sem/' rel='bookmark' title='Permanent Link: Search Engine Optimization (SEO/SEM)'>Search Engine Optimization (SEO/SEM)</a> <small>Home &gt; Search Engine Optimization (SEO) Search Engine Optimization (SEO/SEM)...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/maximize-organic-rankings-definitive-guide-to-search-engine-registrations/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fmaximize-organic-rankings-definitive-guide-to-search-engine-registrations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fmaximize-organic-rankings-definitive-guide-to-search-engine-registrations%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h3><strong>Top Organic Search Engine Rankings</strong> is No Longer an Option</h3>
<p>SEO is the holy grail of free, relevant traffic. You&#8217;re dead if you aren&#8217;t in the <strong>top 3 positions</strong> for your keyword search. In the late 1990&#8242;s dinosaur days of the Internet you had to be in the first 3 pages. Later it was the first page to get any clicks. Now its the top 3 positions or die.</p>
<p><img class="alignnone size-full wp-image-1496" style="float: right; padding-left: 7px;" title="google-yahoo-bing-webmaster-center-logos" src="http://www.21stsoft.com/wp-content/uploads/2010/03/google-yahoo-bing-webmaster-center-logos.png" alt="Google Yahoo Bing Webmaster Center Logos" width="209" height="145" />This <strong>definitive search engine registrations article</strong> explains how to make sure your website will always be set up for maximum organic rankings and Internet exposure. These practices are usually known by <a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">SEO companies</a> or <a href="http://www.21stsoft.com/web-development-web-site-development-firm/">web development companies</a> but amazingly it isn&#8217;t known by most of them.</p>
<p>You can do many things both on-site and off-site to get your rankings, <em>but if you don&#8217;t do what is described below then your site will never get the rankings that you would otherwise deserve</em>.  You just have to do what I describe below to get the organic rankings traction you expect from your website.</p>
<h2>SEO Files Required for Optimum Indexing</h2>
<p>Search engines require 2 files to be placed into your root directory:<br />
1. The robots.txt file tells the search engines what you <em>don&#8217;t want  placed into their indexes</em>. This is accomplished by placing a <strong>properly formatted robots.txt file</strong> into the root folder of your website. See these <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156449" target="_blank">Google guidelines for creating a robots.txt file</a>.<br />
2. The sitemap.xml file tells the search engines exactly what you do want to be indexed and found on the Internet. A <strong>properly formatted  sitemap.xml file</strong> should be placed into the root folder of your website. Here are some <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156184" target="_blank">Google guidelines on sitemap.xml files</a>.</p>
<h3>Point robots.txt to the sitemap.xml File</h3>
<p>A standard method of ensuring your sitemap is recognized by the search  engines is to <em>add this line to your robots.txt file</em>:<br />
Sitemap:  http://www.yourdomain.com/sitemap.xml</p>
<h2>Where to Register Your Website and Sitemap in the Top 3 Search Engines</h2>
<p>These details are critical but elusive to find. To register your website and <strong>sitemap.xml</strong> in each of the search engines you need to go to each of their webmaster pages and create files or meta-tags to place on your website. This validates your ownership and points to your sitemap.xml file. Note that you typically don&#8217;t have to register the <strong>robots.txt</strong> file. Register with each of the sites below and add your site to your account. This can either mean that you upload a file with contents that the search engine can recognize, or add a meta-tag to the header of your sites home page that they can recognize. Go to each of these pages, register for an account, register your website and validate your sitemap.xml file:</p>
<p><strong>Google Webmaster Central</strong>- <a href="http://www.google.com/webmasters/" target="_blank">http://www.google.com/webmasters/</a><br />
<strong>Yahoo! Site Explorer</strong> &#8211; <a href="http://siteexplorer.search.yahoo.com/" target="_blank">http://siteexplorer.search.yahoo.com/</a><strong><br />
Bing Webmaster Center</strong> &#8211; <a href="http://www.bing.com/webmaster" target="_blank">http://www.bing.com/webmaster</a></p>
<h2>Canonicalization &#8211; Be Consistent in Your Website Addressing for Maximum Exposure</h2>
<p>This issue is about how you reference (address) your website. For example, all of the following are ways to reference your home page and are usually the same page, <em>but they could actually be a different page</em> to you need to be careful in how you reference your website. <em><strong>If you aren&#8217;t consistent in addressing your website then you&#8217;ll most likely dilute the SEO value of most of the links to your website. </strong></em></p>
<p>Here are a few examples of how you can lose SEO value by inconsistently addressing just the home page of your site :<em><strong><br />
</strong></em>1. http://www.yourdomain.com<br />
2. http://yourdomain.com<br />
3. http://www.yourdomain.com/index.php<br />
If you use all of these methods of addressing your home page then your SEO value will be divided 3 ways thus reducing the overall SEO value of the links and minimizing your <strong>organic search engine results page</strong> (<strong>SERP</strong>) rankings.</p>
<p><strong>Matt Cutts</strong> is a member of the Google Search Quality group that specializes in <a title="Search engine optimization" href="http://en.wikipedia.org/wiki/Search_engine_optimization" target="_blank">search engine optimization</a> issues and has commented on this <a title="Canonical Website SEO Solutions" href="http://www.mattcutts.com/blog/seo-advice-url-canonicalization/" target="_blank">canonical topic</a> a few times.</p>
<p>So, now that you understand the issue and how to do it right the first time, how do you manage an existing site with many pages? Use a <em><strong>301 SEO friendly redirect</strong></em>. In Linux this is easily done with the .htaccess file with this syntax:<br />
# redirect yourdomain.com to www.yourdomain.com<br />
# RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<br />
# RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]</p>
<p>In Windows you have to place code on each page that redirects to the new page. Alternatively, if you have full control of the server you can install an application that provides similar functionality as the Linux .htaccess file.</p>
<p>In Google&#8217;s Webmaster Tools register both versions of your domain, one with www. and the other without it. For example http://www.yourdonain.com and http://yourdomain.com Next click Site Configuration &gt; Settings &gt; Preferred Domain and select the your preferred domain name, either with or without the www. <em><strong>This will consolidate all links to your site into one form thus getting credit for all links and increasing your SEO site worth.</strong></em></p>
<p>More Matt Cutts comments on the subject:<br />
<a title="Canonicalication Conversation by Google's Matt Cutts" href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=139394" target="_blank"> http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=139394</a></p>
<h2>About the Author</h2>
<p>Michael A. Cordova has been practicing <a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">SEO, Internet marketing</a> literally since the beginning of the Internet. For a free <em>initial evaluation </em>of your SEO needs and website you can call him directly at (303) 744-2178 or <a title="Contact Us - Custom Database Software Company" href="http://www.21stsoft.com/contact-us-web-development-software-development-firm/">email Michael</a> and he will be in touch within 24 hours.</p>
<h3>Follow Us</h3>
<p>If you want to follow us you can:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow us on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend us in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/maximize-organic-rankings-definitive-guide-to-search-engine-registrations/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>Related posts:<ol><li><a href='http://www.21stsoft.com/seo-competitive-analysis-backlinks-increase-search-engine-rankings/' rel='bookmark' title='Permanent Link: SEO Competitive Analysis, Backlinks Increase Search Engine Rankings'>SEO Competitive Analysis, Backlinks Increase Search Engine Rankings</a> <small>Think about it: Where do you want to be ranked...</small></li>
<li><a href='http://www.21stsoft.com/search-engine-optimization-seo-sem/' rel='bookmark' title='Permanent Link: Search Engine Optimization (SEO/SEM)'>Search Engine Optimization (SEO/SEM)</a> <small>Home &gt; Search Engine Optimization (SEO) Search Engine Optimization (SEO/SEM)...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/maximize-organic-rankings-definitive-guide-to-search-engine-registrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development Security Measures – Preventing Malicious Website Attacks</title>
		<link>http://www.21stsoft.com/web-development-security-measures-preventing-malicious-website-attacks/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-development-security-measures-preventing-malicious-website-attacks</link>
		<comments>http://www.21stsoft.com/web-development-security-measures-preventing-malicious-website-attacks/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:56:34 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.21stsoft.com/?p=1300</guid>
		<description><![CDATA[With the increased accessibility to information on the Internet, web security is a vital necessity. Attacks can range from simple nuisances to dangerous compromises of sensitive data. It is important, during website development, that all possible security threats be considered to ensure adequate protection of the website as well as end users. In this article, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-development-security-measures-preventing-malicious-website-attacks/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-development-security-measures-preventing-malicious-website-attacks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-development-security-measures-preventing-malicious-website-attacks%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="size-medium wp-image-1317" style="float: right; padding-left: 7px;" title="Cat Burglar - Don't Forget Web Security in your Web Development Projects" src="http://www.21stsoft.com/wp-content/uploads/2009/12/cat_burglar-300x221.jpg" alt="Cat Burglar - Don't Forget Web Security in your Web Development Projects" width="300" height="221" />With the increased accessibility to information on the Internet, <strong>web security</strong> is a vital necessity. Attacks can range from simple nuisances to dangerous compromises of sensitive data. It is important, during <strong>website development</strong>, that all possible security threats be considered to ensure adequate protection of the website as well as end users. In this article, three security issues that should be considered during <strong>web software development</strong> are presented:  <strong>SQL injection</strong>, <strong>cross site scripting</strong> (<strong>XSS</strong>), and <strong>man-in-the-middle attacks</strong>.</p>
<h3><strong>How SQL Injection Affects Website Security</strong></h3>
<p>SQL injection is a technique that attacks the database of a website. By exploiting a key security vulnerability of the database, a MySQL statement is deliberately input by the user to inappropriately access or manipulate the content of the database. Websites that require some user input are vulnerable to <strong>SQL injection</strong>, such as the one below.</p>
<pre>$name_bad = "'DELETE * FROM Products'";
$query_bad = "SELECT * FROM Customers WHERE UserName = '$name_bad'";</pre>
<p><strong>SQL injection</strong> occurs when an incorrect escape character, such as a single quote (&#8216;), is added to the user input, followed by a valid MySQL statement, such as the value stored in &#8220;$name_bad&#8221;.</p>
<p>To prevent SQL injection, it is important that any string used in a <strong>MySQL query</strong> is safely escaped. Functions such as mysql_real_escape_string in PHP check any input string for SQL injection attacks and removes any incorrect escape characters.</p>
<h3><strong>Website Development Issues with XSS</strong></h3>
<p><strong>Cross Site Scripting</strong> (<strong>XSS</strong>) is a method of injecting harmful code into a trusted website, thereby affecting the individual user of the website. This website, when viewed by another user, will then execute the injected code. The result of an XSS attack can be as simple as redirecting the user to another website or as dangerous as accessing sensitive information.  An example of an <strong>XSS attack</strong> is shown below, where the user name in the welcome page is replaced by a script executing the statement &#8220;Hey, you are going to be hijacked!&#8221;:</p>
<pre>http://www.yourdomain.com/welcomedir/welcomepage.php?name=&lt;script
language=javascript&gt;alert('Hey, you are going to be hijacked!');&lt;/script&gt;</pre>
<p>Typically, <strong>XSS attacks</strong> are created using a browser-side script, such as JavaScript, and injecting it into the URL of a website or as a hidden link of a message or email. The effect of XSS attacks can become very large, where information is passed unknowingly from one user to another.<br />
There are a number of methods to prevent cross site scripting attacks during web development activities, including the following:</p>
<ul>
<li>Prohibit user input on web pages</li>
<li>Validate input by extracting unauthorized, potentially harmful characters</li>
<li>Prohibit all client-side code when developing the website.</li>
</ul>
<p>These methods, when applied, not only help to prevent XSS attacks, but also protect against other attacks such as SQL injections.</p>
<h3><strong>Man-in-the Middle Attacks on Web Security</strong></h3>
<p><strong>Man-in-the-middle attacks</strong> occur when a third party intercepts communication between two users. Instead of establishing a direct connection between the two, the third party creates two connections to each by intercepting host key information. Any exchanged information, including sensitive data, is first accessed and possibly manipulated by the third party, also known as an eavesdropper.</p>
<p><strong>Man-in-the-middle attacks</strong> should be appropriately addressed during <strong>web software development</strong>. Preventing man-in-the-middle attacks is accomplished using techniques such as:</p>
<ul>
<li>Endpoint authentication mechanisms, such as SSL</li>
<li>Passwords</li>
<li>Secret keys</li>
</ul>
<p>See Michael Coates&#8217; more <a rel="external" href="http://michael-coates.blogspot.com/2010/03/man-in-middle-attack-explained.html">detailed explanation of man-in-the-middle attacks</a>.</p>
<h3><strong>Conclusion</strong></h3>
<p>When engaging in <strong>database and website development</strong> you need to be aware of potential threats that can seriously injure your company or reputation. Knowledge of the type of <strong>security attacks</strong> that can occur is the first step in preventing them.</p>
<h3><strong>About the Author</strong></h3>
<p>Michael A. Cordova has been successfully designing and building <b><a href="http://www.21stsoft.com/software-development-database-design-company/">custom database software systems</a></b> since 1993 when he founded 21st Century Technologies, Inc. A student of methodologies, his <strong>custom software systems</strong> have never failed. To get started on your own custom software application complete this <a title="Software Development Questionnaire" href="http://www.21stsoft.com/software-development-survey/">software development questionnaire</a> and Michael will be in touch within 24 hours.</p>
<h3>Follow Us</h3>
<p>If you want to follow us you can:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow us on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend us in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-development-security-measures-preventing-malicious-website-attacks/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/web-development-security-measures-preventing-malicious-website-attacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Tutorial &#8211; SEO Optimized CMS Installation</title>
		<link>http://www.21stsoft.com/wordpress-complete-seo-cms-installation/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-complete-seo-cms-installation</link>
		<comments>http://www.21stsoft.com/wordpress-complete-seo-cms-installation/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 15:14:02 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Website Development]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.21stsoft.com/?p=877</guid>
		<description><![CDATA[<div style="float:right; padding-left: 7px;"><img style="border: navy 0px solid;" title="wordpress seo cms tutorial" width="200" height="131" src="http://www.21stsoft.com/wp-content/uploads/2009/03/wordpress-seo-cms-tutorial-6.jpg" alt="wordpress seo cms tutorial" /></div>
<b>Wordpress tutorial</b> on how to install and configure Wordpress as a <b>search engine optimized</b> (<b>SEO</b>) <b>content management system</b> (<b>CMS</b>) for use in maintaining your website.  This Wordpress tutorial contains step-by-step instructions on how to set up Wordpress as a CMS, configurations and code to set your website up for search engine optimization (SEO) - <b>top rankings in the search engines</b>.


Related posts:<ol><li><a href='http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation Case Study'>WordPress Tutorial &#8211; SEO Optimized CMS Installation Case Study</a> <small>Home > WordPress Tutorial WordPress Case Study Tutorial Creating a...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-wordpress-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; WordPress Installation'>WordPress Tutorial &#8211; WordPress Installation</a> <small>Page Contents WordPress Installation is Extremely Simple Create a MySQL...</small></li>
<li><a href='http://www.21stsoft.com/web-development-increase-sales/' rel='bookmark' title='Permanent Link: Web Development to Increase Sales'>Web Development to Increase Sales</a> <small> Website design today must include conversion capabilities. To maximize...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fwordpress-complete-seo-cms-installation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fwordpress-complete-seo-cms-installation%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div style="float:right; padding-left: 7px;"><img style="border: navy 0px solid;" title="wordpress seo cms tutorial" width="200" height="131" src="http://www.21stsoft.com/wp-content/uploads/2009/03/wordpress-seo-cms-tutorial-6.jpg" alt="wordpress seo cms tutorial" /></div>
<h1>WordPress Tutorial &#8211; SEO Optimized CMS Installation</h1>
<p>WordPress has proven to be an excellent <b>content management system (CMS)</b>.  The developer community is extremely active as evidenced in the frequent solid versions published increasing usability, security and features.  Its ease of implementing free, paid for and custom themes places it as a star in the open source CMS arena.</p>
<p>We at 21st are mostly concerned with the <b>search engine optimization (SEO)</b> of WordPress so that will be our focus in this post.  All of the links point to the pages in our <a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">WordPress SEO tutorial</a> describing details of how to accomplish each task.</p>
<hr/>
<span style="font-size:11px;">ADVERTISEMENT</span><br />
The Ultimate Guide To <a href="http://8abe6as-qb1m3z9pz8y6rlt7uu.hop.clickbank.net/" target="_top">WordPress Blogging Income</a>. Now Using A Monthly Subscription Model . Build Yourself A Residual Income. </p>
<p>12 Killer <a href="http://282cc9u3mcyecl6fmkz9yf16re.hop.clickbank.net/" target="_top">AdSense-Ready WordPress Themes Optimized For High Click Through Rate (CTR)</a>. Includes Everything You Need To Start Making Money Online With Google.</p>
<p>Use The Power Of <a href="http://0e527fqysb4p1x5h2dljseal7z.hop.clickbank.net/" target="_top">WordPress For Sales Letters, Affiliate Landing Pages, Squeeze Pages</a> And More.</p>
<hr/>
<h3>WordPress Installation</h3>
<p><a href="http://www.21stsoft.com/wordpress-tutorial-wordpress-installation/">WordPress installation</a> is easy.  Once you download it and create a database it is a simple process of updating a configuration file, uploading all files and you&#8217;re there.</p>
<h3>WordPress SEO, Usability Configurations</h3>
<p>Once installed you have to <a href="http://www.21stsoft.com/wordpress-tutorial-seo-cms-configurations/">change some settings</a> and install the right <a href="http://www.21stsoft.com/wordpress-tutorial-seo-cms-configurations/#seo-usability-wordpress-plugins">WordPress plugins</a> to use it as your content management system.  This effort will allow you to add SEO features to your web pages, <a href="http://www.21stsoft.com/wordpress-tutorial-seo-cms-configurations/#optimize-ping-services-list">notify the Internet community of your content</a> and ensure your pages load as fast as possible.  This is good for SEO as well as <b>usability</b>.  A high degree of usability ensures the highest level of conversions, and conversions is usually the only reason to have a website.</p>
<h3>WordPress Backups</h3>
<p>Before you start adding content it is important that you <a href="http://www.21stsoft.com/wordpress-backups/">set up backups</a> for your <b>WordPress website</b>.  This ensures that you have recourse in case of database or web server problems.</p>
<h3>WordPress Content Management</h3>
<p>Once you have completed configuring your <b>SEO optimized WordPress installation</b> you are ready for prime time. <a href="http://www.21stsoft.com/wordpress-tutorial-wordpress-content-management/">Adding and editing WordPress content</a> is a breeze, and WordPress allows you to do this without any technical knowledge &#8211; indeed, the reason for a content management system.</p>
<h3>Integrating a Custom Website Design into WordPress</h3>
<p>The <b>WordPress community</b> has created many free and low-cost themes that you can use and/or modify for your website.  Most of our customers want high-ended custom website designs so we have provided a <a href="http://www.21stsoft.com/wordpress-tutorial-custom-web-design-wordpress-integration/">step by step tutorial</a> on how to integrate a <strong><em>custom website design</em></strong> into WordPress.  This is a technical subject and requires that you know <b><em>php programming</em></b>.</p>
<h3>WordPress Troubleshooting</h3>
<p>There are several problems that can show up in this process, so we have added a <a href="http://www.21stsoft.com/wordpress-tutorial-troubleshooting-wordpress-problems/">troubleshooting section</a> to assist you in correcting any web development problems that may arise.</p>
<p>The WordPress Forums are also a great resource for troubleshooting WordPress:<br />
<a href="http://wordpress.org/support/" rel="external">http://wordpress.org/support/</a></p>
<h3>Free Downloadable WordPress Help File</h3>
<p>Lastly, we have provided a free downloadable <a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">Windows help file</a> that you can use as a reference in your own installations. Here is more info on <a href="http://ezinearticles.com/?Best-Website-Design-Platform?-WordPress---7-Reasons-Why&#038;id=4124951" title="Wordpress Hosting">WordPress design platform hosting</a>.</p>
<p>Please send me a note if you have any additions or corrections to any of this tutorial. </p>
<h2>About the Author</h2>
<p>Michael A. Cordova has been doing <a href="http://www.21stsoft.com/web-development-web-site-development-firm/">web development</a> literally since the beginning of the Internet. For a <em>free initial evaluation </em>of your website and SEO needs you can call him directly at (303) 744-2178 or <a title="Contact Us - Custom Database Software Company" href="http://www.21stsoft.com/contact-us-web-development-software-development-firm/">email Michael</a> and he will be in touch within 24 hours.</p>
<h3>Follow Michael</h3>
<p>Follow Michael for more actionable tips to elevate your business&#8217; online profile:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow us on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend us in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/wordpress-complete-seo-cms-installation/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>Related posts:<ol><li><a href='http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; SEO Optimized CMS Installation Case Study'>WordPress Tutorial &#8211; SEO Optimized CMS Installation Case Study</a> <small>Home > WordPress Tutorial WordPress Case Study Tutorial Creating a...</small></li>
<li><a href='http://www.21stsoft.com/wordpress-tutorial-wordpress-installation/' rel='bookmark' title='Permanent Link: WordPress Tutorial &#8211; WordPress Installation'>WordPress Tutorial &#8211; WordPress Installation</a> <small>Page Contents WordPress Installation is Extremely Simple Create a MySQL...</small></li>
<li><a href='http://www.21stsoft.com/web-development-increase-sales/' rel='bookmark' title='Permanent Link: Web Development to Increase Sales'>Web Development to Increase Sales</a> <small> Website design today must include conversion capabilities. To maximize...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/wordpress-complete-seo-cms-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Development to Increase Sales</title>
		<link>http://www.21stsoft.com/web-development-increase-sales/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-development-increase-sales</link>
		<comments>http://www.21stsoft.com/web-development-increase-sales/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:14:22 +0000</pubDate>
		<dc:creator>Michael Cordova</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://74.220.219.62/~twoonet7/?p=277</guid>
		<description><![CDATA[<div style="float:right; padding-left: 7px;"><img style="border: navy 0px solid;" title="Web Development to Increase Sales" src="http://www.21stsoft.com/images/web-development-excerpt.jpg" alt="wordpress seo cms tutorial" /></div>
<b>Website design</b> today must include conversion capabilities.  To <b>maximize your conversions</b> there are several items that you must consider in your website design - aesthetics, usability, web (W3C) standards compliant code, error free code, <b>search engine optimization</b> (SEO) and others. Excluding any one of them will yield less than optimal results. 


No related posts.]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-development-increase-sales/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div><div style="float:right;margin:0px 0px 0px 0px;"></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-development-increase-sales%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.21stsoft.com%2Fweb-development-increase-sales%2F&amp;source=21stsoft&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div style="float:right; padding-left: 7px;"><img style="border: navy 0px solid;" title="W3C Web Standards Compliant Web Development - Technorati rqzx4w3sbd" src="http://www.21stsoft.com/images/web-development-excerpt.jpg" alt="wordpress seo cms tutorial" /></div>
<p>The art and science of <b>web design</b> and <b>web development</b></p>
<p><b>Web Development</b> for a purpose:<br />
* maximum conversions<br />
* maximum leads<br />
* maximum sales<br />
* maximum exposure</p>
<p>This first post on our <b>Web Development Blog</b> provides information for the creation of <b>high-performance websites</b> – websites with <b>high conversion rates</b>.  They either increase sales or increase sales leads.  Many topics will be detailed, and the entire list is presented in this first Blog post.</p>
<p>Leaving out any single one of the website features listed below can be costly.  It can take just as long to create a properly optimized website as it does to create it in an inferior manner.  <b>Web (W3C) standards compliance</b> is important to increase search engine indexing of your content as well as consistently rendering your pages and decreasing page load times.</p>
<p>In order to achieve maximum website performance you need to create websites that:</p>
<ul>
<li>Are <span class="bold">highly aesthetic</span> and that fit within your industry</li>
<li>Have <b><a href="http://www.21stsoft.com/page-load-time-seo-usability/">fast page load times</a></b>.  Current wisdom is that you have 5 &#8211; 8 seconds to convince the visitor that they are in the right place before they hit the back button.  Any longer than this you take the risk of your visitor leaving before the page even loads.</li>
<li>Contain <b><a href="http://www.21stsoft.com/persuasive-benefit-oriented-content-vs-features/">persuasive, benefit-oriented content</a></b> to <b><a href="http://www.21stsoft.com/persuasive-benefit-oriented-content-vs-features/">maximize conversions</a></b>.  This cannot be underestimated.  Content written by professional copywriters ensure that your website captures the visitors attention, moves them through a <em>call to action</em> into a <em>conversion funnel</em> to a <em>sale or conversion</em> &#8211; complete a form, send an email, pick up the phone and call you, etc.</li>
<li>Have <span class="bold">error-free</span> <b>web (W3C) standards compliant</b> code.  This ensures consistent cross-browser rendering. If your website looks freakish because a browser can&#8217;t render your pages sanely and as intended, then you&#8217;ll lose your visitors complete confidence. W3C compliance also allows the search engines to separate page code from its content so your message can be recognized and ranked high in the search engine results pages.</li>
<li>Have a high degree of <b><a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">Search Engine Optimization</a></b> (<b><a href="http://www.21stsoft.com/search-engine-optimization-seo-sem/">SEO</a></b>).  This process starts with an extensive keyword analysis that includes the keywords that are actually being searched on today.</li>
<li>Undergo <b><a href="http://www.21stsoft.com/seo-competitive-analysis-backlinks-increase-search-engine-rankings/">Competitive Analysis</a></b> &#8211; what keywords and features/services your competitors websites focus on, who links to them and what advertising they are paying for.  </li>
<li>Have an <b>extremely high degree of usability</b>.  It is all about sales and profits.  If you have a website that is pretty but difficult to understand and navigate then you&#8217;ll lose a percentage of sales, sometimes a huge percentage.</li>
<li>Are <b>Accessibility Standards Compliant</b> &#8211; <b>Section 508</b>, <b>W3C WAI</b>, and <b>WCAG Priorities 1, 2 and 3</b>.  This means that visitors with disabilities will easily be able to use the website.  This is required for all websites built for the US Government or its agencies.</li>
<li>Are <span class="bold">continually tested and updated</span> to <b>maximize conversions</b>.  We use <b>Pay Per Click</b> (<b>PPC</b>) advertising as the last step in the website optimization process.  Split-testing and multivariate testing techniques take conversions from less than 1% to 7 &#8211; 25%!  This means a 700% &#8211; 2,500% increase in sales by monitoring and updating your website!</li>
<li>Undergo <a href="http://www.21stsoft.com/web-promotion-for-website-traffic-increase-explosion/">optimized website promotion</a> in the top Internet properties so the prominence of your website is recognized by the search engines and you are found at the <b>top of the Search Engine Results Pages</b> (<b>SERP</b>) for your <b>targeted keywords</b>.  Timeframes for these results vary directly with the amount of effort put into it.  We have seen results in 30 days.</li>
<li>Incorporate <b>analytics</b> to track website progress &#8211; it&#8217;s very important to see the fruits of your labor.</li>
<li>Use a <b><a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">Content Management System</a></b> (<b><a href="http://www.21stsoft.com/wordpress-tutorial-seo-optimized-cms-installation-case-study/">CMS</a></b>).  Using a CMS allows the website to be completely maintained by you or a non-technical person by incorporating a content management system like <b>WordPress</b> or <b>Drupal</b>.  You need to be able to shift with the market, and a CMS can be invaluable in making website updates.</li>
</ul>
<p>If your website doesn’t utilize every single one of these features then you cannot expect to get the best results from it.  </p>
<p>Future posts will focus on each of these items individually so you can build <b>high-performance websites</b>.</p>
<h2>About the Author</h2>
<p>Michael A. Cordova has been doing <a href="http://www.21stsoft.com/web-development-web-site-development-firm/">web development</a> literally since the beginning of the Internet. For a <em>free initial evaluation </em>of your website and SEO needs you can call him directly at (303) 744-2178 or <a title="Contact Us - Custom Database Software Company" href="http://www.21stsoft.com/contact-us-web-development-software-development-firm/">email Michael</a> and he will be in touch within 24 hours.</p>
<h3>Follow Michael</h3>
<p>Follow Michael for more actionable tips to elevate your business&#8217; online profile:</p>
<ul>
<li><a title="Subscribe to 21stsoft RSS Feed" href="http://feeds.feedburner.com/21stsoftcom-WebDevelopmentSoftwareDevelopmentSeoLaserFocusedGems" target="_blank">Subscribe to our RSS feed</a></li>
<li><a title="Follow 21stsoft on Twitter" href="http://www.twitter.com/21stsoft" target="_blank">Follow us on Twitter</a></li>
<li><a title="Connect with 21stsoft on LinkedIn" href="http://www.linkedin.com/in/michaelcordova" target="_blank">Connect to Michael on LinkedIn</a></li>
<li><a title="Friend 21stsoft on Facebook" href="http://www.facebook.com/21stSoftDev" target="_blank">Friend us in  Facebook</a></li>
<li><a title="Connect with 21stsoft on Plaxo" href="http://www.plaxo.com/profile/show/30064836528?src=myProfile&amp;pk=01c8eab87eaf8bca7c94aa92fac878c10fa37e5e" target="_blank">Connect on Plaxo</a></li>
<li><a title="Connect with 21stsoft on MySpace" href="http://www.myspace.com/21stSoft" target="_blank">Connect on MySpace</a></li>
</ul>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.21stsoft.com/web-development-increase-sales/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.21stsoft.com/web-development-increase-sales/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
