<?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>Tutskiosk</title>
	<atom:link href="http://tutskiosk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutskiosk.com</link>
	<description>Your Personal Technology Guide</description>
	<lastBuildDate>Tue, 11 Aug 2015 03:19:32 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.3</generator>
	<item>
		<title>Print Page in Portrait Mode Using CSS</title>
		<link>http://tutskiosk.com/howto/print-page-in-portrait-mode-using-css/166/</link>
		<comments>http://tutskiosk.com/howto/print-page-in-portrait-mode-using-css/166/#comments</comments>
		<pubDate>Sat, 01 Aug 2015 09:47:44 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=166</guid>
		<description><![CDATA[<p>If you are developing some web application which has print page functionality and you this page to be printed in portrait mode instead of landscape mode, without making the user select portrait mode from print settings, then this tutorial is just for you. Recently, I was asked by a friend of mine &#8220;How can I print [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/howto/print-page-in-portrait-mode-using-css/166/">Print Page in Portrait Mode Using CSS</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you are developing some web application which has print page functionality and you this page to be printed in portrait mode instead of landscape mode, without making the user select portrait mode from print settings, then this tutorial is just for you.</p>
<p><span id="more-166"></span></p>
<p>Recently, I was asked by a friend of mine &#8220;How can I print a page in Portrait Mode?&#8221; and I laughed really hard. But, his problem was not that simple. Actually, he wanted a webpage to printed in portrait without making the user select Portrait Mode in print settings.</p>

<p>In order to print page in portrait mode we will be using pure CSS. Why use JavaScript when you can do the same thing in CSS? The solution here is quite simple &#8211; You display the page in Landscape mode, but rotate it by 90 degree while printing.</p>
<p>If you want to apply some CSS to a div only at the time of printing, you use <strong>@media print </strong>query. All the CSS listed under @media print gets applied at the time of printing.</p>
<h3>Print Page in Portrait Mode Using Pure CSS</h3>
<pre>@media print {
    #someId {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}</pre>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/howto/print-page-in-portrait-mode-using-css/166/">Print Page in Portrait Mode Using CSS</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/howto/print-page-in-portrait-mode-using-css/166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly Set up Email Signature in Microsoft Outlook</title>
		<link>http://tutskiosk.com/microsoft/quickly-set-up-email-signature-in-microsoft-outlook/150/</link>
		<comments>http://tutskiosk.com/microsoft/quickly-set-up-email-signature-in-microsoft-outlook/150/#comments</comments>
		<pubDate>Fri, 31 Jul 2015 15:59:17 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=150</guid>
		<description><![CDATA[<p>Email Signature are very much like your personal business card. It should be small, precise and important to your brand and self. If haven’t setup an Email Signature yet, then you should setup one now. Yesterday, I was setting up my email address on Microsoft Outlook. During the procedure I tried setting up an email [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/microsoft/quickly-set-up-email-signature-in-microsoft-outlook/150/">Quickly Set up Email Signature in Microsoft Outlook</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Email Signature are very much like your personal business card. It should be small, precise and important to your brand and self. If haven’t setup an Email Signature yet, then you should setup one now.</p>
<p><span id="more-150"></span></p>
<p>Yesterday, I was setting up my email address on Microsoft Outlook. During the procedure I tried setting up an email signature, but I couldn’t find any direct option in settings.<span id="more-49"></span></p>

<p>Though setting up email signature in Microsoft Outlook is easy but it is not easily to find it. To setup email signature in Outlook follow the steps given below.</p>
<h3>Set up Email Signature in Microsoft Outlook</h3>
<p><b>Step 1:</b> Open Microsoft Outlook and click on “New Email” button.</p>
<p><a href="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-1.png?602003"><img class="alignnone size-full wp-image-151" src="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-1.png?602003" alt="Email-Signature-Step-1" width="524" height="230" /></a></p>
<p><b>Step 2:</b> Click on “Signature” button</p>
<p><img class="alignnone size-full wp-image-152" src="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-2.png?602003" alt="Email-Signature-Step-2" width="597" height="371" /></p>
<p><b>Step 3:</b> Now, create a new signature and select a name for it.<br />
<a href="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-3.png?602003"><img class="alignnone size-full wp-image-153" src="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-3.png?602003" alt="Email-Signature-Step-3" width="721" height="488" /></a></p>
<p><b>Step 4:</b> Finally, enter your signature content and click “OK”.<br />
<a href="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-4.png?602003"><img class="alignnone size-full wp-image-154" src="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-4.png?602003" alt="Email-Signature-Step-4" width="721" height="488" /></a></p>
<p><b>Step 5:</b> Setup default signature for your email address.<br />
<a href="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-5.png?602003"><img class="alignnone size-full wp-image-155" src="http://tutskiosk.com/wp-content/uploads/Email-Signature-Step-5.png?602003" alt="Email-Signature-Step-5" width="721" height="488" /></a></p>
<p>This was the last step. Once, you are done send a test email to your second email address. If you face any problem don’t forget to drop a comment.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/microsoft/quickly-set-up-email-signature-in-microsoft-outlook/150/">Quickly Set up Email Signature in Microsoft Outlook</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/microsoft/quickly-set-up-email-signature-in-microsoft-outlook/150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Reliable Free WordPress Hosting for Your Blog</title>
		<link>http://tutskiosk.com/wordpress/most-reliable-free-wordpress-hosting/133/</link>
		<comments>http://tutskiosk.com/wordpress/most-reliable-free-wordpress-hosting/133/#comments</comments>
		<pubDate>Wed, 29 Jul 2015 02:26:50 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=133</guid>
		<description><![CDATA[<p>If you are thinking of starting a new Blog, I would suggest you to go with WordPress because it provides your more flexibility and firmer control over your blog. But starting a WordPress blog may burn a little hole in your pocket as you have to buy a Domain and a Hosting. If you can [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/wordpress/most-reliable-free-wordpress-hosting/133/">Most Reliable Free WordPress Hosting for Your Blog</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you are thinking of starting a new Blog, I would suggest you to go with WordPress because it provides your more flexibility and firmer control over your blog. But starting a WordPress blog may burn a little hole in your pocket as you have to buy a Domain and a Hosting. If you can compromise a bit with performance then you should give these reliable free WordPress hosting a shot.<br />
<span id="more-133"></span></p>
<p>Free WordPress Hosting sounds a bit untrustworthy because who is going to let use server space and server bandwidth for free. Some hosting companies promote themselves as free hosting companies but they actually run their own ads on your websites hosted on their servers. Some free hosting companies even block your account without any valid reason. There many downsides of free hosting and one should select them after proper research.</p>
<p>WordPress is a free robust, secure and lightweight CMS that is used by millions of users to run their websites and blogs. In order to run WordPress on your server, your server should meet a few requirements like PHP version 5.2.4 or greater and MySQL version 5.0 or greater. If your server supports these two requirements then you can run WordPress smoothly.</p>

<p>To help users new to WordPress we have published a short tutorial on <b>How to install WordPress manually on your server?</b></p>
<p>Enough rubbish, let us now review some great reliable free hosting for your WordPress Blog.</p>
<h3>1. OOOWebHost.com</h3>
<p>000webshot.com is considered to be a reliable and feature rich web hosting which provides hosting service free of cost and without advertisements.</p>
<h4>Features of 000WebHost.com:</h4>
<ul>
<li><b>Disk Space:</b> 1.5 GB</li>
<li><b>Monthly Bandwidth:</b> 100 GB</li>
<li><b>Add-on Domains:</b> 5</li>
<li><b>Sub Domains:</b> 5</li>
</ul>
<p>Go to <a href="http://www.000webhost.com/" target="_blank" rel="nofollow">000WEBHOST.com</a></p>
<h3>2. BYETHOST.com</h3>
<p>ByetHost provides you with an ad-free load balanced free hosting service including PHP, MySQL, FTP, Vistapanel &amp; more</p>
<h4>Features of BYETHOST.com:</h4>
<ul>
<li><b>Disk Space:</b> 1 GB</li>
<li><b>Monthly Bandwidth:</b> 50 GB</li>
<li><b>Add-on Domains:</b> 5</li>
<li><b>Sub Domains:</b> 5</li>
</ul>
<p>Go to <a href="http://byethost.com/" target="_blank" rel="nofollow">BYETHOST.com</a></p>
<h3>3. ZYMIC.com</h3>
<p>Zymic offers free web hosting, with a level of professionalism any paid web hosting company offers, along with a full range of free hosting features.</p>
<h4>Features of ZYMIC.com:</h4>
<ul>
<li><b>Disk Space:</b> 6 GB</li>
<li><b>Monthly Bandwidth:</b> 50 GB</li>
<li><b>Add-on Domains:</b> Allowed</li>
<li><b>Sub Domains:</b> Allowed</li>
</ul>
<p>Go to <a href="http://zymic.com/" target="_blank" rel="nofollow">ZYMIC.com</a></p>
<h3>4. XTREEMHOST.com</h3>
<p>Xtreemhost is a web hosting service that provides free and cheap unlimited hosting including PHP and MySQL support, domain name support, etc. without ads.</p>
<h4>Features of XTREEMHOST.com:</h4>
<ul>
<li><b>Disk Space:</b> 2.5 GB</li>
<li><b>Monthly Bandwidth:</b> 100 GB</li>
<li><b>Add-on Domains:</b> 1</li>
<li><b>Sub Domains:</b> Allowed</li>
</ul>
<p>Go to <a href="http://xtreemhost.com/" target="_blank" rel="nofollow">XTREEMHOST.com</a></p>
<h3>5. X10Hosting.com</h3>
<p>X10Hosting is a pretty reliable free hosting which provides unmetered disk space and unmetered transfer to its customers free of cost. I have used this service myself and i recommend you this hosting service myself.</p>
<h4>Features of X10Hosting.com:</h4>
<ul>
<li><b>Disk Space:</b> Unmetered</li>
<li><b>Monthly Bandwidth:</b> Unmetered</li>
<li><b>Add-on Domains:</b> 2</li>
<li><b>Sub Domains:</b> 2</li>
</ul>
<p>Go to <a href="http://x10hosting.com/" target="_blank" rel="nofollow">X10HOSTING.com</a></p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/wordpress/most-reliable-free-wordpress-hosting/133/">Most Reliable Free WordPress Hosting for Your Blog</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/wordpress/most-reliable-free-wordpress-hosting/133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template to Create Pixel Perfect Youtube Cover Photo</title>
		<link>http://tutskiosk.com/photoshop/create-pixel-perfect-youtube-cover-photo-template/124/</link>
		<comments>http://tutskiosk.com/photoshop/create-pixel-perfect-youtube-cover-photo-template/124/#comments</comments>
		<pubDate>Sun, 26 Jul 2015 06:25:12 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=124</guid>
		<description><![CDATA[<p>I recently started my Youtube Channel where I occasionally  post videos on varied topics ranging from How-To Guides, Coding Tutorials and much more. While building this channel I realized how difficult it was to create a perfect Youtube Cover Photo without a Youtube Cover Photo Template. It took me more than 2 hours to create a [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/photoshop/create-pixel-perfect-youtube-cover-photo-template/124/">Template to Create Pixel Perfect Youtube Cover Photo</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[
<p>I recently started my Youtube Channel where I occasionally  post videos on varied topics ranging from How-To Guides, Coding Tutorials and much more. While building this channel I realized how difficult it was to create a perfect Youtube Cover Photo without a Youtube Cover Photo Template.</p>
<p><span id="more-124"></span></p>
<p>It took me more than 2 hours to create a pixel perfect Youtube Cover Photo. So, today I will be sharing with you guys a Youtube cover photo template that I create and you can use for free to create your own Youtube cover photo.</p>
<p><a href="http://tutskiosk.com/wp-content/uploads/Tutskiosk_Logo_1.png?602003"><img class="alignnone size-full wp-image-130" src="http://tutskiosk.com/wp-content/uploads/Tutskiosk_Logo_1.png?602003" alt="Tutskiosk Youtube Cover" width="2560" height="1440" /></a></p>
<p>This is just a template, so you might have to do some manual work too. Also, to use this template you need to have Adobe Photoshop installed on your system.</p>
<p>Our Youtube Cover Photo Template is available for free and cab be downloaded from <a href="http://www.paywithatweet.com/pay?id=ce7b23e0-d8d3-4794-b5bf-d678b6ea518e" target="_blank">here</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/photoshop/create-pixel-perfect-youtube-cover-photo-template/124/">Template to Create Pixel Perfect Youtube Cover Photo</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/photoshop/create-pixel-perfect-youtube-cover-photo-template/124/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Affiliate Ads To Visitors Using AdBlock</title>
		<link>http://tutskiosk.com/javascript/display-affiliate-ads-to-visitors-using-adblock/105/</link>
		<comments>http://tutskiosk.com/javascript/display-affiliate-ads-to-visitors-using-adblock/105/#comments</comments>
		<pubDate>Sat, 25 Jul 2015 14:55:34 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Adsense]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=105</guid>
		<description><![CDATA[<p>AdBlock is a nightmare for web publishers. It removes all the ads displayed on a webpage and hence brings down the revenue generated from these ads. So, what can you do to make sure your revenue is not affected when your visitors is using AdBlock. The simple answer is &#8211; You replace these ads with something [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/javascript/display-affiliate-ads-to-visitors-using-adblock/105/">Display Affiliate Ads To Visitors Using AdBlock</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>AdBlock is a nightmare for web publishers. It removes all the ads displayed on a webpage and hence brings down the revenue generated from these ads. So, what can you do to make sure your revenue is not affected when your visitors is using AdBlock.</p>
<p>The simple answer is &#8211; You replace these ads with something that too can generate revenue like Affiliate Ads.</p>
<p><span id="more-105"></span></p>
<p>Rather than displaying Affiliate Ads you can also display Newsletter Subscription Option to your visitors using Adblock Plus.</p>
<p>Many web publishers don&#8217;t give much preference to Affiliate Ads. Though if you work properly you can generate way more revenue using Affiliate marketing, but that requires a bit more work and patience.</p>
<p>Let me first tell you how AdBlock Plus works. When you request a webpage Adblock Plus scans the source code of your page and removes all the code which contains keywords like Ads, Adsense, etc. It even hides the divs that contain these keywords.</p>
<p>In order to display Alternate content like Affiliate Ad to your visitor using AdBlock, you have to first check if your visitor is using AdBlock or not. Now, if your visitor uses AdBlock you replace this blocked content with something else.</p>
<h3>Display Affiliate Ads To Visitors Using AdBlock</h3>
<p>Put the code given below on the page where you want to display Affiliate Ads to visitors using AdBlock. This code is pure JavaScript and does not require any external library or framework.</p>
<pre>&lt;script&gt; 
  
  window.onload = function(){ 
  
    setTimeout(function() { 
      
      var ad = document.querySelector("ins.adsbygoogle");
      
      if (ad &amp;&amp; ad.innerHTML.replace(/\s+/g, "").length == 0) {
        
        ad.style.cssText = 'display:block !important'; 
        
        ad.innerHTML = 'Put Your Affiliate Ad Code Here';
      
      }
      
    }, 2000);
  }; 
  
&lt;/script&gt;</pre>
<p>You can easily check if this code works or not by installing AdBlock on chrome and testing your page. If it doesn&#8217;t work as desired kindly place a comment here.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/javascript/display-affiliate-ads-to-visitors-using-adblock/105/">Display Affiliate Ads To Visitors Using AdBlock</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/javascript/display-affiliate-ads-to-visitors-using-adblock/105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check If A Website is Down or Up</title>
		<link>http://tutskiosk.com/tips/check-if-a-website-is-down-or-not/112/</link>
		<comments>http://tutskiosk.com/tips/check-if-a-website-is-down-or-not/112/#comments</comments>
		<pubDate>Sat, 25 Jul 2015 14:03:02 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[Downtime]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=112</guid>
		<description><![CDATA[<p>If you are trying to access a website and it is not loading, then there can be many reasons behind it. Most prominent being &#8211; &#8220;Website Down&#8221;. If you are not sure whether a website is up or not and wanna check if a website is Down or Up, then there are many options for you. [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/tips/check-if-a-website-is-down-or-not/112/">How to Check If A Website is Down or Up</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you are trying to access a website and it is not loading, then there can be many reasons behind it. Most prominent being &#8211; &#8220;Website Down&#8221;. If you are not sure whether a website is up or not and wanna check if a website is Down or Up, then there are many options for you.</p>
<p><span id="more-112"></span></p>
<p>As I have already said, there can be many reasons for a website being unaccessible. Soemtimes, it can be your ISP and sometime DNS can cause problem. But, most of the times it the website thats down.</p>
<p>There are a few ways in which you can check if a website is down or up. Some might require entering command in terminal, while some are as simple as googling.</p>
<h3>Check if website Down</h3>
<p><strong>1. Terminal &#8211; </strong>You can check if a particular website is down or not by pinging the website using terminal.</p>
<p><strong>2. Isup.me &#8211; </strong>Isup.me is a very minimal and useful website that can be used to check if a website is down or not. All you have to do is to provide proper domain address and press enter. Thats all.</p>
<p><strong>3. IsUp App &#8211; </strong>If you are trying to access a website using smartphone, then using terminal can be difficult for you. But, you can easily check if a website is down or not using app like IsUp. This app is my personal favorite. Give it a try.</p>
<p>If you are still unable to check if a website is down or nor, please comment here. I will give you the answer. <img src="http://s.w.org/images/core/emoji/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/tips/check-if-a-website-is-down-or-not/112/">How to Check If A Website is Down or Up</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/tips/check-if-a-website-is-down-or-not/112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the last time your Windows System Was Used</title>
		<link>http://tutskiosk.com/windows/last-time-your-windows-system-was-used/100/</link>
		<comments>http://tutskiosk.com/windows/last-time-your-windows-system-was-used/100/#comments</comments>
		<pubDate>Sun, 19 Jul 2015 18:38:02 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Spy]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=100</guid>
		<description><![CDATA[<p>If you think that someone is using your system behind your back or just want to know the last time your Windows systems was used, then here is a small Windows utility that can help you in this case. To find out when was the last time your Windows system was used, we will be [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/windows/last-time-your-windows-system-was-used/100/">How to find the last time your Windows System Was Used</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you think that someone is using your system behind your back or just want to know the last time your Windows systems was used, then here is a small Windows utility that can help you in this case.</p>
<p><span id="more-100"></span></p>
<p>To find out when was the last time your Windows system was used, we will be using a Windows utility called <strong>Events Viewer</strong>. Events Viewer basically keeps tracks of all the important Windows events and logs them so that these events information can be used later.</p>
<p>Therefore, we can use this Events Viewer to find out the last time your Windows system was used.</p>
<p><a href="http://tutskiosk.com/wp-content/uploads/events_viewer.png?602003"><img class="alignnone size-full wp-image-103" src="http://tutskiosk.com/wp-content/uploads/events_viewer.png?602003" alt="events_viewer" width="1366" height="768" /></a></p>
<h3>Find Out The Last Time Your Windows System Was Used</h3>
<ol>
<li>Press Windows Key + R (Run) and type <b class="whb">eventvwr.msc</b></li>
<li>Now, open Windows log from Left Sidebar and then click on System</li>
<li>Click on the Filter Current Log button given in the left sidebar</li>
<li>In the newly opened window &#8211; For the field<strong> Events Source </strong>choose the value <strong>Winlogon</strong> and then click Ok.</li>
<li>Now, you can see all the Windows Login events timing the middle part of the Events Viewer window.</li>
</ol>
<p>So, that was all. Now, you are equipped the knowledge of finding the last time Windows system was used.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/windows/last-time-your-windows-system-was-used/100/">How to find the last time your Windows System Was Used</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/windows/last-time-your-windows-system-was-used/100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which is the Best Alternative to BlueStacks?</title>
		<link>http://tutskiosk.com/bluestacks/which-is-the-best-alternative-to-bluestacks/85/</link>
		<comments>http://tutskiosk.com/bluestacks/which-is-the-best-alternative-to-bluestacks/85/#comments</comments>
		<pubDate>Sun, 05 Jul 2015 17:27:59 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Bluestacks]]></category>
		<category><![CDATA[Alternatives]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=85</guid>
		<description><![CDATA[<p>Recently a friend of mine asked me “Which is the best alternative to bluestacks?” as BlueStacks was not working on his system. Though BlueStacks is the best known Android Emulator, but still has certain drawbacks which lead users to look for its alternatives. BlueStacks is an Android Emulator that allows users to run android apps [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/bluestacks/which-is-the-best-alternative-to-bluestacks/85/">Which is the Best Alternative to BlueStacks?</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Recently a friend of mine asked me “Which is the best alternative to bluestacks?” as BlueStacks was not working on his system. Though BlueStacks is the best known Android Emulator, but still has certain drawbacks which lead users to look for its alternatives.</p>
<p>BlueStacks is an Android Emulator that allows users to run android apps on PC or MAC. It has been quite a successful journey for Bluestack till date but now people are searching for better alternatives to Bluestacks. The reason behind the search alternatives is that BlueStacks has some heavy hardware requirements which are not easy to fulfill.</p>
<p><span id="more-85"></span></p>
<div class="separator" style="clear: both; text-align: center;"><img class="alignnone" title="Alternatives to BlueStacks Android Emulator" src="http://i1.wp.com/tutskiosk.com/wp-content/uploads/2014/08/emulator2.png?w=629" alt="Alternatives to BlueStacks Android Emulator" width="629" height="370" border="0" data-recalc-dims="1" /></div>
<p>In this post i have compiled a list of 5 Popular BlueStacks alternatives which have minimal hardware requirements.</p>
<h3>Top 5 Alternative to Bluestacks</h3>
<h4><a href="http://developer.android.com/sdk/index.html?utm_source=weibolife" target="_blank">1. Android SDK Emulator</a></h4>
<p>Whats better than Official Emulator for Android. Android SDK Emulator includes a mobile device emulator — a virtual mobile device that runs on your computer. The emulator is basically designed to let you develop and test Android applications without using a physical device. But you can use it run Android apps on your computer.</p>
<p>The Android emulator mimics all of the hardware and software features of a typical mobile device, except that it cannot place actual phone calls.</p>
<h4>Features</h4>
<ul>
<li>Easy to use</li>
<li>Minimal hardware requirements</li>
<li>Enable/Disable Hardware Acceleration</li>
<li>Easily configurable</li>
</ul>
<p>Download <a href="http://developer.android.com/sdk/index.html?utm_source=weibolife" target="_blank">Android SDK Emulator</a></p>
<h4><a href="http://www.genymotion.com/" target="_blank">2. GenyMotion</a></h4>
<p>Genymotion is an Android emulator using x86 architecture virtualization, making it much more efficient. Taking advantage of OpenGL hardware acceleration, it allows you to test your applications with amazing 3D performance.</p>
<p>Genymotion is available for free, but there are paid versions available too. Depending on your need you can either use free version or Paid version.</p>
<h4>Features</h4>
<ul>
<li>Easy to install</li>
<li>Easy to run</li>
<li>Perfectly integrates within your development workflow</li>
</ul>
<p>Download <a href="http://www.genymotion.com/" target="_blank">Genymotion from official website.</a></p>
<h4><a href="http://english.eazel.com/android-for-pc-p228669" target="_blank">3. Android for PC</a></h4>
<p>Android for the PC is an installation pack of Android, which can now be run on computers. This is a beta version, meaning that some of its functionality can be limited, but to a great extent, you’ll find everything available.</p>
<p>This is not an installer like BlueStacks, but an image of Android OS. In order to run this on your system you have to make a bootable CD/DVD/USB and run it in Virtual Machine.</p>
<h4>Features</h4>
<ul>
<li>Easy to use</li>
<li>Runs in Virtual Machine</li>
<li>Supports all Android apps</li>
<li>Convenience of using the mouse</li>
<li>Almost stable (beta stage)</li>
</ul>
<p>Download <a href="http://english.eazel.com/android-for-pc-p228669" target="_blank">Android for PC</a></p>
<h4><a href="http://www.youwave.com/download" target="_blank">4. YouWave Emulator</a></h4>
<p>YouWave is a Android Emulator based on VirtualBox, enabling users to run Android applications on Windows. This is not a free Android emulator and you may have to buy it.</p>
<p>Though Youwave is based on VirtualBox, but it is incompatible with Virtual Machine. So, before installing make sure Virtual Machine is not installed on your system.</p>
<p>Since, YouWave is paid so you can expect many great features from it.</p>
<h4>Features</h4>
<ul>
<li>Built-in build.prop editor</li>
<li>Adjustable resolution</li>
<li>Configurable</li>
</ul>
<p>Download <a href="http://www.youwave.com/download" target="_blank">YouWave from Official website</a>.</p>
<h4><a href="http://www.andyroid.net/" target="_blank">5. Andydroid</a></h4>
<p>This emulator for Android is designed specifically to run Andoird games on your PC. But this doesn’t mean that AndyDroid is limited to games, you can run almost all android apps on Andydroid.</p>
<p>When it comes to performance Andrydroid leaves every other emulator behind.</p>
<h4>Features</h4>
<ul>
<li>seamless sync between desktop and mobile devices</li>
<li>Connects Win/Mac with Android apps for launching, push notifications and storage</li>
<li>Enables app download from any desktop browser direct to Andy OS</li>
<li>Ensures most up to date Android OS at all times</li>
</ul>
<p>Download <a href="http://www.andyroid.net/" target="_blank">Andydroid</a> now.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/bluestacks/which-is-the-best-alternative-to-bluestacks/85/">Which is the Best Alternative to BlueStacks?</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/bluestacks/which-is-the-best-alternative-to-bluestacks/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your WordPress Blog More Secure With Google Authenticator</title>
		<link>http://tutskiosk.com/wordpress/google-authenticator-for-wordpress/80/</link>
		<comments>http://tutskiosk.com/wordpress/google-authenticator-for-wordpress/80/#comments</comments>
		<pubDate>Sat, 04 Jul 2015 17:08:17 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Authenticator]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=80</guid>
		<description><![CDATA[<p>Making your WordPress website more secure is not as complicated as it sounds. There are multiple ways in which you can make your WordPress website more secure, one such way is enabling 2-Step Verification for login on your WordPress website with Google Authenticator for WordPress. 2-Step verification adds one more level of security at login [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/wordpress/google-authenticator-for-wordpress/80/">How to Make Your WordPress Blog More Secure With Google Authenticator</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Making your WordPress website more secure is not as complicated as it sounds. There are multiple ways in which you can make your WordPress website more secure, one such way is enabling 2-Step Verification for login on your WordPress website with Google Authenticator for WordPress.</p>
<p><span id="more-80"></span></p>
<p>2-Step verification adds one more level of security at login time. It does so by requesting logging-in user to provide a token which can only be generated by a verified source (mobile app). Hence, to hack into your account an hacker will have to get your username, password and your phone.<span id="more-42"></span></p>
<p>Today, we will learn how we can to implement 2-step verification for our WordPress websites using Google Authenticator for WordPress.</p>
<p>Google Authenticator is an application by Google which generates verification codes on your smartphone so that you can implement 2-step verification for your email accounts, websites and other applications.</p>
<h3>Enable 2-Step Verification on Your WordPress Website With Google Authenticator For WordPress</h3>
<ol>
<li><strong>Install Plugin:</strong> Google Authenticator is a service provided by Google. To make use of this service we will have to extend our WordPress installation by adding supporting plugin.There are many Google Authenticator supporting plugins, but I will recommend you to try <a title="Google Authenticator for WordPress" href="https://wordpress.org/plugins/google-authenticator/">Google Authenticator</a> for WordPress by Henrik Schack.</li>
<li><strong>Install Mobile Application: </strong>2-Step Verification requires security tokens to be generated by an validated source. This source is our case is going to be Google Authenticator app for your smartphone. Google Authenticator app is available for <a title="Google Authenticator for Android" href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&amp;hl=en">Android</a>, <a title="Google Authenticator for iOS" href="https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8">iOS</a>, <a title="Google Authenticator for Windows" href="http://apps.microsoft.com/windows/en-in/app/google-authenticator/7ea6de74-dddb-47df-92cb-40afac4d38bb">Windows</a>.</li>
<li><strong>Setup Google Authenticator Account: </strong>Once, you have installed the plugin and the mobile application all you got to do create a Google Authenticator account for your WordPress website. To do this, open Google Authenticator application on your smartphone and go to options and select <strong>Set up Account</strong>. When it asks about security key (barcode), type in the security code provided at <strong>Users &gt; Your Profile </strong>in your WordPress Dashboard.</li>
</ol>
<p><a href="http://tutskiosk.com/wp-content/uploads/Google-Authenticator-Settings.png?602003"><img class="alignnone size-full wp-image-81" src="http://tutskiosk.com/wp-content/uploads/Google-Authenticator-Settings.png?602003" alt="Google Authenticator Settings" width="886" height="448" /></a></p>
<p>Once, you have connected the WordPress plugins and Google Authenticator app you are done. From now on, every time you login you will be asked to type in a security code which can only be generated by corresponding Google Authenticator application.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/wordpress/google-authenticator-for-wordpress/80/">How to Make Your WordPress Blog More Secure With Google Authenticator</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/wordpress/google-authenticator-for-wordpress/80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: BlueStacks One Time Setup Error to Enable App Sync</title>
		<link>http://tutskiosk.com/bluestacks/fix-bluestacks-one-time-setup-error-to-enable-app-sync/73/</link>
		<comments>http://tutskiosk.com/bluestacks/fix-bluestacks-one-time-setup-error-to-enable-app-sync/73/#comments</comments>
		<pubDate>Fri, 03 Jul 2015 18:40:09 +0000</pubDate>
		<dc:creator><![CDATA[mrinvicto]]></dc:creator>
				<category><![CDATA[Bluestacks]]></category>

		<guid isPermaLink="false">http://tutskiosk.com/?p=73</guid>
		<description><![CDATA[<p>BlueStacks is an emulator for Android available for Windows and MAC platforms. It is an awesome tools which is currently being used by over 90 million users. Though BlueStacks is a very robust software, but there are a few bugs. One such bug is the popular Bluestacks One Time Setup error. Bluestacks one time setup [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/bluestacks/fix-bluestacks-one-time-setup-error-to-enable-app-sync/73/">Fix: BlueStacks One Time Setup Error to Enable App Sync</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>BlueStacks is an emulator for Android available for Windows and MAC platforms. It is an awesome tools which is currently being used by over 90 million users. Though BlueStacks is a very robust software, but there are a few bugs. One such bug is the popular Bluestacks One Time Setup error.</p>
<p><span id="more-73"></span></p>
<p>Bluestacks one time setup error is a popular bug which is encountered by thousands on people. In this bug  a pop-up keeps showing up at random times asking users to Sign In and sync apps. This can be quite frustrating at time.</p>

<p>So, if you want to save yourself from all the frustration follow the guide given below.</p>
<p>In this guide we will be linking your BlueStacks installation with Google Account so that you can install apps directly from PlayStore and sync your installations between devices.</p>
<h3>Solution: Bluestacks one time setup error</h3>
<p><strong>Step 1:</strong> Go to bluestacks Settings by clicking on the Gear icon (bottom).</p>
<p><strong>Step 2: </strong>Click on Manage Accounts &gt; Add New Account.</p>
<p><strong>Step 3: </strong>Click on Google to add a Google Account.</p>
<p><strong>Step 4: </strong>Click on Next and then Click on Sign In button.</p>
<p><strong>Step 5: </strong>On next page just fill out your login details (username and password) and click on Next button.</p>
<p>If you getting some error while signing in just try again or check if your antivirus or firewall is blocking bluestacks.<br />
<strong>Step 6: </strong>Once you have signed-in, a small pop-up will show up asking you for One Time Setup. Just click on continue button and then on Proceed button.</p>
<p><strong>Step 7: </strong>Then you will be redirected to Google login page, just login again with your credentials .</p>
<p><strong>Step 8: </strong>You will now be shown all the connected devices. Just choose one and click on Done and finally on Finish button.</p>
<p><strong>Step 9: </strong>A pop-up will now show up to give confirmation message, just click &#8220;Let&#8217;s Go&#8221;.</p>
<p><strong>Step 10: </strong>You are now done. If prompted just update your Play Store.</p>
<p>The post <a rel="nofollow" href="http://tutskiosk.com/bluestacks/fix-bluestacks-one-time-setup-error-to-enable-app-sync/73/">Fix: BlueStacks One Time Setup Error to Enable App Sync</a> appeared first on <a rel="nofollow" href="http://tutskiosk.com">Tutskiosk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tutskiosk.com/bluestacks/fix-bluestacks-one-time-setup-error-to-enable-app-sync/73/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Object Caching 1407/1520 objects using disk

 Served from: tutskiosk.com @ 2015-10-13 09:15:28 by W3 Total Cache -->