<?
//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; Cool Technology</title>
	<atom:link href="https://remotetechy.com/category/cool-technology/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>What is PC Performance Optimization?</title>
		<link>https://remotetechy.com/about-pc-performance-optimization/</link>
		<comments>https://remotetechy.com/about-pc-performance-optimization/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:00:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[PC Optimization]]></category>
		<category><![CDATA[PC Tune up]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1257</guid>
		<description><![CDATA[By now, most of you are probably aware that over time your PC’s registry gets full of junk information – which in turn slows down your PC, affects its operability and all in all makes PC Performance Optimization a critical piece to managing your productivity and PC sanity! What you may not have known is [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1259" title="learning about pc tune ups" src="http://remotetechy.com/wp-content/uploads/2012/01/learning-about-pc-tune-ups.jpg" alt="learning about pc tune ups" width="300" height="200" />By now, most of you are probably aware that over time your PC’s registry gets full of junk information – which in turn slows down your PC, affects its operability and all in all makes PC Performance Optimization a critical piece to managing your productivity and PC sanity!</p>
<p>What you may not have known is that Microsoft themselves suggest you perform a complete PC Tune Up every 3 months. While you can get yourself into the weeds with do it yourself information on using features within Windows 7 such as those found in this <a href="http://blog.tune-up.com/tips-and-tricks/five-little-known-windows-7-features/">blog post</a>; there are also a number of services out there that will take this burden off of your shoulders. Let’s take a look at what these PC Performance Optimization services/tools should include to ensure you get the best bang for your buck.</p>
<p><strong>Deep Dive Anti-Virus, Anti-Malware and Ant-Spyware Scan</strong></p>
<p>With most popular anti-virus software, you run the risk of the application and its virus definitions (the information that tells the software what to look for) becoming corrupt themselves and thus missing major infections during routine scans. It is very important for whatever PC Optimization service you use that it include standalone anti-virus, anti-malware and anti-spyware scan tool(s) – these tools should install and uninstall during the tune up job in order to keep everything segregated and secure!</p>
<p>We happen to use different tools for each of these steps within our own <a title="PC Optimization Services" href="http://remotetechy.com/page/pc-optimization-services/">PC Optimization Service</a>, and are always swapping out/upgrading each tool to make sure our PC Tune ups stay ahead of the curve.</p>
<p><strong>Registry and Hard Drive Optimization</strong></p>
<p>While there are a number of ‘free’ tools out there. It is of utmost importance that whatever PC Performance optimization tool you use that is also include a top notch registry cleaning feature. Our opinion is that any tune up that claims to have  both proprietary registry cleaning functionality + proprietary PC security software built into their offering, probably means that one of the two, or sometimes both function very well.</p>
<p>This is why with our Registry and Hard Drive Optimization Tune ups we again bring in various tools to clean various parts of the registry and hard drive to ensure the entire job is completed to industry best practice standards. We feel that using third party tools to supplement the process is the only sure fire way to stay on top of the latest developments, and achieve the best possibly cleaning.</p>
<p><em>Words of wisdom: Be cautious of any solution that claims to be everything for everyone using their own custom tools. There is a reason why companies like McAfee focus solely on anti-virus, and partner with other organizations for anything outside of that realm. It’s a really, really big job!</em></p>
<p><strong>Personal Attention over complete Automation</strong></p>
<p>More and more we are seeing completely automated tools marketed as the one stop shop for all of your PC support needs. To be frank, at this stage it is impossible to replace the creative troubleshooting, and analytical ability of a well trained technician. 10 years from now might very well be a different story.</p>
<p>However, for the time being, please make sure that whatever tool you choose includes at least partial intervention from a technician in the form of Online or <a title="PC Tech Support" href="http://remotetechy.com/page/pc-tech-support/">Remote PC Tech Support</a> via Phone and/or Chat.</p>
<p>We have chosen to build these processes in with our PC Tune Up services, and require our technicians to monitor every tune ups progress as it happens via alerts (in doing it this way a handful of tech&#8217;s can monitor, and intervene with literally hundreds of tune ups at a time). After each tune up is marked complete, our technicians receive a notification asking them to analyse the results and suggest upgrades, grade your PC usage behaviour and provide a multitude of other tips and tricks for each customer all in the form of our Monthly PC Tune Up Report (an example of which is shown below)</p>
<p><img class="size-medium wp-image-1258 aligncenter" title="PC Performance Optimization Report Card" src="http://remotetechy.com/wp-content/uploads/2012/01/PC-Performance-Optimization_Report-Card-300x275.png" alt="PC Performance Optimization Report Card" width="300" height="275" /></p>
<p>Best of luck in finding a suitable PC Support and Optimization solution. If there is anything we can do to help, please tweet us @remotetechys or into our team anytime!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/about-pc-performance-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report from CES: Cool Technology to Expect in 2012</title>
		<link>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/</link>
		<comments>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 08:15:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1222</guid>
		<description><![CDATA[This past week Remote Techys Senior Management had the priveledge of attending CES 2012 in Las Vegas. While it was a week filled with walking miles upon miles of conference room floor, sitting in on some truly inspirational presentations, and some pretty drawn out, demo demon infested presentations and seminars. Here is what they have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This past week Remote Techys Senior Management had the priveledge of attending CES 2012 in Las Vegas. While it was a week filled with walking miles upon miles of conference room floor, sitting in on some truly inspirational presentations, and some pretty drawn out, demo demon infested presentations and seminars. Here is what they have to report back on their subjective, show favorites:</p>
<p><img class=" alignright" src="http://extrawindows.cnews.cz/files/obrazky/2011/09/3662/windows_8_1_png_38491.png" alt="" width="295" height="166" /><strong>Windows 8</strong></p>
<p>Finally, it seems like we can all expect a version of Windows thatseamlessly rides the fence between digital entertainment hub, and productivity. From the product demonstration, and all in one packaged Vizio PC&#8217;s (also announced at the show) it seems as though Windows fans can now expect a real competitor to Apple&#8217;s tightly controlled hardware/software centric design.</p>
<p>For those of you who may have experienced the downfalls to Windows 7, and its bloated resource requirements &#8211; keep your eye out for the opportunity to upgrade! I know we will be.</p>
<p><strong>OLED TV&#8217;s</strong></p>
<p>If you were to walk by the booth on the wrong angle (and were oblivious to the never ending crowd gathered around) you could almost pass right by the Samsung OLED TV display. The closest analogy we can make for them is a sheet of glass for a TV, with arguably the crispest picture at the show.</p>
<p>For video fanatics out there &#8211; these are worth waiting in line for!</p>
<p><strong><img class="alignleft" src="http://www.media.samsung.pl/file/attachment/341819/b0/samsung-smart-tv-smarthub-1.jpg" alt="" width="226" height="237" />Smart TVs</strong></p>
<p>I think it is safe to assume that the Google TV we purchased for testing, was one of the few units sold in Canada.</p>
<p>Based on the product demonstrations we have seen, manufacturers are expecting Smart TV&#8217;s to hit 500 million units within the next few years. Based on the sheer usability and interface design, our vote goes out to Samsung and LG.</p>
<p>While LG (and most other TV manufacturers it seems) is going the way of joining forces with Google TV, the interface and Nintendo WIIesq remote control are a tonne of fun to interact with.</p>
<p>A notably &#8216;cool&#8217; feature with the LG line &#8211; is their In Store Advertising module, which is the best way we can describe the software they have created to allow small business owners to create custom in store promotions, overlaid with TV and web feeds.</p>
<p>Samsung on the other hand has gone a bit more traditional with their remote control technology, but has stepped away from the crowd and created their own App Market for Samsung specific applications and integrations with their version of the Digital Home</p>
<p><strong>3D TV: No Goggles Required</strong></p>
<p>Based on what we have seen to date &#8211; dont get your hopes up for a viable solution to be rid of your 3D TV glasses any time soon.</p>
<p>Not to take away from the hype, as the idea of being able to watch 3D TV with the naked eye is simply amazing. The demo&#8217;s we witnessed from overseas, independant manufacturers and even juggerant brands fell a bit flat, and seemed to cause a few headaches for quite a few CES guests.</p>
<p>Nexia home/office control</p>
<p>We at Remote Techy have been tracking digital home control technology, and until this years show have been unimpressed with the offerings.</p>
<p>While there were probably about a dozen different solutions being promoted to centralize control of your home/office temperature, security (from alarms to CCTV and door locks) and lighting &#8211; Nexia seemed to be the most seamless and intuitive to use.</p>
<p>We of course cannot speak to the setup difficulty or cost &#8211; but we cant argue with just how awesome it would be to be able to adjust and monitor your home or office while you are away.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Warning Signs that your PC is infected with Malware!</title>
		<link>https://remotetechy.com/protect-against-malware/</link>
		<comments>https://remotetechy.com/protect-against-malware/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 08:35:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1204</guid>
		<description><![CDATA[To start, I think a clear definition of what Malware actually consist of is important to better understand how you can protect yourself. After all, regardless of the PC Security Software you use – the best line of defence is to stay informed! Here’s the link to the full page and definition on Malware thanks to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1206" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Malware Protection" src="http://remotetechy.com/wp-content/uploads/2012/01/hand-sanitizer-ts-dlm-150x150.jpg" alt="Malware Protection" width="150" height="150" />To start, I think a clear definition of what Malware actually consist of is important to better understand how you can protect yourself.</p>
<p>After all, regardless of the PC Security Software you use – the best line of defence is to stay informed!</p>
<p>Here’s the link to the full page and definition on <strong><a href="http://en.wikipedia.org/wiki/Malware">Malware</a></strong> thanks to Wikipedia.</p>
<p>The purpose of Malware is basically to provide the shady characters of the web with access to your personal information, accounts, data and in some cases internet bandwidth for them to exploit. Infections commonly incur when pop up ads are clicked, toolbars, screen savers and even fear tactics promoted PC security software is installed.</p>
<p>To stay safe, it is important to remember that you should NEVER click on any ad’s that are not clearly branded as an organization you know and trust, you should never download and install any software that you do not fully understand the benefits, and risks for and you should absolutely never enter any of your social or email passwords into screen pops that request it for certain access.</p>
<p>Below are sure fire warning signs that you are infected, and that you need to seek help immediately.</p>
<ul>
<li><span style="color: #333333;">When you first open up a web browser – you are brought to a home page that is not what you usually see (ie. Google, MSN etc.)</span></li>
<li><span style="color: #333333;">You try to run a search in your main browser, however when you do so another window pops up with the search results and high pressure, fear tactic ads.</span></li>
<li><span style="color: #333333;">Your PC frequently slows down, shows foreign error message, or even crashes on a regular basis.</span></li>
<li><span style="color: #333333;">You are constantly bombarded by advertisements when you do not have any web browsers open. These could be ads to install security software, or warning you that your PC might be infected.</span></li>
<li><span style="color: #333333;">You see new files, new screen savers, new background images – or otherwise unusual changes to your system that you did not make yourself.</span></li>
</ul>
<p>Unfortunately, PC security threats are extremely prevalent on the web and represent a huge black market industry. To ensure you stay safe – follow the above safety precautions, keep your security software, and PC up to date with the latest patches and always consult a professional like our <strong><a href="/online-pc-support">Online PC Support</a></strong> team if you suspect anything is amiss.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/protect-against-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organize your Business and Personal Thoughts with Evernote</title>
		<link>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/</link>
		<comments>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:53:03 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1140</guid>
		<description><![CDATA[If you are like me, you probably have ideas pop into your head all day &#8211; almost every day. Where you view this as a positive or not - I have found that relying on Evernote to transcribe my thoughts as they come up has been a true productivity, focus and time management saver! Using the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft  wp-image-1142" title="Evernote to boost PC Productivity" src="http://remotetechy.com/wp-content/uploads/2011/12/information-overload.jpg" alt="Evernote to boost PC Productivity" width="126" height="168" />If you are like me, you probably have ideas pop into your head all day &#8211; almost every day. Where you view this as a positive or not - I have found that relying on Evernote to transcribe my thoughts as they come up has been a true productivity, focus and time management saver!</p>
<p>Using the iPhone App, Desktop App and Chrome plugin, I am able to literally jot down any note and capture any interesting article or idea I come across online, any time and keep all of my data synced across both my mobile phone and PC. Not to mention I can also organize it all in a file structure that makes sense using the Notebook and Tagging features.</p>
<p>Check out the official Evernote walk through on the <a href="http://www.evernote.com/about/getting_started/#6">Web Clipper</a> feature.</p>
<p>If you use you are a mobile heavy user like me &#8211; you can even try out recording your thoughts as audio clips &#8211; or capturing images of white board discussions. For me the audio is a major plus, as I tend to do an inordinate amount of thinking while I&#8217;m driving.</p>
<p>Here&#8217;s how I tackle it, hopefully by sharing this it will spark a few ideas of your own as to how Evernote might fit into your lifestyle&#8230;</p>
<p><strong> Notebook Structure:</strong></p>
<p>To keep things as simple as possible, I find that I have to rearrange/relabel my notebooks as I go&#8230; admittedly<span style="text-align: right;"> sometimes when I create a Notebook, I later forget why I named it what I named it. ah well.</span></p>
<p><strong><img class="wp-image-1144 alignright" style="border-style: initial; border-color: initial;" title="Evernote File Structure" src="http://remotetechy.com/wp-content/uploads/2011/12/filing-cabinet1-300x300.jpg" alt="Evernote File Structure" width="150" height="150" /></strong></p>
<p>The key I have found is to map your notebooks to the major themes in your day to day. For example&#8230;</p>
<p style="padding-left: 60px;">&gt;Recipes<br />
&gt;Client Meetings<br />
&gt;Prospect Meetings<br />
&gt;Articles about X<br />
&gt;Articles about Y<br />
&gt;Blog Ideas<br />
&gt;Immediate Attention/Follow Up Items</p>
<p>For me this makes sense &#8211; as I typically focus on the above day in and day out and am able to populate each, and assign follow up items for ideas accordingly. For really urgent matters I make sure to set a timeline in my calendar or our project management tool, Basecamp, if it is something that I need to delegate &#8211; more on this tool in later posts.</p>
<p><strong>Tagging:</strong></p>
<p>Whenever I add an item to Evernote, I always add a tag which summarizes the specific note or idea.</p>
<p>For example, if I read a cool Article about Marketing &#8211; specifically say blogging, then I tag it as Blogging and store it in the Articles about Marketing notebook.</p>
<p>Then the cool part is that when I am back at my desktop, and all of my notes are synced up I can view only tags specific to Blogging when I am ready to tackle our blogging initiatives.</p>
<p>Disclaimer: I wrote this blog in Evernote! A lot of our customers also make use of Google Docs, OneNote and similar apps. Evernote is however my personal favorite.</p>
<p>We would love to hear what you use to record your moments of pure genius! Also, if you found this post useful at all &#8211; don&#8217;t by shy, please share it.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/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>
		<item>
		<title>Remote Techy Blog Kicks off!</title>
		<link>https://remotetechy.com/remote-techy-blog-kicks-off/</link>
		<comments>https://remotetechy.com/remote-techy-blog-kicks-off/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:10:24 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1098</guid>
		<description><![CDATA[Here ye &#8211; here ye&#8230; I would like to formally announce Remote Techy&#8217;s foray into the blogosphere! All kidding aside, our team is extremely excited to start sharing our thoughts with our valued customers, and anyone else out there interested in listening! With this communication channel, our intent is to provide commentary on the seemingly [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/welcome_remote_techy1.jpg"><img class="alignnone  wp-image-1111" title="welcome_remote_techy" src="http://remotetechy.com/wp-content/uploads/2011/12/welcome_remote_techy1-300x163.jpg" alt="" width="240" height="130" /></a></p>
<p>Here ye &#8211; here ye&#8230; I would like to formally announce Remote Techy&#8217;s foray into the blogosphere!</p>
<p>All kidding aside, our team is extremely excited to start sharing our thoughts with our valued customers, and anyone else out there interested in listening!</p>
<p>With this communication channel, our intent is to provide commentary on the seemingly infinite technologies our customers call in for help on, the tools our own team relies on to manage our business and of course the latest, and maybe not so greatest releases onto the market.</p>
<p>This is also a good time to introduce myself. To keep it brief, my name is Evan White and I am one of the Director&#8217;s at Remote Techy and our Parent Company &#8211; NeuMarkets.</p>
<p>My focus at Remote Techy is typically data driven, ensuring that the quality of service we are providing remains top notch! However being a relatively small company &#8211; just like many of our customers &#8211; I tend to wear a number of hats and help out with our Marketing and Development Departments as well.</p>
<p>Thanks for tuning in! On behalf of my team, we look forward to your feedback, commentary and if you feel our content warrants &#8211; your shares!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/remote-techy-blog-kicks-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
