Web development
Merging git conflicts PDF Print E-mail

Git merging confused me a lot when I first encountered it so here is my quick guide to merging. Do 'git pull origin master' often to minimise merging problems.

Last Updated on Thursday, 01 November 2012 17:56
 
Useful php at the command line PDF Print E-mail

The ubuntu command line php uses a special cli build of php by default which is a pain if you want to use it to test or play with php scripts that would normally work on your apache webserver.

The php.ini files used by apache and by the cli build differ and this means that there is no guarantee that the php code will work in both cases.

Last Updated on Friday, 06 July 2012 15:02
 
Deploying commercial websites without upsetting customers PDF Print E-mail

When deploying updates to a large website (Joomla or Magento sites get pretty big), active clients can be a real pain. Their sessions will break and, at worst, orders or other important data can be lost as files are changed during the deployment.

To avoid these problems, the site is usually taken down for maintenance during the deployment but there is a better way.

Last Updated on Wednesday, 09 February 2011 16:42
 
Adding Image rotator PHP code to Magento PDF Print E-mail

If you want to display something relating to products or files that is not covered by an existing Magento block, you may need to write some PHP to do it. In my case I needed an image rotator to cycle through some images. There are plenty of examples of rotators on the web and a few hints on doing it with Magento but I wanted control and I wanted to understand it so...

Last Updated on Friday, 06 July 2012 14:58
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Page 1 of 6
Paul Whipp Consulting (BN 207 530 56) is owned by and operated for The Whipp Family Trust (ABN 32 507 522 641).