<?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>HM2K.com &#187; Software</title>
	<atom:link href="http://www.hm2k.com/posts/category/sysadmin/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hm2k.com</link>
	<description>The research of an internet entrepreneur and IT consultant</description>
	<lastBuildDate>Wed, 30 Jun 2010 09:29:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scan to Excel</title>
		<link>http://www.hm2k.com/posts/scan-to-excel</link>
		<comments>http://www.hm2k.com/posts/scan-to-excel#comments</comments>
		<pubDate>Sat, 24 Oct 2009 12:11:04 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[accountancy]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[document scanner]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[tif]]></category>
		<category><![CDATA[tiff]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=546</guid>
		<description><![CDATA[This week I&#8217;ve mostly been trying to figure out a way to digitalise some of my bank statements to make accountancy and archiving easier.
I figured there must be a way to scan them in using a document scanner, then use OCR software to render the data into Excel.
Of course, nothing does this natively, but there [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/mounting-an-iso-image' rel='bookmark' title='Permanent Link: Mounting an ISO image'>Mounting an ISO image</a> <small>An ISO image usually refers to an archived copy of...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This week I&#8217;ve mostly been trying to figure out a way to digitalise some of my bank statements to make accountancy and archiving easier.</p>
<p>I figured there must be a way to scan them in using a document scanner, then use OCR software to render the data into Excel.</p>
<p>Of course, nothing does this natively, but there are ways to do it.</p>
<p><span id="more-546"></span></p>
<p>There are three parts to this process&#8230;</p>
<ol>
<li>Document scanning</li>
<li>Data format conversion</li>
<li>Optical character recognition (OCR)</li>
</ol>
<p>For the scanning part I used a Ricoh Aficio MP C4500, which not only acts as a Photocopier, but as a fax machine, network printer and network scanner.</p>
<p>The main part is it&#8217;s ability to scan with <a href="http://en.wikipedia.org/wiki/Image_scanner#Document_processing">document processing</a>. This means (once configured) that it would only take a few minutes to scan a few hundred pages, rather than a few hours using a conventional scanner.</p>
<p>This device has the ability to save scanned documents as PDF or TIF. I decided to use the more versatile TIF image format.</p>
<p>I figured it would be easier to convert a standard image format than the proprietary PDF format. I very quickly discovered that it wasn&#8217;t that simple.</p>
<p>To begin with I had heard good things about two leading OCR software packages&#8230;</p>
<ul>
<li>ABBYY FineReader 9.0</li>
<li>Able2Extract Pro 5.0</li>
</ul>
<p>I found that neither of these software packages would accept TIF files, so I converted each directory of TIF files into a single PDF file using the <a href="http://www.dreamsyssoft.com/tiff-to-pdf/">DreamSys Tiff to PDF Converter</a>, which was a very quick and effective command-line tool for doing the task.</p>
<p>I started trying out Able2Extract as I&#8217;d not used it before and I had read good things about it&#8217;s PDF to Excel conversion. The problem was it kept throwing up a &#8220;Fatal Internal Error #24&#8243; error which I was unable to work around.</p>
<p>I had used ABBYY in the past and it turned out to be very good OCR software for converting to Word at least, however trying to configure it to scan the areas I wanted into Excel seemed almost impossible and took forever.</p>
<p>I decided to go back to the drawing board&#8230;</p>
<p>I quickly realised that there were a few &#8220;web 2.0&#8243; software as a service tools out there that could assist me&#8230;</p>
<ul>
<li><a href="http://www.finereaderonline.com/">ABBYY FineReader Online</a> (10 pages a day for free)</li>
<li>NitroPDF <a href="http://www.pdftoexcelonline.com/">PDF to Excel</a> (free)</li>
</ul>
<p>There&#8217;s many universal &#8220;online document converters&#8221;, a few include&#8230;</p>
<ul>
<li><a href="http://www.zamzar.com/">Zamzar</a></li>
<li><a href="http://www.cometdocs.com/">cometdocs</a></li>
</ul>
<p>My issue with most of these is that they would recognise the PDF, but not the images inside the PDF and use OCR to render them. They are only designed to take the text found in a PDF file and extract that to Excel.</p>
<p>I also came across a few other software packages that will also convert from PDF files to Excel&#8230;</p>
<ul>
<li>deskUNPDF Professional by docudesk</li>
<li>PDF2XL Enterprise by cogniview</li>
<li>ExpressConversion Server by adlibsoftware</li>
<li>PDF To XLS by verypdf</li>
<li>Solid Converter PDF by soliddocuments</li>
<li>TotalPDFConverter by coolutils</li>
</ul>
<p>With all this available proprietary software for converting from PDF to Excel (XLS or CSV) its obvious that it&#8217;s a service definitely in demand.</p>
<p>So far I&#8217;m waiting on the following:</p>
<ul>
<li>Zamzar and others to email me their conversion of the PDF file I uploaded to them.</li>
<li>Able2Extract&#8217;s support team to get back to me with regards to the error.</li>
<li>For Cogniview PDF2XL Enterprise to download.</li>
</ul>
<p>Let&#8217;s see what gets the job done best, first, if any&#8230;</p>
<p>Zamzar is unable to convert from PDF to XLS, directly or indirectly. While finereaderonline will only accept images, not PDF files, which is OK, but may take some time, especially at only 10 pages per day.</p>
<p>Able2Extract were unable to help me with the error unless I sent them the PDF, which I can&#8217;t do due to it&#8217;s content.</p>
<p>I sent DreamSys an email asking them to send these guys a sample output PDF instead, but I&#8217;ve heard nothing back as of yet.</p>
<p>Able2Extract recommended I use their Sonic PDF Creator product to convert the original scanned TIFF files to a PDF which they claim their Able2Extract product will be able to read.</p>
<p>I had a play with Sonic PDF Creator and appeared to be unable to import a directory of TIF files, just each TIF file individually. This seemed like a painstaking process.</p>
<p>I needed to merge the TIF files together into 1 file to make it easier. PTGui Pro is able to stitch TIF files together, however it gave me an error saying:</p>
<p>Error loading TIFF file: Unsupported number of bits per sample (only 8, 16 or 32 are supported) or unsupported sample format. Useless.</p>
<p>Back to square one.</p>
<p>I decided to try my luck with PDF2XL, which after a little teething problem getting a working copy to begin with seemed to be quite a neat package.</p>
<p>PDF2XL was able to detect that the PDF I had given it (the one I created using Tiff 2 PDF) was a scanned document and began performing OCR on the file.</p>
<p>The results were almost prefect, VERY impressive. It seems that PDF2XL is able to do what nothing else could, not even Able2Extract. Don&#8217;t waste your time with anything else. It seems that <a href="http://www.cogniview.com/pdf2xl.php">PDF2XL</a> is all you need.</p>
<p>The only thing I will say is I had to tweak the OCR settings a little bit to get it to render the page correctly.</p>
<p>Just when I thought everything was going great, I discovered another issue I had completely overlooked. The output was not in the correct order. I took a look at the original PDF and soon discovered that the images in the PDF were not in the correct order either.</p>
<p>First off, I decided that I should rename all the images based on the sheet number, that way I could be sure that they were correctly ordered. I created a batch file to preview and rename the images, called &#8220;<a href="http://hm2k.googlecode.com/svn/trunk/code/batch/imgrename.bat">imgrename.bat</a>&#8220;. I was also able to use this to rename an entire directory at a time.</p>
<p>I tried rebuilding the PDF using <em>DreamSys Tiff to PDF Converter</em> which I had used to create the PDF file in the first place, only to find that it was still out of order and I couldn&#8217;t influence the sorting. I had to find something else to do the job&#8230;</p>
<p>Enter <a href="http://www.remotesensing.org/libtiff/">libtiff</a> and it&#8217;s windows counterpart <a href="http://gnuwin32.sourceforge.net/packages/tiff.htm">Tiff for Windows by GnuWin32</a>. Once I had a copy of this I was able to write another batch file that would not only combine the TIFF files (with pages) into a single TIFF file (using tiffcp.exe) but I was able to convert that into a PDF using (tiff2pdf.exe). I called this script &#8220;<a href="http://hm2k.googlecode.com/svn/trunk/code/batch/tiff2pdf.bat">tiff2pdf.bat</a>&#8220;.</p>
<p>Bingo!</p>
<p>All was successful&#8230;</p>
<p>The next task is to firstly, cleanup anything bad in the CSV file left by OCR (cleancsv.bat) then to &#8220;normalise&#8221; the data&#8230;</p>
<p>But that&#8217;s another story for another time. We&#8217;ve done what we set out to do which was to scan to excel and all is well on that front.</p>
<p>Hope you find this useful. Enjoy!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 880px; width: 1px; height: 1px;"><a class="NoDecorationRed" href="http://www.cogniview.com/pdf2xl-enterprise.php">PDF2XL Enterprise</a></div>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/mounting-an-iso-image' rel='bookmark' title='Permanent Link: Mounting an ISO image'>Mounting an ISO image</a> <small>An ISO image usually refers to an archived copy of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/scan-to-excel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pingotron</title>
		<link>http://www.hm2k.com/posts/pingotron</link>
		<comments>http://www.hm2k.com/posts/pingotron#comments</comments>
		<pubDate>Thu, 01 Oct 2009 11:23:44 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[pingotron]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=276</guid>
		<description><![CDATA[I&#8217;ve been meaning to publish a post about Pingotron for some time now, but now I fear it&#8217;s already too late.
Quite a few months back I was looking for an application that could sit on my desktop and tell me instantly if any of my servers had stopped responding by ping.
There&#8217;s probably hundreds of ways [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/icon-software' rel='bookmark' title='Permanent Link: Icon Software'>Icon Software</a> <small>Over the past few weeks I&#8217;ve been assisting the creation...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/firefox-always-on-top' rel='bookmark' title='Permanent Link: Firefox &#8220;Always On Top&#8221; on Windows XP'>Firefox &#8220;Always On Top&#8221; on Windows XP</a> <small>When watching long streaming online videos I often watch them...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;ve been meaning to publish a post about Pingotron for some time now, but now I fear it&#8217;s already too late.</em></p>
<p>Quite a few months back I was looking for an application that could sit on my desktop and tell me instantly if any of my servers had stopped responding by <a href="http://en.wikipedia.org/wiki/Ping">ping</a>.</p>
<p><span id="more-276"></span>There&#8217;s probably hundreds of ways of monitoring services, including paid for web services such as <a href="http://www.pingdom.com/">Pingdom</a>, and open source software that runs on your web server such as <a href="http://www.nagios.org/">Nagios</a>. None of them really hit the spot for the services I wanted to monitor, or they were expensive.</p>
<p>A quick and easy way to monitor services that was fairly non-intrusive was what I wanted. Enough detail to tell you that a server was unreachable by ping and when it happened.</p>
<p><a href="http://express-press-release.net/46/PR%20-%20Quick%20Troubleshooting%20or%20How%20to%20Be%20Always%20On%20the%20Watch.php">Pingotron</a> seemed ideal&#8230;</p>
<blockquote><p><em>Pingotron</em> is a computer program for controlling and monitoring network devices, such as computers, network printers, routers and other devices, on TCP/IP networks. The program has two versions: Pingotron (basic) and Pingotron PRO.</p>
<p>A list of desired hosts that you wish to control are entered into the program.</p>
<p>The program sends ICMP “echo request” packets to each host and listens for ICMP “echo response” replies. Various properties (ping interval, size of packet, time-out request) can be configured for each host. The program can notify an administrator when a problem arises with any host with an alert sound, e-mail, blinking tray notification and/or network notification. The PRO version has an alarm history log feature, alarm statistics, and ping history and ping statistics for all hosts, in addition, it has a multi-user mode.</p></blockquote>
<p>I started to use it, however, straight away I came across an odd issue which seemed to only affect the <a href="http://en.wikipedia.org/wiki/Netgear_DG834G">DG834 series routers</a>.</p>
<p>The software reported the ping response from these routers as an &#8220;unknown response&#8221;, while in windows regular ping, they responded just fine.</p>
<p>It was clear that the software seemed to think that the response was malformed, perhaps it wass, however regular windows ping does not.</p>
<p>I emailed the details over to the author via the support email address. I got a response the same day.</p>
<p><em>Anatoly Dobrinin</em> fixed the bug, provided me with the latest PRO version download and a valid serial number to register it as a full version.</p>
<p>What a great author! I was impressed. Sure I would never have paid for this software, as there were clearly free solutions, so this was great!</p>
<p>This was last year in 2008. This year, I find that if you visit Pingotron.com you find yourself at some kind of ad filled domain parking page. Fortunately you can still find an <a href="http://web.archive.org/web/20080720072228/http://www.pingotron.com/">archived copy of Pingotron.com</a> in the web archive.</p>
<p><strong>Update:</strong> As Pingotron appears to be no more I have decided to share my resources&#8230;</p>
<blockquote><p>Hello,</p>
<p>Thank you for your message.</p>
<p>This bug has been fixed today.</p>
<p>Please download and install the program again.</p>
<p>You can download the program here:</p>
<p><a href="http://www.pingotron.com/setup_pro.zip">http://www.pingotron.com/setup_pro.zip</a></p>
<p>You can use this registration code to register  the pro version:</p>
<p>EET4-3EZS-VTK0-M0U7</p>
<p>Best regards,<br />
Anatoly Dobrinin</p></blockquote>
<p><em>Note: If Anatoly would like me to remove this, feel free to contact me.</em></p>
<p><em>A copy of <a href="http://www.megaupload.com/?d=FMZ5OM5I">setup_pro.zip</a> can be found on megaupload.<br />
</em></p>
<p><strong>Further Update: </strong>I had another issue that I tried to report, but since pingotron.com is unreachable, nothing can be done about it.</p>
<p>It wasn&#8217;t a major issue. The issue was that sometimes when explorer crashes, the Pingotron icon does not reappear in the system tray.</p>
<p>There was no way to recover the icon or window, without killing the &#8220;Pingotron.exe&#8221; and restarting it. Running &#8220;Pingotron.exe&#8221; again would only give you the error &#8220;The program is already running!&#8221;.</p>
<p>I solved this by writing a script using AutoIT which would Check if the Pingotron window exists, restore it, otherwise run &#8220;Pingotron.exe&#8221;. I called it <a href="http://hm2k.googlecode.com/svn/trunk/code/autoit/Start_Pingotron.au3">Start Pingotron</a>.</p>
<p>Anyway, since Pingotron is clearly no longer in active development, I am wondering is there&#8217;s anything else to use instead. Any ideas? Let me know.</p>
<p>Perhaps I&#8217;ll just end up writing my own service instead&#8230;</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 884px; width: 1px; height: 1px;">I noticed that sometimes when explorer crashes, the pingotron icon does not reappear in the system tray.</div>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/icon-software' rel='bookmark' title='Permanent Link: Icon Software'>Icon Software</a> <small>Over the past few weeks I&#8217;ve been assisting the creation...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/firefox-always-on-top' rel='bookmark' title='Permanent Link: Firefox &#8220;Always On Top&#8221; on Windows XP'>Firefox &#8220;Always On Top&#8221; on Windows XP</a> <small>When watching long streaming online videos I often watch them...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/pingotron/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding fonts into photoshop without adding them to windows</title>
		<link>http://www.hm2k.com/posts/adding-fonts-into-photoshop-without-adding-them-to-windows</link>
		<comments>http://www.hm2k.com/posts/adding-fonts-into-photoshop-without-adding-them-to-windows#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:15:54 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=470</guid>
		<description><![CDATA[If you use Photoshop for any kind of graphic or web design, you&#8217;ll understand the importance of having an array of fonts to choose from.
However, you may soon find yourself with a font overload. The problem is that once you get over about 1000 fonts in your Windows directory (usually &#8220;C:\Windows\Fonts\&#8221;) you&#8217;ll find that windows [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/missing-accessories-shortcuts-from-start-menu-on-windows-xp' rel='bookmark' title='Permanent Link: Missing accessories shortcuts from start menu on Windows XP'>Missing accessories shortcuts from start menu on Windows XP</a> <small>I&#8217;m currently using a computer that has the &#8220;Remote Desktop...</small></li>
<li><a href='http://www.hm2k.com/posts/correct-documents-and-settings-folder-on-windows-2000' rel='bookmark' title='Permanent Link: Correct Documents and Settings folder on Windows 2000'>Correct Documents and Settings folder on Windows 2000</a> <small>Today I get a frantic call from a client who&#8217;s...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-disable-windows-messenger' rel='bookmark' title='Permanent Link: How to Disable Windows Messenger'>How to Disable Windows Messenger</a> <small>Why would you want to disable Windows Messenger? Well you...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you use Photoshop for any kind of graphic or web design, you&#8217;ll understand the importance of having an array of fonts to choose from.</p>
<p>However, you may soon find yourself with a font overload. The problem is that once you get over about 1000 fonts in your Windows directory (usually &#8220;C:\Windows\Fonts\&#8221;) you&#8217;ll find that windows becomes very slow, particularly at startup.</p>
<p>To get around this, you don&#8217;t add the fonts to Windows, instead you add them into Photoshop, which is able to handle many more fonts than simply loading them into Windows.</p>
<p><span id="more-470"></span></p>
<p>The trick is to put them into the Adobe common fonts folder under program files (usually &#8220;C:\Program Files\Common Files\Adobe\Fonts\&#8221;).</p>
<p>You can get to this directory by going to Start &gt; Run and issuing the following:</p>
<blockquote><p>%ProgramFiles%\Common Files\Adobe\Fonts</p></blockquote>
<p>This should bring you to a directory called &#8220;fonts&#8221;, place your fonts in here and they will be loaded when Photoshop loads.</p>
<p>The more fonts you put in here, the longer Adobe Photoshop will take to load, however, Windows will perform a lot better overall this way.</p>
<p>If you&#8217;re downloading fonts from <a href="http://www.dafont.com/">dafont.com</a> like me, you&#8217;ll find that you&#8217;ll need to extract them from the zip file before you place them into this directory, although to most people that should be obvious.</p>
<p>You don&#8217;t have to reload Photoshop for the new font to start working, it should appear in the drop down menu straight away.</p>
<p>I had to do this the other day for the first time in ages on a new machine I had setup Adobe Photoshop CS3 on. I realised that I had forgotten the details! Once I had reminded myself I figured I would write it up here for future reference.</p>
<p>This should work on any version of Photoshop above 5.5, including Photoshop 6, 7, CS, CS2, CS3 and CS4.</p>
<p>Hope this helps!</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/missing-accessories-shortcuts-from-start-menu-on-windows-xp' rel='bookmark' title='Permanent Link: Missing accessories shortcuts from start menu on Windows XP'>Missing accessories shortcuts from start menu on Windows XP</a> <small>I&#8217;m currently using a computer that has the &#8220;Remote Desktop...</small></li>
<li><a href='http://www.hm2k.com/posts/correct-documents-and-settings-folder-on-windows-2000' rel='bookmark' title='Permanent Link: Correct Documents and Settings folder on Windows 2000'>Correct Documents and Settings folder on Windows 2000</a> <small>Today I get a frantic call from a client who&#8217;s...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-disable-windows-messenger' rel='bookmark' title='Permanent Link: How to Disable Windows Messenger'>How to Disable Windows Messenger</a> <small>Why would you want to disable Windows Messenger? Well you...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/adding-fonts-into-photoshop-without-adding-them-to-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD Collection Software</title>
		<link>http://www.hm2k.com/posts/dvd-collection-software</link>
		<comments>http://www.hm2k.com/posts/dvd-collection-software#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:45:12 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=452</guid>
		<description><![CDATA[I wanted to find some software to help organise my DVD collection.
At first I thought there was only a few, but I soon discovered that there are quite a few&#8230;

Commercial

Delicious Library (Mac OS X Only)
DVD Profiler
MediaMan
DVDpedia (Mac OS X Only)
Movie Collector
AllMyMovies
EasyMovieOrganizer
GoToMyCollection
Disk Catalog
ReaderWare

Free

GCstar
Libra
 XMM
CD Collect
Movie Catalog
CruchyMedia
Coolector
Movienizer
PVD/VideoDB
VCDdb
Griffith
Camel Disc Catalog
EMDB

Web

DVD Crate
DVD Corral
DVD Spot
Movie Collector Plus
What Yah

Firstly I intend [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/icon-software' rel='bookmark' title='Permanent Link: Icon Software'>Icon Software</a> <small>Over the past few weeks I&#8217;ve been assisting the creation...</small></li>
<li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/hp-software-update' rel='bookmark' title='Permanent Link: HP Software Update'>HP Software Update</a> <small>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wanted to find some software to help organise my DVD collection.</p>
<p>At first I thought there was only a few, but I soon discovered that there are quite a few&#8230;</p>
<p><span id="more-452"></span></p>
<p><strong>Commercial</strong></p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Delicious_Library">Delicious Library</a> (Mac OS X Only)</li>
<li><a href="http://en.wikipedia.org/wiki/DVD_Profiler">DVD Profiler</a></li>
<li><a href="http://en.wikipedia.org/wiki/MediaMan">MediaMan</a></li>
<li><a href="http://en.wikipedia.org/wiki/DVDpedia">DVDpedia</a> (Mac OS X Only)</li>
<li><a href="http://www.collectorz.com/movie/">Movie Collector</a></li>
<li><a href="http://www.bolidesoft.com/allmymovies.html">AllMyMovies</a></li>
<li><a href="http://www.easymovieorganizer.com/">EasyMovieOrganizer</a></li>
<li><a href="http://www.gotomycollection.com/">GoToMyCollection</a></li>
<li><a href="http://www.disk-catalog.com/">Disk Catalog</a></li>
<li><a href="http://www.readerware.com/">ReaderWare</a></li>
</ul>
<p><strong>Free</strong></p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/GCstar">GCstar</a></li>
<li><a href="http://en.wikipedia.org/wiki/Libra_(software)">Libra</a></li>
<li><a href="http://xmm.sourceforge.net/"> XMM</a></li>
<li><a href="http://cdcollect.sourceforge.net/">CD Collect</a></li>
<li><a href="http://www.antp.be/software/moviecatalog/">Movie Catalog</a></li>
<li><a href="http://www.crunchymedia.com/">CruchyMedia</a></li>
<li><a href="http://www.coollector.com/">Coolector</a></li>
<li><a href="http://www.movienizer.com/">Movienizer</a></li>
<li><a href="http://www.videodb.info/forum_en/index.php">PVD/VideoDB</a></li>
<li><a href="http://vcddb.konni.com/">VCDdb</a></li>
<li><a href="http://griffith.cc/">Griffith</a></li>
<li><a href="http://www.cameldisc.com/">Camel Disc Catalog</a></li>
<li><a href="http://www.emdb.tk/">EMDB</a></li>
</ul>
<p><strong>Web</strong></p>
<ul>
<li><a href="http://www.dvdcrate.com/">DVD Crate</a></li>
<li><a href="http://www.dvdcorral.com/">DVD Corral</a></li>
<li><a href="http://www.dvdspot.com/">DVD Spot</a></li>
<li><a href="http://www.moviecollectorplus.com/">Movie Collector Plus</a></li>
<li><a href="http://www.whatyah.com/">What Yah</a></li>
</ul>
<p>Firstly I intend to find one I like and use it to organise my DVD collection. My favourite so far is DVD Profiler, however once you get to 50 DVDs, you must pay to add more. I easily have over 100.</p>
<p>I didn&#8217;t really like many of the free or open source ones and some didn&#8217;t seem to even work correctly, however, I have no intention of paying for something that really should be free.</p>
<p>As you can probably see, there are a few entries in Wikipedia, so eventually I may palatially port this list to Wikipedia.</p>
<p>Let me know if you find this useful and let me know how you get on with the software.</p>
<p>Thanks.</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/icon-software' rel='bookmark' title='Permanent Link: Icon Software'>Icon Software</a> <small>Over the past few weeks I&#8217;ve been assisting the creation...</small></li>
<li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/hp-software-update' rel='bookmark' title='Permanent Link: HP Software Update'>HP Software Update</a> <small>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/dvd-collection-software/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Icon Software</title>
		<link>http://www.hm2k.com/posts/icon-software</link>
		<comments>http://www.hm2k.com/posts/icon-software#comments</comments>
		<pubDate>Sat, 01 Aug 2009 11:38:41 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=431</guid>
		<description><![CDATA[Over the past few weeks I&#8217;ve been assisting the creation of articles regarding icon software on Wikipedia.
It started when I helped improve an article on &#8220;Icon Editors&#8220;, but because it lacked notability on its own, it was merged with the parent &#8220;Computer icon&#8221; article.
The list of &#8220;Icon Editor Software&#8221; then became a &#8220;List of icon [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/dvd-collection-software' rel='bookmark' title='Permanent Link: DVD Collection Software'>DVD Collection Software</a> <small>I wanted to find some software to help organise my...</small></li>
<li><a href='http://www.hm2k.com/posts/free-icons' rel='bookmark' title='Permanent Link: Free icon sets for your website'>Free icon sets for your website</a> <small>If you don&#8217;t have the time to make your own...</small></li>
<li><a href='http://www.hm2k.com/posts/hp-software-update' rel='bookmark' title='Permanent Link: HP Software Update'>HP Software Update</a> <small>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks I&#8217;ve been <a href="http://en.wikipedia.org/wiki/Special:Contributions/Hm2k">assisting the creation</a> of articles regarding icon software on Wikipedia.</p>
<p>It started when I helped improve an article on &#8220;<a href="http://en.wikipedia.org/w/index.php?title=Icon_editor&amp;oldid=298521785">Icon Editors</a>&#8220;, but because it lacked notability on its own, it was merged with the parent &#8220;<a href="http://en.wikipedia.org/wiki/Computer_icon">Computer icon</a>&#8221; article.<span id="more-431"></span></p>
<p>The list of &#8220;Icon Editor Software&#8221; then became a &#8220;<a href="http://en.wikipedia.org/wiki/List_of_icon_software">List of icon software</a>&#8220;.</p>
<p>So far, the list contains: <a href="http://en.wikipedia.org/wiki/@icon_sushi">@icon sushi</a>, <a href="http://en.wikipedia.org/wiki/Axialis_IconWorkshop">Axialis IconWorkshop</a>,<a href="http://en.wikipedia.org/wiki/Greenfish_Icon_Editor_Pro"> Greenfish Icon Editor Pro</a>, <a href="http://en.wikipedia.org/wiki/IcoFX">IcoFX</a>, <a href="http://en.wikipedia.org/wiki/IconBuilder">IconBuilder</a>, <a href="http://en.wikipedia.org/wiki/IconEdit2">IconEdit2</a>, <a href="http://en.wikipedia.org/wiki/Microangelo_Toolset">Microangelo Toolset</a> and <a href="http://en.wikipedia.org/wiki/RealWorld_Icon_Editor">RealWorld Icon Editor</a>.</p>
<p>My favorite icon software for Windows is <em>Microangelo Toolset</em>, but since this is expensive, I&#8217;d probably likely use a freeware alternative such as <em>IcoFX</em>, since there&#8217;s no decent open source <a href="http://alternativeto.net/desktop/microangelo-toolset/">alternative yet</a>. However, I have yet to try out @icon sushi and many of the others.</p>
<p>I am looking to expand the list, so if you know anything about icon software and can provide notability (such as a professional written review or tutorial) for it, that would be very useful.</p>
<p>The best reference for icon software I could find was an article called &#8220;<a href="http://www.officialwindowsmagazine.com/4352741769176146053/create-your-own-icons.html">Create your own icons</a>&#8221; written by Karl Hodge (who often writes for one of my favorite magazines &#8211; <a href="http://en.wikipedia.org/wiki/.net_%28magazine%29">.net magazine</a>).</p>
<p>Although contributing to Wikipedia is satisfying, I can&#8217;t help but think that I&#8217;ve wasted far too much time on this, and I wouldn&#8217;t like to think my efforts are totally futile so perhaps one day an online magazine such as <a href="http://www.smashingmagazine.com/">SmashingMagazine</a> will use it as a base to review of all the popular icon software out there or perhaps even credit me for the content suggestion and it will have all been worth while.</p>
<p>Your feedback is welcomed.</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/dvd-collection-software' rel='bookmark' title='Permanent Link: DVD Collection Software'>DVD Collection Software</a> <small>I wanted to find some software to help organise my...</small></li>
<li><a href='http://www.hm2k.com/posts/free-icons' rel='bookmark' title='Permanent Link: Free icon sets for your website'>Free icon sets for your website</a> <small>If you don&#8217;t have the time to make your own...</small></li>
<li><a href='http://www.hm2k.com/posts/hp-software-update' rel='bookmark' title='Permanent Link: HP Software Update'>HP Software Update</a> <small>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/icon-software/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up a FreeBSD socks proxy server for use with mIRC</title>
		<link>http://www.hm2k.com/posts/freebsd-socks-proxy-for-mirc</link>
		<comments>http://www.hm2k.com/posts/freebsd-socks-proxy-for-mirc#comments</comments>
		<pubDate>Thu, 18 Sep 2008 03:51:48 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=220</guid>
		<description><![CDATA[I&#8217;m getting fed up with my current IRC BNC software. At the moment I&#8217;m using psyBNC, which means I have to connect to it like you would an IRC server, then issue commands to that to tell it to connect to the IRC server of your choice.
I no longer need the features of psyBNC and [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/configuring-a-freebsd-irc-shell-server' rel='bookmark' title='Permanent Link: Configuring a FreeBSD IRC Shell Server'>Configuring a FreeBSD IRC Shell Server</a> <small>This is a brief guide created to help configure a...</small></li>
<li><a href='http://www.hm2k.com/posts/freebsd-62-usrports-no-such-file-or-directory' rel='bookmark' title='Permanent Link: FreeBSD 6.2 &#8220;/usr/ports: No such file or directory&#8221;'>FreeBSD 6.2 &#8220;/usr/ports: No such file or directory&#8221;</a> <small>I recently setup a new FreeBSD 6.2 server, only to...</small></li>
<li><a href='http://www.hm2k.com/posts/why-i-registered-mirc' rel='bookmark' title='Permanent Link: Why I registered mIRC'>Why I registered mIRC</a> <small> For those that don&#8217;t know&#8230; mIRC is communication software,...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting fed up with my current IRC BNC software. At the moment I&#8217;m using psyBNC, which means I have to connect to it like you would an IRC server, then issue commands to that to tell it to connect to the IRC server of your choice.</p>
<p>I no longer need the features of psyBNC and decided that there must be a better way.</p>
<p>At first I started looking at other, more basic BNC software, but then worked out that they work in very much the same way as psyBNC in the fact that you have to first connect to it, then tell it where to connect to.</p>
<p>So I thought&#8230; What about a socks5 proxy?</p>
<p><span id="more-220"></span></p>
<p>My BNC currently runs on my FreeBSD server, which I use for my IRC activity as it has plenty of IPs and lots of Vhosts.</p>
<p>mIRC can connect to an IRC Server through a Socks4, Socks5, or Proxy firewall.</p>
<p>In mIRC the fields the Firewall/Proxy dialogue box are as follows: Firewall Support &lt;None|Server|DCC|Both&gt;; Protocol &lt;Socks4|Socks5|Proxy&gt;; Hostname; User ID; Password; Port.</p>
<p>Judging by this, what I need is some kind of Socks daemon/server that has the ability to allow for a username or user id and a password.</p>
<p>I had a look at using OpenSSH&#8217;s Socks compatible dynamic forwarding by doing the following:</p>
<blockquote><p>ssh -D&lt;port&gt; user@hostname</p></blockquote>
<p>However, I discovered that the hostname was required, and I could not connect to any host on demand as expected.</p>
<p>So I decided to look at <a href="http://www.freshports.org/search.php?stype=shortdescription&amp;method=match&amp;query=socks">FreshPorts for Socks</a> software, there are a few options&#8230;</p>
<ul>
<li>3proxy &#8211; russian software, not a fan of this, it lacks documentation and support</li>
<li>csocks &#8211; i386 only, no good on x64 machines</li>
<li>nylon &#8211; seems pretty neat, tested it out, it has no options for username/password auth</li>
<li>p5-Socks &#8211; a perl module, not a daemon</li>
<li>proxy-connect &#8211; lacks proper maintenance</li>
<li>prtunnel &#8211; poor documentation, doesn&#8217;t appear to do the task I want</li>
<li>socks5 &#8211; &#8220;NEC has a funky license for this software&#8221;</li>
<li>ss5 &#8211; bingo!</li>
<li>tsocks &#8211; &#8220;Allow non SOCKS aware applications to use SOCKS without modification&#8221; &#8212; not what I want.</li>
</ul>
<p><a href="http://ss5.sourceforge.net/">ss5</a> appears to be what I am looking for&#8230;</p>
<blockquote><p><code class="code">cd /usr/ports/net/ss5/ &amp;&amp; make install clean</code></p></blockquote>
<p>Based on the <a href="http://linux.die.net/man/1/ss5">ss5 manual page</a> I decided to create a ss5.conf file, which looked like this:</p>
<blockquote><p>set SS5_SOCKS_USER hm2k<br />
set SS5_SOCKS_PORT 33333<br />
set SS5_SOCKS_ADDR rofl.name<br />
set SS5_PASSWORD_FILE ~/ss5/ss5.passwd<br />
set SS5_CONFIG_FILE ~/ss5/ss5.conf<br />
set SS5_LOG_FILE ~/ss5/ss5.log<br />
auth 0.0.0.0/0 &#8211; u<br />
permit u 0.0.0.0/0 &#8211; 0.0.0.0/0 &#8211; - &#8211; - -</p></blockquote>
<p>Once I&#8217;d done this, I tried to run it. I found that I wasn&#8217;t able to specify a config file meaning I probably wasn&#8217;t able to run this under anything other than root.</p>
<p>One thing I didn&#8217;t understand is that the <a href="http://ss5.sourceforge.net/configuration.htm">ss5 configuration documentation</a> say one of the variables (which the manual says to put into the config file) allows you to specify a config file. Which does not make sense!</p>
<p>So I decided to take a different approach, and coded my own SOCKS5 Server Script in perl&#8230;</p>
<p>I call it <a href="http://sourceforge.net/projects/ssspl">Simple Socks Server for Perl (sss.pl)</a>.</p>
<p>I hope someone else finds my script useful, and with any luck user feedback will drive me to develop it further.</p>
<p>Enjoy!</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/configuring-a-freebsd-irc-shell-server' rel='bookmark' title='Permanent Link: Configuring a FreeBSD IRC Shell Server'>Configuring a FreeBSD IRC Shell Server</a> <small>This is a brief guide created to help configure a...</small></li>
<li><a href='http://www.hm2k.com/posts/freebsd-62-usrports-no-such-file-or-directory' rel='bookmark' title='Permanent Link: FreeBSD 6.2 &#8220;/usr/ports: No such file or directory&#8221;'>FreeBSD 6.2 &#8220;/usr/ports: No such file or directory&#8221;</a> <small>I recently setup a new FreeBSD 6.2 server, only to...</small></li>
<li><a href='http://www.hm2k.com/posts/why-i-registered-mirc' rel='bookmark' title='Permanent Link: Why I registered mIRC'>Why I registered mIRC</a> <small> For those that don&#8217;t know&#8230; mIRC is communication software,...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/freebsd-socks-proxy-for-mirc/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to extract photos from an exe</title>
		<link>http://www.hm2k.com/posts/how-to-extract-photos-from-an-exe</link>
		<comments>http://www.hm2k.com/posts/how-to-extract-photos-from-an-exe#comments</comments>
		<pubDate>Mon, 15 Sep 2008 15:53:25 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=229</guid>
		<description><![CDATA[I wasn&#8217;t going to write about this, but I liked the solution (application) so much I had to shout about it.
I was provided with a 30 day cd preview slideshow of wedding photos, and was asked very kindly to attempt to extract the photos from it so they could be viewed beyond the trial period.

I [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-a-hacker' rel='bookmark' title='Permanent Link: What is a hacker?'>What is a hacker?</a> <small>Not so long ago I was asked to answer some...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t going to write about this, but I liked the solution (application) so much I had to shout about it.</p>
<p>I was provided with a 30 day cd preview slideshow of wedding photos, and was asked very kindly to attempt to extract the photos from it so they could be viewed beyond the trial period.</p>
<p><span id="more-229"></span></p>
<p>I agreed to the challenge, and that was that&#8230;</p>
<p>At first I decided to take a look at the application, and soon discovered (using <a href="http://programmerstools.org/node/226">PEID</a>) that it was ASpacked, and so I used <a href="http://myweb.tiscali.co.uk/reverseengineering/html/aspackdie.html">aspackdie</a> to unpack it.</p>
<p>However, this is where I got stuck. I tried loads of different (windows) <a href="http://en.wikipedia.org/wiki/Resource_(Windows)">resource software</a> and none of them were able to extract the photos.</p>
<p>I went onto <a href="http://programmerstools.org/">programmerstools.org</a> to try and see if there were any more tools, and just before I was about to give up I noticed an application entitled &#8220;<a href="http://programmerstools.org/node/654">MultiExtractor</a>&#8221; sitting in their &#8220;Highest rated&#8221; list on the front page. I now see why.</p>
<p><a href="http://www.multiextractor.com/">MultiExtractor</a> is a brilliant application.</p>
<p>I successfully managed to extract 878 photos from the packed exe on the CD.</p>
<p>The exe was packed using ASpack, nothing else seemed able to extract the files, even when I used aspackdie first.</p>
<p>It&#8217;s simple and easy to use. It&#8217;s not some cheap &#8216;hacker&#8217; tool, or a complex hardcore programmer tool, it just works!</p>
<p>The maximum price for this application is $100 (~£55), if I have the pleasure of using this application again, I am very likely to pay for the privilege.</p>
<p>Great work Maciej Drobinski, keep it up!</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-a-hacker' rel='bookmark' title='Permanent Link: What is a hacker?'>What is a hacker?</a> <small>Not so long ago I was asked to answer some...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/how-to-extract-photos-from-an-exe/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox &#8220;Always On Top&#8221; on Windows XP</title>
		<link>http://www.hm2k.com/posts/firefox-always-on-top</link>
		<comments>http://www.hm2k.com/posts/firefox-always-on-top#comments</comments>
		<pubDate>Mon, 26 May 2008 22:05:24 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=204</guid>
		<description><![CDATA[When watching long streaming online videos I often watch them while I do other things, perhaps even browse other websites. I need something to keep firefox on top!
The problem is the moment that I use another application the focus is taken away from the Firefox window and it goes into the background. This is no [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-addremove-words-in-the-firefox-custom-spell-check-dictionary' rel='bookmark' title='Permanent Link: How to add/remove words in the firefox custom spell check dictionary'>How to add/remove words in the firefox custom spell check dictionary</a> <small>I added a word to my Mozilla Firefox spell check...</small></li>
<li><a href='http://www.hm2k.com/posts/i-forgot-my-windows-logon-password' rel='bookmark' title='Permanent Link: I forgot my Windows logon password!'>I forgot my Windows logon password!</a> <small>What should I do? Reinstall? NO! So how do you...</small></li>
<li><a href='http://www.hm2k.com/posts/compression-utilities' rel='bookmark' title='Permanent Link: Compression Utilities'>Compression Utilities</a> <small>For years now, for whatever reason I have used WinZip....</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When watching long streaming online videos I often watch them while I do other things, perhaps even browse other websites. I need something to keep firefox on top!</p>
<p>The problem is the moment that I use another application the focus is taken away from the Firefox window and it goes into the background. This is no good as I can no longer see the video.</p>
<p>I decided to investigate a solution that could keep the Mozilla Firefox window &#8220;Always on Top&#8221;&#8230;</p>
<p><span id="more-204"></span></p>
<p>Like most people my first port of call was the Mozilla Firefox community, I made a post called &#8220;<a href="http://forums.mozillazine.org/viewtopic.php?p=2810517">Always on top</a>&#8220;, which asked if there was javascript or a plugin somewhere that can force the window to always be on top.</p>
<p>I quickly discovered that there wasn&#8217;t going to be any kind of easy way to achieve this using Firefox alone.</p>
<p>What I needed was a third party application, ideally something freeware, or even better open source.</p>
<p>Here&#8217;s a short list of what I found:</p>
<ul>
<li><a href="http://www.actualtools.com/windowmanager/">Actual Window Manager</a> &#8211; $49.95
<ul>
<li>Seems rather expensive for something that should be free.</li>
</ul>
</li>
<li><a href="http://www.delayedreaction.com/freestuff/index.html">Keep On Top</a> &#8211; Freeware
<ul>
<li>Very basic, doesn&#8217;t really offer anything special</li>
</ul>
</li>
<li><a href="http://www.abstractpath.com/powermenu/">AbstractPath PowerMenu</a> &#8211; Freeware
<ul>
<li>Gives you context menus that offer: Always On Top, Transparency and Minimize To Tray.</li>
</ul>
</li>
<li><a href="http://rbtray.sourceforge.net/">RBTray</a> &#8211; Open Source
<ul>
<li>Offers the context menus: My Size, Always On Top, and Minimize To Tray</li>
</ul>
</li>
<li><a href="http://www.codeproject.com/KB/DLL/WinPin.aspx">WinPin</a> &#8211; Open Source
<ul>
<li>Gives you a little pin to the left of your &#8220;Minimise&#8221; button that will &#8220;pin&#8221; the window on top.</li>
</ul>
</li>
</ul>
<p>All in all, I&#8217;d say WinPin does the job just fine, if you also want to Minimise to Tray too, try RBTray.</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-addremove-words-in-the-firefox-custom-spell-check-dictionary' rel='bookmark' title='Permanent Link: How to add/remove words in the firefox custom spell check dictionary'>How to add/remove words in the firefox custom spell check dictionary</a> <small>I added a word to my Mozilla Firefox spell check...</small></li>
<li><a href='http://www.hm2k.com/posts/i-forgot-my-windows-logon-password' rel='bookmark' title='Permanent Link: I forgot my Windows logon password!'>I forgot my Windows logon password!</a> <small>What should I do? Reinstall? NO! So how do you...</small></li>
<li><a href='http://www.hm2k.com/posts/compression-utilities' rel='bookmark' title='Permanent Link: Compression Utilities'>Compression Utilities</a> <small>For years now, for whatever reason I have used WinZip....</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/firefox-always-on-top/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Text editors revisited</title>
		<link>http://www.hm2k.com/posts/text-editors-revisited</link>
		<comments>http://www.hm2k.com/posts/text-editors-revisited#comments</comments>
		<pubDate>Thu, 10 Apr 2008 00:08:58 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=172</guid>
		<description><![CDATA[As a web developer my main tool is my text editor, which I use for pretty much EVERYTHING from coding HTML, to PHP to perl. A text editor is an essential part of my day-to-day life.
Meaning I need a text editor that I does what I want, the way I want it.
These are the features [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/editor' rel='bookmark' title='Permanent Link: A good text editor'>A good text editor</a> <small>I have been looking for a good open source or...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/compression-utilities' rel='bookmark' title='Permanent Link: Compression Utilities'>Compression Utilities</a> <small>For years now, for whatever reason I have used WinZip....</small></li>
<li><a href='http://www.hm2k.com/posts/no-more-nero' rel='bookmark' title='Permanent Link: No more Nero'>No more Nero</a> <small>After many years of using Nero, I&#8217;m finally fed up...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As a web developer my main tool is my text editor, which I use for pretty much EVERYTHING from coding HTML, to PHP to perl. A text editor is an essential part of my day-to-day life.</p>
<p>Meaning I need a text editor that I does what I want, the way I want it.</p>
<p><span id="more-172"></span>These are the features I have in mind when looking for a text editor:</p>
<ul>
<li>Free or Open Source is always a bonus, but am willing to pay if it&#8217;s worth it</li>
<li>Must keep running after the trial period has ended (I like to fully test before I commit myself)</li>
<li>Cross-platform would be fantastic, in case I decide to move from Windows to Linux</li>
<li>It must load quickly, I am always editing files, and I don&#8217;t like waiting for them to open</li>
<li>Small hard disk footprint</li>
<li>FTP (with portable settings)</li>
<li>Syntax Highlighting (HTML, CSS, JavaScript, PHP, Perl, TCL)</li>
<li>Bracket matching</li>
<li>Match braces</li>
<li>Markup tag matching</li>
<li>Large file support &#8211; must not lock up</li>
<li>Stable, must not crash</li>
<li>Perl based regex search and replace</li>
<li>Hex view</li>
<li>Macros</li>
<li>Nice looking interface</li>
<li>Key mapping</li>
<li>Spell checker</li>
</ul>
<p>Over the years i&#8217;ve used the following text editors for months at a time as my primary text editor, these are my findings:</p>
<ul>
<li>Notepad *
<ul>
<li>It&#8217;s free, sort of, it comes with windows for free at least&#8230;</li>
<li>Con: It can&#8217;t handle large files&#8230;</li>
<li>Con: It can&#8217;t really do much of anything&#8230;</li>
</ul>
</li>
<li>Dreamweaver v4-MX
<ul>
<li>Not technically just a text editor, more a WYSIWYG but has a nice code editor too</li>
<li>Con: Expensive</li>
<li>Con: Huge footprint, memory and disk</li>
<li>Con: Bulky and slow</li>
</ul>
</li>
<li>UltraEdit v10-v13
<ul>
<li>Con: It&#8217;s not free, and expensive at $49.95 or $124.88 with unlimited upgrades&#8230;</li>
<li>Pro: It handles large files superbly!</li>
<li>Pro: Search and replace is fantastic!</li>
<li>Pro: Macro&#8217;s run without it locking up.</li>
<li>Yes it has FTP, but it could function better</li>
<li>FTP details are stored in the registry, which corrupt once, not happy.</li>
</ul>
</li>
<li>EditPlus 2
<ul>
<li>It&#8217;s not free, but $35 isn&#8217;t exactly breaking the bank</li>
<li>Pro: It has FTP, and they store in a portable &#8220;ftp.ini&#8221; file</li>
<li>Con: It doesn&#8217;t handle large files as well as I&#8217;d like&#8230;</li>
<li>Con: Search and replace is mapped to ctrl+h by default instead of ctrl+r, but it can be remapped</li>
<li>Interface isn&#8217;t that nice, but could live with it.</li>
</ul>
</li>
<li>PSPad v4.3.4 (2310)
<ul>
<li>Pro: It&#8217;s free</li>
<li>Pro: Under 12mb on disk</li>
<li>It has FTP&#8230;</li>
<li>Con: It can&#8217;t handle large files very well at all! Terrible!</li>
<li>Con: Search and replace is slow on large files, it locks up</li>
<li>Con: When you run macros, it locks up</li>
<li>Con: There&#8217;s no way to export your ftp list, but you can import&#8230;</li>
<li>Con: There&#8217;s lots of little bugs&#8230;</li>
<li>Con: Development is SLOW!</li>
<li>Interface isn&#8217;t that nice, but could live with it.</li>
</ul>
</li>
<li>UltraEdit v14
<ul>
<li>Pro: Very powerful hex editor</li>
<li>Pro: Interface is pretty nice</li>
<li>Pro: Search and replace is very powerful</li>
<li>Con: Seems larger than ever, with more pointless widgets</li>
<li>Con: The price is STILL expensive</li>
</ul>
</li>
<li>EditPlus3
<ul>
<li>Pro: Large file support is even better!</li>
<li>Pro: Under 2.50mb on disk</li>
<li>Pro: More than reasonable price at only $35</li>
<li>Pro: Stable, not crashed yet</li>
<li>Pro: Direct support is fantastic, no more than 48 hours so far, usually next day.</li>
<li>Con: There&#8217;s no official community support forum, just an unofficial user group and wiki</li>
<li>Con: It&#8217;s a little less organised than UltraEdit, but the features are there</li>
<li>Con: It&#8217;s not as pretty looking</li>
<li>Con: No hex editor like in UltraEdit</li>
</ul>
</li>
<li>e text editor
<ul>
<li>Pro: Usable after trial period is over</li>
<li>Supports FTP via &#8220;Remote Projects&#8221;</li>
<li>Con: No portable FTP settings</li>
<li>Con: When it loads it sometimes locks up for a good 10 seconds before it&#8217;s usable</li>
<li>Con: By default it opens all the documents you previously had open, this is an annoying feature</li>
<li>I&#8217;d rather use notepad&#8230;</li>
</ul>
</li>
</ul>
<p>People have advised me on so many other editors, such as gvim, crimson editor, text pad, ConTEXT, yet none of them offer what i&#8217;m looking for (as listed at the top).</p>
<p>If UltraEdit was reasonably priced for unlimited upgrades I might actually consider buying it. Never mind&#8230; Thanks SND.</p>
<p>For now, I think I&#8217;m going to stick with EditPlus 3 as my main editor, i&#8217;ve been using it for 14 days so far, and although it&#8217;s features are sometimes difficult to locate, they do exist somewhere, you just have to find them. In additional support has been fantastic.</p>
<p><em>Side Note: One thing I&#8217;ve found with all of these applications is that FTP settings simply aren&#8217;t portable between them. Most people seem to be using Filezilla and they seem to have perfected their XML format, perhaps it would be wise if all applications that support FTP can import and export to this standardised format. Failing that perhaps I&#8217;ll code a converter.</em></p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/editor' rel='bookmark' title='Permanent Link: A good text editor'>A good text editor</a> <small>I have been looking for a good open source or...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/compression-utilities' rel='bookmark' title='Permanent Link: Compression Utilities'>Compression Utilities</a> <small>For years now, for whatever reason I have used WinZip....</small></li>
<li><a href='http://www.hm2k.com/posts/no-more-nero' rel='bookmark' title='Permanent Link: No more Nero'>No more Nero</a> <small>After many years of using Nero, I&#8217;m finally fed up...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/text-editors-revisited/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HP Software Update</title>
		<link>http://www.hm2k.com/posts/hp-software-update</link>
		<comments>http://www.hm2k.com/posts/hp-software-update#comments</comments>
		<pubDate>Fri, 30 Nov 2007 12:56:10 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/posts/hp-software-update</guid>
		<description><![CDATA[Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;, everything seems okay, until I come to install the software.
As part of the software installation it appears to install a piece of software called &#8220;HP Software Update&#8221;.
Unfortunately this causes me an error:
Product: HP Software Update &#8212; A newer version of this software has been found [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/windows-genuine-advantage-removal' rel='bookmark' title='Permanent Link: Windows Genuine Advantage Removal'>Windows Genuine Advantage Removal</a> <small>First of all for those that don&#8217;t know, Windows Genuine...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/so-how-did-i-get-infected-in-the-first-place' rel='bookmark' title='Permanent Link: So how did I get infected in the first place?'>So how did I get infected in the first place?</a> <small>People often ask me how their system got infected in...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;, everything seems okay, until I come to install the software.</p>
<p>As part of the software installation it appears to install a piece of software called &#8220;HP Software Update&#8221;.</p>
<p>Unfortunately this causes me an error:</p>
<blockquote><p>Product: HP Software Update &#8212; A newer version of this software has been found on your system. Setup will now exit.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p></blockquote>
<p><span id="more-158"></span>I tried to find this, I could not, I tried to uninstall it, it kept making reference to a &#8220;HP Software Update.msi&#8221; or &#8220;HPSoftwareUpdate.msi&#8221;, which did not exist, it couldn&#8217;t find the uninstaller, then was removed from the list.</p>
<p>It seems this software was once installed here: &#8220;C:\Program Files\Hewlett-Packard\HP Software Update\HPWUCli.exe&#8221;, but not any more.</p>
<p>What I need to do is find the latest version of this software, install it, then uninstall it, so I can complete the install of the driver disc of the new device.</p>
<p>Easy right? Wrong&#8230;</p>
<p>I can&#8217;t find this ANYWHERE! So I tried using <a href="http://www.google.co.uk/search?q=site%3Ahp.com+%2B%22HP+Software+Update%22">google</a> on hp.com searching for &#8220;HP Software Update&#8221;.</p>
<p>I eventually came across a page on hp&#8217;s website entitled <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lc=en&amp;softwareitem=ob-46074-1&amp;jumpid=reg_R1002_USEN">HP Software Update</a>, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34261.exe">sp34261.exe</a>, the page says it&#8217;s version &#8220;4.0.5 A&#8221;, released 2006-12-22, but as of 2007-11-29, it&#8217;s version &#8220;4.0.5.7&#8243;.</p>
<p>Downloading and running this file extracts the setup to &#8220;C:\swsetup\sp34261\&#8221;. This appears to contain files such as &#8220;HP Update.msi&#8221; and &#8220;HPSU306Stub.msi&#8221;.</p>
<p>When running the setup sequence it asks for &#8220;HP Software Update.msi&#8221; and looks in &#8220;C:\WINDOWS\Hewlett-Packard\Setup Files\HP Software Update\{BB4EE741-CA46-4345-A3B7-1AECBFAB0AFE}\&#8221;, this does not exist.</p>
<p>It seems like it wants to run this first to uninstall it, but obviously it can&#8217;t as it doesn&#8217;t exist.</p>
<p>I cancelled, I get the following error:</p>
<blockquote><p>&#8220;Error 1714: The older version of     cannot be removed. Contact your technical support group&#8221;</p></blockquote>
<p>The only two options I can think of are:</p>
<ul>
<li>Find out what version of &#8220;HP Software Update&#8221; this is, and locate that &#8220;<a href="http://www.google.com/search?q=%22HP+Software+Update.msi%22">HP Software Update.msi</a>&#8220;</li>
<li>Remove all entries of &#8220;HP Software Update&#8221; in the registry forcing the installer to think it&#8217;s never been installed.</li>
</ul>
<p>Doing a little bit of research this is what I found in the registry:</p>
<blockquote><p>  HP Software Update 3.0.5.001 ({15EE79F4-4ED1-4267-9B0F-351009325D7D})<br />
version: 50331653<br />
version (major): 3<br />
estimated size: 3882<br />
install date: 20050418<br />
install source: C:\WINDOWS\Hewlett-Packard\Setup Files\HP Software Update\{BB4EE741-CA46-4345-A3B7-1AECBFAB0AFE}\<br />
uninstall cmd: MsiExec.exe /X{15EE79F4-4ED1-4267-9B0F-351009325D7D}<br />
publisher: Hewlett-Packard<br />
contact: <a href="http://www.hp.com/support" target="_blank">http://www.hp.com/support</a></p></blockquote>
<p>I guess I need to find a copy of the installer for <a href="http://www.google.com/search?q=%22HP+Software+Update+3.0.5%22">&#8220;HP Software Update 3.0.5&#8243;</a>, which appears to be impossible.</p>
<p>I was able to find another <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lcen&amp;softwareitem=ob-46755-2&amp;jumpid=reg_R1002_USEN">HP Software Update</a> for version &#8220;4.0.5 B&#8221;, released 2007-02-08, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softpaq/sp34501-35000/sp34794.exe">sp34794.exe</a>.</p>
<p>A bit more searching and I found yet another <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?lc=en&amp;cc=us&amp;softwareitem=pv-40756-1&amp;dlc=en&amp;lang=en">HP Software Update</a> for version &#8220;3.0.7.014&#8243;, released 2006-06-06, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softlib/software7/COL15288/pv-40756-1/sp26727.exe">sp26727.exe</a>.</p>
<p>This one seemed promising as it was labelled on the install as &#8220;HP Software Update&#8221;, the version 4 is labelled as &#8220;HP Update&#8221;. However, I was soon to find it gives me the following error:</p>
<blockquote><p>Your system does not meet the minimum requirements for this update. Update has been cancelled. (0)</p></blockquote>
<p>Possibly one of the most useless error messages I&#8217;ve ever seen! But perhaps we can use it&#8217;s &#8220;HP Software Update.msi&#8221; to uninstall a previous version&#8230;</p>
<p>I wonder what HP has to say about all this&#8230; That&#8217;s right, nothing, not without registering the product which requires me to get the serial number&#8230;</p>
<p>So with a little help from an outsider, I managed to solve it, these are the steps I took:</p>
<ol>
<li><span class="Text">Open &#8220;Add/Remove Programs&#8221;, uninstall &#8220;HP Update&#8221; (if listed), also try and uninstall &#8220;HP Software Update&#8221;.</span></li>
<li>Download, and iInstall <a href="http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5">Windows Installer Cleanup</a>, once installed, run it and select <span class="Text">&#8220;HP Software Update&#8221;.</span></li>
<li><span class="Text">Run &#8220;regedit&#8221; and locate </span>&#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall&#8221;, find anything under that, that says &#8220;HP Update&#8221; or &#8220;HP Software Update&#8221;, it&#8217;s usually in the &#8220;DisplayName&#8221;.</li>
<li> Download and run patch <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lc=en&amp;softwareitem=oj-26831-1&amp;jumpid=reg_R1002_USEN">Resolves &#8220;Fatal Error 1714&#8243; during software install (FixErr1714.exe)</a><span class="Text"></span></li>
<li><span class="Text">Download and run </span><a href="ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34261.exe">HP Update (sp34261.exe)</a></li>
<li>Download and run <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=1117450&amp;prodTypeId=15179&amp;prodSeriesId=1117353&amp;swLang=8&amp;taskId=135&amp;swEnvOID=228">HP Scanjet Full Feature Software and Driver (setup_full_7650.exe)</a></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/windows-genuine-advantage-removal' rel='bookmark' title='Permanent Link: Windows Genuine Advantage Removal'>Windows Genuine Advantage Removal</a> <small>First of all for those that don&#8217;t know, Windows Genuine...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/so-how-did-i-get-infected-in-the-first-place' rel='bookmark' title='Permanent Link: So how did I get infected in the first place?'>So how did I get infected in the first place?</a> <small>People often ask me how their system got infected in...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/hp-software-update/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
