To install an Comodo InstantSSL on plesk you need to do two steps, 1. create a csr then upload it, 2. install the certificate comodo send to you (this is the bit that Comodo’s documentation is crap). Create a CSR…
To fix simply install php5-dev package: sudo apt-get install php5-dev
I needed to install Rsync on Ubuntu using SSH command line and for some reason I could find this information anywhere. So here it is: sudo apt-get -y install rsync As simple as that.
Was simple in Windows XP but took a little bit of effort for find how to show file extensions in Windows 7. Anyway just in case you need to know, do the following: 1. Open Windows Explorer, you can do…
Installing the APC with PHP5.3 is straightforward (when you know how): 1. Install the required packages: sudo apt-get install php-pear php5-dev apache2-threaded-dev 2. Install APC: sudo pecl install apc-3.1.4 3. Create file /etc/php5/conf.d/apc.ini with the following content: extension=apc.so 4. Restart…
If you need to enable SSL on Xampp whilst stilling using vhosts, follow the next few steps. It assumes that you already have vhosts enabled. Open xampp/apache/conf/extra/httpd-vhosts.conf Around line 19 you should see “NameVirtualHost *:80″, below this line add “NameVirtualHost…
Install Apache You will need to have Apache and MySQL installed on you PC, I used Xampp which you can download from here: Xampp for Windows Download and Install Python 2.7 Do to the Python website and download version 2.7…
Project Manager
A website that would accept applications for a prestigious arts award from students based in the north of England. The website was load balanced across multiple servers along with file storage with Amazon AWS S3 storage during peak times.
Senior Developer
Genie Gadgets, an ecommerce website originally built on the X-Cart platform, then re-developed using the Magento platform. Payment Gateway integration with SagePay, PayPal and Google Checkout. SEO which resulted in 1st page ranking for the term ‘Gadgets’.
I’ve been looking at a lot of framework recently, Zend Framework, Symfony, CodeIgniter, Yii, Prado, Lithium, KohanaPHP, Recess Framework, Akelos, Fuse Framework, Solar Framework, Seagull Framework, Fuse Framework, PHP on Trax, etc and haven’t found one that suit my all my needs….
Recent Comments