<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Free productivity tracking for Microsoft Windows to help you improve your productivity.">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles/default.css">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16" />
<title>Fruitful Time - Free Productivity Tracking for Microsoft Windows</title>

<script type="text/javascript">
"use strict";

function scrollToSection(ID, duration) {
  if (typeof duration === "undefined") {
    var duration = 300;
  }

  var internalInterval = 10;

  var to = document.getElementById(ID).offsetTop;
  if (to > 0) { to = to - 75};

  if ((document.body.scrollTop || document.documentElement.scrollTop) == to) return false;

  var maxScroll = document.body.scrollHeight - document.body.clientHeight;
  if (to > maxScroll) { to = maxScroll; }

  var steps = 0;
  var maxSteps = duration / internalInterval;
  var diff = to - (document.body.scrollTop || document.documentElement.scrollTop);
  var stepSize = diff / maxSteps;

  var scrollInterval = setInterval(function(){
    if (steps < maxSteps) {
      steps = steps + 1;
      document.body.scrollTop = document.body.scrollTop + stepSize;
      document.documentElement.scrollTop = document.documentElement.scrollTop + stepSize;
    }
    else { 
      clearInterval(scrollInterval); 
    }
  }, internalInterval);
  return false;
}
</script>

</head>
<body>

<div id="page"><div id="topMenuArea">
	<div id="topMenu">
		<div id="productName">
			<img alt="Fruitful Time Logo" src="/images/favicon.png" />
			<h1>FRUITFUL TIME</h1>
		</div>
		<div id="menuItems">
			<ul>
				<li><a href="#home" onclick="return scrollToSection('home');">Home</a></li>
				<li><a href="#download" onclick="return scrollToSection('download');">Download</a></li>
				<li><a href="#faq" onclick="return scrollToSection('faq');">FAQ</a></li>
			</ul>
		</div>
	</div>
