<?
//breadcrumb function
function the_breadcrumb() {
 global $post;
 $crumbs =     '<p><a href="'.get_option('home').'">Home</a>';

 //if the page has a parent add title and link of parent
 if($post->post_parent) {

	 $parent = get_page( $post->post_parent );
	 if($parent->post_parent)
		 $crumbs .=     ' &raquo; <a href="'.get_permalink($parent->post_parent).'">'.get_the_title($parent->post_parent).'</a>';
	 
	 $crumbs .=     ' &raquo; <a href="'.get_permalink($post->post_parent).'">'.get_the_title($post->post_parent).'</a>';
 }

 // if it's not the front page of the site, but isn't the blog either
 if((!is_front_page()) && (is_page())) {
 $crumbs .=    ' &raquo; '.get_the_title($post->ID);
 }

 //if it's the news/blog home page or any type of archive
 if((is_home() ||(is_archive()))) {
 $crumbs .=    ' &raquo; '.get_the_title(get_option(page_for_posts));
 }

 //if it's a single news/blog post
 if(is_single()) {
 $crumbs .=     ' &raquo; <a href="'.get_permalink(get_option(page_for_posts)).'">'.get_the_title(get_option(page_for_posts)).'</a>';
 $crumbs .=    ' &raquo; '.get_the_title($post->ID);
 }
 $crumbs .=    '</p>'."\n";
 echo $crumbs;
}

function getOrderLink($param)
{
	if(ISLIVE)
		return get_permalink(ORDER_ID).'?id='.$param;
	else
		return get_permalink(ORDER_ID).'&id='.$param;
}

function add_first_and_last($output) {
  $output = preg_replace('/class="menu-item/', 'class="first-menu-item menu-item', $output, 0);
  $output = substr_replace($output, 'class="last-menu-item menu-item', strripos($output, 'class="menu-item'), strlen('class="menu-item'));
  return $output;
}
//add_filter('wp_nav_menu', 'add_first_and_last');

function new_excerpt_more($more) {
	global $post;
	return ' <a href="'. get_permalink($post->ID) . '">[...]</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');

register_sidebars(1, array('before_widget'=>'','after_widget'=>''));

register_sidebar(array(  'name' => 'Footer Column 1',  'id' => 'footer1',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 2',  'id' => 'footer2',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 3',  'id' => 'footer3',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 4',  'id' => 'footer4',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 5',  'id' => 'footer5',  'before_title' => '<h2>',  'after_title' => '</h2>'));
add_theme_support( 'post-thumbnails' );
//register_sidebars(5, array('name'=>'Footer Column %d', 'id'=>'footer%d','before_widget'=>'','after_widget'=>'', 'before_title'=>'<h2 class=hide>','after_title'=>'</h2>'));
	register_nav_menus( array(
		'footer' => __( 'Footer Navigation'),
	) );


