Doug
Account Manager at Pixel Internet, Doug has been with us from day one. With over 10 years experience working in the web design and search engine optimisation industry, Doug's input and contribution to the growth of the company has been invaluable.
Doug's latest posts
Firefox and its variety of Web Development extensions makes it the first choice browser for many web designers and developers. We have picked out 10 of the most useful and most popular web development Firefox plugins to help you build and optimise your website. Below is our top 10 list of web development plugins for [...]
We’ve just re-launched the Pixel Internet website. The new look incorporates many new features and resources (including our web hosting blog where you are now). If you want to find out more regarding the changes we have made you can read about it here: Pixel Internet re-launch website
You can create your own php.ini file inside whatever sub-directory your script is in. You can then determine the exact behaviour for your PHP scripts yourself. There’s a lot of documentation on how to use the various configuration features inside php.ini online at . In this case, to set “register globals” on, you can just [...]
There are some variables in the php.ini file that can be overwritten, a common request is how to change the PHP file upload limit. You can do this by creating a custom php.ini file in the directory you want to use (where your script resides). Here is an example; On your computer open a new [...]