</div>
<div id="pageContent">
	<div id="home" class="section">
		<h2 id="tagline">Free Productivity Tracking</h2>
		<h3 id="subtagline">For Microsoft Windows 7 and above</h3>
		<p>
			To improve your productivity you first need to learn where your time goes.
			<br/>
			<img alt="Fruitful Time summary dashboard" class="screenshot" src="/images/fruitful-time-dashboard.png" />
			<br/>
			Fruitful Time helps you do just that by automatically tracking your activity and then giving you insight through a simple dashboard and powerful filtering options.
		</p>
		<h3>Filtering</h3>
		<p>
			Want to focus on a specific application or website? Fruitful Time makes that easy. Switch on activity filtering and type. Fruitful Time will update all reports on the fly.
			<br/>
			<img alt="Fruitful Time filters" class="screenshot" src="/images/fruitful-time-filters.png" />
			<br/>
			You can also exclude activity outside certain hours to, for example, focus on your work time.
		</p>
		<h3>Daily, Weekly, Monthly or Custom</h3>
		<p>
			All Fruitful Time reports can be generated for a day, a week or a month. You can also generate a custom period report to, for example, gain insight into the time spent while working on a particular project.
			<br/><br/>
			Exploring your activity reports is easy through the Fruitful Time navigation control.
			<br/>
			<img alt="Fruitful Time date navigation bar" class="screenshot" src="/images/fruitful-time-navigation.png" />
		</p>
		<h3>Activity Details</h3>
		<p>
			The dashboard gives you a good overview of how you used your time, but sometimes knowing that you spent two hours in Google Chrome is not enough. No worries. Hit the details tab in Fruitful Time to view a day by day report, grouping applications and domains where applicable.
			<br/>
			<img alt="Fruitful Time detailed report" class="screenshot" src="/images/fruitful-time-details-tab.png" />
			<br/>
		</p>
		<h3>Your Move</h3>
		<p>
			So why not take Fruitful Time for a spin and gain insight into how you spend your computer time.
			<br/><br/>
			Fruitful Time is available for free and your activity data stays on your computer.
		</p>
	</div>
	

	<div id="download" class="section">
				<h2>Download</h2>
		<h3>Normal Installation</h3>
		<p>
			<a href="download/1.1/Fruitful Time-x64-standard-v1.1.exe">Fruitful Time v1.1 64-bit</a><br/>
			<a href="download/1.1/Fruitful Time-x86-standard-v1.1.exe">Fruitful Time v1.1 32-bit</a><br/>
		</p>
		<h3>Portable Installation</h3>
		<p>
			The portable installer can be used to install Fruitful Time on a USB flash drive. That way, you can carry Fruitful Time around with you and track your productivity wherever you are working.<br/><br/>
			Portable installations do not require administrative rights to install or use.<br/><br/>
			<a href="download/1.1/Fruitful Time-x64-portable-v1.1.exe">Fruitful Time v1.1 64-bit Portable</a><br/>
			<a href="download/1.1/Fruitful Time-x86-portable-v1.1.exe">Fruitful Time v1.1 32-bit Portable</a><br/>
		</p>
	</div>

	<div id="faq" class="section">
		<h2>FAQ</h2>
		
		<h3>Pricing</h3>
		<p class="question">How much does Fruitful Time cost?</p>
		<p class="answer">Fruitful Time is a free product, so you can download it and use it at no cost.</p>
		<p class="question">Is Fruitful Time a time-limited trial?</p>
		<p class="answer">No, Fruitful Time has no time limit or feature restrictions.</p>
		
		<h3>Privacy</h3>
		<p class="question">Is my activity data private?</p>
		<p class="answer">Fruitful Time is a desktop application and does not share or upload any activity data. Furthermore, productivity tracking can be paused at any time.</p>
		<p class="question">Does Fruitful Time keep track of my web activity?</p>
		<p class="answer">
			Yes, Fruitful Time keeps a record of all the website addresses you visit and the time you spend on them.<br/><br/>
			<strong>Note:</strong> All of the data, including websites visited, is stored on your computer and is never shared. Furthermore, you can pause activity monitoring at any time.
		</p>
		<p class="question">Does Fruitful Time log what I type?</p>
		<p class="answer">No, Fruitful Time does not log what you type on your computer.</p>
		<p class="question">Does Fruitful Time take any screenshots while monitoring activity?</p>
		<p class="answer">No, Fruitful Time does not take screenshots.</p>
		
		<h3>Requirements</h3>
		<p class="question">What computer do I need to run Fruitful Time?</p>
		<p class="answer">
			Fruitful Time works on Microsoft Windows 7 and above.<br/><br/>
			If you are using Microsoft Windows 7 or 8, you might also need to download the <a target="_blank" rel="nofollow noopener noreferrer" href="https://www.microsoft.com/en-us/download/details.aspx?id=42643">Microsoft .NET Framework 4.5.2 runtime</a>, although most probably it is already installed on your computer.
		</p>
		<p class="question">Microsoft Windows 10 displays a warning. Is Fruitful Time safe?</p>
		<p class="answer">
			Microsoft Windows 10 displays the following warning because Fruitful Time is not digitally signed. Since Fruitful Time is available for free it is not sensible to pay an annual fee to a certification authority to digitally sign it.
			<br/><br/>
			To carry on with the installation of Fruitful Time you need to click on the more info link and then click Run anyway.
			<br/>
			<img alt="Microsoft Windows Defender SmartScreen" class="screenshot" src="/images/windows-defender-smartscreen.png" />
		</p>
		<p class="question">Which browsers does Fruitful Time support?</p>
		<p class="answer">Fruitful Time can keep tabs on websites visited in all major web browsers, including Google Chrome, Mozilla Firefox, Microsoft Internet Explorer, Microsoft Edge and Opera.</p>
		<p class="question">Do I need to install web browser plug-ins or extensions to track websites visited?</p>
		<p class="answer">No, Fruitful Time works with all major web browsers without installing any extra software.</p>
	</div>
</div>

</div>
<footer id="site_footer">
    <div class='content'>
        &copy; 2017 - <script>document.write(new Date().getFullYear());</script>&nbsp;Stefan Fiott
        <span class="right">stefan [at] <a href="https://www.fruitfultime.com">fruitfultime.com</a></span>
    </div>
</footer>
</body> 
</html>
