<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Windows.AppStorm</title>
	
	<link>http://windows.appstorm.net</link>
	<description>Windows and Windows Mobile Apps Reviews, Roundups and How-tos</description>
	<lastBuildDate>Fri, 17 May 2013 18:00:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WindowsAppStorm" /><feedburner:info uri="windowsappstorm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>WindowsAppStorm</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Share Your Code With GitHub for Windows</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/aiElEkqLzeU/</link>
		<comments>http://windows.appstorm.net/reviews/share-your-code-with-github-for-windows/#comments</comments>
		<pubDate>Fri, 17 May 2013 18:00:10 +0000</pubDate>
		<dc:creator>rudolfwinestock</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=22174</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/siddharth/octocat.png" alt="" /> GitHub has established itself as the premier place for developers to show off and share their programs. Unfortunately for Windows users, most of its focus has been on Unix and Unix-alike platforms. This is not surprising given that it is based on the Git distributed version control system, written by Linus Torvalds to coordinate development [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.github.com">GitHub</a> has established itself as <em>the</em> premier place for developers to show off and share their programs. Unfortunately for Windows users, most of its focus has been on Unix and Unix-alike platforms. This is not surprising given that it is based on the Git distributed version control system, written by Linus Torvalds to coordinate development of Linux. The fine folks at GitHub have been remedying this by improving coordination with Windows. This includes providing a free desktop Git client for Windows, the focus of this review.</p>
