Quickly testing HTML with Firebug

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Ever need to quickly test some HTML that you copied from some where? If you have Firebug installed, you can open a new tab, go the the HTML tab in Firebug, click edit and paste your HTML and Firefox will render it. Read On →

Magento Add Stylesheet to Head for Specific Category

If you want to include a custom stylesheet for a particular category you can do this very cleanly by specifying custom layout xml in the category admin. Simply find the category you want to apply this to and then hit the ```display settings tab Then in the custom layout update box, paste something like this: [xml] css/extra_styles.css ``` clear your cache and this stylesheet should be included in the head section for this category. Read On →

Quickly Comment Code in Netbeans

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you want to quickly comment out a block of code in netbeans you might find the following really useful Simply highlight the block of code and then hit [ctrl]+[shift]+[c] The same key combination will uncomment it again. Read On →

Ecommerce Leeds

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Ecommmerce Leeds Did you know you are #54 for ecommerce leeds on Google? This is only one of several keywords we have detected driving traffic, and potentially revenue, to your web-site. Read On →

Magento Hosting Optimisation Tips

If you are looking to gain the most out of your Magento hosting and to optimise your Magento hosting stack, here are a few top tips that you can try. 1. Ensure Caching is Enabled It may sound obvious, but if you do not have caching enabled then the performance of your Magento store is going to suffer massively. Generally whilst developing, caching will need to be at least partially disabled to ensure that changes are reflected. Read On →

Get the Internal SD Card Reader working on Acer 8943G (probably plus others) - Ubuntu 10.10

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub After a bunch of digging around trying to find out how to get my internal SD card reader working in Ubuntu 10.10 I have found this Read On →