<?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>Wordpress Design Shop</title>
	<atom:link href="http://wordpressdesignshop.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressdesignshop.com</link>
	<description>Website Conversion &#124; Custom Websites in Wordpress</description>
	<lastBuildDate>Fri, 17 Feb 2012 19:28:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Backing Up WordPress</title>
		<link>http://wordpressdesignshop.com/backing-up-wordpress/</link>
		<comments>http://wordpressdesignshop.com/backing-up-wordpress/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 18:03:47 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress Site Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress backups]]></category>
		<category><![CDATA[wordpress design]]></category>
		<category><![CDATA[wordpress support]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/?p=1642</guid>
		<description><![CDATA[If you have ever had your wordpress site compromised you know how much time it can take to get your site back up and running. Backing up wordpress is one [...]]]></description>
			<content:encoded><![CDATA[<h4>If you have ever had your wordpress site compromised you know how much time it can take to get your site back up and running. Backing up wordpress is one of the best ways to restore you site from a hack, failure, or any other wordpress related issue.</h4>
<h2>Backup WordPress using cPanel at your hosting company.</h2>
<p>cPanel is a popular control panel used by many web host. The backup feature can be used to backup your MySql database. Do not generate a full backup, as these are strictly for archival purposes and cannot be restored via cPanel. Look for &#8216;Download a MySQL Database Backup&#8217; and click the name of the database. A *.gz file will be downloaded to your local drive.</p>
<p>There is no need to unzip this file to restore it. Using the same cPanel program, browse to the gz file and upload it. Once the upload is complete, the bottom of the browser will indicate dump complete. If you are uploading to a new host, you will need to recreate the database user along with the matching password. If you change the password, make the corresponding change in the wp-config.php file.</p>
<p><a name="Using_phpMyAdmin"></a></p>
<h4>Using phpMyAdmin</h4>
<p>phpMyAdmin is the name of the program used to manipulate your database.</p>
<p>Information below has been tried and tested using phpMyAdmin versions 2.5.3, 2.5.7-pl1, and 2.6.1-pl3 running on Unix.</p>
<p>Detailed options are listed below, though in most cases you will be fine with the default export options.</p>
<p><a name="Backup_Process_with_phpMyAdmin"></a></p>
<h5>Backup Process with phpMyAdmin</h5>
<ol>
<li>Log into phpMyAdmin on your server</li>
<li>From the main login screen, select &#8216;Databases&#8217;(You may not need to do this step)
<p><a href="http://codex.wordpress.org/File:podz_backup_1.jpg" rel="lightbox[1642]"><img title="wordpress backup" border="0" alt="wordpress backup" src="http://codex.wordpress.org/images/8/80/podz_backup_1.jpg" width="216" height="184" /></a></p>
</li>
<li>Now click the name of your database &#8211; or your WordPress database if you have several databases.(Your screen may look slightly different, depending on the version.)
<p><a href="http://codex.wordpress.org/File:podz_backup_2.jpg" rel="lightbox[1642]"><img title="wordpress backup systems" border="0" alt="wordpress backup systems" src="http://codex.wordpress.org/images/5/5d/podz_backup_2.jpg" width="443" height="225" /></a></p>
</li>
<li>The next screen will show you all the tables inside your WordPress database.     <br />Ignore those, and click the &#8216;Export&#8217; tab on the top set of tabs.
<p><a href="http://codex.wordpress.org/File:podz_backup_3.jpg" rel="lightbox[1642]"><img title="wordpress back-up utilites" border="0" alt="wordpress back-up utilites" src="http://codex.wordpress.org/images/a/a8/podz_backup_3.jpg" width="468" height="79" /></a></p>
</li>
<li>Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.
<p><a href="http://codex.wordpress.org/File:phpMyAdmin_backup_export.png" rel="lightbox[1642]"><img title="you should backup wordpress" border="0" alt="you should backup wordpress" src="http://codex.wordpress.org/images/b/b9/phpMyAdmin_backup_export.png" width="224" height="578" /></a></p>
<ul>
<li>If you have other programs that use the database, then choose only those tables that correspond to your wordpress install. They will be the ones with that start with &quot;wp_&quot; or whatever &#8216;table_prefix&#8217; you specified in your &#8216;wp-config.php&#8217; file. </li>
<li>If you only have your WordPress blog installed, leave it as is (or click &#8216;Select All&#8217; if you changed the selection) </li>
<li>Ensure that the SQL radio button is selected.</li>
</ul>
<p><a href="http://codex.wordpress.org/File:Phpmyadmin_bentrem.jpg" rel="lightbox[1642]"><img title="save a backup" border="0" alt="save a backup" src="http://codex.wordpress.org/images/c/ca/Phpmyadmin_bentrem.jpg" width="450" height="212" /></a></p>
</li>
<li>The SQL sectionTick the following boxes:
<ul>
<li>&#8216;Structure&#8217; </li>
<li>&#8216;Add DROP TABLE / VIEW / PROCEDURE / FUNCTION&#8217; </li>
<li>&#8216;Add IF NOT EXISTS&#8217; </li>
<li>&#8216;Add AUTO_INCREMENT&#8217; and </li>
<li>&#8216;Enclose table and field names with backquotes&#8217;</li>
</ul>
</li>
<li>The DATA section
<p>It doesn&#8217;t matter too much what you check here. So long as you check the DATA box itself, the Complete inserts and Extended Inserts are mostly cosmetic changes to the output style, though Extended Inserts can help if you are having issues with the file size.</p>
<p><a href="http://codex.wordpress.org/File:backup4-1.png" rel="lightbox[1642]"><img border="0" alt="" src="http://codex.wordpress.org/images/6/6b/backup4-1.png" width="595" height="597" /></a></p>
<p><a href="http://codex.wordpress.org/File:backup4-1.png" rel="lightbox[1642]"><img alt="" src="http://codex.wordpress.org/skins/common/images/magnify-clip.png" width="15" height="11" /></a></p>
</li>
<li>Tick the &#8216;Save as file&#8217; option, and leave the template name as is.
<p><a href="http://codex.wordpress.org/File:podz_backup_5.jpg" rel="lightbox[1642]"><img title="wordpress utilities" border="0" alt="wordpress utilities" src="http://codex.wordpress.org/images/0/06/podz_backup_5.jpg" width="486" height="105" /></a></p>
</li>
<li>Now click &#8216;Go&#8217; and you should be prompted for a file to download. Save the file to your computer.     <br />Depending on the database size, this may take a few moments.</li>
<li>You have now backed up your database.
<p>If you wanted, you could download a backup in each of the compression formats. Your choice. For example: <b>None</b> and &quot;<b>zipped</b>&quot;: <a href="http://codex.wordpress.org/File:podz_backup_6.gif" rel="lightbox[1642]"><img title="backup.zip" border="0" alt="backup.zip" src="http://codex.wordpress.org/images/1/17/podz_backup_6.gif" width="424" height="56" /></a></p>
<p><b>Remember</b> &#8211; you have NOT backed up the files and folders &#8211; such as images &#8211; but all your posts and comments are now safe.</p>
</li>
</ol>
<p> <a name="Using_Straight_MySQL_Commands"></a><br />
<h4>Using Straight MySQL Commands</h4>
<p>phpMyAdmin can not handle large databases so using straight MySQL code will help.</p>
<p>1. Change your directory to the directory you want to dump things to:</p>
<pre>user@linux:~&gt; cd files/blog</pre>
<p>2. Use <code>mysqldump</code> to dump all database tables. To dump only certain tables from the database, give their names at the place shown by <code>(tablename tablename tablename)</code>, and omit the parentheses <code>( )</code> in any case. (For help, try: <code>man mysqldump</code>.):</p>
<pre>user@linux:~/files/blog&gt; mysqldump --add-drop-table -h mysqlhostserver
 -u mysqlusername -p databasename (tablename tablename tablename) | bzip2
 -c &gt; blog.bak.sql.bz2

Enter password: (enter your mysql password)
user@linux~/files/blog&gt;</pre>
<pre>Example:
mysqldump --add-drop-table -h db01.example.net -u dbocodex -p dbwp | bzip2 –c </pre>
<pre>&gt; blog.bak.sql.bz2

Enter password: my-password
user@linux~/files/blog&gt;</pre>
<p>The <code>bzip2 -c</code> after the | (pipe) means the backup is compressed on the fly, and the <code>&gt; blog.bak.sql.bz2</code> sends the <code>bzip</code>output to a file named <code>blog.bak.sql.bz2</code>. It does in one line the same thing that these two commands do:</p>
<pre>mysqldump --add-drop-table -h db01.example.net -u dbocodex -p dbwp &gt; blog.bak.sql
bzip2 blog.bak.sql</pre>
<p>Despite bzip2 being able to compress most files more effectively than the older compression algorithms (.Z, .zip, .gz), it is<a href="http://en.wikipedia.org/wiki/Bzip2">considerably slower</a> (compression and decompression). If you have a large database to dump, gzip is a faster option to use.</p>
<pre>mysqldump --add-drop-table -h db01.example.net -u dbocodex -p dbwp | gzip </pre>
<pre>&gt; blog.bak.sql.gz</pre>
<p><a name="Using_MySQL_Workbench"></a></p>
<h4>Using MySQL Workbench</h4>
<p><a href="http://dev.mysql.com/downloads/workbench">MySQL Workbench</a> (formerly known as MySQL Administrator) is a program for performing administrative operations, such as configuring your MySQL server, monitoring its status and performance, starting and stopping it, managing users and connections, performing backups, restoring backups and a number of other administrative tasks.</p>
<p>You can perform most of those tasks using a command line interface such as that provided by <a href="http://dev.mysql.com/doc/mysql/en/mysqladmin.html"><b>mysqladmin</b></a> or <a href="http://dev.mysql.com/doc/mysql/en/mysql.html"><b>mysql</b></a>, but MySQL Workbench is advantageous in the following respects:</p>
<ul>
<li>Its graphical user interface makes it more intuitive to use. </li>
<li>It provides a better overview of the settings that are crucial for the performance, reliability, and security of your MySQL servers. </li>
<li>It displays performance indicators graphically, thus making it easier to determine and tune server settings. </li>
<li>It is available for Linux, Windows and MacOS X, and allows a remote client to backup the database across platforms. As long as you have access to the MySQL databases on the remote server, you can backup your data to wherever you have write access. </li>
<li>There is no limit to the size of the database to be backed up as there is with phpMyAdmin.</li>
</ul>
<p><i>Note: The instruction below was written for older version (MySQL Administrator).</i></p>
<p><a name="Backing_Up_the_Database"></a></p>
<h5>Backing Up the Database</h5>
<p>This assumes you have already installed MySQL Admin and set it up so that you can login to the MySQL Database Server either locally or remotely. Refer to the documentation that comes with the installation package of MySQL Admin for your platform for installation instructions.</p>
<ol>
<li>Open the MySQL Admin client and login as you had previously set up to do. </li>
<li>From the icon menu on the left hand side of the client window select Backup. </li>
<li>If you have not already created a Backup Project, do this now by clicking on the &quot;New Project&quot; button at the lower part of the window and type in a name for the Backup Project where prompted. </li>
<li>Select one or more databases that you want to Backup (in the MySQL Admin client these are called a &quot;Schema&quot; (pl. &quot;Schemata&quot;)). Add them to the Backup Content window on the right using the right-pointing arrow button. </li>
<li>When you have selected the Schema(ta), you can save the Backup Project. Or you may simply choose to Backup Now using the button on the lower right of the window. </li>
<li>A dialogue will come up asking you where to put the Backup. Enter the pathname or browse to the location using the dialogue. </li>
<li>Assuming all is correct (and you have write permissions in the directory to which you are writing the Backup), the backup will complete shortly.</li>
</ol>
<p><a name="Restoring_From_a_Backup"></a></p>
<h5>Restoring From a Backup</h5>
<ol>
<li>Open the MySQL Admin client and login as you had previously set up to do. </li>
<li>From the icon menu on the left hand side of the client window select Restore. </li>
<li>Click the &quot;Open Backup File&quot; button on the lower right of the window. </li>
<li>Type in or browse to the Schema(ta) backup file and select. Click &quot;Open&quot;. </li>
<li>The Target Schema(ta) will most likely be the &quot;Original Location&quot;, or you may choose an alternate location using the drop-down menu. </li>
<li>Click the &quot;Start Restore&quot; button on the lower right of the window. The database restore will commence.</li>
</ol>
<p><a name="MySQL_GUI_Tools"></a></p>
<p><a href="http://www.ilfilosofo.com/">Austin Matzko</a> maintains a <a href="http://codex.wordpress.org/Plugins">WordPress plugin</a> originally created by <a href="http://www.skippy.net/">Skippy</a> called <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WordPress Database Backup (WP-DB-Backup)</a>. It was bundled with WordPress 2.0 but is no longer included with WordPress 2.1.</p>
<p><a name="Installation"></a></p>
<h5>Installation</h5>
<ol>
<li>Search &quot;WP-DB-Backup&quot; on <a href="http://codex.wordpress.org/Administration_Panels">Administration</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Plugins_-_Add_Functionality_to_your_Blog">Plugins Panel</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Install_Plugins">Add New</a>. </li>
<li>Activate the plugin. </li>
<li>The plugin will attempt to create a directory <code>/wp-content/backup-*/</code> inside your WordPress directory. You may need to make <code>/wp-content</code> <a href="http://codex.wordpress.org/Changing_File_Permissions#Permission_Modes">writable</a> (at least temporarily) for it to create this directory.</li>
</ol>
<p><a name="Backing_up"></a></p>
<h5>Backing up</h5>
<ol>
<li>Navigate to <a href="http://codex.wordpress.org/Administration_Panels">Administration</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Tools_-_Managing_your_Blog">Tools</a> &gt; <a href="http://codex.wordpress.org/Manage_Backup_SubPanel">Backup Panel</a></li>
<li>Select any tables, in addition to the core WordPress tables, that should be backed-up. </li>
<li>Select the Backup Options; the backup can be saved on the server, downloaded, or emailed. </li>
<li>Finally, click on the Backup button to actually perform the backup. You can also schedule regular backups.</li>
</ol>
<p><a name="Restoring_the_Data"></a></p>
<h5>Restoring the Data</h5>
<p>The file created is a standard SQL file. If you want information about how to upload that file, look at <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">Restoring Your Database From Backup</a>.</p>
<p>Backing up wordpress is one of the best ways to restore from a wordpress failure.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/" rel="bookmark" class="crp_title">Should You Worry about WordPress Security?</a></li><li><a href="http://wordpressdesignshop.com/how-to-turn-off-directory-browsing-in-wordpress/" rel="bookmark" class="crp_title">How to Turn off Directory Browsing in WordPress</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li><li><a href="http://wordpressdesignshop.com/basic-process-for-integrating-wpestore-and-wpemember/" rel="bookmark" class="crp_title">Basic Process for Integratiing Wpestore and Wpemember</a></li><li><a href="http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/" rel="bookmark" class="crp_title">What is wordpress? | why should I use wordpress?</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>women making money</li><li>backup wordpress</li><li>uploading pass ba-k</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/backing-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress On Page SEO</title>
		<link>http://wordpressdesignshop.com/wordpress-on-page-seo/</link>
		<comments>http://wordpressdesignshop.com/wordpress-on-page-seo/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:06:21 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[on page seo]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/?p=1619</guid>
		<description><![CDATA[Here at wordpress design shop we get asked quiet often what are the top things we need to do when it comes to wordpress on Page SEO. Best Practices for [...]]]></description>
			<content:encoded><![CDATA[<p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal" align="left"><b style="mso-bidi-font-weight: normal">Here at wordpress design shop we get asked quiet often what are the top things we need to do when it comes to wordpress on Page SEO.</b></p>
<h2>Best Practices for WordPress On Page SEO</h2>
<ul>
<li>
<div style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal">WordPress page Title SEO </b></div>
</li>
</ul>
<p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal">Your wordpress page title should contain the keyword or phrase that you are targeting, it should be at the first of the title, and the title should not be very long. </p>
<ul>
<li>
<div style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal">WordPress Permalink for SEO</b></div>
</li>
</ul>
<p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal">Your permalink for your site should contain the term that you are targeting.</p>
<blockquote><p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal">example: <a title="Wordpress on page seo" href="http://wordpressdesignshop.com/wordpress-on-page-seo/">http://wordpressdesignshop.com/wordpress-on-page-seo/</a></p>
</blockquote>
<ul>
<li>
<div style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal">WordPress Meta Information</b></div>
</li>
</ul>
<p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160;</font></font></span></span></span>Your meta description for the post should contain keyword or phrase, begin with keyword or phrase, and be no more than 150 characters.</p>
<ul>
<li>
<div style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal">WordPress HEADING Tags</b></div>
</li>
</ul>
<p style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal">Make sure that your wordpress H1 tag has keyword or phrase and it is at the beginning. You can also add 1 h2, and h3 tag with your keyword.</p>
<ul>
<li>
<div style="line-height: 13pt; margin: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal">Post or Page CONTENT &#8211; <u>wordpress On Page SEO</u><a href="http://wordpressdesignshop.com/wp-content/uploads/2012/01/MP90044863711.jpg" rel="lightbox[1619]"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="wordpress on page seo" border="0" alt="wordpress on page seo" align="right" src="http://wordpressdesignshop.com/wp-content/uploads/2012/01/MP9004486371_thumb1.jpg" width="222" height="148" /></a></b></div>
</li>
</ul>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpFirst"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains at least 300 words. </p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content has 2.0-5.5% keyword density.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains keyword in the first 50-100 words. </p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains at least one image with keyword in ALT attribute.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains at least one bold keyword.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains at least one italicized keyword.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains at least one underlined keyword.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains keyword in anchor text of at least one external link.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 0pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpMiddle"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains keyword in anchor text of at least one internal link.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 10pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpLast"><span style="font-family: ; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings"><span style="mso-list: ignore"><font face="Wingdings">ü</font><span style="line-height: normal; font-family: "><font face="Times New Roman"><font style="font-size: 7pt">&#160; </font></font></span></span></span>Content contains keyword in the last 50-100 words.</p>
<p style="line-height: 13pt; text-indent: -0.25in; margin: 0in 0in 10pt 0.5in; mso-list: l6 level1 lfo4" class="MsoListParagraphCxSpLast">If you follow these easy <strong><em>wordpress on page seo</em></strong> steps you will be well on your way to having the best chance of your wordpress site ranking in the search engines.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/" rel="bookmark" class="crp_title">What is wordpress? | why should I use wordpress?</a></li><li><a href="http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/" rel="bookmark" class="crp_title">4th of July WordPress Package Special</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li><li><a href="http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/" rel="bookmark" class="crp_title">Work from Home and Make Real Money Selling WordPress Websites</a></li><li><a href="http://wordpressdesignshop.com/backing-up-wordpress/" rel="bookmark" class="crp_title">Backing Up WordPress</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>content contains keyword in the last 50-100 words easy wp seo</li><li>disable directory browsing oscommerce</li><li>seo best practices with wordpress</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/wordpress-on-page-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work from Home and Make Real Money Selling WordPress Websites</title>
		<link>http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/</link>
		<comments>http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 04:09:59 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[real money]]></category>
		<category><![CDATA[sell wordpress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress conversion]]></category>
		<category><![CDATA[wordpress ecommerce]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/?p=1594</guid>
		<description><![CDATA[Selling wordpress websites can make you real money no matter what your age, background or experience. Here at wordpress design shop our wordpress business is pretty much 100% from referral! [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Selling wordpress</strong> websites can make you real money no matter what your age, background or experience.</p>
<p>Here at <strong>wordpress design shop</strong> our wordpress business is pretty much 100% from referral! And now that we are expanding you can start making real money right away by selling websites for us!</p>
<h2>So how do you make money from home selling wordpress websites?<a href="http://wordpressdesignshop.com/wp-content/uploads/2012/01/women-with-money2.jpg" rel="lightbox[1594]"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Make Money Selling WordPress Websites" border="0" alt="Make Money Selling WordPress Websites" align="right" src="http://wordpressdesignshop.com/wp-content/uploads/2012/01/women-with-money2_thumb.jpg" width="240" height="188" /></a></h2>
<p>It’s easy – and remember we don’t care about your background, age, or experience. You are your own boss and can start right away.</p>
<h3>WordPress Website Sales Consultant Details</h3>
<ul>
<li>You must be nice and not use any underhanded tactics to sell the wordpress site.</li>
<li>You refer the person to us by email, phone, or contact us about the project yourself (be sure to include your contact information.)</li>
<li>You must have a paypal email address so we can pay you for the <strong>wordpress project</strong> referral.</li>
<li>We then bid on the project and you get your 10-20 percent depending on the size of the wordpress development project.</li>
</ul>
<p>Sound simple? Well it is.</p>
<p>Now, if you are asking yourself…what about an affiliate program and tracking and all that sort of stuff for the wordpress referral, we have an answer for that. We use to have a system for that but it was more of a pain that it was worth because 9 times out of ten we have to talk with people about the project before we can price it. So, you will just have to trust us!</p>
<h4>Contact Information for wordpress design shop:</h4>
<p>WordPress Design Shop</p>
<p>1- (424) 234-8528 or use the <a title="request wordpress design quote" href="http://wordpressdesignshop.com/contact-wordpress-design-shop/">request wordpress design quote</a> form on this site.</p>
<p>WordPress Design Shop is your simple way to make money <strong>selling wordpress</strong> websites with no training, experience, age requirement (other than those required by paypal), back ground check and more. We are putting together a package to help making your new career as an independent wordpress design shop sales consultant. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/" rel="bookmark" class="crp_title">When should I use a WordPress Shopping Cart?</a></li><li><a href="http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/" rel="bookmark" class="crp_title">Functional Requirements Before Web Design When Building a New Website</a></li><li><a href="http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/" rel="bookmark" class="crp_title">4th of July WordPress Package Special</a></li><li><a href="http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/" rel="bookmark" class="crp_title">Should You Worry about WordPress Security?</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>crazy wordpress deals</li><li>how to make money as a wordpress developer</li><li>make money as a wordpress designer</li><li>selling wordpress websites</li><li>selling wordpress websites wordpress design shop</li><li>women with money</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4th of July WordPress Package Special</title>
		<link>http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/</link>
		<comments>http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:35:53 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Wordpress Site Design]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/</guid>
		<description><![CDATA[WordPress Site Special Now Through July 11th. WordPress Design Shop Ecommerce Package eCommerce WordPress Website Package Includes: Base template with your Logo WordPress Installation Navigation Structure Setup Shopping Cart Setup [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Wordpress 4th of July Special" href="http://wordpressdesignshop.com/contact-wordpress-design-shop/"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://wordpressdesignshop.com/wp-content/uploads/2011/07/image.png" width="354" height="179" /></a></p>
<p><strong>WordPress Site Special Now Through July 11th.</strong></p>
<p>WordPress Design Shop Ecommerce Package</p>
<p>eCommerce WordPress Website Package Includes:</p>
<ul>
<li>Base template with your Logo </li>
<li>WordPress Installation </li>
<li>Navigation Structure Setup </li>
<li>Shopping Cart Setup </li>
<li>Digital Product Structure Setup </li>
<li>Affiliate Setup </li>
<li>Base Plugin Setup </li>
<li>Twitter Integration </li>
<li>Aweber Integration * </li>
<li>Syndication if Needed </li>
<li>Base SEO </li>
<li>Website Use Training </li>
</ul>
<h6><font size="6">Normally on sale for $997.00 now only $597.00 Contact WordPress Design Shop and Schedule Your Project <a title="Wordpress Website Special" href="http://wordpressdesignshop.com/contact-wordpress-design-shop/">WordPress Design Shop</a> </font></h6>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li><li><a href="http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/" rel="bookmark" class="crp_title">Work from Home and Make Real Money Selling WordPress Websites</a></li><li><a href="http://wordpressdesignshop.com/wordpress-on-page-seo/" rel="bookmark" class="crp_title">WordPress On Page SEO</a></li><li><a href="http://wordpressdesignshop.com/wordpress-website-web-design-jacksonville-miami-tampa-st-petersburg-orlando-florida/" rel="bookmark" class="crp_title">WordPress Website | Web design &ndash; Jacksonville-Miami-Tampa-St.-Petersburg-Orlando-Florida</a></li><li><a href="http://wordpressdesignshop.com/wordpress-website-web-design-los-angeles-san-diego-san-jose-fresno-sacramento-california/" rel="bookmark" class="crp_title">WordPress Website | Web design &ndash; Los Angeles-San Diego-San Jose-Fresno-Sacramento-California</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When should I use a WordPress Shopping Cart?</title>
		<link>http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/</link>
		<comments>http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:09:38 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[wordpress design]]></category>
		<category><![CDATA[wordpress shopping cart]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/</guid>
		<description><![CDATA[You have your new site up and running and your design is awesome except for one thing, a shopping cart. More often than not when people are converting a new [...]]]></description>
			<content:encoded><![CDATA[<p>You have your new site up and running and your design is awesome except for one thing, a shopping cart. More often than not when people are converting a new site to wordpress or creating one for scratch they focus on design before function. Especially when it comes to selling products or services on their new wordpress website. Focusing on the shopping cart at the last minute can cause un-foreseen delays and expenses, not to mention the occasional crossed eyes if you are dealing with anything that requires shipping.</p>
<p><strong>So, the question is when should I use a wordpress shopping cart and when should I do something different like making a wordpress site and a separate site running something like magento for my store?</strong></p>
<p>The answer to this question is not always simple, so please keep in mind that this is just a guide.</p>
<h2>When should I use a wordpress shopping cart?</h2>
<ol>
<li>You should use a wordpress shopping cart if you are selling simple products with simple pricing and shipping. Most wordpress shopping carts can handle any basic shopping and shipping transaction.</li>
<li>You should use a wordpress shopping cart if you are selling all digital products. Digital products are the easiest product to sell with most wordpress shopping carts. They work by allowing the customer to pay and then the system automatically emails the buyer the download link.</li>
<li>You should use most wordpress shopping carts if you are integrating with a marketing service or auto responder service like aweber, mailchimp, get response, or infusion soft. Setting up a system like this makes it easy to get people on your marketing lists and most wordpress shopping carts have this feature built in.</li>
<li>You should use a wordpress shopping cart if you are going to do simple discounts on either prices or shipping. You can easily do coupon and basic shipping discounts with wordpress shopping carts.</li>
<li>If you are going to offer a simple affiliate program with your site. Most wordpress shopping systems allow for the integration of a single or 2 tier affiliate marketing system.</li>
<li>If you are going to have a integrated membership program with your site. If you are going to build a wordpress membership site, a wordpress shopping cart is the easiest way to stream line the process and allow the ability to sell products as well.</li>
</ol>
<h2>When Should I use an ecommerce system with wordpress instead of a wordpress shopping cart?</h2>
<ol>
<li>You should use a system like magento or opencart etc. when you have a very large number of products. Most ecommerce systems are easy to load large numbers of products and descriptions into as well as quantities, and pricing.</li>
<li>You should use a different cart if you have complicated shipping options for your products. This by far is the most disappointing thing when dealing with wordpress shopping carts. Most people are forced in one way or another to make shipping work as opposed to have shipping work for you. If your shipping is very complicated choose another platform than wordpress!</li>
<li>You should use a different shopping system if you require detailed customer information and log-ins similar to amazon etc. Typical wordpress carts are designed to push most of the transaction out to a places like paypal. This makes security less of an issue but limits the amount of information you can collect from an individual.</li>
<li>If you have Multiple payment systems or options with direct sales on your site. If you are going to offer multiple payment options with direct payment (they never leave your site) then typically a larger cart system is right for you. The same goes true if you want to offer payment plans as well.</li>
</ol>
<p>For the average website a wordpress shopping cart and extended plug-ins will cover all of your needs. However, if you are on the path to building a large scale ecommerce site we recommend going into more robust ecommerce platforms like magento, open cart, or oscommerce.</p>
<p align="center"><strong>Ready to start your wordpress commerce site today? Give us a call!</strong></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/" rel="bookmark" class="crp_title">Functional Requirements Before Web Design When Building a New Website</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li><li><a href="http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/" rel="bookmark" class="crp_title">Work from Home and Make Real Money Selling WordPress Websites</a></li><li><a href="http://wordpressdesignshop.com/basic-process-for-integrating-wpestore-and-wpemember/" rel="bookmark" class="crp_title">Basic Process for Integratiing Wpestore and Wpemember</a></li><li><a href="http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/" rel="bookmark" class="crp_title">4th of July WordPress Package Special</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>opencart vs wordpress</li><li>opencart vs wordpress ecommerce</li><li>wordpress vs opencart</li><li>vs wordpress shopping</li><li>wordpress ecommerce vs opencart</li><li>opencart vs magento</li><li>magento vs opencart</li><li>wordpress vs magento</li><li>separating products on wordpress simple shopping cart</li><li>opencar vs wordpress</li><li>open cart vs wordpress</li><li>opencart vs oscommerce</li><li>wordpress ecommerce vs open cart</li><li>wp vs magento shopping cart</li><li>wordpress with shopping cart vs opencart</li><li>opencart vs wordpress commerce</li><li>wordpress webshop vs opencart</li><li>opencart vs wordpress ecommerce 2012</li><li>wordpress vs oscommerce</li><li>wordpress ecommerce v opencart</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I Buy a Premium WordPress Template or Have one Made?</title>
		<link>http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/</link>
		<comments>http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 18:47:54 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress design]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/</guid>
		<description><![CDATA[If you have made the decision that your new website is going to be built in wordpress and are ready to move on to the design phase then this article [...]]]></description>
			<content:encoded><![CDATA[<p>If you have made the decision that your new website is going to be built in wordpress and are ready to move on to the design phase then this article is for you! </p>
<p><em>* Please be sure to read our article on why you should look at function first before deciding on a final design. This will help you make your site the most user friendly and save you lots of money.</em> </p>
<p>Here at wordpress design shop we get calls all the time from business owners wanting a complete custom designed website, even though truth be told most small business owners don’t have the time or budget to get what one would consider a truly custom designed web site. Custom designed themes can add anywhere from $500 to $5000+&#160; dollars to a typical new website project. For that reason alone we actually recommend that most people go with a base template for a new website and then have someone like us modify it for you. The only time we waiver in that decision is if you happen to be one of those lucky people who already have a Photoshop design for your wordpress site or have a larger budget. If you have the budget and or a design in some cases we would just add $200 dollars or so to the budget to have the site chopped up for wordpress.</p>
<p>So for the moment let’s pretend that you are in the later category and are on a budget so the questions is, <em>Why should you buy and have a Premium WordPress Template Modified</em>.</p>
<h2>Here are a few compelling reasons why you should seriously consider using a premium WordPress template:</h2>
<ul>
<li><strong>Quality</strong>: The most obvious reason to use a premium WordPress theme is the quality. Premium wordpress templates have been designed and coded by professionals and usually have a very large user base. The large user base allows for bugs to be found and fixed all the time. This allows for you to have a site that for the most part will have very few errors and vulnerabilities.</li>
<li><strong>Functionality</strong>: You will find that premium WordPress templates include a far greater array of functionality and features at no additional costs. When you build a complete custom theme you have to pay for all those features to be redeveloped. Many of these functions will make it easy for you to perform otherwise arduous tasks in setting up, managing and customizing the website.</li>
<li><strong>Price</strong>: Premium WordPress templates are much more affordable than hiring a designer to design your custom wordpress theme and then a developer to make it work. With a premium wordpress template you will only use expensive resource for your site to function and be configured.</li>
<li><strong>Support</strong>: Another great reason to purchase a premium WordPress template is the support you receive. All good premium WordPress templates will include support from the developer usually in the form of a support forum where your developers can get help fixing problems or making minor modifications to your wordpress site. This can save you hundreds for dollars when you ask your developer to fix something wrong with your site because you are not paying a high cost developer to do all the research.</li>
<li><strong>Updates</strong>: Premium WordPress template developers are continually receiving feedback on their themes from users allowing them to fix bugs and add new features. Unlike custom templates, it is in the best interest of premium WordPress template developers to listen to feedback, fix bugs, implement new features and ensure the templates work properly with new WordPress updates.</li>
<li><strong>Selection</strong>: There is a great selection of premium wordpress themes and templates available. You can literally find thousands of layouts for almost any website you could imagine. There are premium templates to create personal blogs, magazine or news sites, photo galleries / portfolios, traditional looking business / CMS websites, and even ecommerce and other niche areas.</li>
<li><strong>Inspiration:</strong> Inspiration is the number one reason that we use templates in our business in addition to custom wordpress designs. They say a picture is worth a thousands words and it goes true for your new website project. Typically business owners have better results in both design and function once they see what can and has been developed in wordpress.</li>
</ul>
<h3>The next question after you have decided to have a premium wordpress template modified, or configured is where to get a wordpress template and what are the next steps.</h3>
<p><strong>For all of our clients we actually help with the template research and selection process. </strong></p>
<p><strong>Our favorite resources for themes are:</strong></p>
<ol>
<li>Elegant Themes – <a href="http://www.elegantthemes.com">http://www.elegantthemes.com</a> (These theme are great to work with and offer a lot of design choices)</li>
<li>Theme Forest &#8211; <a href="http://themeforest.net/">http://themeforest.net/</a> (We have found some of the best coded themes here, especially the wordpress backend)</li>
<li>Template Monster &#8211; <a href="http://www.templatemonster.com/wordpress-themes.php">http://www.templatemonster.com/wordpress-themes.php</a> (Our favorite site to show people what is possible with wordpress)</li>
</ol>
<p><em>* Please be aware that we know there are a million sites out there that sell premium wordpress templates. These are just a few that we use as a base for some of our designs.</em></p>
<p>The final step after purchasing a theme is having someone like us or another development company configure, modify, copy write, and SEO your design.</p>
<p><strong>If you have a larger budget and are ready for your custom designed wordpress site or just want one based on a modified wordpress theme give us a call today!</strong></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/" rel="bookmark" class="crp_title">What is wordpress? | why should I use wordpress?</a></li><li><a href="http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/" rel="bookmark" class="crp_title">Functional Requirements Before Web Design When Building a New Website</a></li><li><a href="http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/" rel="bookmark" class="crp_title">When should I use a WordPress Shopping Cart?</a></li><li><a href="http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/" rel="bookmark" class="crp_title">Should You Worry about WordPress Security?</a></li><li><a href="http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/" rel="bookmark" class="crp_title">Setting Up a Domain Name the Right Way</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>compelling reason for using wordpress themes for your site</li><li>Premium WordPress Finance template</li><li>theme wordpress design store premium</li><li>wordpress base template website design</li><li>wordpress designer theme</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should You Worry about WordPress Security?</title>
		<link>http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/</link>
		<comments>http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 21:16:00 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/</guid>
		<description><![CDATA[Here at wordpress design shop we get this questions quiet a bit. The answer is simple “YES” you need to worry about security when building a wordpress website. The main [...]]]></description>
			<content:encoded><![CDATA[<p>Here at wordpress design shop we get this questions quiet a bit. The answer is simple “YES” you need to worry about security when building a wordpress website. The main reason is the popularity of the wordpress platform. It is just like windows on your PC being so popular that&#160; people from all over the world try to break into it. The second reason is the fact that so many people load plug-ins and themes, from developers who may or may not have security in mind.</p>
<h2>There are two main types of security attacks that we see with wordpress driven websites:</h2>
<p><strong>1) The Site Delete</strong></p>
<p>The wordpress site delete attack is where a user or robot scans your site for FTP or Java access and removes or changes wordpress folders on your site. The removal and or changes to the file make it where your site will no loner be visible to the end-user and most of the time the administrator as well. We have even seen user that get their entire wp-content folder deleted for example.</p>
<p><strong>2) The Site Lock-out</strong></p>
<p>This particular attack happens from a user or robot gaining access to your wordpress administrative system. They then lock you out of your site and display a message that you need to send money to a particular emails address or website for your site to be unlocked. Here at wordpress design shop we have had this particular attack happen to us. It only caused a short downtime since we know how to lock them right back out.</p>
<h2>So, the question is what do you do to prevent this from happening and what can you do to fix it?</h2>
<p>Well, lets start with what to do to prevent this sort of thing from happening, or lets say lowering the possibility of it happening.</p>
<ul>
<li>Make sure that your wordpress installation is up to date </li>
<li>Make sure that all of your administrative passwords are very complex. I mean complex like “drX93476h1b#3”. You get the idea. </li>
<li>Make sure that you immediately change any password or delete any administrative account that you do not use or that belongs to an old administrator for example. </li>
<li>Make sure that all of your hosting, domain, and FTP accounts have very very complex passwords as well. </li>
<li>Make sure you remove any ftp user, hosting user, that is not used or belongs to people no longer with your company. </li>
<li>Make sure that all plug-ins are up to date as much as possible </li>
<li>Make sure that all themes are up to date and that you read about any changes to your theme at least every 2 months </li>
<li>Install and configure the following plug-in Bullet <a title="Bullet Proof WordPress" href="http://wordpress.org/extend/plugins/bulletproof-security/">Proof WordPress</a> </li>
<li>Read about additional security measures here <a title="Wordpress Security" href="http://codex.wordpress.org/Hardening_WordPress">WordPress Security</a> </li>
<li>Make sure that your host backs up your site, database, and system files </li>
</ul>
<p>It should take you maybe a few hours to review the different pieces that we discussed. It is some of the best time you can spend and will be well worth it. Believe us you never what to have to deal with a site being compromised.</p>
<h2>I have already been compromised! Now What?</h2>
<ol>
<li>If you have been dealing with the site delete option the best thing you can do is contact your host and have them restore your site from a date that you know for sure the site was working properly. Then when your site is up immediately start going through the steps above and change every password you have for your<strong> ftp, hosting, and wordpress accounts.</strong></li>
<li>If you have been locked out of your wordpress administrative accounts the first thing we need to do is get you access back.</li>
</ol>
<p>Log in to your hosting account where your wordpress website is hosted. Then click on mySQL, database, or phpmyadmin from your administrative screens and then follow the following process.</p>
<p><b>Note: use phpMyAdmin at your own risk. If you doubt your ability to use it, seek further advice. WordPress is not responsible for loss of data.</b></p>
<table border="0" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td valign="top" width="183"><a href="http://codex.wordpress.org/File:changepw2.jpg" rel="lightbox[1184]"><img border="0" alt="" src="http://codex.wordpress.org/images/thumb/9/92/changepw2.jpg/180px-changepw2.jpg" width="180" height="160" /></a></td>
<td valign="top" width="417">Begin by logging into phpMyAdmin and click <b>databases</b>. A list of databases will appear. Click your WordPress database.</td>
</tr>
<tr>
<td valign="top" width="183"><a href="http://codex.wordpress.org/File:changepw3.jpg" rel="lightbox[1184]"><img border="0" alt="" src="http://codex.wordpress.org/images/thumb/3/32/changepw3.jpg/180px-changepw3.jpg" width="180" height="119" /></a></td>
<td valign="top" width="417">
<p>All the tables in your database will appear. If not, click <b>Structure</b>. </p>
<p>Look for <b>wp_users</b>. </p>
<p>Click on the icon for <b>browse</b>. </p>
<p>Locate your Username under user_login </p>
<p>Click <b>edit</b><!--EndFragment--></p>
</td>
</tr>
<tr>
<td valign="top" width="183"><a href="http://codex.wordpress.org/File:changepw6.jpg" rel="lightbox[1184]"><img border="0" alt="" src="http://codex.wordpress.org/images/thumb/8/80/changepw6.jpg/180px-changepw6.jpg" width="180" height="60" /></a></td>
<td valign="top" width="417">
<p>Your user_id will be shown, click on Edit </p>
<p>Next to the user_pass is a long list of numbers and letters. </p>
<p>Select and delete these and type in your new password. </p>
<p>Type in the password you want to use. Just type it in normally, but remember, it is case-sensitive. </p>
<p>In this example, the new password will be &#8216;rabbitseatcarrots&#8217; </p>
<p>Once you have done that, click the dropdown menu indicated, and select MD5 from the menu.</p>
<ul><!--EndFragment--></ul>
</td>
</tr>
<tr>
<td valign="top" width="183"><a href="http://codex.wordpress.org/File:changepw7.jpg" rel="lightbox[1184]"><img border="0" alt="" src="http://codex.wordpress.org/images/thumb/6/63/changepw7.jpg/180px-changepw7.jpg" width="180" height="33" /></a></td>
<td valign="top" width="417">
<p>Check that your password is actually correct, and that MD5 is in the box.</p>
<p>Click the &#8216;Go&#8217; button to the bottom right. </p>
<p>Test the new password on the login screen. If it doesn&#8217;t work, check that you&#8217;ve followed these instructions exactly.</p>
</td>
</tr>
</tbody>
</table>
<p>Next change all of your passwords for ftp and wordpress, update your theme to the newest version, all plug-ins as well and then start going through the preventative list of items.</p>
<p>Still not sure what to do with your wordpress site that has been compromised or your wordpress security? Give wordpress design shop a call, or email and we would be glad to help.</p>
<p><em>Mark Ferguson is a business strategist and the owner of </em><a href="http://www.wordpressdesignshop.com/">WordPress Design Shop</a>, a boutique firm specializing in strategic website development for small business owners. He brings his clients more than 20 years of experience in website development and e-commerce architecture working with some of America’s top brands, including Victoria’s Secret, Dress Barn, The Limited, Express, Saks Fifth Avenue, Garden Ridge, Pier One Imports, Pac Sun, Lane Bryant, Bring Back Desire and Diva Toolbox.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/backing-up-wordpress/" rel="bookmark" class="crp_title">Backing Up WordPress</a></li><li><a href="http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/" rel="bookmark" class="crp_title">Setting Up a Domain Name the Right Way</a></li><li><a href="http://wordpressdesignshop.com/how-to-turn-off-directory-browsing-in-wordpress/" rel="bookmark" class="crp_title">How to Turn off Directory Browsing in WordPress</a></li><li><a href="http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/" rel="bookmark" class="crp_title">Functional Requirements Before Web Design When Building a New Website</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>security shop wordpress</li><li>wordpress folder deleted attac</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up a Domain Name the Right Way</title>
		<link>http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/</link>
		<comments>http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 19:43:24 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[wordpress design]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/</guid>
		<description><![CDATA[As a former Fortune 500 web and application development strategist, I never had the chance to see how the company registered domains or who was handling hosting. We had systems [...]]]></description>
			<content:encoded><![CDATA[<p>As a former Fortune 500 web and application development strategist, I never had the chance to see how the company registered domains or who was handling hosting. We had systems set up, company lawyers who handled property rights and a slew of people responsible for protecting company assets.</p>
<p>When I started my own business to work with small and mid-sized companies to develop websites, I could not believe how they were handling one of their most PROTECTED and most VALUABLE company holdings &#8211; their company website domain!</p>
<p>The domain name is where a person would type in your company name into the browser to find you. It comes after http or www. Yes, I&#8217;m saying it this directly because out here in the web world people new to it don&#8217;t know what things are called. It&#8217;s like visiting a new planet that has a whole new language.</p>
<p>Many a trusting soul has plunked down their money and bought a website from a company. These companies range from the teenager on the corner to the savvy web design firm. Regardless of who you are working with, you need to follow the following recommendations to ensure your company rights are PROTECTED!</p>
<p>Now, you may be wondering, WHY is this guy making such a BIG DEAL about this? Well, I&#8217;ll share a cautionary tale with you as to the EXACT reason I&#8217;m making a big deal about this.</p>
<p>This is what happens when you don&#8217;t take care of your web registrations. True story.</p>
<p>A gentleman I&#8217;ll call Sam had a friend who said he would manage all of Sam&#8217;s company websites. At first, like most people, Sam only had one website. His friend bought the URL (the domain name) and registered it. His friend also built the site. His friend also handled the hosting (this is where you park your website on the web so people can access it from the internet).</p>
<p>Now, the URL was Sam&#8217;s company name. The writing, the products, the blog &#8211; everything on the website was for Sam&#8217;s company. However, guess who owned the website?</p>
<p>That&#8217;s right.</p>
<p>Sam&#8217;s <em>friend </em>owned the website. Sam&#8217;s <em>friend </em>owned the domain. Sam&#8217;s <em>friend </em>owned the parking space.</p>
<p>What? You cry. How can this possibly happen?</p>
<p>Well, this is how it happens. And, this is why YOU should never let this happen to YOU.</p>
<p>Think of your website like a car. The car is going to be &#8216;parked&#8217; in a parking garage called a host. Think of an electronic world that is just streets and streets and streets with parking garages lining the streets. Each of these &#8216;parking garages&#8217; is called a host. The host allows you to park your car in their garage &#8211; for a monthly fee.</p>
<p>When you buy your car (your website), you need three things: You need an address so people can come see your car (this is your company.com or domain name), you need a car (website) and you need a place to park your car (hosting).</p>
<p>Each one of these is OWNED by YOU. You wouldn&#8217;t buy a car in the real world by asking someone to go buy it and then set it up for you. Nor should you do this in the internet world. However, this is what people do every day.</p>
<p>I&#8217;ve worked with solopreneurs, small business and also multi-million dollar businesses that handled their websites like this. This is not a matter of someone not being smart. It&#8217;s just that people don&#8217;t know what they don&#8217;t know.</p>
<p>Here&#8217;s what you need to know:</p>
<p>You MUST purchase your domain yourself! You MUST make sure YOU are the owner of your domain name. Your domain name is what comes after http:// or www.</p>
<p>If you allow your web person to OWN your domain name, this is like giving your mechanic your car title. Who own&#8217;s the domain? YOU DO.</p>
<p>Once you set up your domain in YOUR name, you will own it. After that, you will need to determine how you will give someone access to this valuable asset.</p>
<p><em>My typical recommendation is for you to make the changes to the domain (typically DNS) and give the user access to the hosting account only. I would also make sure that you have the individual sign a non-disclosure agreement. If at any time the developer goes away immediately change the password on the account at your host.</em></p>
<p><strong>Maintain constant access to your hosting account and ensure you know the password.</strong></p>
<p>Your hosting account is where you park your car (website). You can&#8217;t get to your car without knowing the password to get into the garage. If you give control to your web person and don&#8217;t maintain your passwords, your web person could lock you out of your own garage!</p>
<p>Yes, this really does happen. People get new jobs. People quit designing websites. But, you know whose problem it really is when YOU can&#8217;t get in YOUR garage (hosting account)? YOURS!</p>
<p>Here&#8217;s what no one is going to tell you. The hosting company can only go by what is on their records. If your web person is the contact on the hosting package, then ONLY that person can get access. What? Even if you own the company, the hosting company can get into SERIOUS trouble by allowing someone else to access the account.</p>
<p>This is why you MUST ensure you maintain the account so you can always get access to your hosting.</p>
<p><strong>When you hire someone to design your website, ensure that YOU own the website when you are finished.</strong></p>
<p>If you are not familiar with the land of designers who own things after you have paid them for the design they made for <em>your </em>company, then this is for you. Yes, it is really true. Some design agencies write into their contracts that THEY own YOUR website when they are done?</p>
<p>What?</p>
<p>This falls into the category of who &#8216;owns&#8217; the art. When a photographer takes a picture of <em>you, </em>who owns it? Yes, the photographer. That&#8217;s why each time you want a copy, you have to go back to the photographer. Who owns design materials when an agency holds the copyright? That&#8217;s right. The agency.</p>
<p>However, you can ensure you OWN your car when you buy it. You just need to negotiate this upfront.</p>
<p>I have many cautionary tales of web people who have been hit by buses, who have lost it and run back to corporate America, of trusting business owners who were &#8216;too busy&#8217; to handle the details and the best advice is to set this up the right way the FIRST TIME. Once you do it, then you&#8217;ll know how to do it.</p>
<p>If this article is still to much are your prefer someone else to do it for you, contact us on our website today.</p>
<p><em>Mark Ferguson is a business strategist and the owner of </em><a href="http://www.wordpressdesignshop.com/">WordPress Design Shop</a>, a boutique firm specializing in strategic website development for small business owners. He brings his clients more than 20 years of experience in website development and e-commerce architecture working with some of America&#8217;s top brands, including Victoria&#8217;s Secret, Dress Barn, The Limited, Express, Saks Fifth Avenue, Garden Ridge, Pier One Imports, Pac Sun, Lane Bryant, Bring Back Desire and Diva Toolbox.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/" rel="bookmark" class="crp_title">Should You Worry about WordPress Security?</a></li><li><a href="http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/" rel="bookmark" class="crp_title">Functional Requirements Before Web Design When Building a New Website</a></li><li><a href="http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/" rel="bookmark" class="crp_title">Should I Buy a Premium WordPress Template or Have one Made?</a></li><li><a href="http://wordpressdesignshop.com/how-to-integrate-wordpress-wp-estore-with-aweber/" rel="bookmark" class="crp_title">How to Integrate WordPress WP eStore with AWeber</a></li><li><a href="http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/" rel="bookmark" class="crp_title">Work from Home and Make Real Money Selling WordPress Websites</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>who owns wordpress domain</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functional Requirements Before Web Design When Building a New Website</title>
		<link>http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/</link>
		<comments>http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 19:47:00 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[functional requirements]]></category>
		<category><![CDATA[new website]]></category>
		<category><![CDATA[special]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/</guid>
		<description><![CDATA[I know right now after reading the title of this article you may be asking yourself Function before Design? Mark you have to be crazy? The world is all visual [...]]]></description>
			<content:encoded><![CDATA[<p>I know right now after reading the title of this article you may be asking yourself Function before Design? Mark you have to be crazy? The world is all visual and that has to be the most important part of any new website.</p>
<p>Now before you start emailing and telling me how you are right and how important the visual aspects of a business website are, remember I am all about you getting the most value you can from your website development and design efforts. If you have tons of money to waste and years of your life devoted to your new project then by all means I will agree you are right (design is most important) and that you should go find the most expensive designer possible to create your dream website and recreate it when the developers start trying to make the visual design work&#8230;Oh you may want to get two designers and some extra programmers incase the first ones quit when you keep making changes to the function during the design process.</p>
<p>For the rest of you that would love to get a website for a great price that also has good design here are the top reasons to think about functions first.</p>
<p><strong>1. </strong><strong>Functional requirements enhance the design process</strong></p>
<p>When you are ready to start a new business online the typical path is to have an exciting thought about your new business and then look for a designer to create a website design, and then a logo, and last maybe product shots. These designs are then given to a programmer to make it work. Little thought goes into how you want the site to work.</p>
<p>If you take a few minutes to think about how you want the site to work, you can then give those requirements (wants) along with your visual design likes (colors, style) to the designer. This one act causes the design firm to generate design ideas that are visually and functionally targeted. Just so you know not all designers think function especially if they work with mainly advertisements.</p>
<p><strong>2. </strong><strong>Functional conversations require you to think about the customer</strong></p>
<p>Customer? This is my design who cares about the customer? Well you will when you have a beautiful design that doesn&#8217;t function and your customers go somewhere else.</p>
<p>If you take reason 1 and then add your customer&#8217;s likes and the functions they require in your particular service area you will have a website above 95% of the rest on the internet. The idea is to merge your loves with your customers, and then give those requirements to the design firm.</p>
<p><strong>3. </strong><strong>Functional requirements reduce design and development delays</strong></p>
<p>Did you know that design and development delays can double the price and time of a typical website design and development project? The delays typically go like this. You were stuck on a visual design first and had a website design created, and then that design was sent to development for the functional website to be created. Then after that you go to your new site and start working with it and that gets your brain into the functional space. Next thing you know you are having the design changed because the navigation makes, no sense. Next the sign-up for a free report cannot be seen and you change the design again and so on. In the meantime the developers get 1 and then 2 and then 3 revisions that cause more changes to the website development process. I have seen a 30 day website go from 30 days to 6 months or more just because they did not think about function first. Not to mention their budget went from 1000 to 10000 dollars.</p>
<p><strong>4. </strong><strong>Functional requirements save money</strong></p>
<p>The idea is real simple, align your wants and desire, your customers&#8217; wants and desires with the design and programmers wants and desires so everyone makes money or gets what they want faster and with less effort. When you come to a design firm knowing what you want it takes less time for them to figure it out which saves them money and most of the time you money. Same thing goes with programmers. I know programmers that charge double to some clients who do not think about the functions of their web sites. The number one reason they do this is because it takes so much more time to develop for them.</p>
<p>So now that you get the general idea about why function is so important; what are the typical functions to think about before going to a design or <a href="http://wordpressdesignshop.com/">development firm</a>.</p>
<ul>
<li>Does my site have Video </li>
<li>A Blog </li>
<li>Scrolling Photos </li>
<li>Membership Section </li>
<li>Forum </li>
<li>Portfolio </li>
<li>Contact Form </li>
<li>Social Media Links </li>
<li>Calendar </li>
<li>eStore </li>
<li>Shopping Cart </li>
<li>Downloadable Products </li>
<li>Syndication </li>
<li>Audio </li>
<li>Affiliate Program </li>
<li>Advertising System</li>
</ul>
<p><em>Mark Ferguson is a business strategist and the owner of </em><a href="http://www.wordpressdesignshop.com/">WordPress Design Shop</a> <em>, a boutique firm specializing in strategic website development for small business owners. He brings his clients more than 20 years of experience in website development and e-commerce architecture working with some of America&#8217;s top brands, including Victoria&#8217;s Secret, Dress Barn, The Limited, Express, Saks Fifth Avenue, Garden Ridge, Pier One Imports, Pac Sun, Lane Bryant, Bring Back Desire and Diva Toolbox.</em></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/setting-up-a-domain-name-the-right-way/" rel="bookmark" class="crp_title">Setting Up a Domain Name the Right Way</a></li><li><a href="http://wordpressdesignshop.com/should-you-worry-about-wordpress-security/" rel="bookmark" class="crp_title">Should You Worry about WordPress Security?</a></li><li><a href="http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/" rel="bookmark" class="crp_title">Should I Buy a Premium WordPress Template or Have one Made?</a></li><li><a href="http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/" rel="bookmark" class="crp_title">When should I use a WordPress Shopping Cart?</a></li><li><a href="http://wordpressdesignshop.com/work-from-home-and-make-real-money-selling-wordpress-websites/" rel="bookmark" class="crp_title">Work from Home and Make Real Money Selling WordPress Websites</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>website functional requirements</li><li>website typical functional requirements</li><li>web design functional requirements</li><li>functional requirements for a website</li><li>website functional requirements example</li><li>functional requirements website design</li><li>website design functional requirements</li><li>shopping cart functional requirements</li><li>what are the functional requirements of a website</li><li>what are functional requirements for a website</li><li>functional requirements example</li><li>functional requirements for websites</li><li>web development functional requirements</li><li>functional requirements of a website</li><li>functional requirement web design</li><li>functional requirements examples websites</li><li>FUNCTIONAL REQUIREMENTS websites</li><li>wordpress design shop functional requirement</li><li>functional requirements prior to web design</li><li>requirements for new website</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/functional-requirements-before-web-design-when-building-a-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is wordpress? &#124; why should I use wordpress?</title>
		<link>http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/</link>
		<comments>http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 21:15:15 +0000</pubDate>
		<dc:creator>wordpress designer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[wealth building]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/</guid>
		<description><![CDATA[What is wordpress? WordPress is web software you can use to create a beautiful website or blog. It is a framework for website development and content management all in one. [...]]]></description>
			<content:encoded><![CDATA[<h2><font size="3">What is wordpress?</font></h2>
<p><font size="3"><strong>WordPress</strong> is web software you can use to create a beautiful website or blog. It is a framework for website development and content management all in one. The core software is built by hundreds of community volunteers, and when you’re ready for more features there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 25 million people have chosen WordPress to power the place on the web they call “home”</font></p>
<h2><font size="3">Why should I use WordPress?</font></h2>
<p><font size="3">There are a variety of reasons for why WordPress is one of the best platforms to use when building your new blog or website. Many people try different content management systems and blogging platforms, but they end up coming back to WordPress because it offers so much functionality in a free package. </font></p>
<p>Here are the five reasons why WordPress is the best platform to use for your new website.</p>
<h3><font size="3">WordPress is easy to customize and theme</font></h3>
<blockquote><p><font size="3">If you are like most people you would like a custom website, theme, or look for your website or blogs. With wordpress this is easy because there are literally thousands of completely unique themes out there, offering one column, two columns or three column layouts, graphics, color combinations and a variety of other details which allow for complete customization of your website and blog to suit your needs.</font></p>
</blockquote>
<h3>Managing your content is easy and requires less people</h3>
<blockquote><p><font size="3">WordPress is an extremely user friendly website and blogging platform. In a typical hour long training the average user can easily manage their content. The content is laid out in easy to follow sections and has the ability to have multiple authors if you have a virtual assistant or other staff that will provide content. All of the content written for the site, images, and videos all follow your theme so there is no need to spend hours and hours formatting your content.</font></p>
</blockquote>
<h3>Easily Optimized and Configured for SEO</h3>
<blockquote><p><font size="3">Search engine optimization is one of those terms that can drive people crazy or evoke visions of spending hours trying to get your site to look right for google. WordPress is optimized right out of the box and with a few plug-ins you can watch your site climb the rankings all while saving you thousands of dollars in the process on labor and outside resources.</font></p>
</blockquote>
<h3>WordPress is less expensive to develop</h3>
<blockquote><p><font size="3">With over 25 million developers across the globe wordpress is one of the least expensive platforms to find development resources for. This allow you to have a 30k or 40k looking website for as little as $900-2500.00 dollars and that include ecommerce and marketing capabilities. Even better is the fact that you can find USA based developers that are easy to work with and understand.</font></p>
</blockquote>
<h3>You can extend the platform with unlimited plug-ins</h3>
<blockquote><p><font size="3">WordPress has a seemingly endless supply of plugins that can be downloaded, installed and utilized for absolutely free. The installation of these plugins is easy, and involves uploading the plugin to your website through a simple administration screen on the website and activating it. Whatever you end up needing in terms of functionality, there is more than likely a number of plugins that can be downloaded and installed to improve the capability of your blog.</font></p>
</blockquote>
<p align="center"><font size="3"><a title="Wordpress and Website Support Experts" href="http://wordpressdesignshop.com/contact-wordpress-design-shop/">Ready to take your website to the next level and see what wordpress has to offer?</a></font></p>
<p><font size="3"></font></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://wordpressdesignshop.com/wordpress-on-page-seo/" rel="bookmark" class="crp_title">WordPress On Page SEO</a></li><li><a href="http://wordpressdesignshop.com/should-i-buy-a-premium-wordpress-template-or-have-one-made/" rel="bookmark" class="crp_title">Should I Buy a Premium WordPress Template or Have one Made?</a></li><li><a href="http://wordpressdesignshop.com/4th-of-july-wordpress-package-special/" rel="bookmark" class="crp_title">4th of July WordPress Package Special</a></li><li><a href="http://wordpressdesignshop.com/how-to-turn-off-directory-browsing-in-wordpress/" rel="bookmark" class="crp_title">How to Turn off Directory Browsing in WordPress</a></li><li><a href="http://wordpressdesignshop.com/when-should-i-use-a-wordpress-shopping-cart/" rel="bookmark" class="crp_title">When should I use a WordPress Shopping Cart?</a></li></ul></div><p><center><h4>WordPress Related:</h4></center></p><center><ul><li>why designers should use wordpress</li><li>why wordpress pdf</li></ul></center>]]></content:encoded>
			<wfw:commentRss>http://wordpressdesignshop.com/what-is-wordpress-why-should-i-use-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