<p><span id="more-22174"></span></p>
<h2>Getting GitHub for Windows</h2>
<p>GitHub offers the Windows client for free and you can get it by clicking on the download link at the top right corner of the <a href="http://windows.github.com/">project page</a>. The current release, as of this writing, is 1.0.41. The interface owes a lot to the flat color schemes inspired by Windows 8. This may throw off those who use it on Windows XP, Vista, or 7.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubMain.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22181" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubMain.jpg" alt="" width="600" height="410" /></a></p>
<p>Although the developers state that you can use the Windows client without using GitHub, nevertheless it has been optimized for GitHub, so I will focus on that use case in this review.</p>
<h2>The Client</h2>
<p>The leftmost pane of the program subdivides your repositories between those that you only have in your GitHub account and those that are in your GitHub account as well as locally mirrored. Clicking on your user account will show you the former (i.e., all of your GitHub repositories).</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubRemote.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22182" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubRemote.jpg" alt="" width="526" height="300" /></a></p>
<p>Clicking on the &#8220;local&#8221; icon will display those repositories for which you also have a working directory (i.e., local clones).</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubLocal.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22180" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubLocal.jpg" alt="" width="528" height="331" /></a></p>
<p>There are two ways to view the state of the working copy of your local repository. You can right click on a repository and choose &#8220;open,&#8221; or you can click on the little blue arrow to the right of the repository name. If your repository has uncommitted changes, then the client will look something like this:</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubUncommit.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22183" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubUncommit.jpg" alt="" width="600" height="410" /></a></p>
<p>Enter the commit message, click on the commit button, and, if there no problems with the commit, the program will show a success screen that looks like this:</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubCommit.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22178" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubCommit.jpg" alt="" width="600" height="410" /></a></p>
<p>Don&#8217;t forget to sync your local repository with the origin by clicking on the highlighted blue circle arrows at the top center of the window. A blue bar will indicate the progress of the sync and, assuming that there are no problems syncing, the window will show the recent activity of your working copy.</p>
<h2>Adding Repositories</h2>
<p>One very visible way that GitHub has been accomodating the Windows platform is the addition of a &#8220;Clone in Windows&#8221; button to project pages on GitHub. This button is above the branch indicator on the home page of each project. Clicking on that button will clone that repository to your GitHub directory in the Documents folder of your local personal computer. The Windows client will detect the new repository and show it in the main window.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubClone.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22177" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubClone.jpg" alt="" width="162" height="32" /></a></p>
<p>By default, repositories are cloned using secure HTTP (i.e., HTTPS) so you can be sure that the files haven&#8217;t been tampered with. Furthermore, you need to have a GitHub account in order to clone GitHub repositories to begin with, which means generating SSH keys and other login credentials. The GitHub for Windows client caches these credentials so that you don&#8217;t have to re-enter them every time you have to make a commit.</p>
<p>Aside from going to the GitHub website, the GitHub client itself supports adding repositories by means of drag &amp; drop.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubDrag.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22179" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubDrag.jpg" alt="" width="334" height="52" /></a></p>
<h2>Branching</h2>
<p>Branching is an important feature of Git. In Git, branches are moveable pointers that point to a particular commit. This encourages a workflow where branches are frequently made and merged. This is a big difference from many earlier version control systems, where creating a new branch was a big deal.</p>
<p>To deal with branches, click on the branch icon between the sync icon and settings icon at the top center of the program window. It will be called &#8220;master&#8221; because that&#8217;s the default branch in any repository. You will see a box pop up showing the name of the current branch and a command line to either filter the names of other branches or create a new branch.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubBranching.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22176" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubBranching.jpg" alt="" width="396" height="240" /></a></p>
<p>The &#8220;manage&#8221; button above the command line opens a window that allows you to merge branches. Drag the branches that you want to merge to the open slots at the bottom of the window. Then, click on the &#8220;merge&#8221; button.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubBranches.jpg" rel="lightbox[22174]" title="Share Your Code With GitHub for Windows"><img class="aligncenter size-full wp-image-22175" src="http://cdn.appstorm.net/windows.appstorm.net/authors/rudolfwinestock/GitHubBranches.jpg" alt="" width="600" height="410" /></a></p>
<h2>Remote Repositories</h2>
<p>Even though the GitHub client for Windows is optimized for use with ones GitHub account, the developers claim that it can be used with other remote Git repositories. It cannot, however, be used with more than one remote repository at the same time. For small projects, this should not be a concern. It&#8217;s more of a concern for large projects.</p>
<p>For example, a hundred developers making commits to the same repository on the same day can get out of hand. One possible workflow that distributed version control systems make possible is to divide the mass of developers into teams. Each team has its own remote repository. The team leads then push cleaned up features and bug fixes to the project lead, whose job it is to maintain the principal project repository. Each team would access the contributions of other teams by having their team lead make a pull request from the repository of the project lead. The rank-level developers would then pull from their team repository to their working repository and, finally, their own working copy. Optionally, they could do a pull from the respective repository directly.</p>
<p>Since the above workflow requires multiple remote repositories, then GitHub for Windows can&#8217;t help. Again, this should only be an issue for very large projects and the majority of open source projects aren&#8217;t large enough to warrant such an organization.</p>
<h2>Limitations</h2>
<p>Although GitHub for Windows is easy to use, it is not a full-featured Git client. The developers admit that the command line is indispensable for certain use cases. For instance, to get around the limit of only one remote repository, described in the previous section, one must use the command line. In fact, aside from the user interface, GitHub for Windows really doesn&#8217;t offer much that the Git command line doesn&#8217;t already have. I get the sense that the GitHub developers aren&#8217;t eating their own dogfood when it comes to GitHub for Windows.</p>
<p>Those who want to leave the command line behind and gain features in the bargain should look at third-party tools like SmartGit/Hg, which I reviewed <a href="http://windows.appstorm.net/reviews/take-control-of-your-source-code-with-smartgithg/">last month</a>. Pay particular attention to its diff tool and its facility for helping to edit .gitignore files. Admittedly, GitHub for Windows has a nicer user interface.</p>
<h2>Conclusion</h2>
<p>The price can&#8217;t be beaten, the user interface is as beautiful as it is functional and GitHub integration is trivial. That last point is the most significant thing about GitHub for Windows. It shows that not everyone wants Windows users to be second-class citizens in the open source world, and the fine folks at GitHub are among those working to make cooperation possible.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=aiElEkqLzeU:AP6JT9rPrCU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=aiElEkqLzeU:AP6JT9rPrCU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=aiElEkqLzeU:AP6JT9rPrCU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=aiElEkqLzeU:AP6JT9rPrCU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=aiElEkqLzeU:AP6JT9rPrCU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/aiElEkqLzeU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/reviews/share-your-code-with-github-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/reviews/share-your-code-with-github-for-windows/</feedburner:origLink></item>
		<item>
		<title>MP3Jam: Search, Stream, and Download Music</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/5K5f-9aNYbs/</link>
		<comments>http://windows.appstorm.net/reviews/utilities-reviews/mp3jam-search-stream-and-download-music/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:00:08 +0000</pubDate>
		<dc:creator>Alan Buckingham</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=22126</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/music-icon.png" alt="" /> There is no shortage of music apps available, and many of them are free. I seem to try just about every one I find because, well, I love music and I am always on the hunt for these programs. I use apps to help clean up my library, I use special players, I backup music [...]]]></description>
			<content:encoded><![CDATA[<p>There is no shortage of music apps available, and many of them are free. I seem to try just about every one I find because, well, I love music and I am always on the hunt for these programs. I use apps to help clean up my library, I use special players, I backup music to Google Music and more.</p>
<p>My latest find is called <a href="http://www.mp3jam.org/" target="_blank">MP3Jam</a>. It is a simple but surprisingly capable free tool for locating and downloading anything from individual songs to entire albums.</p>
<p><span id="more-22126"></span></p>
<h2>Get the App</h2>
<p>This is just the kind of app which I would expect to try and set up several browser toolbars during the installation process. However no, there were not any. Had the program gone ahead and installed something anyway, without asking? No, everything was checked out.</p>
<p>The legality of this app may be a bit questionable, given the simple fact of what it is capable of doing. With that in mind, the maker posts a disclaimer at the bottom of the web site.</p>
<p><em>&#8220;Free MP3jam uses open music repositories of YouTube. All contents are copyrighted and owned by their respective owners. MP3jam does not encourage or condone the illegal duplication or distribution of copyrighted content. Music downloads must be for time-shifting or device-shifting purposes and for personal, private, non-commercial uses only&#8221;.</em></p>
<p>Setup is fairly straight forward and, as I said, there is no software that attempts to come along for the ride. Language choices include English, Dutch, Spanish, Italian, German and Portuguese.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/setup.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="aligncenter size-full wp-image-22139" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/setup.png" alt="" width="513" height="399" /></a></p>
<p>The app does ask if you wish to install HotSpot Shield, which is a legitimate VPN program, and you mush choose a Yes or No. You can not simply click Next and move on. Another program, ARO, also throws up this prompt during installation of MP3Jam.</p>
<h2>The Main Screen</h2>
<p>It does not get much simpler than this. There are two tabs located at the top of the page &#8212; Search &amp; Downloads and History. Below are several options for genres of music &#8212;  Classical, Electronic, Hip Hop, Indie, Jazz, Metal, Pop, R&amp;B and Rock. Clicking any of these displays a list of popular music within that category.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/search-screen.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="aligncenter  wp-image-22140" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/search-screen.png" alt="" width="593" height="370" /></a></p>
<p>Click on your genre of choice and scroll down through the music that is featured. Alternatively, you will spot a large search bar just beneath the tabs. Click in the box and type in an artist, album or song title, while the program displays popular matching choices as you type, very much as Google search does. Hit the enter button to return in-depth results, including album art, release dates and track lengths.</p>
<p>Results appear quickly and each album will display the first several tracks, with an option to click &#8220;more tracks&#8221; beneath the bottom one to see everything.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/search.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="aligncenter  wp-image-22159" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/search.png" alt="" width="592" height="365" /></a></p>
<p>Play controls appear across the bottom of the screen &#8212; Play/Pause Forwards and Reverse, along with volume control.</p>
<h2>Get your Music</h2>
<p>Under each album you will find an option to download the entire thing. If your wish to either listen to or download an individual tracks then both of these options can be discovered to the left of each song title.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/download-or-play.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="size-full wp-image-22161 aligncenter" style="border: 1px solid black;margin-top: 1px;margin-bottom: 1px" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/download-or-play.png" alt="" width="576" height="138" /></a></p>
<p>You can also share the track or album with social networks Facebook and Twitter.</p>
<p>If you choose to download then once you hit the button, you will be taken to a screen that displays the progress. It reminds me somewhat of the Windows Media Player display as a CD is being ripped. The downloads are very quick.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/downloading.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="aligncenter  wp-image-22162" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/downloading.png" alt="" width="592" height="357" /></a></p>
<p>Once the download is complete an &#8220;Open Folder&#8221; option appears in the place of &#8220;Download Album&#8221;. Click to visit your new music which, by default, goes to the &#8220;My Music&#8221; folder under Users &#8211; Name in Windows.</p>
<p>The download includes the cover art. It also contains most ID3 tags &#8212; this may vary based on the album or track. In this case, I was missing track numbers, but all other information was present.</p>
<h2>History</h2>
<p>The History tab is simple &#8212; it just displays your download history. There are no other options on this page. You can still choose to play tracks from here though.</p>
<h2>Settings</h2>
<p>Settings can be accessed by clicking the gear (or cog if you prefer) icon at the top right of the page. The settings page is simple &#8212; only a few options appear within it.</p>
<p>You can choose where content is pulled from, though there are only two choices &#8212; YouTube and vk.com. The latter is a social network, self-described as &#8220;VK is the largest European social network with more than a 100 million active users&#8221;.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/settings.png" rel="lightbox[22126]" title="MP3Jam: Search, Stream, and Download Music"><img class="aligncenter size-full wp-image-22167" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/settings.png" alt="" width="548" height="465" /></a></p>
<p>From this page you can also choose where your files are saved to and also tell the program to prompt you, each time you download, to choose a location. You can also change the language settings, view the version number and make a donation to the developer.</p>
<h2>In the End</h2>
<p>As I stated earlier, I am not completely comformatable with the legality of this app. After all, you are downloading free music, meaning it is almost certainly not within the parameters of what the recording industry would consider fair use.</p>
<p>On the other hand, the app  works incredibally well. Search and download is extremely fast. Setup and settings are very simple. It found almost every bit of music I threw at it and displayed all with detailed information and album art. It is also free, and there is something to be said for that as well.</p>
<p>In conclusion, you must make your own decision regarding how you feel about using such a service. Personally, while I certainly liked it, I shall stick to buying my music from Amazon MP3.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=5K5f-9aNYbs:n7H4eVzLscQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=5K5f-9aNYbs:n7H4eVzLscQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=5K5f-9aNYbs:n7H4eVzLscQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=5K5f-9aNYbs:n7H4eVzLscQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=5K5f-9aNYbs:n7H4eVzLscQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/5K5f-9aNYbs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/reviews/utilities-reviews/mp3jam-search-stream-and-download-music/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/reviews/utilities-reviews/mp3jam-search-stream-and-download-music/</feedburner:origLink></item>
		<item>
		<title>Tube Map: Making Commuting Around London Easy</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/jeVvperErEM/</link>
		<comments>http://windows.appstorm.net/reviews/utilities-reviews/tube-map-making-commuting-around-london-easy/#comments</comments>
		<pubDate>Thu, 16 May 2013 18:00:05 +0000</pubDate>
		<dc:creator>Samuel Scott</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[oyster card]]></category>
		<category><![CDATA[tube map]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=22129</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/Logo-For-Tube-MAp.png" alt="" /> One of the best ways to travel around London is on the Tube Network. By giving you quick access to every part of the city its a transport network many commuters couldn&#8217;t live without. However, for newcomers to London the Tube can feel like a complicated arrangement. With different lines and hundreds of stations its [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best ways to travel around London is on the Tube Network. By giving you quick access to every part of the city its a transport network many commuters couldn&#8217;t live without. However, for newcomers to London the Tube can feel like a complicated arrangement. With different lines and hundreds of stations its not hard to be confused.</p>
<p>When I&#8217;m in London the only choice for me is Tube Map. With its extensive detail and navigational features it makes the whole experience far easier. Read on to find out more!</p>
<p><span id="more-22129"></span></p>
<h2>Overview</h2>
<p>If you&#8217;ve ever been to London there is a strong chance you&#8217;ve experienced a trip on the Tube. By transporting thousands of people around the busy city its an invaluable network. For newcomers to the service you would often pick up a Tube map and then plan your route. However, I feel the time has come that commuters should ditch the flimsy paper copy and start navigating on their mobile devices. </p>
<div id="attachment_22145" class="wp-caption alignleft" style="width: 650px"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/First-Picture-For-Tube-Map.png" alt="" width="640" height="570" class="size-full wp-image-22145" /><p class="wp-caption-text">The main page for navigating around the application.</p></div>
<h2>Navigating Around The Application</h2>
<p>After downloading and opening the application you&#8217;ll be faced with a complete Tube Map. From this screen you can find stations, lines and locations which you&#8217;re aiming for. The map is fully interactive too, so clicking on a certain place will take you to more information. There will also be a link to Bing Maps at the bottom of the page which gives you the chance to see where the station is in relation to London.</p>
<p>The first button at the bottom is &#8220;Lines.&#8221; Here you&#8217;ll be able to see the status of the thirteen different lines. This is indicated by telling you whether there is closures or good service. You also choose whether you would like to view the status of the lines now, for later or for the coming weekend. Giving you the opportunity to plan your route around the closures.</p>
<div id="attachment_22146" class="wp-caption alignleft" style="width: 650px"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/Second-Picture-For-Tube-Mapo.png" alt="" width="640" height="570" class="size-full wp-image-22146" /><p class="wp-caption-text">Being able to quickly check the status of each line is great.</p></div>
<p>Going back the main page your second option is called &#8220;Route,&#8221; and as the name suggests, this is the part of the app which plans your route for you. This process is really simple, only requiring you to select a start station, destination station and journey options &#8212; the two options are &#8220;fastest&#8221; and &#8220;fewest changes.&#8221; After inputting your information you can tap calculate.</p>
<div id="attachment_22148" class="wp-caption alignleft" style="width: 650px"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/Third-Picture-For-Tube-Map.png" alt="" width="640" height="570" class="size-full wp-image-22148" /><p class="wp-caption-text">Making your route.</p></div>
<p>Almost instantly the app will then provide you with a suggested route. The route I put in was Acton Town to All Saints, selecting the fastest route. I&#8217;m instantly informed that the estimated journey time is 49 minutes, it passes through 18 stations and over three different lines. Below that I&#8217;m given a full run through of where I need to change lines.</p>
<div id="attachment_22149" class="wp-caption aligncenter" style="width: 650px"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/Fourth-Picture-For-Tube-Map.png" alt="" width="640" height="570" class="size-full wp-image-22149" /><p class="wp-caption-text">After selecting your route you will be shown a suggested route.</p></div>
<p>It was this route calculator which really made Tube map invaluable to me. With its quick service I never need to worry about how to navigate around the Tube again.</p>
<p>The third option on your main page is called &#8220;Find,&#8221; and lets you find a specific station. After selecting a station the map will highlight the one I clicked, making it easier to locate. The final option on the main page allows you to see the departure boards from a certain station and line.</p>
<h2>Integration With Your Oyster Card</h2>
<p>When riding on the Tube you&#8217;ll soon notice nearly everyone using blue cards to pay for their rides, an Oyster Card. For those that don&#8217;t know, this is a card which makes traveling around London far easier. One thing I really liked about this app is that you can link your Oyster card to the application.</p>
<div id="attachment_22150" class="wp-caption aligncenter" style="width: 650px"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/samuelscott/Linking-Oyster-Card-in-Tube-Map.png" alt="" width="640" height="570" class="size-full wp-image-22150" /><p class="wp-caption-text">Linking up your Oyster Card is really easy.</p></div>
<p>After linking your card you can then view an instant balance to find out how much you have remaining. This integration is fantastic and it even allows you to pin your Oyster balance to your start screen with a live tile &#8212; making the process of checking your balance far simpler.</p>
<h2>Tube Map Pro</h2>
<p>Tube Map is available for Windows Phone 7, 7.5 and 8, however, there is also a Windows 8 specific version called Tube Map Pro. This costs £0.79 and removes the advertisements from the application. And to be honest, the advertisements do get really annoying. They take up quite a big section at the top of the screen and you definitely notice them.</p>
<p>However, I would only recommend the Pro version for regular Tube travelers. For the people who travel less often the free version will be sufficient. It possesses all the same abilities and you probably won&#8217;t notice the adverts as much.</p>
<h2>Why I Use Tube Map</h2>
<p>Probably the most important reason I chose Tube Map over other similar apps is because the app still works when you have no internet connection. The first time I visited London I used a different application and as soon as I descended on the station my connection depleted completely. Leaving me with a useless app and no idea where to go.</p>
<p>However, that problem isn&#8217;t a problem with Tube Map and you can still form routes or view the map without any connection to the internet. This, along with other great features made this the only viable choice for me.</p>
<h2>Wrap-Up</h2>
<p>As I&#8217;ve stated above, Tube Map is the only app I would ever use to help me navigate around London&#8217;s underground. With its readily accessible map, station information, route tracker and offline mode the app successfully ticks all of my boxes.</p>
<p>Tube Map is continually being updated too, I can&#8217;t wait to see what else is done to improve this fantastic application!</p>
<p>Thanks for reading! How do you get around the Tube network? Still using an old-fashioned map or have you started using a mobile app? Let us know below.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=jeVvperErEM:alfKX3_A2Vo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=jeVvperErEM:alfKX3_A2Vo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=jeVvperErEM:alfKX3_A2Vo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=jeVvperErEM:alfKX3_A2Vo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=jeVvperErEM:alfKX3_A2Vo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/jeVvperErEM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/reviews/utilities-reviews/tube-map-making-commuting-around-london-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/reviews/utilities-reviews/tube-map-making-commuting-around-london-easy/</feedburner:origLink></item>
		<item>
		<title>10 Apps You Should Install on Your Windows Phone 8</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/Rqy5GDfLe2A/</link>
		<comments>http://windows.appstorm.net/roundups/windows-phone/10-apps-you-should-install-on-your-windows-phone-8/#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:03 +0000</pubDate>
		<dc:creator>Hammad Saleem</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[windows phone 8]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=22039</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/wp8.jpg" alt="" /> The number of apps available in the Windows Apps Store may not be near to what is available in Apple or Google Play store. But it has apps that can help your make the most out of your Windows Phone 8. Also, the number of apps for Windows Phone 8 are increasing day by day. [...]]]></description>
			<content:encoded><![CDATA[<p>The number of apps available in the Windows Apps Store may not be near to what is available in Apple or Google Play store. But it has apps that can help your make the most out of your Windows Phone 8. Also, the number of apps for Windows Phone 8 are increasing day by day. The devices that are being released running Windows Phone 8 are no doubt good and Microsoft is working hard to make the operating system compete with Android and <span class="GINGER_SOFATWARE_correct">iOS</span>.</p>
<p>If you are new to Windows Phone 8 and are looking for some useful apps, we have compiled a list of some of the most useful apps that are available in the Windows Apps Store.<br />
<span id="more-22039"></span></p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/rowi/304c9bfd-9b65-e011-81d2-78e7d1fa76f8">Rowi</a></h3>
<p>If you are a Twitter freak, then this is a must have app for you. The official Twitter app is without a doubt a very decent application when it comes to managing your Twitter account but if you are looking for something more and willing to spend some bucks, you can install Rowi which costs $ 1.49. It is also available as a free app but that includes ads it doesn’t support push notifications for mentions and messages.</p>
<p><img class="aligncenter size-full wp-image-22040" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Rowi.png" alt="Rowi" width="329" height="548" /></p>
<p>Apart from that you can post tweets, manage lists, use multiple Twitter accounts, save for later reading using Readability, Instapaper and Pocket, translate tweets with Bing and much more.</p>
<p>Price: Free / $1.49</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/photosynth/ef860a79-5f68-4ed6-aa21-c038d1a55517">Photosynth</a></h3>
<p>Photosynth is one of my personal favourites. It is an excellent photo capturing app that allows users to capture panoramas using their Windows Phone 8 device. It is available for iOS devices as well and before moving to WP8, this was the app I used to use all the time to capture photos of places and people around me using my mobile device.</p>
<p><img class="aligncenter size-full wp-image-22041" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Photosynth-Wp8.png" alt="Photosynth Wp8" width="329" height="548" /></p>
<p>Later, the capture panoramas can be shared on Facebook and Twitter using the Photosynth.net service. If you want, you can even upload the images to Bing where millions of people share their captured panoramas.</p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/nextgen-reader/643381de-4724-e011-854c-00237de2db9e">Nextgen Reader</a></h3>
<p>Nextgen reader is one of the best Google Reader apps available for Windows Phone devices. It has a simple and easy to user interface that allows users to read news without any issues. The app offers an offline mode as well and allows users to pin multiple live tiles. If you want, you can even save the articles to Readbility, Instapaper or Read it Later for offline reading. With NextGen Reader, you can view the items, marks them as read, share them on popular social networks including Twitter and Facebook and much more.</p>
<p><img class="aligncenter size-full wp-image-22042" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/NExtgen-reader.png" alt="NExtgen reader" width="329" height="548" /></p>
<p>Price: $1.99</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/boxfiles-for-dropbox/5d7f992b-ee03-e011-9264-00237de2db9e">BoxFiles for Dropbox</a></h3>
<p>Dropbox is something I cannot live without. It’s the place where I create a backup of all the important data that I need. Since there is no official Dropbox app for Windows Phone till now, I had to look for alternatives by other developers and BoxFiles is the app that solved this problem. With BoxFiles, you can easily access your data stored in your Dropbox account. If you want, you can even move files from SkyDrive to Dorpbox and manage them easily.</p>
<p><img class="aligncenter size-full wp-image-22043" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Boxfiles.png" alt="Boxfiles" width="329" height="548" /></p>
<p>The application also offers a paid version for $1.29 which contains no advertisements and offers SkyDrive integration as well.</p>
<p>Price: Free / $1.29</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/whatsapp/218a0ebb-1585-4c7e-a9ec-054cf4569a79">WhatsApp</a></h3>
<p>WhatsApp is one of the most popular instant messaging apps that is available on all major mobile platforms including Android and iOS as well. Personally, I think it should be installed as we all have friends and relatives who live in other countries. Rather than sending messages to them (which can be quite expensive in some countries), you can easily send them WhatsApp messages if you have an active data plan. You can send messages, images, videos and audio clips, create groups and much more.</p>
<p><img class="aligncenter size-full wp-image-22044" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Whatsapp.png" alt="Whatsapp" width="329" height="548" /></p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/metrogram/5dec28da-2857-4b28-95fc-d436ed50f7da">Metrogram</a></h3>
<p>If you are an Instagram fan, you will be disappointed to know that there is no official Instagram app for Windows Phone till now. There are news circulating on the internet that the official Instagram app is under development but till then, we need to find an alternative and Metrogram is exactly what you need.</p>
<p><img class="aligncenter size-full wp-image-22045" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Metrogram.png" alt="Metrogram" width="329" height="548" /></p>
<p>Metrogram is a very handy Instagram client for Windows Phone devices that allows users to manage their Instagram accounts, check recent updates from people you are following, search for people and follow them, share/save photos and much more. However, the application doesn’t allow users to create an account from within the app. And the other drawback is that you cannot take photos from the app till now.</p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/evernote/db21927d-f292-e011-986b-78e7d1fa76f8">Evernote</a></h3>
<p>Evernote is one of the best note taking application available right now. The app is available for all platforms so that you can easily manage and sync your notes. You can save notes, URLS, photos, videos, sync notes, create tags and notebooks, pin notes and more using Evernote for Windows Phone.</p>
<p><img class="aligncenter size-full wp-image-22047" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Evernote.png" alt="Evernote" width="329" height="548" /></p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/camera360/38397f3d-e54c-40d3-ae35-cebbaa23be1b">Camera360</a></h3>
<p>Camera360 is another photo editing app that allows users to edit their photos, add filters to them and share them on multiple sites including Twitter, Facebook and Flickr. The app contains a photo diary that sort photos according to the date they were taken which makes it easy to browse the photos taken and edited using the app.</p>
<p><img class="aligncenter size-full wp-image-22049" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/camera360.png" alt="camera360" width="329" height="548" /></p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/xbox-smartglass/b057fbe2-ceb1-470f-a7fe-09c862ca6dd9">Xbox SmartGlass</a></h3>
<p>Xbox SmartGlass for Windows Phone 8 is something you need to manage your console from your phone. With SmartGlass, you can easily control your console and in certain cases, you can even use your device as a remote control as well. You can use the app to type in your console, browse the internet on your Xbox and more.</p>
<p><img class="aligncenter size-full wp-image-22050" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/xbox-smartglass.png" alt="xbox smartglass" width="329" height="548" /></p>
<p>However, in order to use the app, you must have an Xbox obviously and Xbox membership.</p>
<p>Price: Free</p>
<h3><a href="http://www.windowsphone.com/en-us/store/app/battery-level-for-wp8/69c5134c-5de7-426e-8ee1-d8442026d512">Battery Level for WP8</a></h3>
<p>If you are a Windows Phone 8 user, you should have a pretty good idea that the taskbar in WP8 doesn’t display the battery percentage. You have to manually go to the settings to check the remaining battery. This is where Battery Level for WP8 comes into play. Battery Level for WP8 displays the remaining battery percentage in the tiles in the main screen and lock screen.</p>
<p><img class="aligncenter size-full wp-image-22051" src="http://cdn.appstorm.net/windows.appstorm.net/authors/hammads/Battery-Level.png" alt="Battery Level" width="329" height="548" /></p>
<p>Price: Free Trial/ $0.99</p>
<h3>Conclusion</h3>
<p>Well, this is my personal recommendation of the apps I am using on my Windows Phone 8 and also include some general apps like Evernote and Whatsapp. I preferred not to include Facebook in the list as it is one app we all install on any device we buy and may not be a “Must Have” app for your device.</p>
<p>If you think we missed any app that should be on the list, we’d love to hear about it in the comments below!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=Rqy5GDfLe2A:gRjuRgKcgcY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=Rqy5GDfLe2A:gRjuRgKcgcY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=Rqy5GDfLe2A:gRjuRgKcgcY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=Rqy5GDfLe2A:gRjuRgKcgcY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=Rqy5GDfLe2A:gRjuRgKcgcY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/Rqy5GDfLe2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/roundups/windows-phone/10-apps-you-should-install-on-your-windows-phone-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/roundups/windows-phone/10-apps-you-should-install-on-your-windows-phone-8/</feedburner:origLink></item>
		<item>
		<title>Manage and Stream Your Music With MediaMonkey</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/psmWrvrgQWg/</link>
		<comments>http://windows.appstorm.net/reviews/utilities-reviews/manage-and-stream-your-music-with-mediamonkey/#comments</comments>
		<pubDate>Wed, 15 May 2013 18:00:34 +0000</pubDate>
		<dc:creator>Alan Buckingham</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[MediaMonkey]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=21939</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/mediamonkey-logo.png" alt="" /> If you are anything like me then you have a large computer-based collection of music and that library is, at least partially, a mess. Over the years I have tried countless solutions to fix that mess, but one I have long heard about, but not tried is MediaMonkey. This app does more than just attempt [...]]]></description>
			<content:encoded><![CDATA[<p>If you are anything like me then you have a large computer-based collection of music and that library is, at least partially, a mess. Over the years I have tried countless solutions to fix that mess, but one I have long heard about, but not tried is <a href="http://www.mediamonkey.com/" target="_blank">MediaMonkey</a>. This app does more than just attempt to clean up your library &#8212; it also serves as a player, streams to DLNA devices on your network and can sync with mobile devices.</p>
<p>In fact, the app boasts a long list of features &#8212; manage media, identify tracks, tag, organize and rename, automatic library updates, download music and podcasts, sync and backup with mobile devices, record and convert, burn, play and stream to devices.</p>
<p><span id="more-21939"></span></p>
<h2>Get the App</h2>
<p>MediaMonkey is free, but there is also a &#8220;Gold&#8221; version that can be purchased, which retails for $50 USD, and comes along with a few additional features &#8212; likely none that most users will really need.</p>
<p><em>&#8220;Manage small to very large collections of audio files and playlists (50,000+), whether on a hard drive, network, or CDs. Look up missing information and album art online, tag almost any audio format, and automatically rename/re-organize tracks on your hard drive&#8221;.</em></p>
<p>Once installed, there is a bit of setup to take care of. A wizard will pop up to guide you through this. If you did not get the paid version then you can simply click &#8220;Next&#8221; to bypass the registration page. Next you will have to choose what file types you wish to associate with the app. The final step will prompt you to browse to your music folder and show MediaMonkey where to find it. It is not network-aware, but you can map the drive (if it is on a different computer) to make this work. The app does recognize other computers on the network in a general sort of way, so you can also use this method.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/setup.png" rel="lightbox[21939]" title="Manage and Stream Your Music With MediaMonkey"><img class="aligncenter  wp-image-21996" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/setup.png" alt="" width="574" height="418" /></a></p>
<p>Depending on the size of your library, scanning could take some time.</p>
<h2>The Interface</h2>
<p>The interface is not complicated, There is the basic menu across the top and a set of icons below that. Despite being simple, it contains everything you will need.</p>
<p><strong>Menu:</strong></p>
<ul>
<li>File</li>
<li>Edit</li>
<li>View</li>
<li>Play</li>
<li>Tools</li>
<li>Help</li>
<li>MediaMonkey Gold</li>
<li>My Computer</li>
</ul>
<p>My Computer (which displays those previously mentioned mapped drives) is the easiest way to navigate to your music files. From here you can browse to the song you wish to play and double-click the track to get started.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/my-computer.png" rel="lightbox[21939]" title="Manage and Stream Your Music With MediaMonkey"><img class="aligncenter  wp-image-22001" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/my-computer.png" alt="" width="553" height="302" /></a></p>
<p>Play controls are displayed at the bottom of the screen with track information to the right side in a column of its own.</p>
<h2>Tools</h2>
<p>The Tools menu is where most people will likely find most of what they installed this app for. Several options exist for cleaning up your library, such as Auto-Tag from both the from the web and based on the file name. Users can also synchronize tags and work directly with ID3 Tags from here.</p>
<p>This is also the place to go to both rip and burn CD&#8217;s and also access extensions and options, the latter of which contains a number of features to allow the customer to set things exactly as he or she wishes them to be.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/options.png" rel="lightbox[21939]" title="Manage and Stream Your Music With MediaMonkey"><img class="aligncenter  wp-image-22005" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/options.png" alt="" width="594" height="365" /></a></p>
<p>The Options page alone could be an entire article so I recommend exploring, but I will point out one very important feature, which is &#8220;Media Sharing&#8221;. This is where you can set up streaming of your music to DLNA devices, such as Google TV, Roku and many DVR&#8217;s and Blu-ray players. You will need to enable this feature and add players manually.</p>
<p>Options also lets you change the look of the app by using skins, and sync with portable media players like the iPod and others. You can even add plugins to the app. Plugins are divided into sections &#8212; Input, Output, DSP, General and Visualization.</p>
<h2>Podcasts</h2>
<p>The directory, which is displayed down the left column, contains a couple of interesting options, one of which is Podcasts. Click the arrow to the left of this to open up the options. Options include Subscriptions, Directories, Location, Genre, Year and Files to Edit. Subscriptions contains a list of the shows you are subscribed to and Directories will allow you to discover new shows.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/left-column.png" rel="lightbox[21939]" title="Manage and Stream Your Music With MediaMonkey"><img class="size-full wp-image-22012 aligncenter" style="border: 1px solid black;margin-top: 1px;margin-bottom: 1px" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/left-column.png" alt="" width="203" height="410" /></a></p>
<h2>Net Radio</h2>
<p>Net Radio contains two directories to aid you in finding stations to listen to. The default directories are the prominent Shoutcast and Icecast networks.</p>
<p>Both contain hundreds of stations covering every genre. You can browse through them based on the genre and find almost anything you could possibly wish to listen to.</p>
<h2>Web</h2>
<p>The Web has several options available &#8212; Amazon, CDUniverse, eMusic, HDTracks and AllMusic. If you click on one, Amazon for instance, a browser window will open within MediaMonkey. From here, you can browse and purchase music.</p>
<p style="text-align: center"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/web.png" rel="lightbox[21939]" title="Manage and Stream Your Music With MediaMonkey"><img class="aligncenter  wp-image-22015" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/web.png" alt="" width="553" height="302" /></a></p>
<p>Many of these options allow you to right-click on them and add more &#8212; for instance a new podcast directory or a different location to purchase music from.</p>
<h2>The Verdict</h2>
<p>While there is a paid version that adds a few features, MediaMonkey free does more than enough to satisfy almost any music lover. The Gold version does add faster CD burning, on-the-fly file conversions and a bit more, but probably not enough to justify the cost.</p>
<p>MediaMonkey is a one-stop app for everything you could possibly want, with music listening, burning, ripping, podcasts and even internet radio. Perhaps best of all, the app affords you the opportunity to finally clean up that mess of a music folder that we all posess. And it does all of this free of charge. It is hard to beat that.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=psmWrvrgQWg:avEkT0vmy6A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=psmWrvrgQWg:avEkT0vmy6A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=psmWrvrgQWg:avEkT0vmy6A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=psmWrvrgQWg:avEkT0vmy6A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=psmWrvrgQWg:avEkT0vmy6A:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/psmWrvrgQWg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/reviews/utilities-reviews/manage-and-stream-your-music-with-mediamonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/reviews/utilities-reviews/manage-and-stream-your-music-with-mediamonkey/</feedburner:origLink></item>
		<item>
		<title>My Windows 9 Wishlist</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/v6RjgkrtsdY/</link>
		<comments>http://windows.appstorm.net/general/opinion/my-windows-9-wishlist/#comments</comments>
		<pubDate>Wed, 15 May 2013 13:00:31 +0000</pubDate>
		<dc:creator>Stephen Hobson</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wish]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=20363</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/stephenhobson/windows8-logo.png" alt="" /> In recent weeks, more and more details have been emerging in relation to Microsoft&#8217;s first major Windows 8 update known as Windows Blue. Though, with the recent influx of rumors, many are beginning to wonder what Microsoft might include inside of the next edition of the Windows family, Windows 9. The release of Windows 9 will be [...]]]></description>
			<content:encoded><![CDATA[<p>In recent weeks, more and more details have been emerging in relation to Microsoft&#8217;s first major Windows 8 update known as Windows Blue. Though, with the recent influx of rumors, many are beginning to wonder what Microsoft might include inside of the next edition of the Windows family, Windows 9. The release of Windows 9 will be a critical milestone for Microsoft as they try to improve upon the negative public perception they received following the release of Windows 8.</p>
<p>While no operating system will ever be perfect, Windows 9 has the potential to be a very solid, competitive OS. However, there are a few specific changes that I believe should be implemented into Windows 9 if Microsoft is to win back the customers that they lost last October.</p>
<p><span id="more-20363"></span></p>
<h2>Keep the Modern UI and the Desktop Separate</h2>
<p>In the past, Microsoft has stated that they have every intention of keeping their touchscreen interface, otherwise known as the Modern UI, inside of Windows. Although I am rather displeased by this decision, I find the interface, on its own, to be tolerable. However, inside of Windows 8, elements from the two interfaces are mashed together in such a way that it makes the operating system difficult to navigate. For example, clicking on the network icon in the taskbar reveals a large, obnoxiously intrusive box that contains a list of available networks. Not only is this an obvious design anomaly, it can cause confusion among those who may not be as skilled with technology. Users should be able to use the operating system without encountering an entirely different interface. Unless Microsoft plans to further enrage Windows fans, these two interfaces must be separated if Windows 9 is to be successful.</p>
<h2>Revive Windows Media Center</h2>
<p>Windows Media Center seems to be a dying piece of software. Ideally, it is to be used as a media-browsing interface for a home theater PC. While the idea behind Windows Media Center is solid, it could certainly benefit from further development. With a fresh design and improved support for multiple types of media such as games, movies, and T.V. shows, Windows Media Center could become a viable solution for those in search of a great couch-surfing interface or even a potential alternative to Steam&#8217;s Big Picture.</p>
<h2>Better Search</h2>
<p>Searching inside of Windows 8 is not a pleasant experience. What should be an efficient method of finding a file, launching an app, or locating a setting, is a cumbersome, time-wasting chore. One particularly bothersome aspect of Windows 8&#8242;s search is the fact that the user is forced to navigate through search results via three separate tabs. I admire the fact that Microsoft is making an attempt to improve organization throughout the operating system, but it&#8217;s clear that they need to take a different approach.</p>
<p style="text-align: center"><img class="aligncenter  wp-image-21308" src="http://cdn.appstorm.net/windows.appstorm.net/authors/stephenhobson/Win-8-search.png" alt="" width="277" height="299" /></p>
<p>The search interface inside of Windows 8 would be significantly easier to navigate if the categories of results were, for example, organized inside of columns rather than tabs.</p>
<h2>Make the Modern UI More Configurable</h2>
<p>Windows 8&#8242;s Modern UI is not necessarily known for its extensive amount of preferences. While the user is provided with a sufficient amount of basic options such as the ability to modify colors and change the design of the start screen background, I still feel as though the Modern UI is somewhat locked up.</p>
<p style="text-align: center"><img class="aligncenter  wp-image-21522" src="http://cdn.appstorm.net/windows.appstorm.net/authors/stephenhobson/win-8-start-screen-options.png" alt="" width="553" height="311" /></p>
<p style="text-align: left">While I&#8217;m not expecting anything excessive, the ability to add custom tile images and custom start screen backgrounds are two, reasonable examples of how the Modern UI could be more configurable and ultimately provide the user with a better, more personalized experience.</p>
<p style="text-align: left">What would you like to see inside of Windows 9? Be sure to leave a comment below and let us know!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=v6RjgkrtsdY:N7s5q8L_Gjo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=v6RjgkrtsdY:N7s5q8L_Gjo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=v6RjgkrtsdY:N7s5q8L_Gjo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=v6RjgkrtsdY:N7s5q8L_Gjo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=v6RjgkrtsdY:N7s5q8L_Gjo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/v6RjgkrtsdY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/general/opinion/my-windows-9-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/general/opinion/my-windows-9-wishlist/</feedburner:origLink></item>
		<item>
		<title>Convert Your DVDs and Blu-Rays to MKV</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/bnw41X7Ku7o/</link>
		<comments>http://windows.appstorm.net/how-to/utilities/convert-your-dvds-and-blu-rays-to-mkv-files/#comments</comments>
		<pubDate>Tue, 14 May 2013 18:00:54 +0000</pubDate>
		<dc:creator>Alan Buckingham</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=21895</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/makemkv-logo1.png" alt="" /> About two months ago I made a major change in my living room. For several years I had used a home theater computer (HTPC) to access all of our ripped DVD&#8217;s, music and digital photos. I did not use Windows Media Center for its primary focus, which is watching and recording live TV, so when [...]]]></description>
			<content:encoded><![CDATA[<p>About two months ago I made a major change in my living room. For several years I had used a home theater computer (HTPC) to access all of our ripped DVD&#8217;s, music and digital photos. I did not use Windows Media Center for its primary focus, which is watching and recording live TV, so when the PC aged and began to slow down I decided to replace it with a cheaper alternative.</p>
<p>Instead of building a new HTPC I opted for a Google TV box. I got the same functionality I had been using Windows Media Center for thanks to the Plex server and app. However, many of our discs had been ripped as ISO files &#8212; a format that Google TV, even using Flex, can not handle. I needed to convert the files and options included MKV, MP4 and AVI. All would work, but I opted for MKV.</p>
<p><span id="more-21895"></span></p>
<h2>MakeMKV</h2>
<p>In searching for a file conversion app I stumbled up <a href="http://makemkv.com/" target="_blank">MakeMKV</a>, which bills itself as a one-click solution to convert video that you own into a free and patents-unencumbered format that can be played everywhere.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Reads DVD and Blu-ray discs</li>
<li>Reads Blu-ray discs protected with latest versions of AACS and BD+</li>
<li>Preserves all video and audio tracks, including HD audio</li>
<li>Preserves chapters information</li>
<li>Preserves all meta-information (track language, audio type)</li>
<li>Fast conversion &#8211; converts as fast as your drive can read data.</li>
<li>No additional software is required for conversion or decryption.</li>
<li>Available for Windows, Mac OS X and Linux</li>
<li>Functionality to open DVD discs is free and will always stay free.</li>
<li>All features (including Blu-ray decryption and processing) are free during BETA</li>
</ul>
<p>That last part implies that this software may not remain free, or perhaps will simply have free and Pro versions. Version 1.8.1 of the app is compatible with Windows XP, Windows Vista, Windows 7 and Windows 8, including 32-bit and 64-bit versions of the operating system.</p>
<h2>Getting Started</h2>
<p>The installation is straightforward and the app of &#8220;Softpedia Certified&#8221;, meaning it contains no spyware, adware or viruses. Once it is installed and opened it will immediately begin searching for optical drive for a disc.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/main-screen2.png" rel="lightbox[21895]" title="Convert Your DVDs and Blu-Rays to MKV"><img class="aligncenter size-full wp-image-21903" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/main-screen2.png" alt="" width="566" height="537" /></a></p>
<p>The dropdown menu allows you to select between different optical drives and also recognizes virtual drives such as ones created by CloneDrive and Daemon Tools. Windows 8 also allows for mounting of ISO files as a built-in functionality.</p>
<h2>Menus</h2>
<p>MakeMKV keeps it simple and, to that end, there are only three items in the menu bar &#8212; File, View and Help. Each contains a sparse but useful amount of options.</p>
<p>Files allows you to open a file or access a disc, eject disc, set your output folder and several more options. View contains options for Toolbar, Clear Log and Preferences (more on that in a moment). Finally, Help is self explanatory &#8212; access to online help, the About page and a bit more.</p>
<h2>Preferences</h2>
<p>Preferences is also sparse, but useful The first tab is for video and it simply gives you the option to choose where your output file lands. By default, this is set to &#8220;Auto&#8221;, but I prefer to choose my own destination, so I changed to &#8220;Custom&#8221; and browsed to my chosen folder.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/video-preferences.png" rel="lightbox[21895]" title="Convert Your DVDs and Blu-Rays to MKV"><img class="aligncenter size-full wp-image-21905" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/video-preferences.png" alt="" width="407" height="354" /></a></p>
<p>The rest of the preferences, while worth exploring, can largely be left alone. Unless you have a pressing need to make a change, then these are all set at their optimum.</p>
<h2>The Menu Icon Bar</h2>
<p>There are also a few icons across the top bar, just below the menu. These also are simple &#8212; the app aims to make everything as easy as possible.</p>
<p><strong>Icons:</strong></p>
<ul>
<li>Open</li>
<li>Backup</li>
<li>Savel selected items</li>
<li>Stream</li>
<li>Preferences</li>
<li>Eject disc</li>
</ul>
<h2>Ripping a disc</h2>
<p>Now that we are familiar with options and settings, let us get down to the business of actually ripping a DVD. After all, that is what the app is for and why you are reading this article.</p>
<p>Since I have Virtual CloneDrive installed, and my discs are already ripped to ISO files, that is method I need to use here. The program is network aware, so even if your files are stored elsewhere, as mine are, you will be fine. Click the file to begin scanning.</p>
<p><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/scanning-disc.png" rel="lightbox[21895]" title="Convert Your DVDs and Blu-Rays to MKV"><img class="aligncenter size-full wp-image-21916" src="http://cdn.appstorm.net/windows.appstorm.net/authors/adbuckingham/scanning-disc.png" alt="" width="566" height="615" /></a></p>
<p>Once completed, you will be presented with a very simple menu. In fact, the only option is &#8220;Make MKV&#8221;. This is not a particularly quick process, but it is not overly long either. File conversion is never an easy task &#8212; a two hour movie took approximately 30 minutes.</p>
<p>If you left the destination folder set to default then the program will create a new folder using the name of the file. Not a bad thing, but as I said previously, it is best to create your own.</p>
<h2>Alternatives</h2>
<p>There are numerous file conversion programs out there &#8212; for multi-purpose I find FreeMake works the best. It can convert almost any format into almost any other. There are also several good paid programs, but with the free ones available, I see no need. If you are starting with a DVD or ISO then any ripping program will also work (which is really what MakeMKV is).</p>
<h2>The Verdict</h2>
<p>MakeMKV worked extremely well with the first two ISO files I threw at it. It was quick, gave no quirky error messages and did the job as it promised.</p>
<p>the program is free (in beta) but for added functionality it seems you will have to pay. That is likely for Blu-Ray and perhaps a few other features. Settings are lite, but in a good way. On the whole, that makes this app a win-win all around. If you can use MKV files &#8212; and most systems can (including Windows Media Center if you install Haali Media Splitter) then this is what I would recommend.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=bnw41X7Ku7o:UBsxuFPNUMk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=bnw41X7Ku7o:UBsxuFPNUMk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=bnw41X7Ku7o:UBsxuFPNUMk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=bnw41X7Ku7o:UBsxuFPNUMk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=bnw41X7Ku7o:UBsxuFPNUMk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/bnw41X7Ku7o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/how-to/utilities/convert-your-dvds-and-blu-rays-to-mkv-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/how-to/utilities/convert-your-dvds-and-blu-rays-to-mkv-files/</feedburner:origLink></item>
		<item>
		<title>TuneUp Your Tunes</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/s5LceKIGrts/</link>
		<comments>http://windows.appstorm.net/reviews/productivity-reviews/tuneup-your-tunes/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:00:51 +0000</pubDate>
		<dc:creator>Mark Simpson</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[iTunes;ID3;mp3;aac;match;music;sort;collection]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=20066</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/tuneupicon.png" alt="" /> If you have a large collection of digital music, and it&#8217;s in a bit of a mess, don&#8217;t worry! TuneUp may just be what you are looking for. Using advanced matching algorithms, it will identify your mislabelled tracks and fill in complete details for you, including cover art. It works in conjunction with iTunes and [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a large collection of digital music, and it&#8217;s in a bit of a mess, don&#8217;t worry! <a title="TuneUp" href="www.tuneupmedia.com" target="_blank">TuneUp</a> may just be what you are looking for. Using advanced matching algorithms, it will identify your mislabelled tracks and fill in complete details for you, including cover art. It works in conjunction with iTunes and Windows Media Player, and works brilliantly with the iTunes match subscription service. But there&#8217;s no need to be tied to either, as you can take your correctly named and covered collection elsewhere.</p>
<p>This article will focus on iTunes integration, so what are you waiting for? Dive in to see if <em>TuneUp</em> matches your needs.</p>
<p><span id="more-20066"></span><br />
<em>Like the article? You should <a href="http://feeds2.feedburner.com/windowsappstorm">subscribe</a> and follow us on <a href="https://twitter.com/windowsappstorm">twitter</a>.</em></p>
<h2>Ready to begin</h2>
<p>In order to bring some order to the chaos that is your music collection, you are going to need to spend a little time following through a three step process. <em>TuneUp</em> provide some good online help to begin your journey <a title="here" href="http://www.tuneupmedia.com/Getting-Started/clean?utm_source=inapp&amp;utm_medium=txtlnk&amp;utm_campaign=txtlink" target="_blank">here</a>.</p>
<div id="attachment_21530" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21530" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/On-line-Help-Custom.png" alt="The online help for TuneUp is comprehensive, and a good starting place." width="620" height="476" /><p class="wp-caption-text">The online help for <em>TuneUp</em> is comprehensive, and a good starting place.</p></div>
<h2>From Chaos to Order</h2>
<p>There are some old Status Quo CD rips that I have before the days of CDDB and internet lookup sites, so this is a good place to start. I am hoping for a decent success rate from such a mainstream artist. First, I filter the tracks in iTunes, and then drag them from the left of the window into <em>TuneUp</em>&#8216;s Ready to Clean! area.</p>
<div id="attachment_20436" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-20436" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/test-Custom.png" alt="Beginning with some improperly ripped CD tracks." width="620" height="520" /><p class="wp-caption-text">Beginning with some improperly ripped CD tracks.</p></div>
<p>&nbsp;</p>
<p>You will notice that <em>TuneUp</em>&#8216;s interface has appeared as a right hand side-bar to iTunes. It also configures itself to start every time iTunes is loaded (which did become a little tedious after a while), and if you resize the iTunes or <em>TuneUp</em> window, the sidebar size and shape will match that of the iTunes window. This makes for a truly integrated feel, and is for me a pleasant and thoughtful touch.</p>
<p>Detection begins immediately after the files have been dropped, and after a few moments, <em>TuneUp</em> will have attempted to detect the tracks. If no exact match can be found, Likely Matches will be returned instead. This was not a good first attempt for me, as for my 2 CD collection, <em>TuneUp</em> listed 11 albums of Likely Matches, instead of the one album of matched tracks that I was hoping for.</p>
<div id="attachment_20439" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-20439" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/likely-matches-Custom.png" alt="Likely Matches are suggested if there's no 100% match. You can listen to the tracks from within the results window." width="620" height="412" /><p class="wp-caption-text">Likely Matches are suggested if there&#8217;s no 100% match. You can listen to the tracks from within the results window.</p></div>
<p>A couple of tracks looked ok to me, so I could click on the tick symbol to the right of the Likely Match album, and these tracks did then update quickly and correctly in iTunes. Just to be sure, you can listen to the tracks from within the results window by pressing on the small black play button to the right of the track.</p>
<h2>If at First You Don&#8217;t Succeed</h2>
<p>Undeterred, I placed my Eva Cassidy &#8220;The Best Of &#8221; tracks into <em>TuneUp</em>&#8216;s capable hands.  As the track matching is done by sampling the music to get an audio footprint for comparison, it doesn&#8217;t matter how much or how little of the track information is already available. This is simply ignored, and a like-for-like match is made with the actual audio content.</p>
<div id="attachment_21525" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21525" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/before-Custom.png" alt="Imported tracks often have a generic &quot;Track&quot; prefix." width="620" height="526" /><p class="wp-caption-text">Imported tracks often have a generic &#8220;Track&#8221; prefix.</p></div>
<p>This is where iTunes match comes in handy. Deleting your original low bit rate file versions, ripped or otherwise, and downloading the iTunes match provision should surely be a better source file to match against. Would it also work going the other way, though? To test this theory, and to prove the point, I have tried to match a ripped CD using Apple&#8217;s lossless encoding, and the same CD deleted and re-downloaded as a lower bit rate version, and then the CD ripped at a very low bit rate.</p>
<p class="tip"><em>TuneUp</em> uses waveform recognition technology to create an acoustic fingerprint. It then references this against a large database to find a match.</p>
<p>I am pleased to report that for all bit rates for my chosen album, each track was identified by <em>TuneUp</em>, and I was offered a fully Matched list. This Matched list recommendation has, in all of my testing, been 100% accurate too. Whereas Likely Matches are a bit of a hit-and-miss game.</p>
<h2>Performance Issues</h2>
<p>I continued with my select, drag-and-drop cleanup tasks for a few more albums, often leaving the program to work its magic while I did something else. It wasn&#8217;t long before my laptop fan had kicked-in and on closer inspection <em>TuneUp</em> and iTunes were running at 100% of the CPU capability. <em>TuneUp</em>&#8216;s processing was causing iTunes to stop responding altogether. I ended the <em>TuneUp</em> process and restarted the PC.</p>
<p>After a restart all was well again for a couple of albums, and then I had the same issue. It didn&#8217;t seem to be related to how many songs I was processing, but more to asking the user interface to do something while it was busy looking up, or analysing.</p>
<div id="attachment_21835" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21835" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/Maxed-out-processor-Custom.png" alt="Unfortunately, the software often maxes out the processor, making the system unusable." width="620" height="487" /><p class="wp-caption-text">Unfortunately, the software often maxes out the processor, making the system unusable.</p></div>
<p>To be absolutely sure, I have a brand-new clean build Windows 8 machine, so I installed <em>TuneUp</em> on that machine, and moved the license across (you can only do a limited number of license moves like this). Testing the same track lookups, and random clicking about, I was able to re-produce the 100% CPU utilisation. I have notified the support team of this, and await a response.</p>
<p>One <em>thing</em> you need to get used to when working with <em>TuneUp</em> is the need for it to keep up to date with your collection after changes have been applied. You will frequently see the message &#8220;<em>TuneUp</em> has detected a change in your iTunes library and needs</p>
<p>&nbsp;</p>
<h2>Not Very Likely</h2>
<p>Sometimes the results that come back from <em>TuneUp</em> are just so unhelpful, you wonder why you bothered. Here I had a track that had been labelled incorrectly as a David Gray song (I think it was a Damien Rice track), and <em>TuneUp</em> thought it belonged to — well, I&#8217;m not sure what that is, but that&#8217;s no where near:</p>
<div id="attachment_21826" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21826" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/Mixed-results.png" alt="Sometimes TuneUp disappoints with results like this." width="620" height="374" /><p class="wp-caption-text">Sometimes <em>TuneUp</em> disappoints with results like this.</p></div>
<p>Even for audio books, I had the same issue. My one audio book of Richard Branson&#8217;s autobiography was identified as individual tracks from 22 albums. One of those albums was the correct audio book title, but only two tracks had a Match, the rest were Likely Matches that were most unlike the book in question.</p>
<p>Adding Edward de Bono&#8217;s excellent &#8220;Think&#8221; audio book gave similar results.</p>
<h2>Duplicate Sorting</h2>
<p>Duplicate sorting is excellent, although if you choose to accept the recommendations, be sure to set aside lots of time to answer the many iTunes dialogue boxes that appear asking: &#8220;Are you sure you want to delete the selected item from your iTunes library?&#8221;.</p>
<div id="attachment_21834" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21834" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/De-Duplicate-Demo1.png" alt="De-duplication within TuneUp is excellent, and matches almost exactly with that in iTunes." width="620" height="342" /><p class="wp-caption-text">De-duplication within <em>TuneUp</em> is excellent, and matches almost exactly with that in iTunes.</p></div>
<p>For a neat collection (I had 72 duplicates highlighted), that&#8217;s not so bad. If it ran to hundreds, it might be soul-destroying to tick yes, and press OK a thousand times.</p>
<h2>Album Art Fix</h2>
<p>Lastly, <em>TuneUp</em> augments iTunes album art fix with a flexible solution of its own. Several covers are presented for you to select for each album, and whilst this functionality exists within iTunes, there is a quickness achievable as you scroll, select and tick each chosen cover.</p>
<div id="attachment_21824" class="wp-caption aligncenter" style="width: 630px"><img class="size-full wp-image-21824" src="http://cdn.appstorm.net/windows.appstorm.net/authors/marksimpson/Weve-got-it-covered.png" alt="Fixing album art provides pretty covers for all your tracks." width="620" height="344" /><p class="wp-caption-text">Fixing album art provides pretty covers for all your tracks.</p></div>
<p>There&#8217;s nothing quite like an ordered, properly named music collection to put a smile on your face.</p>
<h2>Overall</h2>
<p>TuneUp promises much, and at times there are flashes of brilliance as random musical mess is neatly tidied, filed and sorted. At other times, there is much waiting around while it processes your selections. When it dies in a heap, though, it becomes insufferable. I have used it on and off now for the past two months whilst writing this review, and I&#8217;m sorry to say that my initial excitement and optimism has been dulled considerably.</p>
<p>Proceed with caution if you are thinking of taking the plunge with this app. There is much that has good, or is potentially great, but it&#8217;s not all plain sailing.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=s5LceKIGrts:fzApVBFHOPI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=s5LceKIGrts:fzApVBFHOPI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=s5LceKIGrts:fzApVBFHOPI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=s5LceKIGrts:fzApVBFHOPI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=s5LceKIGrts:fzApVBFHOPI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/s5LceKIGrts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/reviews/productivity-reviews/tuneup-your-tunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/reviews/productivity-reviews/tuneup-your-tunes/</feedburner:origLink></item>
		<item>
		<title>10 Copies of VSDIF Up for Grabs</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/II8kO0zwJFM/</link>
		<comments>http://windows.appstorm.net/general/competitions/10-copies-of-vsdif-up-for-grabs/#comments</comments>
		<pubDate>Mon, 13 May 2013 19:00:15 +0000</pubDate>
		<dc:creator>Siddharth</dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[vsdif]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=22467</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/siddharth/vsdif-200.gif" alt="" /> MindGems Inc. is giving away 10 licenses of Visual Similarity Duplicate Image Finder PRO (VSDIF), worth $400, exclusively to our readers. Read on to find out more! What&#8217;s VSDIF? VSDIF is rated the best duplicate image finder on major photography and software magazines and technology web sites. As the name suggests this tool performs a [...]]]></description>
			<content:encoded><![CDATA[<p>MindGems Inc. is giving away <span style="font-weight: bold">10 licenses</span> of <strong>Visual Similarity Duplicate Image Finder PRO (VSDIF)</strong>, worth $400, exclusively to our readers.</p>
<p>Read on to find out more!<br />
<span id="more-22467"></span></p>
<h2>What&#8217;s VSDIF?</h2>
<p>VSDIF is rated the best <a href="http://www.mindgems.com/products/VS-Duplicate-Image-Finder/VSDIF-About.htm" target="_blank">duplicate image finder</a> on major photography and software magazines and technology web sites.
</p>
<p>As the name suggests this tool performs a real image analysis. It can find duplicate and similar images regardless of the image format, size, dimensions, colors and other image attributes. Even copies of the same image with   modifications applied like color correction, crop, retouching,   change of file format or watermarks  will still be identified as a duplicate of its original image. </p>
<p>A standard duplicate file finder checks the binary data of the file rather than its visual content and can not identify similar or exact duplicates if they are stored in different file formats. VSDIF supports more than 100 popular image formats including Photoshop PSD and over 300 RAW camera formats.<br />
<a href="http://cdn.appstorm.net/windows.appstorm.net/authors/siddharth/duplictae_photos.png" rel="lightbox[22467]" title="duplictae_photos"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/siddharth/duplictae_photos.png" alt="" title="duplictae_photos" width="400" height="133" class="aligncenter size-full wp-image-22468" /></a></p>
<p>The main three benefits from using this tool are:</p>
<ul>
<li>Organize image collections by identifying similar images</li>
<li>Save disk space by removing unnecessary duplicate photos</li>
<li>Search for similar images inside image collections by using a sample image</li>
</ul>
<p>While VSDIF is extremely precise it is also extremely fast and can handle large photo collections of more than terabyte of images. The scan process is even quicker for the consequential scans as VSDIF can collect data for the scanned images and reuse it for future scans. The cached images are checked for modifications so always the latest version of an image will be compared. </p>
<p>The &quot;Image Search&quot; functionality can find images similar to a sample photo. Combining the Image Search with the cache system VSDIF can scan 10 000 images in seconds. A FREE demo is available for download at the company&#8217;s web site.</p>
<p>MindGems Inc. provides also a <a href="http://www.mindgems.com/products/Duplicate-MP3-Finder/Audio-Dedupe-About.htm" target="_blank">Duplicate MP3 Finder</a> tool that works in a similar way for audio files and the popular FREE <a href="http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-About.htm" target="_blank">Duplicate File Finder</a> and <a href="http://www.mindgems.com/products/Folder-Size/Folder-Size.html" target="_blank">Folder Size</a> tools that will help with the <a href="http://www.mindgems.com/info/Disk-Cleanup.html" target="_blank">disk cleanup</a> process.</p>
<p>While the <span style="font-weight: bold">Visual Similarity Duplicate Image Finder PRO</span> costs $39.95 to buy, we have been provided with <span style="font-weight: bold">10 exclusive PRO licenses</span> for our readers.</p>
<h2>How to enter this giveaway?  </h2>
<p>Visit <a href="http://www.mindgems.com" target="_blank">MindGems Inc</a> and use the share buttons at the top left corner to share it on your favorite social network then drop a comment below. Winners will be chosen on random basis among all the comments. End date for this giveaway is <span style="font-weight: bold">29th May 2013</span>. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=II8kO0zwJFM:Gj8gPZwoj7E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=II8kO0zwJFM:Gj8gPZwoj7E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=II8kO0zwJFM:Gj8gPZwoj7E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=II8kO0zwJFM:Gj8gPZwoj7E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=II8kO0zwJFM:Gj8gPZwoj7E:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/II8kO0zwJFM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/general/competitions/10-copies-of-vsdif-up-for-grabs/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/general/competitions/10-copies-of-vsdif-up-for-grabs/</feedburner:origLink></item>
		<item>
		<title>Have You Considered Building Your Own PC?</title>
		<link>http://feedproxy.google.com/~r/WindowsAppStorm/~3/KeFHOBrYTMI/</link>
		<comments>http://windows.appstorm.net/general/opinion/have-you-considered-building-your-own-pc/#comments</comments>
		<pubDate>Mon, 13 May 2013 18:00:09 +0000</pubDate>
		<dc:creator>Harry Kirkby</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[build a pc]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://windows.appstorm.net/?p=21693</guid>
		<description><![CDATA[<img src="http://cdn.appstorm.net/windows.appstorm.net/authors/harrykirkby/logo_pcw_logo.png" alt="" /> Building personal computers has been a hit trend for many years now, but what is actually making this crazed bunch get all geared up and stuck in themselves? From a personal perspective, I&#8217;ve been hit right across the face with the most recent trend of building personal computers yourself. Over the past year, I&#8217;ve built [...]]]></description>
			<content:encoded><![CDATA[<p>Building personal computers has been a hit trend for many years now, but what is actually making this crazed bunch get all geared up and stuck in themselves?<br />
<span id="more-21693"></span><br />
From a personal perspective, I&#8217;ve been hit right across the face with the most recent trend of building personal computers yourself. Over the past year, I&#8217;ve built around 6 computers for friends, family and one for profit that have shockingly made me realize, it&#8217;s very easy to be ripped off when visiting your local computer store.</p>
<p>The most recent computer I built, was for a friend who&#8217;s brother was heading back to University soon and needed a computer that was extremely good at rendering (as he is studying Design in Uni). We sat down, planned out what the computer needed, and how we could cut costs by buying from individual suppliers instead of buying a computer out-right from our local PC World/Currys, which lead us to making a few shocking discoveries about why building is such a good idea&#8230;</p>
<h3>Cut Costs</h3>
<p>Cutting costs is always high on the agenda of those wanting to buy or build a new computer. It&#8217;s common knowledge. No-one wants to spend more than they need to, and why should they? I&#8217;ve sat down and compiled a few bits of details for you all that I think you&#8217;ll find very interesting:<br />
<div id="attachment_21797" class="wp-caption alignright" style="width: 214px"><a href="http://cdn.appstorm.net/windows.appstorm.net/authors/harrykirkby/logo_pcw_logo.png" rel="lightbox[21693]" title="Have You Considered Building Your Own PC?"><img src="http://cdn.appstorm.net/windows.appstorm.net/authors/harrykirkby/logo_pcw_logo.png" alt="" width="204" height="60" class="size-full wp-image-21797" /></a><p class="wp-caption-text">PC World, one of the leading distributors!</p></div><br />
<strong>Choice A</strong><br />
A HP Pavilion P6-2371EA, with an Intel i5-2310 processor, 8GB of DDR3 RAM and a 2TB hard drive, all of this thrown together with a copy of Windows 8 for £649.99.</p>
<p><strong>Choice B</strong><br />
A custom built computer, with an Intel Core i5 3330 processor, 8GB DDR3, a 2TB hard drive and a copy of Windows 8 all for £448.95.</p>
<p>Not only does choice B include a better processor (as rated by CPUBenchmark), but it&#8217;s also over £200 cheaper! That&#8217;s insanity in this day and age that companies, such as HP and PCWorld, charge over £200 just to throw it on the shelves and build it, considering that there are many many tutorials online for building!</p>
<h3>However, is it all worth it?</h3>
<p>What everyone needs to understand is that the big corporations are out there to make profit and only to do that. Their general support lacks in certain aspects and the delay between repairs can be terrible at times, which has without a doubt put me off over the past few years.</p>
<p>Your personal opinion and knowledge of computers is undoubtedly the key factor when contemplating building a computer, but even visiting your local computer business or forums online based about computers can really benefit your knowledge and bring you towards a greater knowledge aspect of the industry.</p>
<h3>The bottom line&#8230;</h3>
<p>The bottom lime is simple.  If you&#8217;re comfortable enough to begin process of building, do it. There are many more pros than cons for building your own computer, however if the thought of building reslly does scare you, research it and have a look into it beforehand.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=KeFHOBrYTMI:M03ArwvK-5I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=KeFHOBrYTMI:M03ArwvK-5I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=KeFHOBrYTMI:M03ArwvK-5I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WindowsAppStorm?a=KeFHOBrYTMI:M03ArwvK-5I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WindowsAppStorm?i=KeFHOBrYTMI:M03ArwvK-5I:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WindowsAppStorm/~4/KeFHOBrYTMI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://windows.appstorm.net/general/opinion/have-you-considered-building-your-own-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://windows.appstorm.net/general/opinion/have-you-considered-building-your-own-pc/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.863 seconds -->
