<?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>Halleynet Headspace &#187; IT</title>
	<atom:link href="http://www.halleynet.co.uk/wordpress/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halleynet.co.uk/wordpress</link>
	<description>A Blog of Halleynet Web Media</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HDSEO update utility for Clickcart Pro / Eurocart Pro v7</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 17:43:25 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Clickcart Pro v7]]></category>
		<category><![CDATA[Eurocart Pro v7]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=259</guid>
		<description><![CDATA[Introduction to HDSEO update tool Users of the Clickcart Pro/ Eurocart Pro v7 eshop application by Kryptronic Inc have the option to buy a mod (Xmod) called HDSEO or High Definition Search Engine Optimisation. The purpose of the Xmod is to generate user friendly readable links for your urls in your shop- turning some dynamically [...]]]></description>
			<content:encoded><![CDATA[<h1>Introduction to HDSEO update tool</h1>
<p>Users of the Clickcart Pro/ Eurocart Pro v7 eshop application by Kryptronic Inc have the option to buy a mod (Xmod) called HDSEO or High Definition Search Engine Optimisation.</p>
<p>The purpose of the Xmod is to generate user friendly readable links for your urls in your shop- turning some dynamically generated url string with lot sof parameters into something that would be instantly recogniseable as a product or category for the user &#8211; or more importantly for a search engine.</p>
<p>There is a half way house option as standard with the shop application that generates reasonably short and identifiable links, but they are not meaningfull to search engines. Hence this tool. Whether there is any value in readable links is open to debate but on balance its probably better to have than not.</p>
<p>The way the system is implemented in CCP/ECPv7 is not that straightforward in my opinion especially for the user who is not terribly web /computer literate and causes a lot of problems. Even for someone with a bit of knowledge its not easy and is very very time consuming.</p>
<p>HDSEO is a two stage process: first you need to write your rewrite rules in Mod-rewrite syntax into a .htaccess file. This then needs to be uploaded onto the webserver into the directory that hosts the eshop.</p>
<p>Second you need to then tell the application about these rewritten links by adding them into the database. When the xmod is purchased a new table is written in the shop database to accomodate these links. Every time you add new products or categories to your eshop you need to update these HDSEO links. This might involve locating and editing existing links inthe database and inthe .htaccess file.</p>
<p>Doing this manually is very time consuming and as I sussed out how to get this working for a client I decided also to write a script to automate the process, so when the catalogue was updated the HDSEO could also be updated too. I have gone beyond this and further optimised the code and the access to the script so that it runs as a reasonably user friendly tool.</p>
<h2>When to use the tool</h2>
<p>Everytime you add or remove products or categories to your eshop database this tool should be run. It only takes a few moments and will ensure all your links are up to date at all times.</p>
<h2>What does the tool do</h2>
<p>The tool examines the database of your eshop category and product items and creates user readable links out of your name fields.</p>
<p>1) Stage one generates the .htaccess data, and dumps it to screen where you can either cut and paste it straight into a file called .htaccess and load to your webserver, or optionally download as a text file called htaccess.txt. You then rename this file .htaccess and load onto your webserver.</p>
<p>2) Stage two generates generates the MySQL commands needed to first of all delete all your old HDSEO data and then replace it with new data matching your .htaccess. You can dump the commands to screen for manual input into your database via a database admin tool like Navicat or PHPMyAdmin, or optionally you can have the tool do the updates for you &#8211; it takes a matter of seconds.</p>
<h2>Limitations</h2>
<p>The tool has limitations and you should be aware of them. If you beleive you would be affected by them then do not use the tool. You may wish to consider restructuring your database data before using this tool in view of the limitations.</p>
<ul>
<li><strong>Unique data:</strong> It relies on your category and product name data being unique in your database. If you have identically names products or categories and products with the same names the script output will generate links with the same names. This will cause you problems as the server will use the first found item inthe .htaccess when you click on an affected link.</li>
</ul>
<p>Structuring your data with unique names will sort this. For example: having a category called Sony TV&#8217;s and then giving each TV a name like Sony Bravia 40, Sony Bravia 48 will be far more effective than having a category called Sony TV and a product called Sony TV.</p>
<p>The default queries this tool uses can be adapted by you with only limited knowledge of MySQL syntax so if you know you have duplicates but still want the convenience of using this tool, you may be able to apply some filters to the sql to achieve this. Using a DISTINCT Select query will achieve this but may be too coarse an option unless you understand how this functions.</p>
<ul>
<li> <strong>Spaces:</strong> Spaces should not be used on urls either in files or in links. yes urlencoded spaces can be used but they are not efficient for SEO purposes. The tool allows you to substitute spaces for either the underscore, the dash or no space at all. Ensure your database and .htaccess file match in this regard!</li>
</ul>
<ul>
<li><strong>Eshops not in the root of a webserver/domain</strong>. The script has not been fully tested in  a non root environment- as I don&#8217;t have a shop in this configuration to try it on. If yours is, it should be OK but you are advised to proceed with caution initially. Anyone using the script like this would be asked toreport back her ein case there ar echanges I can make to cope with this if there are unforseen issues.</li>
</ul>
<ul>
<li><strong>Security:</strong> This tool is not integrated directly in CCP/ECP v7. It does however require access to the shop database. It does this using settings you provide to the connection script in the htaccessory.php file. When you extract the contents of this tool, they will be in a directory called &#8220;tools&#8221;. Upload this entire directory to your webserver. You should now secure this directory using an .htaccess file for this directory. Your isp/hosting provider will normally provide you with a tool in your control panel which allows you to password protect any chosen directory. You <strong>MUST</strong> do this or your HDSEO will be subject to compromise by anyone who learns of its location. You can if you so desire rename the directory from tools to anything you like. This .htaccess file is not related to the one used by  the eshop which will be located one level above the tools directory in the the file structure.</li>
</ul>
<p>If you are especially paranoid, consider loading the tool onto and off the server whenever you need it. Your choice.</p>
<ul>
<li> <strong>Setting up:</strong> Once the files are securely located on your webserver you will need to edit the htaccessory.php file to contain your database connection data. Without this the script will not function. Details are included in the file. You should use a suitable text editor to achieve this. Take care opening thse files in Dreamweaver as it has a nasty habit with changing some form parameters without telling you due to the Spry /javascript used within.</li>
<li><strong>Use of these tools:</strong> The use of these tools is entirely up to you. They were developed for use in my own development work but I have decided to make them available as a service to the CCP/ECP v7 userbase as HDSEO seems to be a major bugbear for user problems. if you already have HDSEO set up and intend to use this tool going forward, MAKE BACKUPS OF BOTH YOUR HDSEO TABLE IN YOUR DATABASE, AND YOUR CURRENT .htaccess FILE.. Being able to get your shop back working if you break your links with this tool is entirely your responsibility. These scripts work perfectly in my hosting environment, they may not in yours!</li>
<li>The tools come with ABSOLUTELY NO WARRANTY INFERRED OR IMPLIED, consider this before you download the tool, download infers acceptance of this fact. I will provide support to users of the tool when I can, I am not available 24 hours a day and have other tasks to undertake.</li>
<li>You are free to modify the tool as you see fit, if you do please ensure you keep the existing credits in place and notify this website of your improvements. The code is released under a GPL you may adapt or modify as you see fit but it is not for resale.</li>
</ul>
<h2>Installation</h2>
<p>Installation is easy with basic web knowledge:</p>
<ol>
<li>Extract the files to your hard drive, maintining the directory structure</li>
<li>Upload the files in their directory structure to the same directory as is used by your eshop</li>
<li>Password protect this directory using an .htaccess file</li>
<li>download the htaccessory file to your drive, open in a text editor and insert your database connection parameters where specified near the top of the file</li>
<li>If necessary you may wish to fine tune the SQL used to access your category and products data. Once done, save the file and upload to the server again</li>
<li>Server Requirements: Should be OK in any php5.x environment but has only been developed on php v5.2 so thats all I am willing to state. Feel free to try it elsewhere though</li>
<li>Your php installation must be set up with mysqli support (no longer a default option). Most New ECP/CCPv7 installations I would expect to be running mysqli.</li>
<li>You DO NOT have to run this on the server your shop inhabits. In fact you do not need a shop installation on your test server either!. If you have a copy of WAMP or Linux running a webserver locally with php v5.2 you can copy over the database tables from your shop (the ecom_cat and ecom_prod are the two main ones- the cms one is optional really). The script can be run on this database and then the output loaded to your live environment. Auto database updating might not be possible in this configuration so you may need to enter the database data via phpMyAdmin or similar.</li>
</ol>
<h2>Using the tool</h2>
<p>Do this at a quiet time for your eshop</p>
<ol>
<li><strong>Back up your existing .htaccess file for your eshop HDSEO if any and also your database HDSEO data, so you can restore to where you came from  if this all goes wrong.</strong></li>
<li>Access the tool by going to http://&lt;type your domain&gt;/tools/menu.php</li>
<li>Follow the link to the HDSEO tool.</li>
<li>Edit the parameters on the .htacccess configuration tab</li>
<li>Edit in any custom rules that you use in your existing .htaccess file</li>
<li>Choose to either display on screen (default) or download the output as a text file- first time recommended to dump to screen</li>
<li>In your browser, select all the screen contents and copy to a new .htaccess file on your hard drive. If you chose to download a file instead the file will be called htaccess.txt. Rename this to .htaccess and upload directly to your server.</li>
<li>Upload this file to the directory containing your eshop, overwrite the old one if necessary.</li>
<li>Click the back button in your browser and return to the .htaccess configuration screen.</li>
<li>Select the database configuration screen. Fill in the details required ensuring the space character matches the one you chose before.</li>
<li>The first time you run this its recommended you dump to screen and copy the data again this time applying it via a database admin tool like phpmyadmin ( hosting providers usually provide such a tool for direct database management) Note. the first command is a truncate statement- this erases all the existing data in your HDSEO table- YOU MUST remove all old data or your results will be poor at best.</li>
<li>Once you are confident of whats going on select the database update option and the tool will do all database changes automatically</li>
</ol>
<p>I hope you find this tool useful. Please feel free to post any comments you have here, I will be happy to answer any queries when I can.</p>
<h3>Release data:</h3>
<p>Initial release:</p>
<p>v1.5<br />
<strong></strong>v1.5.1 (minor additions to illegal characters array that were dropped off in release build)<br />
v1.5.2 (removed inproper access message which showed in form when loading accessory script )</p>
<p><strong>Latest version:v1.5.3 : IMPORTANT CORRECTION: </strong>Corrected a small but significant error with .htaccess file creation which potentially could stop your server from loading. Ensure you upgrade to the v1.5.3 version.</p>
<p><a href="http://www.halleynet.co.uk/wordpress/wp-content/uploads/2009/11/tools.zip">tools.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add multi level search to your website using SPRY</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/10/07/add-multi-level-search-to-your-website-using-spry/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2009/10/07/add-multi-level-search-to-your-website-using-spry/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:19:25 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=256</guid>
		<description><![CDATA[I have been working on a project recently that required me to build a multi level search feature, you know the kind of thing where on selecting the first item in a list of options, the next level becomes available. One thing you really need to get this working is Ajax. You don&#8217;t want to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a project recently that required me to build a multi level search feature, you know the kind of thing where on selecting the first item in a list of options, the next level becomes available.</p>
<p>One thing you really need to get this working is <a href="http://en.wikipedia.org/wiki/Ajax_%28programming%29">Ajax</a>. You don&#8217;t want to be having full page reloads as each selection is made, wouldn&#8217;t it be cool to just update the next selection box?</p>
<p>Now no doubt there are many ways to skin a cat but to be honest</p>
<p>1)There are few (if any) out the box scripts on the web to do this that I could find</p>
<p>2) I am a great believer in not reinventing the wheel and KISS (Keep it Simple Stupid!)</p>
<p>3)Most purely javascript scripts I could find &#8220;cheated&#8221; in that they pulled down a predefined list of data to the browser and used client based scripts to sort and filter it. This is Ok I suppose in a static environment but its not terribly flexible for a dynamically driven site, and if you have a lot of data to be sorted, as potentially I do in my project,you are dumping the whole list for the user to ultimately choose one item. Better to send only whats needed.</p>
<p>For this reason, and for the reason that its handy and available in <a href="http://www.adobe.com/products/dreamweaver/" target="_blank">DW4</a> as it comes out the box, I decided to use <a title="Adobe Spry" href="http://labs.adobe.com/technologies/spry/" target="_blank">Adobe&#8217;s Spry Javascript Framework</a>. DW4 is a pretty expensive package but there is a free trial version for 30 days use if you want to use this, or if you are a student you can get the package (for non commercial use ) for much cheapness- relative to what it costs me!!!</p>
<p>There are a few frameworks out there, <a title="Adobe Spry" href="http://labs.adobe.com/technologies/spry/" target="_blank">Spry</a>, <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a>, <a href="http://script.aculo.us/" target="_blank">Scriptaculous</a>, <a href="http://www.prototypejs.org/" target="_blank">prototype</a>, but for me Spry was most accessible  as fundamentally I am a non Javascript developer and I have some experience of its use through other projects.</p>
<p>If you don&#8217;t have Spry now and you want to follow along, go to Adobe&#8217;s website and download the files. In DW4, it loads up the files you need as you use each function, but if you are not using DW4, feel free to dump the whole package on your server in some folder.</p>
<p>For this example I will use a directory called /spry but it can be anything you want.</p>
<p>If you are bandwidth constrained, you can get a minified version of the files too, this reduces the amount of code being sent to the browser, it does not make much odds on a quiet website, but in a busy case it might save you considerable bandwidth fees down the line.</p>
<p>So with the basis of this project set before you, get the bits you need here and next time I will show how I got the multi level search started.</p>
<p>My assumption is you know a little php to run a database query and know how to get that out the database into xml format. For this project i will be using static xml files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2009/10/07/add-multi-level-search-to-your-website-using-spry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Style updates</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/08/14/style-updates/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2009/08/14/style-updates/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 21:56:34 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[site info]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=197</guid>
		<description><![CDATA[If you drop by regularly you may notice some weird stuff going on withthe layout of this page. I am currently working on a new layout and when I have it active for development work things may appear out of place. In the meantime I have this temporary &#8220;stock&#8221; style in place. Please bear with [...]]]></description>
			<content:encoded><![CDATA[<p>If you drop by regularly you may notice some weird stuff going on withthe layout of this page. I am currently working on a new layout and when I have it active for development work things may appear out of place. In the meantime I have this temporary &#8220;stock&#8221; style in place. Please bear with me while I get it sorted, time is rather precious at the moment and its only when I have some that i can update this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2009/08/14/style-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Northbridge/SLI chip cooling fan failure on Asus A8N SLi MoBo</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/08/08/northbridgesli-chip-cooling-fan-failure-on-asus-a8n-sli-mobo/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2009/08/08/northbridgesli-chip-cooling-fan-failure-on-asus-a8n-sli-mobo/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 14:14:17 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=194</guid>
		<description><![CDATA[I noticed a &#8220;Chip fan&#8221; warning on my sons PC this morning at boot time and decided to investigate. Looks like it was as well I did as the fan that cools the northbridge/sli chip on the motherboard itself (an Asus A8N Sli Deluxe)  was not running. I tried giving ht emachine a good dust [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a &#8220;Chip fan&#8221; warning on my sons PC this morning at boot time and decided to investigate. Looks like it was as well I did as the fan that cools the northbridge/sli chip on the motherboard itself (an Asus A8N Sli Deluxe)  was not running.</p>
<p>I tried giving ht emachine a good dust out including the fan but no life was seen. You could smell burning though when it was switched on, so I pretty well gave up hope for the fan and was cursing the whole thing, as it coul dmean a complete motherboard/CPU/RAM upgrade to sort. Not a big deal technically but a pain in the backside financially when the PC is otherwise fine.</p>
<p>I decided to have a look see if I could fix it.</p>
<p>Its a bit tricky to get out and basically I needed to remove all the motherboard securing screws to get to the back of the board and the two retaining plugs that hold the fan on the chip. The only way I could see to remove them was to pull each plug out from the borad one at a time against the spring tension of the securing pillars on the front of the board, and cut them with side cutters.</p>
<p>This causes the retaining pillars to ping off  so watch out for losing them and the springs. Its going to be hard to resuse them but watch the springs don&#8217;t end up trapped in amongst the components onthe bard and cause further problems.</p>
<p>The Fan comes out once the pins are released and the power plug needs to be removed from the board.</p>
<p>Its held closed by 4 tiny cross head screws (a very small phillips will be required) then once the cover is off the fan is secired to the bottom of the heatsink with three further similarly sized screws.</p>
<p>I got these out and gave the whole assembly a really good dowse in Electrical Solvent cleaner. This certainly got it clean but it did not feel especially free spinning.</p>
<p>I had a wee trawl on the web and it seems this is a very common fault and the general recommendation is to replace it with a <a href="http://www.microdirect.co.uk/Home/Product/8691/Zalman-Passive-NorthBridge-Cooler-ZM-NB47J">Zalman ZM-NB47J Passive cooler</a> you can get them at <a href="http://www.microdirect.co.uk">micro direct</a> here in the UK. Most appear to fail early in the life of the PC, so I guess we have been luck as this board is a few years old now.</p>
<p>They only cost a few pounds so I decided to order one though have to admit I have doubts its going to fit as my sons PC has a pair of NVidia  graphics cards in SLI mode that are very long and I think they are going to impede the cooler. However the cooler is rotateable so I might be able to make it fit&#8230;nothing ventured nothing gained.</p>
<p>Anyway I decided to have a go at getting the fan going again if I could, so after the liberal cleaning in Solvent gave it another good dose of WD40 lubricant.</p>
<p>I cleaned off the excess, set the motherbaord back to at least power up (plugged the atx connector in) and connected the fan &#8211; just holding it in my hand. I could feel it wanted to go &#8211; it pulsed but did not turn, so I had another wee look at it, and it seemed to be a bit squint on its axis. I applied a bit pressure to try make it look more evenly mounted, and this time it fired up.</p>
<p>I gave it another oil and tried again, this time it seemed much faster. So time to put it all back together, connect up and apply a bit heat paste to the chip . Now I don&#8217;t have any screw to fix the cooler back to the chipset so am kind of counting on the paste and the friction of the graphics cards above the fan holding it all in place, but the warning is gone and the fan is working fast and smoothly.</p>
<p>I will report on the cooler when it arrives but this might have saved things for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2009/08/08/northbridgesli-chip-cooling-fan-failure-on-asus-a8n-sli-mobo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Communication Platform has stopped working</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/02/03/windows-live-communication-platform-has-stopped-working/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2009/02/03/windows-live-communication-platform-has-stopped-working/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:20:45 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=182</guid>
		<description><![CDATA[I downloaded the latest Windows Live! Messanger (version 9). Unfortunately I cannot get it working and it seems many other users have the same issue- the error message Windows Live Communications Platform Has Stopped Working. The details of this error seem to point to the F Secure Firewall I run ( the 2008 version in [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded the latest Windows Live! Messanger (version 9). Unfortunately I cannot get it working and it seems many other users have the same issue- the error message Windows Live Communications Platform Has Stopped Working.</p>
<p>The details of this error seem to point to the F Secure Firewall I run ( the 2008 version in my case) However even disabling this failed to resolve issues (if only to debug- I strongly recommend you don&#8217;t disable security measures to enable messenger apps!)</p>
<p>I found various purported solutions to the problem but none worked for me.</p>
<p>Remove any custom themes from Vista (ie. Windowblinds) &#8211; I don&#8217;t use this so not applicable to me.</p>
<p>Delete the contacts directory in the Windows live folder (you can find this in Vista by going to your user profile folder (usually C:\Users\&lt;your login name&gt; and then ensuring you have set &#8220;show hidden folders&#8221; go to App Data\Local\Microsoft\</p>
<p>In here you will find a Windows Live Contacts directory- you can either delete it (or like me if your less trusting of such advice- rename it to something like Windows Live Contacts.bak)  and then try your messenger again.</p>
<p>This has apparently worked for many users- but alas not for me. In case you are worried the program recreates the directory if it cannot find it- like so many microsoft programs.</p>
<p>So you can then persevere with trying to find your own solutions- if you get it sorted be free to comment on it here, but in my case I chose to uninstall it and try to get back to an older version. These are a bit more tricky to find as any normal searches for them turn up the latest problematic one.</p>
<p>I found the last version ( I think its the last version 8.5.1302.1018) &#8211; it looks Ok to me &#8211; here ( be warned there are a lot of Shareware apps using the messenger name that appear when you search in Google) . While they may be harmless I have a degree of concern that other apps use similar names to confuse users and may ultimately end up with you either a paid for program you did not want or possible spyware or malware you did not ask for.</p>
<p><a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=7a1aae73-48cc-4f7a-b445-0487bd5e84ef&amp;displayLang=en#" target="_blank">This link takes you to the 8.5 version on microsoft.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2009/02/03/windows-live-communication-platform-has-stopped-working/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Transcend JF220 disables Start menu icons in vista</title>
		<link>http://www.halleynet.co.uk/wordpress/2008/10/22/transcend-jf220-disables-start-menu-icons-in-vista/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2008/10/22/transcend-jf220-disables-start-menu-icons-in-vista/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 08:38:38 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Bug fixes]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=176</guid>
		<description><![CDATA[Just encountered an issue with the Transcend JF220 Secure USB stick. This stick uses a finger print reader to secure the partitioned USB stick.The stick works fine in my Windows XP system but once used with my Vista system I noticed that the main icons off the Start button stopped working. How odd? I got [...]]]></description>
			<content:encoded><![CDATA[<p>Just encountered an issue with the Transcend JF220 Secure USB stick. This stick uses a finger print reader to secure the partitioned USB stick.The stick works fine in my Windows XP system but once used with my Vista system I noticed that the main icons off the Start button stopped working. How odd?</p>
<p>I got hold of a utility called <a href="http://www.nirsoft.net/utils/shexview.html">ShellExView</a> from Nirsoft which allows you to see which shell extensions are running on your platform and to selectively disable them. Be warned disable them one at a time and only those you suspect. If your not sure ask a PC savvy friend!</p>
<p>Anyway working chronologically backwards- ie newest first I noticed an Icon Handler extension supplied by Arachnoid Biometrics Identification Group Corp. Disabling this restored the icon function onthe start button.</p>
<p>Unfortunately I see no easy way to uninstall this as it has no entry in the Control Panel. Looks like a manual/ registry hack job for later.</p>
<p>I need to look into if there is a fix for this first though. Perhaps an updated driver for the Transcend USB stick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2008/10/22/transcend-jf220-disables-start-menu-icons-in-vista/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP files and Windows Vista Backups</title>
		<link>http://www.halleynet.co.uk/wordpress/2008/03/14/php-files-and-windows-vista-backups/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2008/03/14/php-files-and-windows-vista-backups/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 23:33:42 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Bug fixes]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/2008/03/14/php-files-and-windows-vista-backups/</guid>
		<description><![CDATA[I being a web developer (amongst other things!) take great care to back up my PC daily, as I have thousands of lines of code belonging to numerous websites that i need to be able to work on and update. My workstation runs Vista Home Premium. Now really  should have Vista Business but its a long [...]]]></description>
			<content:encoded><![CDATA[<p>I being a web developer (amongst other things!) take great care to back up my PC daily, as I have thousands of lines of code belonging to numerous websites that i need to be able to work on and update.</p>
<p>My workstation runs Vista Home Premium. Now really  should have Vista Business but its a long story that I am not going to go into here why I have Home premium.</p>
<p>I do my backups two ways, I run Sync Toy every day to an external drive and I run Windows Vista Backup to an internal drive.</p>
<p>Following a recent crash with my Raid array (a striped set) I went to restore my user data from a back up. I was surprised to find that none of my files with php extensions were there.</p>
<p>Fortunately I had the copies from by Sync Toy images so I was OK but its worth stating that unless all your interested in is the back up of &#8220;personal&#8221; files- ie images, mp3s and common file extension docs like xls or doc files you cannot rely on the back up tool for Vista to save you. Somewhat oddly it does save html files- probably due to the fact that many programs can generate html files as an output format, that are not deemed as &#8220;professional&#8221; file types.</p>
<p>Be warned! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2008/03/14/php-files-and-windows-vista-backups/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Frontline Fields of War Vista Problems</title>
		<link>http://www.halleynet.co.uk/wordpress/2008/03/03/frontline-fields-of-war-vista-problems/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2008/03/03/frontline-fields-of-war-vista-problems/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 21:57:55 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Bug fixes]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/2008/03/03/frontline-fields-of-war-vista-problems/</guid>
		<description><![CDATA[My son got FFOW at the weekend and I have to say if it was a car it would be recalled as unfit for purpose. I expect games to have some issues but these ones give the distinct impression of being untested. 1) First issue is if you try to install it anywhere but on [...]]]></description>
			<content:encoded><![CDATA[<p>My son got FFOW at the weekend and I have to say if it was a car it would be recalled as unfit for purpose. I expect games to have some issues but these ones give the distinct impression of being untested.</p>
<p>1) First issue is if you try to install it anywhere but on a c: drive expect issues. The program does not appear on the start bar, the desktop or in the games explorer in Vista (32).</p>
<p>All these issues can be fixed by a c: drive install.</p>
<p>2) Once installed, don&#8217;t expect it to run easily- you start it from the Play button fired up from the DVD menu. Then it tells you to insert a valid disc in the drive! A work round for this is to run up the menu but don&#8217;t hit play, eject the dvd and insert dvd 2 inthe drive, this seems to then work oddly. However thats not a permanent fix.</p>
<p>The real fix for this is to install a Vist Hot fix available from the kaos website. However you need to install the 1.0.1 vista patch first and as the game won&#8217;t load you might be stuffed as it auto updates- though see bodge round in point one. The solution is to <a href="http://www.frontlineswar.com/?page=patch">copy down the hotfix and the 1.0.1 patch</a> to your PC as exe&#8217;s before installing the game- do a clean install then patch it then hotfix it.</p>
<p>This seems to sort all these issues out.</p>
<p>3) Finally if you have a Nvidia graphics card you may experience the game freezing every 20 seconds or so between bursts of running smoothly. As my sons PC is base don Nvidia GT8800 in SLI mode it might be an SLI problem only- I don&#8217;t know, however the fix for this is to grabe the Nvidia beta drivers for vista from the <a href="http://www.nvidia.com/object/winxp_169.28.html">Nvidia website version 169.28</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2008/03/03/frontline-fields-of-war-vista-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PnkBstrB.exe initialisation failed: Call of Duty 4 on Vista</title>
		<link>http://www.halleynet.co.uk/wordpress/2008/01/13/pnkbstrbexe-initialisation-failed-call-of-duty-4-on-vista/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2008/01/13/pnkbstrbexe-initialisation-failed-call-of-duty-4-on-vista/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 00:22:11 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Bug fixes]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/2008/01/13/pnkbstrbexe-initialisation-failed-call-of-duty-4-on-vista/</guid>
		<description><![CDATA[Having taken the somewhat suspect decision to install COD4 on my main PC (under peer pressure as my boy tells me!- You can tell he&#8217;s growing up when he comes out with stuff like this.) I have run into lots of issues with that lovely bolt on &#8220;Punkbuster&#8221;. To sort of tell things in reverse [...]]]></description>
			<content:encoded><![CDATA[<p>Having taken the somewhat suspect decision to install COD4 on my main PC (under peer pressure as my boy tells me!- You can tell he&#8217;s growing up when he comes out with stuff like this.) I have run into lots of issues with that lovely bolt on &#8220;Punkbuster&#8221;. To sort of tell things in reverse I have by the looks of things got the game running on Multiplayer now- though I would not say its 100% sorted, but its usable at least.</p>
<p>My original plan was to load the game on to my sons PC- this is much higher spec than mine- and less critical should anything bad happen. This I did and the Single player game run beautifully- looks glorious with the high spec Graphics (Twin Nvidia 8800GTS&#8217;s in SLi mode).</p>
<p>However Multiplayer was dire- ping was at lowest over 100ms and often more so no good. This is because his machine is on a wireless bridge. It doe snot seem to affect a lot of games but COD4 was unplayable. On the few times I got it going though I was getting kicked around 60 seconds in by Punkbuster. The error was initially indicating PunkBuster was not responding to the server.</p>
<p>I did a bit googling and found out that there are many and various issues here.</p>
<p>First Firewall: If you run one- and you probably should then you need to ensure UDP port 28962 is open both ways. If you can&#8217;t do this as you don&#8217;t understand firewalls, you don&#8217;t have the rights or whatever- the only thing I can suggest is (assuming you can) disable any firewall to all traffic while playing COD4 online. On my machine I run FSecure 2007 and I had to set up a specific service rule for Punkbuster- allow all networks bothways, All IP addresses UDP Port 28962 in and out.</p>
<p>Next having sorted this the reachability kicks stopped and the Restriction Service Communications Failure: PnkBstrB.exe initialisation failed errors started.</p>
<p>I would love to say I totally got tot he bottom of this but probably haven&#8217;t- however I do have it working.</p>
<p>First of version control: the version that comes with COD4 is well out of date, its meant to update automatically when online, but then if your having network problems your going to be stuffed there I reckon. You can go to the Evenbalance website and download <a href="http://www.evenbalance.com/downloads/pbsvc/pbsvc.exe">PBSVC</a> to install the service properly (you need to be running this as admin in Vista- right click the icon and select run as admin).</p>
<p>Next there is an updater which ensures you have the right versions for your game. You can download <a href="http://websec.evenbalance.com/downloads/windows/pbsetup.exe">PBSETUP</a> here. Its worth running this even if you think your installed OK because it runs through a test that dumps to your screen and lets you see any obvious issues.</p>
<p>Run this , select COD4 and let it do its thing- takes about 60 seconds to complete. You could if you like now try your game but I suspect you will be unsuccessful.</p>
<p>You probably are not aware (or maybe you are- so why read this!) but when PunkBuster installs the executables for the services reside in C:\windows\system32 (PnkBstrA.exe and PnkBstrB.exe). The former appears to be a resident service that runs all the time in your machine once its installed. The latter is initalised by the game, which in turn is detected by the former- ie, A detects the game is starting and kicks B into life. You can see PnkBstrA running as a service if you go into Control Panel/Admin tools/Services and list them alphabetically- it should be running. If its not investigate why- check the properties and ensure its running with high enough privileges, it needs admin rights. If it snot use the &#8220;log in as&#8221; tab and set it to run under an admin account.</p>
<p>Also there are potentially compatibility issues. You can try these- I did on the way to getting things working but have since turned them off. Righclick on your icon for COD4 Multiplayer and in the properties option, select the Compatibility Windows XP service Pack 2 Option. Also select Run as administrator in the check box at the bottom.</p>
<p>Do the same for PnkBstrA and PnkBstrB in your windows\system32 directory. Now as I say I have since turned off the Windows XP setting but you DO need to leave the run as admin in place. According to the <a href="http://www.evenbalance.com/index.php?page=pbsvcfaq.php">Punkbuster FAQ</a> at Evenbalance.com this is not necessary. Well I would dispute this as if I set mine back to run normally I get the error back within 60 seconds of starting a game.</p>
<p>Its worth playing around with these settings but just change one thing at a time to ensure you know whats having an affect.</p>
<p>Another factor in the problem I discovered is that in C:\windows\system32\logfiles\PunkBuster there are service logs- for the kernel, and services a and b. I found when i was getting the init error the logs were populated with the following:</p>
<p>[01.12.2008 21:50:34] ERROR: File &#8220;C:\Program Files\Activision\Call of Duty 4 &#8211; Modern Warfare\pb\PnkBstrB.exe&#8221; does not exist.</p>
<p>[01.12.2008 21:50:34] ERROR: C:\Program Files\Activision\Call of Duty 4 &#8211; Modern Warfare\pb\PnkBstrB.exe does not contain a valid certificate; Load denied.<br />
[01.12.2008 21:50:39] ERROR: Ignoring load request coming within a few seconds of prior load</p>
<p>The first error seems to suggest a missing file in the COD game &#8211; and indeed it did not exist but how it gets there looks to be down to the game running under admin privs. Its not as far as I can tell just a matter of copying the file there are there appear to be other files spawned here too. Again- don&#8217;t be afraid to try at worst you can delete them again! The second error appears to indicate a security issue. You can see the certificates associated withthe programs in the Security tab in the file properties- both seem OK, again it appears to be an admin rights thing.</p>
<p>Having tried this the game appears to run OK, however on my first session of about 30 minutes I suffered a total hang of my PC which takes me back to my opening lines that I probably should not run this on this PC, as I ended up having to hard reset it. This is the first total hang/crash I have had under Vista I have to say. Tomorrow, armed with this info I am going to tackle my sons machine again so at least it does not get the Punk Buster Issues, the high ping will be solved when I get some Ethernet over Mains adapters this week.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2008/01/13/pnkbstrbexe-initialisation-failed-call-of-duty-4-on-vista/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Trojan.Peacomm!zip</title>
		<link>http://www.halleynet.co.uk/wordpress/2007/04/14/trojanpeacommzip/</link>
		<comments>http://www.halleynet.co.uk/wordpress/2007/04/14/trojanpeacommzip/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 14:57:35 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Bug fixes]]></category>

		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=95</guid>
		<description><![CDATA[An advisory notice has been issued by Anti Viru specialists, Symantec over a mass outbreak of the Peacomm Trojan. Be aware whe receiveing mails with the following subject lines, not to open the mail or the attachment therein.  Worm Detected! [UNABLE TO SCAN] Worm Detected! [WARNING - ENCRYPTED ATTACHMENT NOT VIRUS SCANNED] Virus Alert! [WARNING [...]]]></description>
			<content:encoded><![CDATA[<p>An advisory notice has been issued by Anti Viru specialists, Symantec over a mass outbreak of the Peacomm Trojan. Be aware whe receiveing mails with the following subject lines, not to open the mail or the attachment therein.</p>
<p> Worm Detected!<br />
[UNABLE TO SCAN] Worm Detected!<br />
[WARNING - ENCRYPTED ATTACHMENT NOT VIRUS SCANNED] Virus Alert!<br />
[WARNING - ENCRYPTED ATTACHMENT NOT VIRUS SCANNED] Worm Detected!<br />
Worm Detected!<br />
Undeliverable: Virus Det<br />
[ATTENTION - NON TRAIT? PAR ANTIVIRUS -- WARNING - NOT VIRUS SCANNED]%s<br />
Virus Detected!ected!<br />
Virus Activity Detected!<br />
Halleynet Web Media recommend you never access the internet without anti virus protection and not to use Auto Preview in Email clients. Read more on <a href="http://www.symantec.com/security_response/writeup.jsp?docid=2007-041219-5638-99">Symantecs website.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halleynet.co.uk/wordpress/2007/04/14/trojanpeacommzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
