<?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>GRAPHICpilot.com &#124; Redding Web Designer, Graphic Design &#38; Computer Services</title>
	<atom:link href="http://www.graphicpilot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graphicpilot.com</link>
	<description>Redding, California Web Design &#38; Hosting, Graphics, Marketing, Business &#38; Home Computer Service</description>
	<lastBuildDate>Thu, 23 May 2013 19:07:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to Move, Clone or Copy an Entire WordPress Site to a New Server &#124; Plugin Review</title>
		<link>http://www.graphicpilot.com/technology-blog/how-to-move-wordpress-site/</link>
		<comments>http://www.graphicpilot.com/technology-blog/how-to-move-wordpress-site/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 02:01:57 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[move wordpress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=415</guid>
		<description><![CDATA[<p><p><img width="769" height="247" src="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png" class="attachment-post-thumbnail wp-post-image" alt="duplicator-plugin" /></p>Often times, for one reason or another, I find myself wanting to develop a WordPress site for a client in a different location than where it's going to end up. For instance, the client already has a website and this new WordPress will be a replacement for it - so I can't just plop into their domain until everything is A-OK. Or sometimes I just need a development location but I need the site to be live for collaboration with other developers not located within my network. So I elect to develop and then move WordPress and/or the newly built theme to the production server.
<h2>Today my [WordPress] world changed forever... enter <span style="text-decoration: underline;">Duplicator</span> plugin.</h2>
<a href="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png"><img class="alignleft size-full wp-image-416" title="duplicator-plugin" src="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png" alt="" width="769" height="247" /></a>

In this particular case, a client was wanting to move their WordPress site that I built for them from their in-house server to a higher-performing server that could handle more bandwidth. <a title="Get 25% off Hostgator with coupon code: GRAPHICpilot" href="http://goo.gl/e794J" target="_blank">I always recommend hosting with Hostgator</a> and they elected to take my advice. <em>I like it when clients do that! </em>

So here I was with the task before me of moving a WordPress site with many users and posts and quite a few utilized plugin. A quick search on Google for something like "move wordpress site plugin" yielded a plugin called <strong>Duplicator</strong> at Wordpress.org. <em><strong>Sweet!</strong></em>

Today I gave <strong>Duplicator</strong> a shot and it was successful. It was surprisingly painless and the new duplicate site was humming in no time.
<h3>What does Duplicator plugin do for you? Most notably (to me at least) it will:</h3>
<ol>
	<li><span style="font-size: 13px;"><strong>Move the ENTIRE WordPress installation</strong> - a great way how to move WordPress without installing, configuring and customizing WP all over again!</span></li>
	<li><span style="font-size: 13px;"><strong>Move the WordPress users</strong> - you can include the entire user base - profiles, passwords and all without having to re-create them.</span></li>
	<li><span style="font-size: 13px;"><strong>Move the WordPress plugins</strong> - yup! They're swooped up in the move too. All plugins will go with it.</span></li>
	<li><strong>Move the WordPress theme as a package</strong> - you betcha! Since the themes are part of the installation, they all go too.</li>
	<li><strong>Move the WordPress database</strong> - yeah, this one's a doozy! You don't have to do any extensive phpMyAdmin (or other) hackery to make it happen.</li>
	<li><strong>Cleanly intall your own custom WordPress copy</strong> - here's one I've been pondering for a while. Now I know that I can make a generic installation with all my usual tricks (plugins, options, permalinks, etc.) and more quickly install it on client servers, saving me tons of cumulative time!</li>
</ol>
<h3>What the Duplicator plugin process looks like (roughly):</h3>
<ol>
	<li><strong>Install Duplicator Plugin. </strong>First, you install and activate the plugin at the WordPress installation that you want to relocate. (You can download it <a title="Wordpress Duplicator Plugin" href="http://wordpress.org/extend/plugins/duplicator/" target="_blank">here</a>.)</li>
	<li><strong>Create and Download Archive Package. </strong>After consulting the documentation, you create a package of your entire site AND an installer.php file that will execute the unpacking. In most cases it only takes a couple moments!</li>
	<li><strong>FTP Package Files to New Location. </strong>Using FTP or really any file transfer method, upload the zip archive package of your WordPress AND the installer.php file into the directory where you want WordPress installed at the new host.</li>
	<li><strong>Run Installer.php. </strong>Open a browser and browse to the full URL of installer.php where you uploaded it to. Follow the on-screen prompts.</li>
</ol>
<h3>You MIGHT have a snag here... but fear not! For hosts that prevent installation (and those capable of working with databases):</h3>
If your hosting provider denies installer.php from creating a new database or user for you, you're going to have to create a new DB and DB user for your new WordPress install location. I almost <a title="cPanel Based Hosting with Hostgator.com" href="http://goo.gl/e794J" target="_blank">always use cPanel hosting</a>, so I'm giving advice for that specifically.
<ul>
	<li><strong>Create a New Database (DB) for WordPress to Use. </strong>Using cPanel's easy database management functions. You can even use the same DB as your original WP install if you want (it can be found in wp-config.php - open it with FTP).</li>
	<li><strong>Create a New Database User and Add it to New DB. </strong>Just like it sounds.</li>
	<li><strong>Put the new DB title into the appropriate box in the Duplicator installer dialog.</strong></li>
	<li><strong>Put the new DB user and password into the appropriate boxes, like above.</strong></li>
</ul>
<h4>If you've done these steps right, your installation should now proceed without a hitch. When it's done, you'll have a fully-installed WordPress site - a perfect clone of your original site!</h4></p><p>The post <a href="http://www.graphicpilot.com/technology-blog/how-to-move-wordpress-site/">How to Move, Clone or Copy an Entire WordPress Site to a New Server | Plugin Review</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img width="769" height="247" src="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png" class="attachment-post-thumbnail wp-post-image" alt="duplicator-plugin" /></p>Often times, for one reason or another, I find myself wanting to develop a WordPress site for a client in a different location than where it's going to end up. For instance, the client already has a website and this new WordPress will be a replacement for it - so I can't just plop into their domain until everything is A-OK. Or sometimes I just need a development location but I need the site to be live for collaboration with other developers not located within my network. So I elect to develop and then move WordPress and/or the newly built theme to the production server.
<h2>Today my [WordPress] world changed forever... enter <span style="text-decoration: underline;">Duplicator</span> plugin.</h2>
<a href="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png"><img class="alignleft size-full wp-image-416" title="duplicator-plugin" src="http://www.graphicpilot.com/wp-content/uploads/duplicator-plugin.png" alt="" width="769" height="247" /></a>

In this particular case, a client was wanting to move their WordPress site that I built for them from their in-house server to a higher-performing server that could handle more bandwidth. <a title="Get 25% off Hostgator with coupon code: GRAPHICpilot" href="http://goo.gl/e794J" target="_blank">I always recommend hosting with Hostgator</a> and they elected to take my advice. <em>I like it when clients do that! </em>

So here I was with the task before me of moving a WordPress site with many users and posts and quite a few utilized plugin. A quick search on Google for something like "move wordpress site plugin" yielded a plugin called <strong>Duplicator</strong> at Wordpress.org. <em><strong>Sweet!</strong></em>

Today I gave <strong>Duplicator</strong> a shot and it was successful. It was surprisingly painless and the new duplicate site was humming in no time.
<h3>What does Duplicator plugin do for you? Most notably (to me at least) it will:</h3>
<ol>
	<li><span style="font-size: 13px;"><strong>Move the ENTIRE WordPress installation</strong> - a great way how to move WordPress without installing, configuring and customizing WP all over again!</span></li>
	<li><span style="font-size: 13px;"><strong>Move the WordPress users</strong> - you can include the entire user base - profiles, passwords and all without having to re-create them.</span></li>
	<li><span style="font-size: 13px;"><strong>Move the WordPress plugins</strong> - yup! They're swooped up in the move too. All plugins will go with it.</span></li>
	<li><strong>Move the WordPress theme as a package</strong> - you betcha! Since the themes are part of the installation, they all go too.</li>
	<li><strong>Move the WordPress database</strong> - yeah, this one's a doozy! You don't have to do any extensive phpMyAdmin (or other) hackery to make it happen.</li>
	<li><strong>Cleanly intall your own custom WordPress copy</strong> - here's one I've been pondering for a while. Now I know that I can make a generic installation with all my usual tricks (plugins, options, permalinks, etc.) and more quickly install it on client servers, saving me tons of cumulative time!</li>
</ol>
<h3>What the Duplicator plugin process looks like (roughly):</h3>
<ol>
	<li><strong>Install Duplicator Plugin. </strong>First, you install and activate the plugin at the WordPress installation that you want to relocate. (You can download it <a title="Wordpress Duplicator Plugin" href="http://wordpress.org/extend/plugins/duplicator/" target="_blank">here</a>.)</li>
	<li><strong>Create and Download Archive Package. </strong>After consulting the documentation, you create a package of your entire site AND an installer.php file that will execute the unpacking. In most cases it only takes a couple moments!</li>
	<li><strong>FTP Package Files to New Location. </strong>Using FTP or really any file transfer method, upload the zip archive package of your WordPress AND the installer.php file into the directory where you want WordPress installed at the new host.</li>
	<li><strong>Run Installer.php. </strong>Open a browser and browse to the full URL of installer.php where you uploaded it to. Follow the on-screen prompts.</li>
</ol>
<h3>You MIGHT have a snag here... but fear not! For hosts that prevent installation (and those capable of working with databases):</h3>
If your hosting provider denies installer.php from creating a new database or user for you, you're going to have to create a new DB and DB user for your new WordPress install location. I almost <a title="cPanel Based Hosting with Hostgator.com" href="http://goo.gl/e794J" target="_blank">always use cPanel hosting</a>, so I'm giving advice for that specifically.
<ul>
	<li><strong>Create a New Database (DB) for WordPress to Use. </strong>Using cPanel's easy database management functions. You can even use the same DB as your original WP install if you want (it can be found in wp-config.php - open it with FTP).</li>
	<li><strong>Create a New Database User and Add it to New DB. </strong>Just like it sounds.</li>
	<li><strong>Put the new DB title into the appropriate box in the Duplicator installer dialog.</strong></li>
	<li><strong>Put the new DB user and password into the appropriate boxes, like above.</strong></li>
</ul>
<h4>If you've done these steps right, your installation should now proceed without a hitch. When it's done, you'll have a fully-installed WordPress site - a perfect clone of your original site!</h4><p>The post <a href="http://www.graphicpilot.com/technology-blog/how-to-move-wordpress-site/">How to Move, Clone or Copy an Entire WordPress Site to a New Server | Plugin Review</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/how-to-move-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress eCommerce Site: Paintball Giant Qloader.com</title>
		<link>http://www.graphicpilot.com/portfolio/web-design/ecommerce-qloader/</link>
		<comments>http://www.graphicpilot.com/portfolio/web-design/ecommerce-qloader/#comments</comments>
		<pubDate>Fri, 18 May 2012 05:34:03 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WordPress for Business]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=402</guid>
		<description><![CDATA[<p><p><img width="960" height="447" src="http://www.graphicpilot.com/wp-content/uploads/ecommerce-wordpress-qloader.jpg" class="attachment-post-thumbnail wp-post-image" alt="GRAPHICpilot.com, Redding, California Web Designer, Created the latest version of qloader.com" /></p>When the leaders behind <strong>qloader™</strong> - the world's best paintball loading system - sought to add new life to their aging Flash-based website, they called on GRAPHICpilot.com to get the job done.
<h3>About the Client - Qloader</h3>
<blockquote><em>From their website: </em>
The q-loader system is a product of necessity. Move undetected, Depend on your weapon, and most of all, Look good doing it! The components of the q-loader system are precision crafted from high quality metals and plastics and come with a Limited Lifetime Warranty. The Design and functionality of the q-loader is like no other, it combines engineering, innovation and performance in a way that seems to be years ahead of anything else on the market today. The q-loader is undoubtedly the next step in the evolution of paintball.</blockquote>
<h3>Incorporated Features</h3>
The new <strong>qloader.com</strong> is packed with ecommerce tools and functionality as well as the ability to take their products to the social networks. Some of such features include:
<ul>
	<li>Easy to use product posting using WordPress custom post types</li>
	<li>PayPal and Authorize.net integration</li>
	<li>Live shipping cost quoting through USPS and UPS</li>
	<li>LiveFyre social networking plugin for Facebook and Twitter conversation integration</li>
	<li>jQuery slideshow presentation that plays on virtually all devices including Android, iPhone, iPad and more - <em><strong>no Flash plugins required!</strong></em></li>
	<li>Multimedia integration including <strong>embedded YouTube videos</strong></li>
	<li>Blog functionality to update their customers and fans of the latest product news and events</li>
</ul>
&nbsp;</p><p>The post <a href="http://www.graphicpilot.com/portfolio/web-design/ecommerce-qloader/">WordPress eCommerce Site: Paintball Giant Qloader.com</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img width="960" height="447" src="http://www.graphicpilot.com/wp-content/uploads/ecommerce-wordpress-qloader.jpg" class="attachment-post-thumbnail wp-post-image" alt="GRAPHICpilot.com, Redding, California Web Designer, Created the latest version of qloader.com" /></p>When the leaders behind <strong>qloader™</strong> - the world's best paintball loading system - sought to add new life to their aging Flash-based website, they called on GRAPHICpilot.com to get the job done.
<h3>About the Client - Qloader</h3>
<blockquote><em>From their website: </em>
The q-loader system is a product of necessity. Move undetected, Depend on your weapon, and most of all, Look good doing it! The components of the q-loader system are precision crafted from high quality metals and plastics and come with a Limited Lifetime Warranty. The Design and functionality of the q-loader is like no other, it combines engineering, innovation and performance in a way that seems to be years ahead of anything else on the market today. The q-loader is undoubtedly the next step in the evolution of paintball.</blockquote>
<h3>Incorporated Features</h3>
The new <strong>qloader.com</strong> is packed with ecommerce tools and functionality as well as the ability to take their products to the social networks. Some of such features include:
<ul>
	<li>Easy to use product posting using WordPress custom post types</li>
	<li>PayPal and Authorize.net integration</li>
	<li>Live shipping cost quoting through USPS and UPS</li>
	<li>LiveFyre social networking plugin for Facebook and Twitter conversation integration</li>
	<li>jQuery slideshow presentation that plays on virtually all devices including Android, iPhone, iPad and more - <em><strong>no Flash plugins required!</strong></em></li>
	<li>Multimedia integration including <strong>embedded YouTube videos</strong></li>
	<li>Blog functionality to update their customers and fans of the latest product news and events</li>
</ul>
&nbsp;<p>The post <a href="http://www.graphicpilot.com/portfolio/web-design/ecommerce-qloader/">WordPress eCommerce Site: Paintball Giant Qloader.com</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/portfolio/web-design/ecommerce-qloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect Your Privacy on Facebook by Tuning Apps and Removing Old Ones</title>
		<link>http://www.graphicpilot.com/technology-blog/protect-privacy-onfacebook-tuning-apps-removing/</link>
		<comments>http://www.graphicpilot.com/technology-blog/protect-privacy-onfacebook-tuning-apps-removing/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 20:33:09 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Just for Fun]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook apps]]></category>
		<category><![CDATA[identity protection]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[privacy on Facebook]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=370</guid>
		<description><![CDATA[<p>There are Things You Can Do to Protect Your Privacy on Facebook I bet you&#8217;d be surprised to find out how many apps on Facebook have full access to your information. That means they can use it for all sorts of uses that you probably didn&#8217;t imagine they would. For example, a game you got bored of [...]</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/protect-privacy-onfacebook-tuning-apps-removing/">Protect Your Privacy on Facebook by Tuning Apps and Removing Old Ones</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2><strong>There are Things You Can Do to Protect Your Privacy on Facebook</strong></h2>
<p><a href="http://www.graphicpilot.com/wp-content/uploads/694686_lovers.jpg"><img class="alignleft size-full wp-image-372" title="Privacy on Facebook - Is it possible?" src="http://www.graphicpilot.com/wp-content/uploads/694686_lovers.jpg" alt="" width="181" height="300" /></a>I bet you&#8217;d be surprised to find out how many apps on Facebook have full access to your information. That means they can use it for all sorts of uses that you probably didn&#8217;t imagine they would. For example, <em>a game you got bored of 6 months ago and never use still has access</em> to your profile, contacts, communications and more.</p>
<p>To review and remote these stale privacy leeches (and fine-tune the ones you DO use):</p>
<ol>
<li>click on the arrow at the top right of your screen on FB</li>
<li>click Privacy Settings</li>
<li>click on &#8220;Apps and Websites&#8221; -&gt; Edit Settings</li>
<li>click on &#8220;Apps you use&#8221; -&gt; Edit Settings</li>
</ol>
<p>You&#8217;ll most likely next see an astoundingly long list of Apps that have access to your info, some grouped into &#8220;More than 6 months ago&#8221;. Each one of these apps typically has access such as &#8220;<strong>Access any time</strong>&#8221; and &#8220;<strong>Access my contact information</strong>&#8220;, letting them see when you are online.</p>
<h3> <strong>My suggestions:</strong></h3>
<ol>
<li>remove ALL apps you don&#8217;t use any longer</li>
<li>remove the settings like &#8216;Access any time&#8217; and anything that you don&#8217;t want the app to do</li>
<li>repost this so your friends can become aware too.</li>
</ol>
<p>Feel free to comment back too if you were surprised to see the list!</p>
<div></div>

<p>The post <a href="http://www.graphicpilot.com/technology-blog/protect-privacy-onfacebook-tuning-apps-removing/">Protect Your Privacy on Facebook by Tuning Apps and Removing Old Ones</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/protect-privacy-onfacebook-tuning-apps-removing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instagram for Android finally released! (Or is it?)</title>
		<link>http://www.graphicpilot.com/technology-blog/instagram-for-android-finally-released-or-is-it/</link>
		<comments>http://www.graphicpilot.com/technology-blog/instagram-for-android-finally-released-or-is-it/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 16:50:40 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Just for Fun]]></category>
		<category><![CDATA[Smartphones & Cell Phones]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fake app]]></category>
		<category><![CDATA[fake Instagram]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Instagram fake]]></category>
		<category><![CDATA[Instagram for Android]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=366</guid>
		<description><![CDATA[<p>Beware of a supposed release of Instagram for Android by a publisher called &#8220;App for Android&#8220;. It&#8217;s not a real release of Instagram at all. I don&#8217;t know how this actually made it into the Android Market but I doubt it will take long to disappear. 3 huge giveaways that its fraudulent: 1. The fake [...]</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/instagram-for-android-finally-released-or-is-it/">Instagram for Android finally released! (Or is it?)</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Beware of a supposed release of <strong>Instagram for Android</strong> by a publisher called &#8220;<strong>App for Android</strong>&#8220;. <em>It&#8217;s not a real release of Instagram at all.</em> I don&#8217;t know how this actually made it into the Android Market but I doubt it will take long to disappear. </p>
<p><strong>3 huge giveaways that its fraudulent:</strong></p>
<p>1. The fake app requires you to rate 5 stars before it will allow the use of filters. </p>
<p>2. The app is embedding AirPlay advertisements in the notification area immediately (currently the moat lucrative form of Android advertising)</p>
<p>3. <strong>The grand daddy: </strong>the screenshots are of an iPhone!</p>
<p>I was so anticipating this app, but alas, it looks like you and I will have to keep waiting.<br />
</p>
<p>The post <a href="http://www.graphicpilot.com/technology-blog/instagram-for-android-finally-released-or-is-it/">Instagram for Android finally released! (Or is it?)</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/instagram-for-android-finally-released-or-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Repair Mac Hard Drive and/or File System When Disk Utility Can&#8217;t</title>
		<link>http://www.graphicpilot.com/recent-jobs/repair-mac-hard-drive-andor-file-system-disk-utility/</link>
		<comments>http://www.graphicpilot.com/recent-jobs/repair-mac-hard-drive-andor-file-system-disk-utility/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 06:45:09 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Recent Jobs]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[corrupted hard drive]]></category>
		<category><![CDATA[Disk Utility]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[gray screen boot]]></category>
		<category><![CDATA[hard drive issues]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac repair]]></category>
		<category><![CDATA[Mac safe mode]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[spinning wheel]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=358</guid>
		<description><![CDATA[<p>Hard Drive Issues on a Mac &#8211; A Rarity, but a Pain Nonetheless Earlier this week I received a call from a local business client who was having problems publishing a self-maintained website for their store. Although my service call began with troubleshooting a problematic website, the situation promptly escalated to showing symptoms of a [...]</p><p>The post <a href="http://www.graphicpilot.com/recent-jobs/repair-mac-hard-drive-andor-file-system-disk-utility/">How to Repair Mac Hard Drive and/or File System When Disk Utility Can&#8217;t</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>Hard Drive Issues on a Mac &#8211; A Rarity, but a Pain Nonetheless</h3>
<p>Earlier this week I received a call from a local business client who was having problems publishing a self-maintained website for their store. Although my service call began with troubleshooting a problematic website, the situation promptly escalated to showing symptoms of a serious hardware issue.</p>
<p>At first it seemed like the Macbook Pro owner&#8217;s issues were purely related to iWeb and needing to be properly configured for their web hosting account. It wasn&#8217;t long before I discovered that her <strong>Mac was having issues accessing files from its hard drive</strong>. And that&#8217;s when it happened&#8230;</p>
<p>Upon a system restart, the <strong>Mac would not boot past the initial gray screen with Apple logo</strong>, <strong>spinning wheel and frozen progress bar</strong>.</p>
<p>It was quite obvious the computer was <strong>not successfully accessing its operating system files</strong> but it was too early yet to be sure whether it was due to <strong>mechanical issues with the hard drive or motherboard</strong>, <strong>missing or corrupted files</strong> stored on the hard drive. I was going to have to narrow it down before making a diagnosis that could cost the client unnecessary data loss, expenses for hardware or labor.</p>
<h2>I would suggest the following steps that I tried prior to assuming a hard drive failure:</h2>
<h3>1. Attempt to repair your system drive using Disk Utility.</h3>
<p><strong></strong>Obviously if you are stuck at the gray screen of agony, booting past it isn&#8217;t an option. But you can boot from your system disc labeled <strong>Mac OS Install DVD.</strong> To do so, pop it into your optical drive and hold the Alt/Option key while you power up the computer. Keep holding it til you see your boot drive options and then click the Mac OS Install DVD to boot from it. Once past the language selection, you can access utilities from the top menu. <strong>Disk Utility</strong> is the one you want. When it opens, click on your hard drive in the left column sidebar and the click <strong>Verify Disk</strong> followed by <strong>Repair Disk</strong> under <strong>First Aid</strong>. If your computer completes its process, then it might just be your lucky day. You should now initiate a normal restart to see if your problem has been resolved. But if your situation is like mine, you might get failures indicating the hard drive is unreadable. Pass go, but do not collect $200.</p>
<h3>2. If you DON&#8217;T have a Mac OS install DVD <span style="text-decoration: underline;">OR</span> you DO have access to another Mac and a firewire cable, try booting in Target Disk Mode.</h3>
<p>This is when you boot your afflicted machine as though it was an external drive to a healthy Mac. To do so, first turn on your sick Mac while holding down the <strong>T key</strong> and you will see a gray screen with a large occasionally moving Firewire logo. You can now connect the two computers via firewire cable and boot the healthy computer while holding the <strong>Alt/Option</strong> key as described above. Your sickly computer&#8217;s hard drive in target disk mode should appear as a boot option on your healthy computer. Choose it and proceed. If you are able to boot to it successfully, you can try again to run Disk Utility from Applications-&gt;Utilities and to verify/repair the hard drive. If this works without a hitch, again try and reboot your computer normally to see if your problem has been solved. If not, keep reading.</p>
<h3>3. This option is the one that surprisingly worked for me: Boot into Mac Safe Mode while showing its progress in a command line UI.</h3>
<p>Your Mac will automatically attempt some more gloves-come-off disk repair measures when you boot into safe mode.</p>
<h4>To start up into standard Safe Mode (to Safe Boot), do this:</h4>
<ol>
<li>Be sure your Mac is shut down.</li>
<li>Press the power button.</li>
<li>Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.</li>
<li>Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).</li>
</ol>
<h4>To start up into Safe Mode with display of the progress in a command line UI, do the same as above EXCEPT <span style="text-decoration: underline;">hold the <strong>Command</strong> and <strong>V</strong> keys along with <strong>Shift</strong></span>.</h4>
<p>In my case this process worked and I was able to boot into safe mode with the affected computer. You can now restart the computer as normal and you will likely be able to boot now, possibly after a brief progress bar display during bootup. If this works for you, <strong>you should still be concerned!</strong> Even though your computer is working seemingly normally, you should consider yourself blessed (I don&#8217;t do <em>luck</em>). If you&#8217;ve found my advice helpful so far, heed my next directive: use your extra life to immediately make an entire Time Machine backup onto a reliable clean external hard drive. You will need this if/when your hard drive crashes if you want to recover your documents and/or applications.</p>
<h4>If none of the above worked for you, it may be time to bring out the big guns if you really need to save your data.</h4>
<h3>4. Try an advanced data recovery software such as DiskWarrior or Disk Drill.</h3>
<p><strong></strong>Short of sending your hard drive to an expensive data recovery specialist, this might be your last resort for a DIY fix. These solutions may require you to remove your hard drive, use a live boot cd or target disk mode. You should refer to their respective developer&#8217;s website for a thorough outline of the process.</p>
<h3>In Conclusion and in Summary</h3>
<p>In any case, there is a reason your hard drive is having these issues. Replacing your hard drive very soon should be your plan especially if you have a hard drive more than 3 years old and you don&#8217;t have a strong hunch that you caused your own issue in any way.</p>
<h3>My Recommended Hard Drive Purchase to Fix or Upgrade Your Macbook</h3>
<p>I recommend Seagate Momentus 7200 RPM hard drives and I use them in my own and client&#8217;s machines. Replacing my original Hitachi hard drive (which had incidentally NOT failed, but was critically full at only 160GB) truly breathed new life into my Macbook Pro. Not only did it provide tons more storage space for me, but the 7200RPM performance and larger 16MB cache has greater responsiveness and performance.</p>
<ul>
<li><a href="http://www.amazon.com/gp/product/B0027P9BO2/ref=as_li_ss_tl?ie=UTF8&amp;tag=g0fad-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0027P9BO2">320GB Seagate Momentus 7200 RPM Hard Drive &#8211; Price Check</a></li>
<li><a href="http://www.amazon.com/gp/product/B001R4BBLU/ref=as_li_ss_tl?ie=UTF8&amp;tag=g0fad-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001R4BBLU">500GB Seagate Momentus 7200 RPM Hard Drive &#8211; Price Check</a> (The one that I chose for my 2007 Macbook Pro)</li>
<li><a href="http://www.amazon.com/gp/product/B004MME0N0/ref=as_li_ss_tl?ie=UTF8&amp;tag=g0fad-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004MME0N0">1TB Seagate Momentus 7200 RPM Hard Drive &#8211; Price Check</a></li>
</ul>

<p>The post <a href="http://www.graphicpilot.com/recent-jobs/repair-mac-hard-drive-andor-file-system-disk-utility/">How to Repair Mac Hard Drive and/or File System When Disk Utility Can&#8217;t</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/recent-jobs/repair-mac-hard-drive-andor-file-system-disk-utility/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WP Tip: How to Know What Version of WordPress You Are Using</title>
		<link>http://www.graphicpilot.com/technology-blog/wp-tip-version-wordpress/</link>
		<comments>http://www.graphicpilot.com/technology-blog/wp-tip-version-wordpress/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 05:25:56 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[Redding California web design]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress development]]></category>
		<category><![CDATA[WordPress tricks]]></category>
		<category><![CDATA[WordPress web designer]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=333</guid>
		<description><![CDATA[<p><p><img width="330" height="293" src="http://www.graphicpilot.com/wp-content/uploads/wordpress-version-in-dashboard.jpg" class="attachment-post-thumbnail wp-post-image" alt="See? It&#039;s right here! In the top left corner." /></p>If you're like me and have realized the impressive power of WordPress, whether as a CMS or just simply a blog, then you're probably quite familiar with the frequent WordPress update notifications in your dashboard. And probably also like me, you're zealous about always being up-to-date and taking advantage of the latest featured and newfangled functions.

WordPress makes it super easy to do an automatic update to your installation (and even to your beloved plugins). So why not <em>just do it?!?</em> I'll tell you why:

<strong>because your theme might not support the new version yet.</strong>

Before upgrading to the latest and greatest WordPress update, you'll want to check in with the WordPress theme author for compatibility before you go and make the leap.
<h3>Question: How do I know what version of WordPress I'm currently using?</h3>
[caption id="attachment_335" align="alignright" width="330" caption="See? It&#39;s right here! In the top left corner."]<img class="size-full wp-image-335" title="WordPress Version Displayed in Dashboard" src="http://www.graphicpilot.com/wp-content/uploads/wordpress-version-in-dashboard.jpg" alt="" width="330" height="293" />[/caption]

&nbsp;

<strong>Answer:</strong> The answer is right under your nose! Simply login to your WordPress admin dashboard (in most cases, located at <em>yourspecificsitedomain.com/wp-admin</em>) and it'll be displayed in the upper section of the dashboard home page.

Don't worry... You're not alone. I overlooked this for years.

<strong>Sometimes we just like to over-complicate things for ourselves, don't we?</strong>

<em>If you're looking for assistance with your WordPress based website or perhaps a brand new <a title="Contact Kyler for web design in the Redding area" href="/contact">web design in Redding, California </a>- please feel free to contact me using my easy <a title="Contact GRAPHICpilot.com" href="/contact">contact form</a>!</em></p><p>The post <a href="http://www.graphicpilot.com/technology-blog/wp-tip-version-wordpress/">WP Tip: How to Know What Version of WordPress You Are Using</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img width="330" height="293" src="http://www.graphicpilot.com/wp-content/uploads/wordpress-version-in-dashboard.jpg" class="attachment-post-thumbnail wp-post-image" alt="See? It&#039;s right here! In the top left corner." /></p>If you're like me and have realized the impressive power of WordPress, whether as a CMS or just simply a blog, then you're probably quite familiar with the frequent WordPress update notifications in your dashboard. And probably also like me, you're zealous about always being up-to-date and taking advantage of the latest featured and newfangled functions.

WordPress makes it super easy to do an automatic update to your installation (and even to your beloved plugins). So why not <em>just do it?!?</em> I'll tell you why:

<strong>because your theme might not support the new version yet.</strong>

Before upgrading to the latest and greatest WordPress update, you'll want to check in with the WordPress theme author for compatibility before you go and make the leap.
<h3>Question: How do I know what version of WordPress I'm currently using?</h3>
[caption id="attachment_335" align="alignright" width="330" caption="See? It&#39;s right here! In the top left corner."]<img class="size-full wp-image-335" title="WordPress Version Displayed in Dashboard" src="http://www.graphicpilot.com/wp-content/uploads/wordpress-version-in-dashboard.jpg" alt="" width="330" height="293" />[/caption]

&nbsp;

<strong>Answer:</strong> The answer is right under your nose! Simply login to your WordPress admin dashboard (in most cases, located at <em>yourspecificsitedomain.com/wp-admin</em>) and it'll be displayed in the upper section of the dashboard home page.

Don't worry... You're not alone. I overlooked this for years.

<strong>Sometimes we just like to over-complicate things for ourselves, don't we?</strong>

<em>If you're looking for assistance with your WordPress based website or perhaps a brand new <a title="Contact Kyler for web design in the Redding area" href="/contact">web design in Redding, California </a>- please feel free to contact me using my easy <a title="Contact GRAPHICpilot.com" href="/contact">contact form</a>!</em><p>The post <a href="http://www.graphicpilot.com/technology-blog/wp-tip-version-wordpress/">WP Tip: How to Know What Version of WordPress You Are Using</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/wp-tip-version-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Remote Support in Safe Mode with Networking</title>
		<link>http://www.graphicpilot.com/technology-blog/pc-maintenance/virus-malware/tech-tip-remote-support-safe-mode-networking/</link>
		<comments>http://www.graphicpilot.com/technology-blog/pc-maintenance/virus-malware/tech-tip-remote-support-safe-mode-networking/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 08:50:06 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Virus & Malware]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=320</guid>
		<description><![CDATA[<p>How to remotely run Malwarebytes' Anti-Malware if the virus is preventing me from opening it?</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/pc-maintenance/virus-malware/tech-tip-remote-support-safe-mode-networking/">Tech Tip: Remote Support in Safe Mode with Networking</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a &#8216;techie type&#8217; and you&#8217;re anything like me, then you are probably constantly getting calls for computer help from friends and family all over the place. And probably also just like you, keeping food on the table and a roof overhead keeps me as quite a busy guy.  But all of those concerns somehow come to a screeching halt when Mother Dearest sends you a email message that says something like this:</p>
<blockquote><p>Honey, I know you&#8217;re busy, but I&#8217;m having major computer problems and I can&#8217;t do any work! I understand if you can&#8217;t get to it for a while, but just let me know. If so, <em>I&#8217;ll have to call <strong>Geek Squad</strong></em>.</p></blockquote>
<p>NOOOOOOOOOOOOOOOOOOOOOO! You and I both surely know one true thing: Friends don&#8217;t let friends, and sons don&#8217;t let mothers, call Geek Squad to solve their tech issues!</p>
<p>This actually happened to me today. Fortunately for my mom, although I&#8217;m busy, I love her too much to let her throw her money down the drain only to worsen the issues that are crippling her computer. Since I live in Redding, Northern California and my mom lives hundreds of miles away in the Long Beach area, putting hands on her computer in person just isn&#8217;t an option. In most cases, I have been able to solve her minor problems using any garden variety remote desktop utility (for example, Windows Remote Desktop, RealVNC, LogMeIn, etc.). But in this particular case, things got just a wee bit trickier.</p>
<h2>How to remotely remove the infamous &#8216;Xp Home Security&#8217; malware virus</h2>
<p>My mom&#8217;s vintage Dell running Windows XP SP3 somehow got infected with the famous &#8216;XP Home Security 2011&#8242; pseudo anti-virus (but really virus) malware. Like many PC infections of this type, it&#8217;s preventing me from running my favorite virus and malware removal tool: <a title="Download Malwarebytes' Anti-Malware for FREE" href="http://www.malwarebytes.org/mbam.php" target="_blank"><strong><span style="text-decoration: underline;">Malwarebytes&#8217; Anti-Malware</span></strong></a>.</p>
<h3>OK, Kyler&#8230; get to the point! How do I run MBAM if the virus is preventing me from opening it? And remotely?!? (Hint: Safe Mode!)</h3>
<p><img class="alignleft size-medium wp-image-321" title="Windows Safe Mode with Networking" src="http://www.graphicpilot.com/wp-content/uploads/windows-safe-mode-300x233.gif" alt="How to boot into Windows Safe Mode with Networking while remotely connected with LogMeIn" width="300" height="233" />Just a little Googling just now revealed that my favorite easy-to-use remote desktop utility <a title="Check out services by LogMeIn.com - FREE for personal use" href="http://www.logmein.com" target="_blank"><strong><span style="text-decoration: underline;">LogMeIn</span></strong></a> (which is also famously free for personal use) will <strong>permit you to remotely restart a computer into Safe Mode With Networking and with LogMeIn ready for remote control! </strong>Windows Safe Mode is what you will need to reboot the computer into before you can run Malwarebytes&#8217; Anti-Malware without the malware and/or virus causing it to be killed before running. Once remotely booted into Safe Mode With Networking, you&#8217;ll be able to remotely run this or other virus/malware removal tools to get your job done.<strong><br />
</strong></p>
<h3><strong>How to do this:</strong></h3>
<ol>
<li>Have LogMeIn installed on the remote computer and running (see LogMeIn.com for details on this)</li>
<li>Connect to your infected remote computer</li>
<li>On the left sidebar of the initial remote computer page, click on &#8216;Preferences&#8217;</li>
<li>Click &#8216;Advanced Settings&#8217;</li>
<li>Under &#8216;Reboot Options&#8217;, click on &#8216;View Reboot Options&#8217;</li>
<li>Choose &#8216;Safe Mode Reboot&#8217;</li>
<li>Be sure that any bootable media is removed from the remote computer (OS CDs, boot discs, floppies, etc.)</li>
<li>If you are ready for the remote computer to reboot, click on &#8216;OK&#8217;</li>
</ol>
<p>The remote computer will reboot and, after about a normal boot cycle&#8217;s delay and almost like a magical miracle, the remote computer will become available again in your list of LogMeIn computers. You can then reconnect, initial remote control and <strong>git er dunn!</strong></p>
<p>If you are in the Redding, CA area and need help with healing your computer of viruses or mal-ware, or other Mac or Windows issues, please feel free to <a title="Contact Kyler Burke for home or business computer service" href="http://www.graphicpilot.com/contact" target="_blank">contact me</a> to arrange a service call in your home or business.<strong><br />
</strong><br />
</p>
<p>The post <a href="http://www.graphicpilot.com/technology-blog/pc-maintenance/virus-malware/tech-tip-remote-support-safe-mode-networking/">Tech Tip: Remote Support in Safe Mode with Networking</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/pc-maintenance/virus-malware/tech-tip-remote-support-safe-mode-networking/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FREE Font Generator &#8211; Make Your Own Font with Your Handwriting</title>
		<link>http://www.graphicpilot.com/technology-blog/free-font-generator-font-handwriting/</link>
		<comments>http://www.graphicpilot.com/technology-blog/free-font-generator-font-handwriting/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 04:46:29 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Just for Fun]]></category>
		<category><![CDATA[Technology Blog]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=307</guid>
		<description><![CDATA[<p>This just might be the best free utility out there for creating a font out of your own handwriting... or any letters that you can draw on their template for that matter! It's free, really cool and pretty darn easy.</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/free-font-generator-font-handwriting/">FREE Font Generator &#8211; Make Your Own Font with Your Handwriting</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I posted a year or two ago on my original blog about this, but since I revisited the site today I figured it was fitting to shout it out again. To my knowledge, this is the best free utility out there for creating a font out of your own handwriting&#8230; or any letters that you can draw on their template for that matter! It&#8217;s free, really cool and pretty darn easy. Make sure you read (and follow) the directions.</p>
<p>Try it for yourself:</p>
<div><img class="alignleft size-medium wp-image-314" title="YourFonts.com Image" src="http://www.graphicpilot.com/wp-content/uploads/yourfonts-300x234.png" alt="" width="300" height="234" />http://www.yourfonts.com</div>

<p>The post <a href="http://www.graphicpilot.com/technology-blog/free-font-generator-font-handwriting/">FREE Font Generator &#8211; Make Your Own Font with Your Handwriting</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/free-font-generator-font-handwriting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Black Friday Deal + My Coupon Code: Website Hosting on Hostgator.com</title>
		<link>http://www.graphicpilot.com/technology-blog/amazing-black-friday-deal-coupon-code-website-hosting-hostgatorcom/</link>
		<comments>http://www.graphicpilot.com/technology-blog/amazing-black-friday-deal-coupon-code-website-hosting-hostgatorcom/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 08:25:57 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[black friday]]></category>
		<category><![CDATA[black friday deals]]></category>
		<category><![CDATA[cheap hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hosting deals]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=301</guid>
		<description><![CDATA[<p>If you have a website, need a website, were ever thinking of having a website or have a cousin who&#8217;s got a roommate who has a friend that could conceivably want a website&#8230; you need to check out this deal! Any day of the year you can get excellent web hosting services from me provided [...]</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/amazing-black-friday-deal-coupon-code-website-hosting-hostgatorcom/">Amazing Black Friday Deal + My Coupon Code: Website Hosting on Hostgator.com</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you <strong>have a website</strong>, <strong>need a website</strong>, were <strong>ever thinking of having a website</strong> or have a cousin who&#8217;s got a roommate who has a friend that could <strong>conceivably want a website</strong>&#8230; you need to check out this deal!</p>
<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot"><img class="alignleft" title="Hostgator.com - Top Quality Web Hosting" src="http://www.hostgator.com/shared/img/newservers.png" alt="Hostgator is my hosting provider and there's not another I'd give a stronger recommendation for!" width="202" height="143" /></a>Any day of the year you can get excellent web hosting services from me provided by the excellent folks at <strong>Hostgator.com</strong>. As a reseller, I provide my clients in Redding, California and beyond with my personal support of their web hosting accounts for the event that they might have questions or a problem. Additionally, as a <strong>Hostgator.com Affiliate</strong>, clicking on my links on my website to <strong>Hostgator.com</strong>&#8216;s website is another way to support my small northern California business.</p>
<p>But tonight I&#8217;m writing to you with this simple plea:</p>
<h2>PLEASE! LET ME HELP YOU GET AN UNBEATABLE DEAL ON YOUR WEB HOSTING!</h2>
<p>I have never seen a deal as good as what <strong>Hostgator is offering on their Black Friday 2010 specials</strong>!</p>
<h3>Here&#8217;s what Hostgator.com is offering for it&#8217;s Black Friday hosting deals, as described straight from Hostgator:</h3>
<blockquote><p>We&#8217;re offering 50% OFF EVERYTHING From 12:00AM CST – 5AM CST <em><strong>That&#8217;s 10:00PM &#8211; 3AM Pacific</strong></em></p>
<p>We&#8217;re offering 80% OFF EVERYTHING From 5AM – 9AM CST WHILE SUPPLIES LAST (first come, first receive; so definitely don&#8217;t miss out!) <em><strong>That&#8217;s 3AM &#8211; 7AM Pacific</strong></em></p>
<p>From 9AM – 11:59PM CST OR after 80% OFF accounts have sold out, we will continue to offer 50% OFF EVERYTHING <em><strong>That&#8217;s 7AM &#8211; 9:59PM Pacific</strong></em></p>
<p>This applies to <strong>ALL</strong> Accounts and <strong>ALL </strong>Term Lengths. So [my] visitors and friends will have the opportunity to receive up to 80% off of up to 3 years worth of Hosting! That would come out to $35.64 for 3 FULL YEARS!</p>
<p>That includes Shared Hosting, Reseller Hosting, VPS Hosting AND even Dedicated Servers!</p>
<p>[...]</p>
<p><em><strong>This will apply to the client&#8217;s first invoice </strong></em>(first term length they sign up for whether that be 1 month or for 3 years).</p></blockquote>
<h2>Now here&#8217;s the part where you get a deal <em>even if you already have hosting!</em></h2>
<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot"><img class="alignright" title="Free Hosting Transfers Provided by Hostgator When You Sign Up!" src="http://www.hostgator.com/shared/img/icons/icon2.png" alt="Hostgator will take all your files, databases, email accounts and the whole package so that you don't have to work at it to save a grip of money!" width="127" height="94" /></a>Hostgator will transfer your data, databases, email accounts and the whole shebang for you <strong>FOR FREE!</strong> So if you&#8217;re on another hosting provider already that costs any more than these deals <em>- and trust me &#8211; you are! &#8211; </em>then you can still get in on this deal and save some major money.</p>
<p>Some examples of the ridiculous deals that you can get on <strong>Black Friday</strong>, this week:</p>
<h2><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot" target="_blank"></a><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot"><img class="alignleft" title="Hostgator Baby hosting plan " src="http://thumbs.ebaystatic.com/pict/380255176534_0.jpg" alt="Sign up for Hosgator's Baby plan for less than $36 for 3 whole years if you pre-pay for 3 years!" width="96" height="96" /></a>1 year of UNLIMITED storage and UNLIMITED bandwidth hosting for as  many domains pointing to the site for $23.88! <em><br />
(Baby Plan &#8211; 12 months  prepaid)</em></h2>
<h2><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot" target="_blank"></a><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=graphicpilot"><img class="alignleft" title="Hostgator Hatchling Plan" src="http://thumbs.ebaystatic.com/pict/230471731336_0.jpg" alt="Sign up for the Hostgator Hatchling plan and get a year of hosting for $23.88 - or even less per year when you sign up for 2 or 3 years!" width="96" height="93" /></a>3 years of UNLIMITED<strong> storage and UNLIMITED</strong> bandwidth hosting for $35.64<br />
(<em>Hatchling Plan &#8211; 36 months prepaid)</em></h2>
<p>If you have any questions, <a href="http://www.graphicpilot.com/contact" target="_blank">please feel free to contact me</a> via Email, Facebook or Phone and I will be glad to help!</p>
<h3>And remember&#8230; <em>you&#8217;re gonna have to get up early &#8211; but it&#8217;s the early bird that gets the worm!</em></h3>
<h2><em>Use coupon code &#8220;graphicpilot&#8221; when you sign up so they&#8217;ll give you the &#8216;special treatment&#8217;! <img src='http://www.graphicpilot.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
</em></h2>

<p>The post <a href="http://www.graphicpilot.com/technology-blog/amazing-black-friday-deal-coupon-code-website-hosting-hostgatorcom/">Amazing Black Friday Deal + My Coupon Code: Website Hosting on Hostgator.com</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/amazing-black-friday-deal-coupon-code-website-hosting-hostgatorcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Log In to Your WordPress Admin Dashboard</title>
		<link>http://www.graphicpilot.com/technology-blog/login-to-wordpress-dashboard/</link>
		<comments>http://www.graphicpilot.com/technology-blog/login-to-wordpress-dashboard/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 01:34:21 +0000</pubDate>
		<dc:creator>Kyler Burke</dc:creator>
				<category><![CDATA[Broadcast]]></category>
		<category><![CDATA[Technology Blog]]></category>
		<category><![CDATA[Wordpress Development]]></category>

		<guid isPermaLink="false">http://www.graphicpilot.com/?p=292</guid>
		<description><![CDATA[<p>The super-simple 3 easy steps of logging-in to your WordPress administrative control panel, affectionately named the "Dashboard".</p><p>The post <a href="http://www.graphicpilot.com/technology-blog/login-to-wordpress-dashboard/">How to Log In to Your WordPress Admin Dashboard</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Let&#8217;s face it: when you&#8217;re still new at WordPress, even the easiest of tasks to even the brainiest of computer geeks can be like solving a word puzzle devised by some superior alien race.</p>
<p>Don&#8217;t worry, <em>I get it.</em> I was there not so long ago myself. So lets take a look at <strong>how to login to your WordPress administrative control panel</strong>, affectionately named the &#8220;Dashboard&#8221;.</p>
<p>Here are your super-simple 3 easy steps:</p>
<ol>
<li>Assuming your WordPress installation is in the root of your public folder (&#8220;public_html&#8221;), your administrative login is located at <strong>http://www.yourdomainnamehere.com/wp-admin</strong>
<ol></ol>
<ul>
<li>For regular non-jedi users like the commenting public &#8211; it&#8217;s at <strong>http://www.yourdomainnamehere.com/wp-login</strong></li>
</ul>
<ol></ol>
</li>
<li>Enter your WordPress user name into the &#8216;Username&#8217; box</li>
<li>Enter your WordPress password into the &#8216;Password&#8217; box, then click &#8216;Log In&#8217;</li>
<li>Voila! You&#8217;re in. Ok, that&#8217;s not really a step. But just the three steps just seemed so lonely without this one</li>
</ol>

<p>The post <a href="http://www.graphicpilot.com/technology-blog/login-to-wordpress-dashboard/">How to Log In to Your WordPress Admin Dashboard</a> appeared first on <a href="http://www.graphicpilot.com">GRAPHICpilot.com | Redding Web Designer, Graphic Design &amp; Computer Services</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.graphicpilot.com/technology-blog/login-to-wordpress-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
