<?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>The One Stop Blog Shop</title>
	<atom:link href="http://theonestopblogshop.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theonestopblogshop.com</link>
	<description>Domains &#124; Web Hosting &#124; Wordpress &#124; Graphics &#38; Logos</description>
	<lastBuildDate>Wed, 11 Apr 2012 08:25:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To Update Your WordPress Software</title>
		<link>http://theonestopblogshop.com/how-to-update-your-wordpress-software/</link>
		<comments>http://theonestopblogshop.com/how-to-update-your-wordpress-software/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 19:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1722</guid>
		<description><![CDATA[From time to time you may want to update your WordPress installation to the latest version. You might want to do this because you&#8217;ve seen a message at the top of your Dashboard telling you that a new release is available, &#8230;]]></description>
			<content:encoded><![CDATA[<p>From time to time you may want to update your WordPress installation to the <a title="http://wordpress.org/download/" href="http://wordpress.org/download/">latest version</a>. You might want to do this because you&#8217;ve seen a message at the top of your Dashboard telling you that a new release is available, because you&#8217;ve been made aware of some useful new functionality, or because a security fix has been released.</p>
<div><strong>WARNING:</strong> The upgrade process will affect all files and folders included in the main WordPress installation. This includes all the core files used to run WordPress, two plugins (Akismet and Hello Dolly) and two themes (Twenty Eleven and Twenty Ten). If you have made any modifications to those files, your changes will be lost.</div>
<p>Whatever the reason for updating, before getting started it is best to <strong>check the current <a title="http://wordpress.org/about/requirements/" href="http://wordpress.org/about/requirements/">minimum requirements</a> page</strong> first to make sure that your web host has the required versions of PHP and MySQL. (If you are not sure, then your hosting provider should be able to tell you.)</p>
<p><a id="Take_a_Backup" name="Take_a_Backup"></a></p>
<h3>Take a Backup</h3>
<p>The next thing to do is to <strong>take a backup of your database</strong>. All your posts and Pages are held in the database, so you will need to have a copy of it in case, for whatever reason, you change your mind after upgrading and need to go back. If you are not sure how to backup your database, then complete instructions can be found in the <a title="WordPress Backups" href="http://codex.wordpress.org/WordPress_Backups">WordPress Backups</a> section of the Codex.</p>
<p><a id="Disable_Plugins" name="Disable_Plugins"></a></p>
<h3>Disable Plugins</h3>
<p>The final preparation step is to <strong>disable plugins</strong>. Now, you don&#8217;t <em>have</em> to do this, but every now and again a plugin hasn&#8217;t been updated to work with the latest version of WordPress, and causes a problem after the upgrade. So, it&#8217;s best to try and avoid that, yes? You can easily disable your plugins by heading to the <a title="Plugins Installed SubPanel" href="http://codex.wordpress.org/Plugins_Installed_SubPanel">Manage Plugins</a> page in the Dashboard, changing the &#8220;Bulk Actions&#8221; pull down menu to &#8220;Deactivate&#8221; and clicking &#8220;Apply&#8221;.</p>
<p><a id="Ready_to_Update" name="Ready_to_Update"></a></p>
<h3>Ready to Update</h3>
<p>Now that you&#8217;ve checked that you&#8217;re ready to update, you&#8217;ve turned off your plugins and you&#8217;ve got your backup, it&#8217;s time to get started.</p>
<p>There are two methods for updating &#8211; the easiest is the Automatic Update, which will work for most people. If it doesn&#8217;t work, or you just prefer to be more hands-on, you can follow the manual update process.</p>
<p><a id="Automatic_Update" name="Automatic_Update"></a></p>
<h1>Automatic Update</h1>
<p>Current versions of WordPress (2.7+) feature an Automatic Update. You can launch the automatic Update by clicking the link in the new version banner (if it&#8217;s there) or by going to the Tools -&gt; Upgrade (or Update for version 3) menu. Once you are on the &#8220;Update WordPress&#8221; page, click the button &#8220;Update Automatically&#8221; to start the process off. You shouldn&#8217;t need to do anything else and, once it&#8217;s finished, you will be up-to-date.</p>
<p>For Automatic Update to work, at least two criteria must be satisfied:</p>
<p>(a) file ownership: all of your WordPress files must be owned by the user under which your web server executes. In other words, the owner of your WordPress files <strong>must match</strong> the user under which your web server executes. The web server user (named &#8220;apache&#8221;, &#8220;web&#8221;, &#8220;www&#8221;, &#8220;nobody&#8221;, or some such) is not necessarily the owner of your WordPress files. Typically, WordPress files are owned by the ftp user which uploaded the original files. If there is no match between the owner of your WordPress files and the user under which your web server executes, you will receive a dialog box asking for &#8220;connection information&#8221;, and you will find that no matter what you enter in that dialog box, you won&#8217;t be able to update automatically.</p>
<p>(b) file permissions: all of your WordPress files must be either owner writable by, or group writable by, the user under which your Apache server executes.</p>
<p>On shared hosts, WordPress files should specifically NOT be owned by the web server. If more then one user owns different files in the install (because of edits made by deleting and re-uploading of files via different accounts, for example), the file permissions need to be group writable (for example, 775 and 664 rather then the default 755 and 644). File permissions (in general) should be adjusted as appropriate for the server environment (the shared host RackSpace CloudSites for example recommends 700 and 600 for a single ftp user, or 770 and 660 for multiple ftp users). See the file permission section for more (some files and folders require stricter permissions).</p>
<p>Automatic update has been known to fail if you&#8217;re not using PHP5. If you see the message indicating that the update is downloading the zip file and then nothing else happens, it may be because you are not running PHP5. Many hosts offer both PHP4 and PHP5, and switching is usually very easy, often a simple entry in your .htaccess file. If you can&#8217;t switch to PHP5, and experience this problem, use the manual update below.</p>
<p>If you have customized the TwentyTen or TwentyEleven theme, you should not use the automatic upgrade, as it will overwrite your changes &#8211; you should use a manual update instead.</p>
<p>If you see a &#8220;failed update&#8221; nag message, delete the file <strong>.maintenance</strong> from your WordPress directory using FTP. This will remove the &#8220;failed update&#8221; nag message.</p>
<p>If the automatic upgrade doesn&#8217;t work for you, don&#8217;t panic! Just try a manual update.</p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/how-to-update-your-wordpress-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KevinKmetz.com</title>
		<link>http://theonestopblogshop.com/kevinkmetz-com/</link>
		<comments>http://theonestopblogshop.com/kevinkmetz-com/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 19:17:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Blogs]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1368</guid>
		<description><![CDATA[http://kevinkmetz.com is a website that was created to showcase some of the events by Kevin Kmetz. Born in Pensacola, Fl, he has sought after a life of competitive inline skating, short track speed skating and currently now competes in MMA &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://KevinKmetz.com" target="_blank">http://kevinkmetz.com</a> is a website that was created to showcase some of the events by Kevin Kmetz. Born in Pensacola, Fl, he has sought after a life of competitive inline skating, short track speed skating and currently now competes in MMA (Mix Martial Arts) fighting. We built this site for locals and area friends, family and others to follow his success and accomplishments.</p>
<p><a href="http://theonestopblogshop.com/wp-content/uploads/2010/12/fullscreenshot1.png"><img class="alignnone size-large wp-image-953" title="fullscreenshot" src="http://theonestopblogshop.com/wp-content/uploads/2010/12/fullscreenshot1-858x1024.png" alt="" width="550" height="654" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/kevinkmetz-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0800implants.com</title>
		<link>http://theonestopblogshop.com/0800implants-com/</link>
		<comments>http://theonestopblogshop.com/0800implants-com/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 20:19:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[0800implants.com]]></category>
		<category><![CDATA[facebook fan page]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1361</guid>
		<description><![CDATA[Facebook Landing Page:]]></description>
			<content:encoded><![CDATA[<p>Facebook Landing Page:</p>
<p><a href="http://theonestopblogshop.com/wp-content/uploads/2011/04/0800_watermark.png"><img class="alignnone size-full wp-image-1362" title="0800_watermark" src="http://theonestopblogshop.com/wp-content/uploads/2011/04/0800_watermark.png" alt="" width="520" height="700" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/0800implants-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaVidaFemme.com</title>
		<link>http://theonestopblogshop.com/lavidafemme-com/</link>
		<comments>http://theonestopblogshop.com/lavidafemme-com/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 17:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Blogs]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1286</guid>
		<description><![CDATA[When you need the real deal, Elizabeth Webb is just that. We got the chance to work on a new website for http://lavidafemme.com . Elizabeth Webb, founder and CEO of La Vida Femme, is regarded as New York’s premiere Lifestyle &#8230;]]></description>
			<content:encoded><![CDATA[<p>When you need the real deal, Elizabeth Webb is just that. We got the chance to work on a new website for <a href="http://lavidafemme.com" target="_blank">http://lavidafemme.com</a> . Elizabeth  Webb, founder and CEO of La Vida Femme, is regarded as New  York’s  premiere Lifestyle &amp; Relationship Coach. Dubbed “Lady E” by  her  clients, Elizabeth specializes in helping women attract and build   luscious, radiant, fabulous relationships! So they needed upscale look, upscale site and upscale images. The One Stop Blog Shop was able to provide just that. Estore will soon be added as well as newsletter and tips. We took their old website and turn it into a real online presence.</p>
<p><img src="http://theonestopblogshop.com/wp-content/uploads/2011/03/lavidafemme1.png" alt="" width="580" height="434" /></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/lavidafemme-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Divaleadership Academy</title>
		<link>http://theonestopblogshop.com/divaleadership-academy/</link>
		<comments>http://theonestopblogshop.com/divaleadership-academy/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 18:30:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Blogs]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1280</guid>
		<description><![CDATA[Time to revamp an old website! Party Plan Divas, Inc. came to us to revamp their popular etraining website http://divaleadershipacademy.com/ We took their website and created an emember based super site. Now their every so popular system will be available &#8230;]]></description>
			<content:encoded><![CDATA[<p>Time to revamp an old website! Party Plan Divas, Inc. came to us to revamp their popular etraining website http://divaleadershipacademy.com/ We took their website and created an emember based super site. Now their every so popular system will be available to paid members with reoccurring billing, as well as private/protected content sections. Ebooks, Online Training and other specialties are now all available in one easy to find location.</p>
<p><a href="http://theonestopblogshop.com/wp-content/uploads/2011/03/divaleadership-full2.png"><img class="alignnone size-full wp-image-1276" title="divaleadership-full2" src="http://theonestopblogshop.com/wp-content/uploads/2011/03/divaleadership-full2.png" alt="" width="600" height="531" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/divaleadership-academy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Party Plan Divas Store</title>
		<link>http://theonestopblogshop.com/party-plan-divas-store/</link>
		<comments>http://theonestopblogshop.com/party-plan-divas-store/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Blogs]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1275</guid>
		<description><![CDATA[Once again when Party Plan Divas, Inc. needed a web store, they knew exactly who to turn to. We were approached with the idea that Party Plan Divas wanted a web store with affiliate tracking and shopping cart options. Something &#8230;]]></description>
			<content:encoded><![CDATA[<p>Once again when Party Plan Divas, Inc. needed a web store, they knew exactly who to turn to. We were approached with the idea that Party Plan Divas wanted a web store with affiliate tracking and shopping cart options. Something that E books, Training material, Videos and other material could be sold to their customers and award others for sending traffic to their site. We setup their store on a word press software that is easy to use and manage, as well as very affordable to customize. We included both shopping cart system and affiliate software.  We took care of their logo, image and product graphic needs as well. You can find their store at http://store.partyplandivasinc.com</p>
<p><a href="http://theonestopblogshop.com/wp-content/uploads/2011/03/divastore-full.png"><img class="alignnone size-full wp-image-1277" title="divastore-full" src="http://theonestopblogshop.com/wp-content/uploads/2011/03/divastore-full.png" alt="" width="600" height="552" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/party-plan-divas-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quality Alarm Systems</title>
		<link>http://theonestopblogshop.com/quality-alarm-systems/</link>
		<comments>http://theonestopblogshop.com/quality-alarm-systems/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 01:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Blogs]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1271</guid>
		<description><![CDATA[When we were contacted by http://qualityalarmsystems.com, they need a website and needed it quick. After failed attempts at other local &#8216;design&#8217; companies, they came to The One Stop Blog Shop and we set them up with site and took care &#8230;]]></description>
			<content:encoded><![CDATA[<p>When we were contacted by http://qualityalarmsystems.com, they need a website and needed it quick. After failed attempts at other local &#8216;design&#8217; companies, they came to The One Stop Blog Shop and we set them up with site and took care of all their needs right away. Their site features a Flash Banner on the top, followed by a simple post section in the middle. The site is very &#8216;page&#8217; heavy and not so much post/content thick, but it gets every bit of information they need out to their clients and they soon hope to expand into a shopping cart, Google merchant services as well as customer database in the future.</p>
<p><img src="http://theonestopblogshop.com/wp-content/uploads/2011/03/qualityalarmsystems.png" alt="" width="650" height="789" /></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/quality-alarm-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Landing Pages</title>
		<link>http://theonestopblogshop.com/facebook-landing-pages/</link>
		<comments>http://theonestopblogshop.com/facebook-landing-pages/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:14:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1089</guid>
		<description><![CDATA[We all know that first impressions, mean so much and always last. Our Facebook Fan Pages are a great way to give that first impression to let your potential customers know you mean business. Here are a few samples we &#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">We all know that first impressions, mean so much and always last. Our <strong>Facebook Fan Pages</strong> are a great way to give  that first impression to let your potential customers know you mean business.  Here are a few samples we have done.</p>
<p style="text-align: center;"><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/kteller_fb_page.png"><img class="alignnone size-full wp-image-1098" title="kteller_fb_page" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/kteller_fb_page.png" alt="" width="200" height="200" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/99cents_fb_page.png"><img class="alignnone size-full wp-image-1091" title="99cents_fb_page" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/99cents_fb_page.png" alt="" width="200" height="200" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>We&#8217;ll make it easy; Just Choose a Template:</strong></p>
<p style="text-align: center;"><strong><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design1-WM.jpg"><img class="alignnone size-medium wp-image-1092" title="facebook_template_design1-WM" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design1-WM-222x300.jpg" alt="" width="222" height="300" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design2-WM.jpg"><img class="alignnone size-medium wp-image-1093" title="facebook_template_design2-WM" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design2-WM-222x300.jpg" alt="" width="222" height="300" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design3-WM.jpg"><img class="alignnone size-medium wp-image-1094" title="facebook_template_design3-WM" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design3-WM-222x300.jpg" alt="" width="222" height="300" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design4.png"><img class="alignnone size-medium wp-image-1096" title="facebook_template_design4" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design4-222x300.png" alt="" width="222" height="300" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design5-WM.jpg"><img class="alignnone size-medium wp-image-1097" title="facebook_template_design5-WM" src="http://theonestopblogshop.com/wp-content/uploads/2011/02/facebook_template_design5-WM-222x300.jpg" alt="" width="222" height="300" /></a></strong></p>
<p style="text-align: center;">
<p><strong>Here is some information we will need to make things super simple and easy.</strong></p>
<p><strong><br />
</strong></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/facebook-landing-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphic Design</title>
		<link>http://theonestopblogshop.com/graphic-design/</link>
		<comments>http://theonestopblogshop.com/graphic-design/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1215</guid>
		<description><![CDATA[The One Stop Blog Shop offers multiple types of Graphic Design. Our graphic designers can do edits, re-sizes, or create something new from scratch. Logo &#38; Headers Buttons and other image types Animated &#38; Flash files are also available Facebook &#8230;]]></description>
			<content:encoded><![CDATA[<p>The One Stop Blog Shop offers multiple types of Graphic Design. Our graphic designers can do edits, re-sizes, or create something new from scratch.</p>
<ul>
<li>Logo &amp; Headers</li>
<p><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/ppd_blog.png" alt="" /><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/fhusa_blog.png" alt="" /><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/spotlight_blog.png" alt="" /></p>
<li>Buttons</li>
<p><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/ktellertv_blog.png" alt="" /><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/mishi_blog.png" alt="" /><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/ppdtv_blog.png" alt="" /></p>
<li>and other image types</li>
<p><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/kteller_blog.png" alt="" /><a href="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png"><img class="alignnone size-full wp-image-1008" title="150x150_blog_paint_can" src="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" alt="" width="150" height="150" /></a><img src="http://theonestopblogshop.com/wp-content/uploads/2010/10/sitc_blog.png" alt="" /></p>
<li>Animated &amp; Flash files are also available</li>
</ul>
<p>Facebook Fan Landing Pages:<br />
<a title="99centarticles" href="https://www.facebook.com/99centarticles?v=app_4949752878" target="_blank"><img src="http://theonestopblogshop.com/wp-content/uploads/99cents_fb_page.png" alt="" /></a><a href="http://www.facebook.com/pages/KTeller-Inc/202023345701?v=app_4949752878&amp;ref=ts" target="_blank"><img src="http://theonestopblogshop.com/wp-content/uploads/kteller_fb_page.png" alt="" /></a></p>
<p><div class="eStore-product"><div class="eStore-thumbnail"><a href="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_facebook.png" title="Facebook Timeline Package"><img class="thumb-image" src="http://www.theonestopblogshop.com/wp-content/uploads/2011/01/150x150_facebook.png" alt="Facebook Timeline Package" /></a></div><div class="eStore-product-description"><div class="eStore-product-name">Facebook Timeline Package</div>The FB Timeline Package will help give your page that professional look. First impressions are most important; let your customers know you mean business! No worries, there is no limit to the images or graphics creativity we will use as we don't limit your success.<P><div class="eStore_oldprice"><strong>Price: </strong>$50.00</div><div class="eStore_price"><strong>Price: </strong>$30.00</div><object class="eStore_button_object"><form method="post" class="eStore-button-form" action="" style="display:inline" onsubmit="return ReadForm1(this, 1);">Quantity: <input type="text" name="add_qty" size="1" value="1" />&nbsp;<br /><input type="submit" value="Add to Cart" class="eStore_button" /><input type="hidden" name="product" value="Facebook Timeline Package" /><input type="hidden" name="product_name_tmp1" value="Facebook Timeline Package" /><input type="hidden" name="thumbnail_url" value="http://www.theonestopblogshop.com/wp-content/uploads/2011/01/150x150_facebook.png" /><input type="hidden" name="price" value="30.00" /><input type="hidden" name="price_tmp1" value="30.00" /><input type="hidden" name="item_number" value="11" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="tax" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://theonestopblogshop.com/feed/" /></form></object></div></div><div class="eStore-product"><div class="eStore-thumbnail"><a href="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" title="Ad Banners"><img class="thumb-image" src="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" alt="Ad Banners" /></a></div><div class="eStore-product-description"><div class="eStore-product-name"><a href="http://theonestopblogshop.com/blog-services/graphic-design/">Ad Banners</a></div>Do you need a custom banner to plug into an advertising spot? Are you ready to start promoting your website with others and increasing your traffic? The purchase of this graphic service is for 1 x 125x200, 200x300 or 468x60 size banner* (custom sizes also available)<P>

*Graphic must be already created and available. If you need a header/logo created first, please purchase that graphic service.<P><div class="eStore_oldprice"><strong>Price: </strong>$15.00</div><div class="eStore_price"><strong>Price: </strong>$9.99</div><object class="eStore_button_object"><form method="post" class="eStore-button-form" action="" style="display:inline" onsubmit="return ReadForm1(this, 1);">Button Size: <input type="text" name="custom_input" value="" class="eStore_text_input" /><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" class="eStore_button" /><input type="hidden" name="product" value="Ad Banners" /><input type="hidden" name="product_name_tmp1" value="Ad Banners" /><input type="hidden" name="thumbnail_url" value="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" /><input type="hidden" name="price" value="9.99" /><input type="hidden" name="price_tmp1" value="9.99" /><input type="hidden" name="item_number" value="6" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="tax" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://theonestopblogshop.com/blog-services/graphic-design/" /></form></object></div></div><div class="eStore-product"><div class="eStore-thumbnail"><a href="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" title="Buttons"><img class="thumb-image" src="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" alt="Buttons" /></a></div><div class="eStore-product-description"><div class="eStore-product-name"><a href="http://theonestopblogshop.com/blog-services/graphic-design/">Buttons</a></div>Do you need to reduce your logo or header to fill an advertising spot? Are you ready to start sharing your brand with others and increasing your traffic? The purchase of this graphic service is for 1 x 125x125 size button* & 1 x 150x150 size button*. If you need the 'grab my button' code, just ask! Free with purchase of any button! <P>

*Graphic must be already created and available. If you need a header/logo created first, please purchase that graphic service.<P><div class="eStore_oldprice"><strong>Price: </strong>$15.00</div><div class="eStore_price"><strong>Price: </strong>$9.99</div><object class="eStore_button_object"><form method="post" class="eStore-button-form" action="" style="display:inline" onsubmit="return ReadForm1(this, 1);"><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" class="eStore_button" /><input type="hidden" name="product" value="Buttons" /><input type="hidden" name="product_name_tmp1" value="Buttons" /><input type="hidden" name="thumbnail_url" value="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" /><input type="hidden" name="price" value="9.99" /><input type="hidden" name="price_tmp1" value="9.99" /><input type="hidden" name="item_number" value="5" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="tax" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://theonestopblogshop.com/blog-services/graphic-design/" /></form></object></div></div><div class="eStore-product"><div class="eStore-thumbnail"><a href="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" title="Header | Logo"><img class="thumb-image" src="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" alt="Header | Logo" /></a></div><div class="eStore-product-description"><div class="eStore-product-name"><a href="http://theonestopblogshop.com/blog-services/graphic-design/">Header | Logo</a></div>Do you need a new header to fill that new theme? Are you having a hard time finding that perfect "whatchamacallit" that represents YOU? Are you ready to start branding YOU! Then you need a custom header/logo! Purchase of this service is for 1 x Header/Logo design. <P><div class="eStore_oldprice"><strong>Price: </strong>$50.00</div><div class="eStore_price"><strong>Price: </strong>$39.99</div><object class="eStore_button_object"><form method="post" class="eStore-button-form" action="" style="display:inline" onsubmit="return ReadForm1(this, 1);"><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" class="eStore_button" /><input type="hidden" name="product" value="Header | Logo" /><input type="hidden" name="product_name_tmp1" value="Header | Logo" /><input type="hidden" name="thumbnail_url" value="http://theonestopblogshop.com/wp-content/uploads/2011/01/150x150_blog_paint_can.png" /><input type="hidden" name="price" value="39.99" /><input type="hidden" name="price_tmp1" value="39.99" /><input type="hidden" name="item_number" value="4" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="tax" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="http://theonestopblogshop.com/blog-services/graphic-design/" /></form></object></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/graphic-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Design</title>
		<link>http://theonestopblogshop.com/website-design/</link>
		<comments>http://theonestopblogshop.com/website-design/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 12:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://theonestopblogshop.com/?p=1111</guid>
		<description><![CDATA[Take Your Mark.. From the start to the finish line, this package offers everything you need. This is great for Small Business Owners, Mompreneurs, or Bloggers with a medium to large customer base or following. The package offers: -1 yr &#8230;]]></description>
			<content:encoded><![CDATA[<p>Take Your Mark.. From the start to the finish line, this package offers everything you need. This is great for Small Business Owners, Mompreneurs, or Bloggers with a medium to large customer base or following.  The package offers:</p>
<p>-1 yr hosting (can discount if you already have your own)<br />
-custom images (can discount if you already have your own)<br />
-custom website design<br />
-static home pages<br />
-custom email address (name@yourdomain.com)<br />
-plug-in installation &amp; configuration<br />
navigation &amp; category hierarchy setup<br />
-any other custom page templates</p>
<p>This package usually runs:<span style="color: #008000;"> <strong>$499-$999</strong></span> depending on needs and wants from the business owner.</p>
<p>Please <a title="Contact Us" href="http://theonestopblogshop.com/contact/" target="_blank">Contact Us</a> directly with your ideas, so we can give you a personal quote</p>
<p style="text-align: center;"><strong>Here are some samples: More available in our Portfolio section.</strong></p>
<p style="text-align: center;"><a href="http://theonestopblogshop.com/wp-content/uploads/2010/08/divaleadership-full.png"><img class="alignnone size-medium wp-image-677" title="divaleadership-full" src="http://theonestopblogshop.com/wp-content/uploads/2010/08/divaleadership-full-194x300.png" alt="" width="194" height="300" /></a><a href="http://theonestopblogshop.com/wp-content/uploads/2010/08/partyplaninc-full.png"></a><a href="http://theonestopblogshop.com/wp-content/uploads/2010/08/kteller-full.png"> <img class="alignnone size-medium wp-image-651" title="kteller-full" src="http://theonestopblogshop.com/wp-content/uploads/2010/08/kteller-full-148x300.png" alt="" width="148" height="300" /></a> <img class="alignnone size-medium wp-image-645" title="partyplaninc-full" src="http://theonestopblogshop.com/wp-content/uploads/2010/08/partyplaninc-full-195x300.png" alt="" width="195" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://theonestopblogshop.com/website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

