<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; Knowledge</title>
	<atom:link href="http://www.ghacks.net/tag/knowledge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSI or EXE Setup</title>
		<link>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</link>
		<comments>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:47:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[bootstrapper]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[setup.exe]]></category>
		<category><![CDATA[software installation]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows installer]]></category>
		<category><![CDATA[windows setup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</guid>
		<description><![CDATA[Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application [...]]]></description>
			<content:encoded><![CDATA[<p>Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application properly. The setup.exe that you encounter in lots of software distributions is called a bootstrapper. This setup.exe file will check if the computer system is capable of running the software program; If it is it will initiate msiexec.exe which will launch the installation using the msi file.</p>
<p>Users who double-click on the msi file directly will also install the application but with the possibility that it will not run properly on the computer system. Take a computer program that requires the Microsoft .net Framework 3.5 for example. If the user has an older version of the framework installed setup.exe will download the files needed and launch the installation of the compatible framework and launch the installation using the msi file afterwards.</p>
<p>If the user installs using the msi file the installation will go through without problems but might experience an application crash or warning message while starting the application. It is therefor recommend on end user systems to always install applications using the setup.exe file if both a setup.exe and xyz.msi are available after unpacking the software program.</p>
<p><span id="more-11422"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/setup_msi_exe.jpg" alt="setup ms exe" title="setup ms exe" width="380" height="220" class="alignnone size-full wp-image-11421" /></p>
<p>There are even some msi setup files out there that will not perform the installation upon execution but request an installation using the setup.exe file instead to ensure that all necessary components are installed.</p>

	Tags: <a href="http://www.ghacks.net/tag/bootstrapper/" title="bootstrapper" rel="tag">bootstrapper</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/installer/" title="installer" rel="tag">installer</a>, <a href="http://www.ghacks.net/tag/knowledge/" title="Knowledge" rel="tag">Knowledge</a>, <a href="http://www.ghacks.net/tag/msi/" title="msi" rel="tag">msi</a>, <a href="http://www.ghacks.net/tag/setupexe/" title="setup.exe" rel="tag">setup.exe</a>, <a href="http://www.ghacks.net/tag/software-installation/" title="software installation" rel="tag">software installation</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/windows-installer/" title="windows installer" rel="tag">windows installer</a>, <a href="http://www.ghacks.net/tag/windows-setup/" title="windows setup" rel="tag">windows setup</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/" title="Windows Installer CleanUp Utility (July 23, 2009)">Windows Installer CleanUp Utility</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/01/software-installation-monitor/" title="Software Installation Monitor (March 1, 2009)">Software Installation Monitor</a> (11)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/04/28/learning-the-shell/" title="Learning the Shell (April 28, 2006)">Learning the Shell</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/" title="Join multiple video files into one (November 11, 2006)">Join multiple video files into one</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Sort Feeds In Google Reader Alphabetically Again</title>
		<link>http://www.ghacks.net/2008/09/20/how-to-sort-feeds-in-google-reader-alphabetically-again/</link>
		<comments>http://www.ghacks.net/2008/09/20/how-to-sort-feeds-in-google-reader-alphabetically-again/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:26:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[google reader sort]]></category>
		<category><![CDATA[google reader tips]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss news feeds]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7124</guid>
		<description><![CDATA[Google Reader sorts the feeds alphabetically which is probably the natural way of sorting news feeds. Once the user begins to move feeds around by dragging and dropping them to another location the sorting turns from alphabetical to one that does not sort the feeds at all but adds new feeds at the bottom of [...]]]></description>
			<content:encoded><![CDATA[<p>Google Reader sorts the feeds alphabetically which is probably the natural way of sorting news feeds. Once the user begins to move feeds around by dragging and dropping them to another location the sorting turns from alphabetical to one that does not sort the feeds at all but adds new feeds at the bottom of the list.</p>
<p>Users should not confuse that behavior with the temporary addition of new feeds to the bottom of the folder they have been put into. Once a user logs out and in again the feeds are sorted alphabetically again. </p>
<p>Google Reader offers no &#8220;sort&#8221; button that would make it possible to sort the feeds alphabetically again if the user started dragging and dropping around feeds previously. If you are one of those desperate users who want their feeds to be sorted alphabetically again read on.</p>
<p><span id="more-7124"></span>The sorting setting in Google Reader is folder based. This means that creating a new folder and moving the RSS news feeds to that new folder will do the trick. It still requires some manual work on behalf of the user but it is actually the only way enable to sort the feeds alphabetically again.</p>
<p>Now here is what you do. The left pane shows a Manage Subscriptions. A click on that loads all the RSS News Feeds that the user has added to Google Reader.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/manage_subscriptions.jpg" alt="manage subscriptions" title="manage subscriptions" width="268" height="102" class="alignnone size-medium wp-image-7125" /></p>
<p>New folders can be created by clicking on the Change Folders pulldown menu and selecting the New Folder option.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/google_reader_new_folder.jpg" alt="google reader new folder" title="google reader new folder" width="230" height="233" class="alignnone size-medium wp-image-7126" /></p>
<p>And enter a name for the new folder.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/google_reader_new_folder2.jpg" alt="google reader new folder" title="google reader new folder" width="323" height="136" class="alignnone size-medium wp-image-7127" /></p>
<p>The next step depends on the following. If you have been using folders before you can filter by those folders at the top right corner so that only the items of one folder are showing up.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/google_reader_filter.jpg" alt="google reader filter" title="google reader filter" width="178" height="61" class="alignnone size-medium wp-image-7128" /></p>
<p>That ensures that all rss news feeds that have been in a folder are displayed on screen and that they can be moved to the new folder without the other feeds interfering in the display.</p>
<p>A click on Change Folders next to each feed that is displayed makes it possible to select the newly created folder. Once all feeds that belong to a folder have been moved into the new one the old one can be removed the same way. Going back to the main page of Google Reader will show the feeds sorted alphabetically. </p>
<p>It sometimes is required to logout and login before they show up sorted but it is definitely working that way. If a user has not been using folders before he has to start using at least one folder for all the RSS news feeds so that they show up sorted again.</p>
<p>It is also important to note that feeds should not be dragged and dropped into folders anymore. The proper way of moving them to another folder is to use the Change Folder menu which appears in Manage Subscriptions and when clicking on the RSS News Feed itself in the main interface.</p>

	Tags: <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/google-reader/" title="google reader" rel="tag">google reader</a>, <a href="http://www.ghacks.net/tag/google-reader-sort/" title="google reader sort" rel="tag">google reader sort</a>, <a href="http://www.ghacks.net/tag/google-reader-tips/" title="google reader tips" rel="tag">google reader tips</a>, <a href="http://www.ghacks.net/tag/knowledge/" title="Knowledge" rel="tag">Knowledge</a>, <a href="http://www.ghacks.net/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://www.ghacks.net/tag/rss-news-feeds/" title="rss news feeds" rel="tag">rss news feeds</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/11/google-reader-automatically-translates-feeds/" title="Google Reader Automatically Translates Feeds (November 11, 2008)">Google Reader Automatically Translates Feeds</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/14/sort-subscriptions-alphabetically-in-google-reader/" title="Sort Subscriptions Alphabetically in Google Reader (August 14, 2008)">Sort Subscriptions Alphabetically in Google Reader</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/08/16/how-to-make-google-reader-a-bookmarking-and-sharing-powerhouse/" title="How to Make Google Reader a Bookmarking and Sharing Powerhouse (August 16, 2009)">How to Make Google Reader a Bookmarking and Sharing Powerhouse</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/09/24/google-reader-now-offering-option-to-sort-alphabetically/" title="Google Reader Now Offering Option To Sort Alphabetically (September 24, 2008)">Google Reader Now Offering Option To Sort Alphabetically</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/30/rss-reader-feeddemon-3-beta-1/" title="RSS Reader FeedDemon 3 Beta 1 (March 30, 2009)">RSS Reader FeedDemon 3 Beta 1</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/20/how-to-sort-feeds-in-google-reader-alphabetically-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Join multiple video files into one</title>
		<link>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/</link>
		<comments>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 10:36:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[join-avi]]></category>
		<category><![CDATA[join-movie]]></category>
		<category><![CDATA[join-mpg]]></category>
		<category><![CDATA[join-video]]></category>
		<category><![CDATA[merge-avi]]></category>
		<category><![CDATA[merge-movie]]></category>
		<category><![CDATA[merge-mpg]]></category>
		<category><![CDATA[merge-video]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtualdub]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/</guid>
		<description><![CDATA[Websites sometimes split movies into smaller parts to make it easier for users with low bandwidth access to the internet to download the movies without facing problems like timeouts. Once downloaded it is rather tiresome to view such a movie because you have to click on each part which naturally means a short pause between the last and the next movie.]]></description>
			<content:encoded><![CDATA[<p>Websites sometimes split movies into smaller parts to make it easier for users with low bandwidth access to the internet to download the movies without facing problems like timeouts. Once downloaded it is rather tiresome to view such a movie because you have to click on each part which naturally means a short pause between the last and the next movie.</p>
<p>The following method makes it possible to join multiple video files into one big file making it that much easier in the end to play and enjoy the downloaded movie. The method is different depending on the type of movie that you are playing. If the movie consists of multiple mpg movies you can use the windows command line to merge them.</p>
<p><span id="more-907"></span></p>
<p>Start the command line by pressing the windows key and R. Enter cmd in the prompt which will start the command line window. Enter the following line into the command line, make sure you enter the right filepath to the movie. I suggest you move the files to the top of a hard drive to ease the amount of typing that needs to be done.</p>
<p>copy /B &#8220;C:\movie1.mpg&#8221; + &#8220;C:\movie2.mpg&#8221; + &#8220;C:\movie3.mpg&#8221; &#8220;C:\completemovie.mpg&#8221;</p>
<p>This joins movie1.mpg, movie2.mpg and movie3.mpg into completemovie.mpg. You can add more movies to join more parts without problems.</p>
<p>You need an additional programs if the parts are avi files instead of mpg. Download the freeware <a target="_blank" title="virtualdubmod" href="http://virtualdubmod.sourceforge.net/">VirtualDubMod</a> and unpack it to your hard drive. Run the tool and select File, Open Video File and browse to the first part of the movie. Select no If a popup named VBR audio stream detected appears.</p>
<p>Click on File, append Segment and browse to the second part of the movie. Once this is done click on File, Save As and save the newly merged movie file to your hard drive.</p>

	Tags: <a href="http://www.ghacks.net/tag/join-avi/" title="join-avi" rel="tag">join-avi</a>, <a href="http://www.ghacks.net/tag/join-movie/" title="join-movie" rel="tag">join-movie</a>, <a href="http://www.ghacks.net/tag/join-mpg/" title="join-mpg" rel="tag">join-mpg</a>, <a href="http://www.ghacks.net/tag/join-video/" title="join-video" rel="tag">join-video</a>, <a href="http://www.ghacks.net/tag/knowledge/" title="Knowledge" rel="tag">Knowledge</a>, <a href="http://www.ghacks.net/tag/merge-avi/" title="merge-avi" rel="tag">merge-avi</a>, <a href="http://www.ghacks.net/tag/merge-movie/" title="merge-movie" rel="tag">merge-movie</a>, <a href="http://www.ghacks.net/tag/merge-mpg/" title="merge-mpg" rel="tag">merge-mpg</a>, <a href="http://www.ghacks.net/tag/merge-video/" title="merge-video" rel="tag">merge-video</a>, <a href="http://www.ghacks.net/tag/movie/" title="movie" rel="tag">movie</a>, <a href="http://www.ghacks.net/tag/tips/" title="tips" rel="tag">tips</a>, <a href="http://www.ghacks.net/tag/tricks/" title="tricks" rel="tag">tricks</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/virtualdub/" title="virtualdub" rel="tag">virtualdub</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/06/remove-ntfs-timestamps-to-speed-up-vista/" title="Remove Ntfs Timestamps to speed up Vista (January 6, 2007)">Remove Ntfs Timestamps to speed up Vista</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/11/09/faster-access-to-xp-control-panel-programs/" title="Faster Access to XP system tools (November 9, 2006)">Faster Access to XP system tools</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/02/13/windows-vista-codec-pack/" title="Windows Vista Codec (February 13, 2007)">Windows Vista Codec</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/04/30/jumpcut-online-video-editing-and-publishing/" title="Jumpcut online video editing and publishing (April 30, 2007)">Jumpcut online video editing and publishing</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
