<?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>It&#039;s manic at Manick</title>
	<atom:link href="http://www.manick.co.uk/wordpress/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manick.co.uk/wordpress</link>
	<description>Random IT stuff that I want to remember</description>
	<lastBuildDate>Fri, 09 Jul 2010 00:01:45 +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>Zen Cart, MySQL, phpMyAdmin, Apache</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2010/07/09/zen-cart-mysql-phpmyadmin-apache/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2010/07/09/zen-cart-mysql-phpmyadmin-apache/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 00:01:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/?p=52</guid>
		<description><![CDATA[I'm currently working on some E-commerce stuff. I've been learning quite a bit about Zen Cart, MySQL, phpMyAdmin, Apache.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on some E-commerce stuff. I&#8217;ve been learning quite a bit about Zen Cart, MySQL, phpMyAdmin, Apache.</p>
<p>Spent a couple of hours today upgrading from MySQL 5.0 to MySQL 5.1</p>
<p>It went ok.</p>
<p>While trying to find some quick and easy ways to import data into Zen Cart I&#8217;ve ended up looking into phpMyAdmin.</p>
<p>Also MySQL 5.1 seems to support CSV as a storage engine. See this post: <a href="http://dev.mysql.com/tech-resources/articles/csv-storage-engine.html">http://dev.mysql.com/tech-resources/articles/csv-storage-engine.html</a></p>
<p>All good stuff &#8211; I&#8217;m probably going to need to refer back to that sometime hence the post &#8211; time to sleep now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2010/07/09/zen-cart-mysql-phpmyadmin-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access criteria expressions</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2010/07/07/access-criteria-expressions/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2010/07/07/access-criteria-expressions/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 17:24:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/index.php/2010/07/07/access-criteria-expressions/</guid>
		<description><![CDATA[http://office.microsoft.com/en-us/access-help/examples-of-query-criteria-HA010066611.aspx
Very useful list of query criteria expressions for retrieving records by date:
e.g. last week, last month, last 28 days
]]></description>
			<content:encoded><![CDATA[<p><a href="http://office.microsoft.com/en-us/access-help/examples-of-query-criteria-HA010066611.aspx">http://office.microsoft.com/en-us/access-help/examples-of-query-criteria-HA010066611.aspx</a></p>
<p>Very useful list of query criteria expressions for retrieving records by date:</p>
<p>e.g. last week, last month, last 28 days</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2010/07/07/access-criteria-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open BSD</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2010/03/01/open-bsd/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2010/03/01/open-bsd/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:35:10 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[tcp/ip]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/?p=47</guid>
		<description><![CDATA[I don&#8217;t often seem to find the time to play around with some of the various UNIX variants out there. Anyway when a customers VPN network appliance died on me today I went to investigate.
It was supplied by a company who are no longer in business so I was pretty much on my own.
After attaching [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t often seem to find the time to play around with some of the various UNIX variants out there. Anyway when a customers VPN network appliance died on me today I went to investigate.</p>
<p>It was supplied by a company who are no longer in business so I was pretty much on my own.</p>
<p>After attaching a monitor and keyboard and watching it boot I discovered it was booting OpenBSD 3.8</p>
<p>I didn&#8217;t know the root password and this appliance had lost all tcp/ip connectivity. So I googled and found <a href="http://www.cyberciti.biz/tips/reset-forgotten-openbsd-root-password.html">http://www.cyberciti.biz/tips/reset-forgotten-openbsd-root-password.html</a></p>
<p>This post worked like a charm for me and I had reset the root password within a few minutes.</p>
<p>No time to find out why this appliance cannot communicate over tcp/ip currently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2010/03/01/open-bsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2010/02/12/wds/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2010/02/12/wds/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:56:26 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[dg834g]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/?p=44</guid>
		<description><![CDATA[Been configuring Netgear wireless routers with WDS settings to extend the range of the wireless signal in a home network environment. All worked great though I was using two DG834G routers and they need to be v3 or higher.
]]></description>
			<content:encoded><![CDATA[<p>Been configuring Netgear wireless routers with WDS settings to extend the range of the wireless signal in a home network environment. All worked great though I was using two DG834G routers and they need to be v3 or higher.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2010/02/12/wds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apps for Windows after a clean install.</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2009/11/20/32/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2009/11/20/32/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:00:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/?p=32</guid>
		<description><![CDATA[My laptop's RAID0 array failed the other day resulting in a new hdd installation and a complete re-install of the operating system.]]></description>
			<content:encoded><![CDATA[<p>Raid 0 Fail</p>
<p>My laptop&#8217;s RAID0 array failed the other day resulting in a new hdd installation and a complete re-install of the operating system.</p>
<p>I had backups of my work, my personal files etc however I had to go through the hassle of re-installing all my applications.</p>
<p>As a side note &#8211; what a poor config choice RAID0 turned out to be. Unfortunately this was the way the laptop arrived from the factory. In my opinion it doubles the chances of a catastrophic disk failure as either disk going down will render the raid drive unusable. I chose to configure RAID1 when I rebuilt.</p>
<p>It&#8217;s always best to have a recent backup to restore from, but when you need to install all your applications again it helps to have a check list as there is just so many to remember.</p>
<p>So in no particular order here are most of them:</p>
<ul>
<li>Notepad++</li>
<li>mIRC</li>
<li>Adobe Reader / Shockwave / Flash</li>
<li>Canon Digital Photo Software</li>
<li>SQL Server 2008 Express Edition</li>
<li>Visual Studio Express Edition</li>
<li>SyncToy 2.1</li>
<li>Windows Live Messenger</li>
<li>AVG Antivirus / Microsoft Security Essentials</li>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Mozilla Thunderbird</li>
<li>7Zip</li>
<li>Gimp</li>
<li>Blender</li>
<li>VLC</li>
<li>nMap &#8211; needs WinPcap</li>
<li>Wireshark</li>
<li>Microsoft Network Monitor</li>
<li>Microsoft WinDbg</li>
<li>Dia</li>
<li>Inkscape</li>
<li>FreeMind</li>
<li>VNC Server / Viewer</li>
<li>Nokia Software</li>
<li>Java</li>
<li>Google Earth</li>
<li>SysInternals Suite</li>
<li>Python</li>
<li>Azureus / Vuze</li>
<li>Daemon Tools Lite</li>
<li>FileZilla</li>
<li>ImgBurn</li>
<li>Audacity</li>
<li>Amaya</li>
<li>Visual Studio 2008 Shell</li>
<li>SQL Server 2008 Express Edition</li>
<li>Windows Powershell 2.0</li>
<li>CDex (ripper)</li>
<li>PuTTY</li>
<li>UltraVNC</li>
<li>ImageMagick</li>
<li>Skype</li>
<li>DiscJuggler (demo)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2009/11/20/32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPLayersMenu 3.2.0</title>
		<link>http://www.manick.co.uk/wordpress/index.php/2009/11/02/phplayersmenu-3-2-0/</link>
		<comments>http://www.manick.co.uk/wordpress/index.php/2009/11/02/phplayersmenu-3-2-0/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:55:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.manick.co.uk/wordpress/?p=30</guid>
		<description><![CDATA[PHPLayersMenu 3.2.0 &#8211; this script provides a nice clean hierarchical web menu for a website &#8211; it&#8217;s multip platform and browser and is very configurable.
It&#8217;s available here: http://phplayersmenu.sourceforge.net/
I&#8217;ve just been getting this well known php script to work under Windows with PHP running under IIS.
After following the docs and making sure I set $myDirPath = [...]]]></description>
			<content:encoded><![CDATA[<p>PHPLayersMenu 3.2.0 &#8211; this script provides a nice clean hierarchical web menu for a website &#8211; it&#8217;s multip platform and browser and is very configurable.</p>
<p>It&#8217;s available here: <a href="http://phplayersmenu.sourceforge.net/">http://<cite><strong>phplayersmenu</strong>.sourceforge.net/</cite></a></p>
<p>I&#8217;ve just been getting this well known php script to work under Windows with PHP running under IIS.</p>
<p>After following the docs and making sure I set $myDirPath = &#8216;D:\\Websites\\sitename.co.uk\\phplayersmenu-3.2.0\\&#8217;;<br />
$myWwwPath = &#8216;/phplayersmenu-3.2.0/&#8217;;</p>
<p>I was nearly there except I was getting a template error.</p>
<p>After a little searching I found the solution in \lib\layersmenu.inc.php</p>
<p>There is some code in there that sets various default paths and it needed changing to take account of the windows notation for the physical file paths.</p>
<p>/*<br />
 $this-&gt;dirroot = &#8216;./&#8217;;<br />
 $this-&gt;libjsdir = &#8216;./libjs/&#8217;;<br />
 $this-&gt;imgdir = &#8216;./menuimages/&#8217;;<br />
 $this-&gt;imgwww = &#8216;menuimages/&#8217;;<br />
 $this-&gt;icondir = &#8216;./menuicons/&#8217;;<br />
 $this-&gt;iconwww = &#8216;menuicons/&#8217;;<br />
 $this-&gt;tpldir = &#8216;./templates/&#8217;;<br />
*/</p>
<p>/* BECAME THIS */</p>
<p>$winroot = &#8216;D:\\Websites\\manick.co.uk\\phplayersmenu-3.2.0\\&#8217;;<br />
$winWwwPath = &#8216;/phplayersmenu-3.2.0/&#8217;;<br />
 $this-&gt;dirroot = $winroot;<br />
 $this-&gt;libjsdir = $winroot.&#8217;libjs\\&#8217;;<br />
 $this-&gt;imgdir = $winroot.&#8217;menuimages\\&#8217;;<br />
 $this-&gt;imgwww = $winWwwPath.&#8217;menuimages/&#8217;;<br />
 $this-&gt;icondir = $winroot.&#8217;menuicons\\&#8217;;<br />
 $this-&gt;iconwww = $winWwwPath.&#8217;menuicons/&#8217;;<br />
 $this-&gt;tpldir = $winroot.&#8217;templates\\&#8217;;</p>
<p>After that I was good to go and the menu system now works in any folder on the webserver not just the folder I installed the script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manick.co.uk/wordpress/index.php/2009/11/02/phplayersmenu-3-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
