Aug 10, 2010 ·
1 minute read
mysql
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 One of the advantages of using InnoDB as your storage engine in MySQL is that you can create a database structure that will automatically keep itself clean and tidy, by having deletes cascade through your tables as soon as you delete the main entity.
Read On →
Aug 10, 2010 ·
1 minute read
linux
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 just run this command once you have set up your vhost /usr/local/psa/admin/bin/websrvmng -a
Jul 30, 2010 ·
2 minute read
ubuntu
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 are working in Linux and need to set some more complex permissions than the straight user, group everyone RWX style, then you can. Working in Ubuntu, you need to first of all install ACL sudo apt-get install acl Now before you can use ACL, you need to enable it on whichever volumes you want to use it on.
Read On →
Jul 28, 2010 ·
1 minute read
magento
If you are looking for a consultant that can provide you with highly knowledgeable Magento consultancy services in the UK then you have come to the right place. Edmonds Commerce can provide Magento consultancy services for your business and are happy to either come to your offices or to work with you remotely using the internet to facilitate complete communication and understanding no matter where you are. Our Magento consultants are all Magento developers for the most part and have a deep understanding of the Magento platform and its various capabilities and idiosyncracies.
Read On →
Jul 28, 2010 ·
2 minute read
php
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 Often when creating new code, you want the system to die on any kind of error so that you can be sure that there are no bugs lurking in minor errors that are actually having a major effect.
Read On →
Jul 24, 2010 ·
1 minute read
ubuntu
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 are finding iPlayer or Youtube videos are using excessive amounts of CPU, it might be worth trying this fix Simply create a folder in /etc called adobe (assuming it doesn’t already exist) sudo mkdir /etc/adobe now create a file called mms.cfg with this single line in it: OverrideGPUValidation=true sudo gedit /etc/adobe/mms.cfg Now save it and restart firefox and you should hopefully find your flash video performance is dramatically improved.
Read On →