?><?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>Remote Techy &#187; Productivity</title>
	<atom:link href="https://remotetechy.com/category/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>https://remotetechy.com</link>
	<description>We Make Technology Work!</description>
	<lastBuildDate>Tue, 06 May 2014 15:00:34 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Secure Passwords: Part of a Secure PC</title>
		<link>https://remotetechy.com/password-security/</link>
		<comments>https://remotetechy.com/password-security/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 22:31:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1281</guid>
		<description><![CDATA[Setting up a secure password is one of the simplest, and most important things to do to ensure your PC and information stays safe. If you answer no to 3 or more of the below &#8211; it is probably time to change up your passwords: Do you use the same password for everything? Is your [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft  wp-image-1285" title="Secure Passwords" src="http://remotetechy.com/wp-content/uploads/2012/04/Secure-300x300.jpg" alt="Secure Passwords" width="180" height="180" />Setting up a secure password is one of the simplest, and most important things to do to ensure your PC and information stays safe.</p>
<p>If you answer no to 3 or more of the below &#8211; it is probably time to change up your passwords:</p>
<ol>
<li>Do you use the same password for everything?</li>
<li>Is your password less then 6 characters?</li>
<li>Does your password include at least 2 numbers?</li>
<li>Does your password include atleast 1 symbol like an ! or * or a $ or ?</li>
<li>Have you updated or reset your password(s) in at least the past year?</li>
</ol>
<p>Many people wonder if their logins are more secure if they change their passwords regularly. If you have the habit of telling others your password then the answer is yes, change them and change them often!</p>
<p>It is important to keep your passwords secure by adding in random variables, and to not use the same password for important logins (your bank, or an eCommerce store) as you do for potentially unsecure logins like a forum.</p>
<p>The reason is that if on of the sites you are using gets hacked they are most likely to turn around and use your information right away to try to get access to the rest of your digital life.</p>
<p>HINT: If you start seeing strange, small transactions that you don&#8217;t remember making &#8211; call your credit card company. These could be a hacker sending through test transactions to see if the card is still valid.</p>
<p>Please do us techy types a favor. Stay safe online!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/password-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Google Chrome Trick That Makes Life Even Better</title>
		<link>https://remotetechy.com/a-simple-google-chrome-trick-that-makes-life-even-better/</link>
		<comments>https://remotetechy.com/a-simple-google-chrome-trick-that-makes-life-even-better/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 01:25:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1271</guid>
		<description><![CDATA[Bookmarks make life for everyone easier. It is much easier to click on a bookmark versus typing a url of a site that you use on a regular basis. You may have figured out this trick lies within the bookmarks of Chrome. How many bookmarks can you fit under the address bar in your Chrome [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://remotetechy.com/wp-content/uploads/2012/02/New-Chrome-Icon-150x150.png" alt="" title="Chrome-Icon" width="150" height="150" class="alignleft size-thumbnail wp-image-1272" />Bookmarks make life for everyone easier. It is much easier to click on a bookmark versus typing a url of a site that you use on a regular basis. You may have figured out this trick lies within the bookmarks of Chrome.</p>
<p>How many bookmarks can you fit under the address bar in your Chrome browser? 5? 10? Well you can fit a lot more, while keeping it neat and tidy. The trick is as simple as:</p>
<p>1. Add a bookmark to your bookmark bar by clicking the star to the right of the address bar.<br />
2. Remove the title of the site.</p>
<p>Now you can have 30, 40, or even 50 icons sitting on the bookmarks bar. That is 30-50 bookmarks at your fingertips at any given time, not hidden by any folders. You may feel unorganized and like you will not be able to find a site with a sea of favicons floating below the address bar. That is simply not true because we humans are very visual creatures. I organize my bookmark bar in alphabetical order even though it is just the icon. You would be surprised that when you look at an icon your brain automatically thinks of the word.</p>
<p>The upside, since I have 50 bookmarks across the top of my browser of my most frequently visited sites I rarely have to type in a url. First world problems, right?</p>
<p>The downside, I have learned to despise any site without a favicon. I will not even consider bookmarking it.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/a-simple-google-chrome-trick-that-makes-life-even-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Tips to Set up a New Computer</title>
		<link>https://remotetechy.com/7-tips-to-set-up-a-new-computer/</link>
		<comments>https://remotetechy.com/7-tips-to-set-up-a-new-computer/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 15:37:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1160</guid>
		<description><![CDATA[This article is made especially for those of you who have celebrated one of the various holidays this time of year and received or even gifted a new PC. These days, PCs need a refresh every 18 months or so. That refresh can come in the form of hardware upgrades, or even just wiping it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12.jpg"><img class="alignleft" title="Setting up Computer" src="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12-150x150.jpg" alt="Setting up Computer" width="150" height="150" /></a>This article is made especially for those of you who have celebrated one of the various holidays this time of year and received or even gifted a new PC.</p>
<p>These days, PCs need a refresh every 18 months or so. That refresh can come in the form of hardware upgrades, or even just wiping it out and starting over with a fresh install of your Operating System. In any case a new PC is like a clean slate, an opportunity to properly setup and prepare your PC for prolonged use. Here are our top 7 tips:</p>
<p>&nbsp;</p>
<p><strong>1. Perform all Windows Updates</strong></p>
<p style="padding-left: 30px;">First things first: it is of utmost importance to catch up on all of the latest and hopefully greatest updates Microsoft has released. Even though your PC is brand new, the files that were used to install your operating system in the depot could be quite old.</p>
<p style="padding-left: 30px;"><em>In Windows 7 hit Start </em><em>&gt; All Programs &gt; Windows Updates</em></p>
<p><em></em><strong>2. Install an Antivirus program like Avast Free Home Edition</strong></p>
<p style="padding-left: 30px;">There is quite a debate out there on the topic of free vs. paid for Antivirus. Typically the argument of paid for is promoted by those who stand to benefit (hint hint) and backed by more robust features that stem beyond Virus and Malware protection.</p>
<p style="padding-left: 30px;">At the end of day, we suggest to most of our clients that a paid for option is ideal – our stance constantly changes based on what the different vendors are releasing.</p>
<p style="padding-left: 30px;">However, one thing that hasn’t changed is our stance on the best free antivirus product being <a title="Avast Home Edition Free Download" href="http://download.cnet.com/Avast-Free-Antivirus/3000-2239_4-10019223.html?part=dl-85737&amp;subj=dl&amp;tag=button">Avast Home Edition</a>. Avast regularly updates there virus definitions (the data that tells the software what to look out for) and offers cool features like Boot Scanning which runs an impressively deep virus scan before your Operating Systems boots up.</p>
<p><strong>3. Remove the Free Trials that get crammed down your throat</strong></p>
<p style="padding-left: 30px;">The trend of jam packing new PCs with trial software ranging from Antivirus, to Microsoft Office, eBay, games and anything else that represents an opportunity to upsell you on something, or obtain your information for statistical marketing purposes for the vendors ecosystem.</p>
<p style="padding-left: 30px;">We always remove all of this junk – and strongly advise our customers to keep them off unless there is a specific reason that compels you to opt into these programs sometime in the future.</p>
<p style="padding-left: 30px;">The easiest way to do this is to select Computer &gt; Select Uninstall Programs and comb through the list to find any programs that you do not need or include the words trial and demo. If you are unsure as to what a program does – make sure you Google it before you remove it, or if you are a Remote Techy customer – start a <a title="live chat support" href="http://remotetechy.com/page/live-chat-support">live chat support session</a> with our team.</p>
<p><strong>4. Turn off Aero and Adjust customer appearance settings</strong></p>
<p style="padding-left: 30px;">It is no secret that Windows Vista and Windows 7 are what we in the techy world would call resource intensive … or in regular english, pigs!</p>
<p style="padding-left: 30px;">One of the big memory hogs is the Aero display – the feature that Microsoft has used to try to make their product stand above the look and feel of Apple’s Macintosh Operating System.  Unfortunately, for most people who purchase reasonably priced PC’s – this means slow performance! Follow the below steps to fix this:</p>
<p style="padding-left: 30px;">Right Click Computer &gt; Select Properties &gt; Click Advanced System Settings &gt; Settings under Performance &gt; Visual Effects &gt; Custom &gt; Check only the features shown in the image to the right.</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><img class="alignright" title="Windows 7 PC Optimization Settings" src="http://remotetechy.com/wp-content/uploads/2011/12/Visual-Effects-Settings-208x300.png" alt="Windows 7 PC Optimization Settings" width="166" height="240" /></p>
<p><strong>5. </strong><strong>Setup a mandatory page file</strong></p>
<p style="padding-left: 30px;">This little tweak often times helps increase the memory buffer used on your hard drive that helps you run programs on your PC. Typically this is automatically set but taking a few moments to force a minimum will help to simplify things – to change this follow the below process.</p>
<p style="padding-left: 30px;">Right Click Computer &gt; Select Properties &gt; Click Advanced System Settings &gt; Settings under Performance &gt; Advanced &gt; Change (under virtual memory) &gt; Select the Custom Size radial &gt; Set the Initial and Maximum Size to whatever the recommended amount is at the bottom of the window (see the screen shot for an example). If you have more than 1 drive, do this for each!</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><img class="alignright" title="Windows 7 PC Optimization" src="http://remotetechy.com/wp-content/uploads/2011/12/Virtual-Memory-Screen-grab-253x300.png" alt="Windows 7 PC Optimization" width="202" height="240" /></p>
<p><strong>6. PC Performance Optimization with CCleaner</strong></p>
<p style="padding-left: 30px;">CCleaner is a free PC management tool that lets you: increase browser speeds by clearing your cache, manage startup items, perform basic registry optimization and manage your installed applications.</p>
<p style="padding-left: 30px;">While this and a lot more proactive features are included and maintenance tasks automated with the Monthly PC Tune Ups included in our support programs – for those of you who are not currently customers, you can mimic part of this by downloading and installing CCleaner.</p>
<p style="padding-left: 30px;"><a title="CCleaner" href="http://www.filehippo.com/download_ccleaner">Click here to download CCleaner today</a> – it is one of the preferred tools by our team.</p>
<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12.jpg"><br />
</a><br />
<strong>7. Promise us that you won’t install any toolbars this time around!</strong></p>
<p style="padding-left: 30px;">Toolbars are the bain of any techie’s existence. Not only do 99% of them out there create security threats to your PC and interfere with your web browsing experience and the performance of your web browsers. Promise us and yourself that you will do it right this time by not installing any toolbars!</p>
<p>And remember, if you don’t know how to do something, or wish there was an easier way to get the instant tech answers you need check out our <a title="online tech help" href="http://remotetechy.com/page/online-tech-help">online tech help services</a> perfect for small business owners in any field.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/7-tips-to-set-up-a-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years Resolution: Back up your Data for Proper Computer Maintenance!</title>
		<link>https://remotetechy.com/online-backup-for-services-computer-maintenance/</link>
		<comments>https://remotetechy.com/online-backup-for-services-computer-maintenance/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:15:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1102</guid>
		<description><![CDATA[First of all, we are ecstatic to kick off this blog, aimed at sharing our teams opinions on the abundance of tools and ideas out there to help us all run our businesses efficiently, and cost effectively! In the name of the illusive New Years Resolution we decided to embark upon preaching the importance of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>First of all, we are ecstatic to kick off this blog, aimed at sharing our teams opinions on the abundance of tools and ideas out there to help us all run our businesses efficiently, and cost effectively!</p>
<p>In the name of the illusive New Years Resolution we decided to embark upon preaching the importance of an automated, little to no cost data backup apps.</p>
<p>As I am sure you know, there is no shortage of options out there to choose from, but the main backup options that stand out (and have been thoroughly tested by our team) are SugarSync and Dropbox.</p>
<p>While we have all heard about the security mishaps with cloud based Amazon offerings, there have been no major issues (at least that we are aware of with either of these two options).</p>
<p><strong>SugarSync at a Glance:</strong></p>
<p><img class="wp-image-1123 alignleft" title="sugarsync" src="http://remotetechy.com/wp-content/uploads/2011/12/sugarsync_500x75.jpg" alt="sugarsync" width="345" height="157" /></p>
<p>Unlike other tools, SugarSync doesn&#8217;t require a lot of system power to run in the background. So there is no need to worry about your PC&#8217;s performance dipping as your files get backed up.</p>
<p>Every new user gets 5 gb of free storage in the SugarSync cloud which is hosted in the Pheoniz, AZ based Carpathia Data Centers. Click <a href="http://www.carpathia.com/sugarsync">here</a> to learn more about their setup with Carpathia.</p>
<p>Upon signup, you are presented with a fairly simple install process which let&#8217;s the app install into your system tray (we want to try to avoid jargon but to clarify this is down by the clock).</p>
<p>You can then select which folders you want to backup, or just have it backup your entire My Documents folder, and perhaps Desktop if you are the type of person who stores a lot of crap there (tsk tsk!)</p>
<p>Once you are all setup you can add a second computer plus a mobile phone and set them to automatically sync across all devices. If you upgrade to the paid version for $5 per month, you can add more even more devices, perhaps each desktop in your office, and expand to 30 Gigabytes of storage.</p>
<p>While there have been reports of file sync errors, and trouble dealing with the support team on these matters &#8211; for the most part our clients and our team have not had any major issues.</p>
<p><strong>SugarSync Mobile</strong></p>
<p>Our team found the mobile feature especially cool. If you are on the road a lot and need access to the odd PDF, Powerpoint or Word Doc &#8211; you can install the SugarSync App and pull up anything you need pretty quickly. You can also share files with people via email, if say your colleague needs a presentation or report that you have stored locally on your PC at the office.</p>
<p>After playing with the mobile piece, it became apparent pretty quickly that it would be nice to be able to attach files from your SugarSync to your corporate email account on your phone rather then send using your registered SugarSync account and send through the SugarSync email system. For those of you who want to send from your desktop or laptop &#8211; there is a SugarySync to Outlook plugin available to make this easier so you dont need to actually attach the file &#8211; but can just include a link in the email.</p>
<p>Another down side to SugarSync is that you cannot easily share files with other SugarSync users. You are forced to setup share folders &#8211; which make for accessing files and sharing files a bit difficult as it must be done through SugarSyncs file manager and cannot be done right from within the typical file explorer window (show screen shot of the file manager)</p>
<p><strong>The 600lb Gorillla that is Dropbox</strong></p>
<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/dropboxparty.png"><img class="size-medium wp-image-1121 alignleft" title="dropboxparty" src="http://remotetechy.com/wp-content/uploads/2011/12/dropboxparty-300x169.png" alt="dropbox party" width="300" height="169" /></a>To be upfront. For business purposes &#8211; this is our definite favorite (and we were not even paid to say that!).</p>
<p>Dropbox is simple to use, gives you 2 gb for free on sign up, and has a similar install process to SugarSync (with the exception of some nicer graphics and instructional information).</p>
<p>The potential downside is that Dropbox uses the Amazon S3 (Simple Storage Service) Cloud to store backups of your data. In our opinion, that mishap earlier this year (read more about this <a href="http://security.onestopclick.com/technology_news/amazon-opens-up-about-cloud-security-breach_800514695.htm">here</a>) is not one worth losing sleep over &#8211; any, and just about every tech company has had their hiccups. Especially while pushing the envelope as Amazon has done.</p>
<p>Now for the good stuff.</p>
<p>The major, major benefit to Dropbox in our opinion is that you can easily drag and drop files to your Dropbox storate location right from within your usual file explorer. No apps to deal with &#8211; just business as usual!</p>
<p>Admittedly, the Dropbox folder will take some getting used to and possibly a bit of rearranging of your file structure &#8211; but once you get it ironed out, all of your files are accessible by anyone who you choose to share your specific folders with &#8211; whenever, whereever.</p>
<p>Pretty powerful stuff when it comes to keeping everyone informed and information easily accessible!</p>
<p><strong>Dropbox Mobile could be Better</strong></p>
<p>While the base functionality comes stock with the Dropbox Mobile App, the experience is missing the ability to easily send specific files via perhaps what Dropbox views as more archaic means of communication &#8211; like email!</p>
<p>Adding and removing users from Boxes is also only available from the Desktop app. However that said, if you can overcome these two deficienicies &#8211; the ease of use and the peace of mind knowing that Dropbox is simply working makes it all worthwhile.</p>
<p>As an added bonus, check out this <a href="http://lifehacker.com/5796318/the-cheapskates-guide-to-getting-free-dropbox-space">Lifehacker Article</a> on tips to maximize your free Dropbox storage!</p>
<p><strong>That&#8217;s all folks! </strong></p>
<p>We hope to hear your thoughts, and about your own experiences with either of these services.</p>
<p>If you enjoyed this post, show us by Sharing it!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/online-backup-for-services-computer-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
