<?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>Applications Archives : Binary Bits</title>
	<atom:link href="https://blog.binarybits.net/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.binarybits.net/category/applications/</link>
	<description>Bits &#38; Pieces - A blog by Kannan Balasubramanian</description>
	<lastBuildDate>Mon, 03 May 2021 10:50:10 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Microsoft Office 365 client update channel releases</title>
		<link>https://blog.binarybits.net/microsoft-office-365-client-update-channel-releases/</link>
					<comments>https://blog.binarybits.net/microsoft-office-365-client-update-channel-releases/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Thu, 12 Apr 2018 03:03:21 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Office 365]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=974</guid>

					<description><![CDATA[<p>Sometimes it is important to know what version of Microsoft Office client applications we are using. The following link provides us a way to look into the version details in one page. Office 365 client update channel releases</p>
<p>The post <a href="https://blog.binarybits.net/microsoft-office-365-client-update-channel-releases/">Microsoft Office 365 client update channel releases</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes it is important to know what version of Microsoft Office client applications we are using.</p>
<p>The following link provides us a way to look into the version details in one page.</p>
<p><a href="https://technet.microsoft.com/en-us/mt465751" target="_blank" rel="noopener">Office 365 client update channel releases</a></p>
<p><a href="https://technet.microsoft.com/en-in/mt465751" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="alignnone wp-image-975 size-large" src="https://blog.binarybits.net/wp-content/uploads/2018/04/Microsoft-Office-365-client-update-channel-releases-946x1024.png" alt="Microsoft Office 365 client update channel releases" width="946" height="1024" srcset="https://blog.binarybits.net/wp-content/uploads/2018/04/Microsoft-Office-365-client-update-channel-releases-946x1024.png 946w, https://blog.binarybits.net/wp-content/uploads/2018/04/Microsoft-Office-365-client-update-channel-releases-277x300.png 277w, https://blog.binarybits.net/wp-content/uploads/2018/04/Microsoft-Office-365-client-update-channel-releases-768x832.png 768w, https://blog.binarybits.net/wp-content/uploads/2018/04/Microsoft-Office-365-client-update-channel-releases.png 1349w" sizes="(max-width: 946px) 100vw, 946px" /></a></p>
<p>The post <a href="https://blog.binarybits.net/microsoft-office-365-client-update-channel-releases/">Microsoft Office 365 client update channel releases</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/microsoft-office-365-client-update-channel-releases/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IIS Express &#8211; HTTP Error 400. The request hostname is invalid.</title>
		<link>https://blog.binarybits.net/iis-express-http-error-400-the-request-hostname-is-invalid/</link>
					<comments>https://blog.binarybits.net/iis-express-http-error-400-the-request-hostname-is-invalid/#comments</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Sat, 02 Nov 2013 11:49:22 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[400]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[HTTP 400]]></category>
		<category><![CDATA[IIS Express]]></category>
		<category><![CDATA[invalid]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=576</guid>

					<description><![CDATA[<p>The following is the fix for the error &#8220;HTTP Error 400. The request hostname is invalid&#8221; when trying to browse an IIS Express site using a different host name or IP address. 1. Exit the IIS Express instant currently running. 2. Open IIS Express&#8217;s applicationhost.config located at the following path C:\Users\&#60;user&#62;\Documents\IISExpress\config\applicationhost.config 3. Find the entry [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/iis-express-http-error-400-the-request-hostname-is-invalid/">IIS Express &#8211; HTTP Error 400. The request hostname is invalid.</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The following is the fix for the error &#8220;HTTP Error 400. The request hostname is invalid&#8221; when trying to browse an IIS Express site using a different host name or IP address.</p>
<p>1. Exit the IIS Express instant currently running.</p>
<p>2. Open IIS Express&#8217;s <em>applicationhost.config</em> located at the following path C:\Users\<em>&lt;user&gt;</em>\Documents\IISExpress\config\applicationhost.config</p>
<p>3. Find the entry for a particular site (e.g &#8220;<em>Test</em>&#8221; running in port <em>6306</em>) which you are developing.</p>
<p>e.g.</p>
<pre class="lang:xhtml decode:true crayon-selected">&lt;site name="FlickrTest" id="10"&gt;
    &lt;application path="/" applicationPool="Clr4IntegratedAppPool"&gt;
        &lt;virtualDirectory path="/" physicalPath="E:\Projects\BB Apps\FlickrTest" /&gt;
    &lt;/application&gt;
    &lt;bindings&gt;
        &lt;binding protocol="http" bindingInformation="*:6306:localhost" /&gt;
    &lt;/bindings&gt;
&lt;/site&gt;</pre>
<p>4. Replace the following</p>
<p>bindingInformation=&#8221;*:6306:<em><strong>localhost</strong></em>&#8221; with bindingInformation=&#8221;*:6306:<em><strong>*</strong></em>&#8221;</p>
<p>5. Save the file.</p>
<p>6. Start a command prompt in administrator mode and run the following command.</p>
<pre class="lang:batch decode:true">netsh http add urlacl url=http://*:6306/ user=Everyone</pre>
<p>7. Now debug the site again and you should be able to access the url using IP address or host name.</p>
<p>The post <a href="https://blog.binarybits.net/iis-express-http-error-400-the-request-hostname-is-invalid/">IIS Express &#8211; HTTP Error 400. The request hostname is invalid.</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/iis-express-http-error-400-the-request-hostname-is-invalid/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Typing Indian Rupee Symbol in Windows Keyboard.</title>
		<link>https://blog.binarybits.net/typing-indian-rupee-symbol-in-windows-keyboard/</link>
					<comments>https://blog.binarybits.net/typing-indian-rupee-symbol-in-windows-keyboard/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Mon, 21 Oct 2013 06:45:36 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Rupee Symbol]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=571</guid>

					<description><![CDATA[<p>Microsoft on 18 May 2011, released an update KB2496898 to Windows Vista, Windows Server 2008, Windows 7 and Windows Server 2008 R2 operating systems to include support for the new Indian rupee symbol (₹). This update included font support, locale changes and keyboard support. With the Windows update, it is now possible to use alt [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/typing-indian-rupee-symbol-in-windows-keyboard/">Typing Indian Rupee Symbol in Windows Keyboard.</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft on 18 May 2011, released an update KB2496898 to Windows Vista, Windows Server 2008, Windows 7 and Windows Server 2008 R2 operating systems to include support for the new Indian rupee symbol (₹). This update included font support, locale changes and keyboard support. With the Windows update, it is now possible to use alt code text entry to obtain the Indian Rupee symbol &#8211; Alt 8377.</p>
<blockquote><p>Alt + 8377</p></blockquote>
<p>Source: <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Indian_rupee_sign" target="_blank">Wikipedia</a></p>
<p>The post <a href="https://blog.binarybits.net/typing-indian-rupee-symbol-in-windows-keyboard/">Typing Indian Rupee Symbol in Windows Keyboard.</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/typing-indian-rupee-symbol-in-windows-keyboard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Format FAT32 drives beyond 32GB limit</title>
		<link>https://blog.binarybits.net/format-fat32-drives-beyond-32gb-limit/</link>
					<comments>https://blog.binarybits.net/format-fat32-drives-beyond-32gb-limit/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Sat, 21 Sep 2013 04:32:19 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Allocation Size]]></category>
		<category><![CDATA[FAT32]]></category>
		<category><![CDATA[Format]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=558</guid>

					<description><![CDATA[<p>Recently I was planning to format my 64GB USB Drive with FAT32 format as my Car Player doesn&#8217;t support another format and Windows 8 or Mac OS X had the only option being NTFS or exFAT. So after little bit of googling found out that there is an utility available called fat32format here http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm. If [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/format-fat32-drives-beyond-32gb-limit/">Format FAT32 drives beyond 32GB limit</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I was planning to format my 64GB USB Drive with FAT32 format as my Car Player doesn&#8217;t support another format and Windows 8 or Mac OS X had the only option being NTFS or exFAT.</p>
<p>So after little bit of googling found out that there is an utility available called <em>fat32format here <a href="http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm" target="_blank">http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm</a>.</em></p>
<p>If you want to know the default allocation sizes, check out the link <a href="http://support.microsoft.com/kb/140365" target="_blank">http://support.microsoft.com/kb/140365</a></p>
<p>The post <a href="https://blog.binarybits.net/format-fat32-drives-beyond-32gb-limit/">Format FAT32 drives beyond 32GB limit</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/format-fat32-drives-beyond-32gb-limit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Copy list of files or folders as text from Windows Explorer</title>
		<link>https://blog.binarybits.net/copy-list-of-files-or-folders-as-text-from-windows-explorer/</link>
					<comments>https://blog.binarybits.net/copy-list-of-files-or-folders-as-text-from-windows-explorer/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Sun, 01 Sep 2013 05:28:16 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[File List]]></category>
		<category><![CDATA[Folder List]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=543</guid>

					<description><![CDATA[<p>Ever wanted to copy a list of files as text from Windows Explorer? The following has been tested in Windows 8 Pro. Select files/folder for which you would like to create a list Once selected, press Shift key and right click mouse on one of the selected files or folders You will get a menu &#8220;Copy [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/copy-list-of-files-or-folders-as-text-from-windows-explorer/">Copy list of files or folders as text from Windows Explorer</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ever wanted to copy a list of files as text from Windows Explorer?</p>
<p>The following has been tested in Windows 8 Pro.</p>
<ol>
<li>Select files/folder for which you would like to create a list</li>
<li>Once selected, press Shift key and right click mouse on one of the selected files or folders</li>
<li>You will get a menu &#8220;Copy as path&#8221;, click it</li>
<li>That&#8217;s it, now you have the list of selected files/folders in the clipboard</li>
<li>Paste it in any compatible applications like notepad</li>
</ol>
<p>The post <a href="https://blog.binarybits.net/copy-list-of-files-or-folders-as-text-from-windows-explorer/">Copy list of files or folders as text from Windows Explorer</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/copy-list-of-files-or-folders-as-text-from-windows-explorer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Intellisense for AXML files doesn&#8217;t work in Visual Studio 2012</title>
		<link>https://blog.binarybits.net/intellisense-for-axml-files-doesnt-work-in-visual-studio-2012/</link>
					<comments>https://blog.binarybits.net/intellisense-for-axml-files-doesnt-work-in-visual-studio-2012/#comments</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Sat, 06 Apr 2013 14:50:54 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AXML]]></category>
		<category><![CDATA[Intellisense]]></category>
		<category><![CDATA[Visual Studio 2012]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=503</guid>

					<description><![CDATA[<p>Most of the people who work with Xamarin&#8217;s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn&#8217;t work for AXML in source view. One of the fix which worked for me is mentioned below. Launch Visual Studio 2012 Open a solution with .AXML file in it Now XML main menu should [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/intellisense-for-axml-files-doesnt-work-in-visual-studio-2012/">Intellisense for AXML files doesn&#8217;t work in Visual Studio 2012</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the people who work with Xamarin&#8217;s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn&#8217;t work for AXML in source view.</p>
<p>One of the fix which worked for me is mentioned below.</p>
<ol>
<li>Launch Visual Studio 2012</li>
<li>Open a solution with .AXML file in it</li>
<li>Now XML main menu should be visible on top</li>
<li>Open &#8220;Schemas&#8230;&#8221; menu</li>
<li>Sort by &#8220;File Name&#8221; column and see if &#8220;android-layout-xml&#8221; and &#8220;schemas.android.com.apk.res.android&#8221; are there. If found, skip to step 13</li>
<li>If not found, go to &#8220;Program Files&#8221; if 32-bit system or &#8220;Program Files (x86)&#8221; if 64-bit system.</li>
<li>Then go to &#8220;\MSBuild\Novell&#8221; or &#8220;\MSBuild\Xamarin\Android&#8221;</li>
<li>You should be able to see 2 files &#8220;android-layout-xml.xsd&#8221; and &#8220;schemas.android.com.apk.res.android.xsd&#8221;</li>
<li>Copy these 2 files to &#8220;\Microsoft Visual Studio 11.0\Xml\Schemas&#8221;</li>
<li>Again open the &#8220;Schemas&#8230;&#8221; menu as mentioned in steps 3&amp;4</li>
<li>Now click &#8220;Add&#8230;&#8221; button and add these 2 files which should be located as mentioned in step 7 &amp; 8</li>
<li>Now restart visual studio and the XML editor for design layout should work fine with Intellisense</li>
<li>From step 5&#8230;.</li>
<li>If above steps don&#8217;t work, then close the Visual Studio 2012.</li>
<li>Now open &#8220;Developer command prompt for VS2012&#8221; under Windows programs menu.</li>
<li>Type &#8220;Devenv /ResetSettings&#8221; without quotes.</li>
<li>Launch Visual Studio 2012 and see if Intellisense works.</li>
<li>If still not working, better go to Xamarin  forums and post there.</li>
</ol>
<p>The post <a href="https://blog.binarybits.net/intellisense-for-axml-files-doesnt-work-in-visual-studio-2012/">Intellisense for AXML files doesn&#8217;t work in Visual Studio 2012</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/intellisense-for-axml-files-doesnt-work-in-visual-studio-2012/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>DPReview Studio Shot Camera Comparision Configurator</title>
		<link>https://blog.binarybits.net/dpreview-studio-shot-camera-comparision-configurator/</link>
					<comments>https://blog.binarybits.net/dpreview-studio-shot-camera-comparision-configurator/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 14:00:09 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[DPReview]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=460</guid>

					<description><![CDATA[<p>Yesterday I posted about the DPReview&#8217;s &#8220;Studio Shot Comparison Tool&#8220;. Today I am posting a user friendly configurator tool. Features: Primary Camera selection Automatic selection of slots based on numbe.r of camera&#8217;s selected. Pure jQuery hence very fast. View it at http://apps.binarybits.net/dprtool/ For any issues or feature requests go to http://contact.binarybits.net and choose the section &#8220;DPReview [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/dpreview-studio-shot-camera-comparision-configurator/">DPReview Studio Shot Camera Comparision Configurator</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Yesterday I posted about the DPReview&#8217;s &#8220;<a title="DPReview Studio Shot Comparison Tool" href="https://blog.binarybits.net/?p=455" target="_blank">Studio Shot Comparison Tool</a>&#8220;. Today I am posting a user friendly configurator tool.</p>
<p><a href=" http://gallery.binarybits.net/ShowImage.aspx?img=~/Images/Blog/Photography/DPReviewCameraComparisionConfigurator.png&amp;w=1024&amp;h=768&amp;z=1 " target="_blank"> <img decoding="async" alt="" src="http://gallery.binarybits.net/ShowImage.aspx?img=~/Images/Blog/Photography/DPReviewCameraComparisionConfigurator.png&amp;w=200&amp;h=150&amp;z=1 " /> </a></p>
<p>Features:</p>
<ol>
<li>Primary Camera selection</li>
<li>Automatic selection of slots based on numbe.r of camera&#8217;s selected.</li>
<li>Pure jQuery hence very fast.</li>
</ol>
<p>View it at <a href="http://apps.binarybits.net/dprtool/">http://apps.binarybits.net/dprtool/</a></p>
<p>For any issues or feature requests go to <a href="http://contact.binarybits.net">http://contact.binarybits.net</a> and choose the section &#8220;DPReview Studio Shot Comparison Tool Configurator&#8221;</p>
<p>The post <a href="https://blog.binarybits.net/dpreview-studio-shot-camera-comparision-configurator/">DPReview Studio Shot Camera Comparision Configurator</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/dpreview-studio-shot-camera-comparision-configurator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Restrict People Picker To Search Within a Site Collection</title>
		<link>https://blog.binarybits.net/restrict-people-picker-to-search-within-a-site-collection/</link>
					<comments>https://blog.binarybits.net/restrict-people-picker-to-search-within-a-site-collection/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 06:56:56 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=425</guid>

					<description><![CDATA[<p>Sjekk hjemmesiden casino online Euro.</p>
<p>The post <a href="https://blog.binarybits.net/restrict-people-picker-to-search-within-a-site-collection/">Restrict People Picker To Search Within a Site Collection</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sjekk hjemmesiden  <a href="http://bestenorskecasinos.com/">casino online</a> Euro.</p>
<p>The post <a href="https://blog.binarybits.net/restrict-people-picker-to-search-within-a-site-collection/">Restrict People Picker To Search Within a Site Collection</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/restrict-people-picker-to-search-within-a-site-collection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 8 Task Manager</title>
		<link>https://blog.binarybits.net/windows-8-task-manager/</link>
					<comments>https://blog.binarybits.net/windows-8-task-manager/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Wed, 14 Nov 2012 03:48:50 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=416</guid>

					<description><![CDATA[<p>online casino</p>
<p>The post <a href="https://blog.binarybits.net/windows-8-task-manager/">Windows 8 Task Manager</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p> <a href="http://playbest.co.uk/texas-poker-strategy-a-complete-strategy-for-success-in-poker">online casino</a> </p>
<p>The post <a href="https://blog.binarybits.net/windows-8-task-manager/">Windows 8 Task Manager</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/windows-8-task-manager/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 8 Treasure Hunt &#8211; The Series</title>
		<link>https://blog.binarybits.net/features-i-like-in-windows-8-the-series/</link>
					<comments>https://blog.binarybits.net/features-i-like-in-windows-8-the-series/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Wed, 14 Nov 2012 03:10:48 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=411</guid>

					<description><![CDATA[<p>Windows 8 Pro has been like a treasure hunt to me. On regular use I find some interesting things which I didn&#8217;t knew they existed. I am going to list the features I like most whenever I encounter them and list them here. Task Manager Note: Windows® is a trademark of the Microsoft group of [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/features-i-like-in-windows-8-the-series/">Windows 8 Treasure Hunt &#8211; The Series</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="http://gallery.binarybits.net/Images/Blog/Applications/Windows 8 Pro/Windows_8_Logo.png" alt="" /></p>
<p>Windows 8 Pro has been like a treasure hunt to me. On regular use I find some interesting things which I didn&#8217;t knew they existed.</p>
<p>I am going to list the features I like most whenever I encounter them and list them here.</p>
<ul>
<li><a title="Windows 8 Task Manager" href="https://blog.binarybits.net/?p=416" target="_blank">Task Manager</a></li>
</ul>
<p>Note: Windows® is a trademark of the Microsoft group of companies</p>
<p>The post <a href="https://blog.binarybits.net/features-i-like-in-windows-8-the-series/">Windows 8 Treasure Hunt &#8211; The Series</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/features-i-like-in-windows-8-the-series/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.binarybits.net @ 2026-05-28 08:42:53 by W3 Total Cache
-->