Where was RAF Skellingthorpe located.
This map shows a modern OS map with a 1960s map over laid. I have used the lakes and Doddington Road and Skellingthorpe Road as place markers. There appears to be a bit of discrepancy around the tree line at the top. Essentially what is currently the Birchwood estate occupies most of the area where the runway ...
add to the mini-cart left hand box in Magento
You need to tweak your theme to allow you to post a message in the mini-cart area (the bit that show "You have no items in your shopping cart")
This is quite simple.
edit sidebar.phtml
in app/design/frontend/default/modern/template/checkout/cart
add any text you wish to have permanently showing as below
<?php $_items = $this->getRecentItems() ?>
<div>
<?php if(count($_items)): ?>
<h5><?php echo $this->__('Recently added item(s)') ?></h5>
<ol id="cart-sidebar">
<?php ...
What does PAX / P.A.X mean in business retail
Per Annum Exclusive
Essentially it refers to fact that the rent doesn't include additional costs eg insurance or business rates.
Enable concurrent remote desktop connections in windows 7
We have 1 main pc in our house which holds all the data and applications. A number of older laptops and desktops then use Remote Desktop Connection to connect to the main pc. The problem of course is that windows xp, vista and 7 have only allowed 1 user to be connected to a pc ...
Photostory 3 and Windows Movie Maker in Windows 7
If you have just discovered that these two applications are no longer working or availabe in the Windows 7 world DONT PANIC. These tools are very important in the education arena as they are great concept developers for helping people to move on to more powerful software. Photostory is an educators dream bit of software ...
Embedded images not showing in gmail for Internet Explorer 8
"Go to Internet Options.Security.Internet and do a custom level. On Display Mixed Content, change ... from Prompt to Enable."
found here
Useful Wordpress plugins for Content Management – CMS
Wordpress is God. Except better... as it is real :)
I run a lot of websites and frequently use wordpress as the basis of these sites. It is often quicker and easier to install Wordpress than to fire up Dreamweaver. The power in Wordpress is the ability of 3rd party plugins to transform the humble blogging ...
Magento: Move Related Products to centre column in Modern theme
The modern theme made available by the good folks at Varian for their free e-commerce product Magento is a great template and a good starting point for anyone looking to customise magento for their own look and feel. However, the default layout has the Related products block in the left hand menu which unless you ...
refill toner on magicolor 2350 printer and reset cartridge
it was damned hard work finding this information so for anyone else trying to find it... here you go..
This information and information for a whole lot of other makes and models was eventually found here
http://rpsinkandtoners.com/Kpage.html
Backup your MySQL databases automatically with AutoMySQLBackup
Found this great script for automatically backing up local mysql databases to local backup storage. Details can be found in this post
The scripts itself lives here:
http://sourceforge.net/projects/automysqlbackup/files/