-
Sidebar
This sidebar is specific for the blog pages. To start using widgets go to Appearance > Widgets and drag a widget into the sidebar area.
-
Archives
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
-
Categories
- Adobe Flash
- Build your own mmorpg game
- Business
- Computing
- CSS3
- Free Online Games
- Javascript Development
- jQuery
- Leisure
- Mac Os X
- Microsoft Windows – Help & Tips
- Mysql Development
- Online Game Development
- Php development
- PHP Frameworks
- Putty
- Search Engine Optimisation
- Server Side Development
- subversion
- Technology
- UK Government
- Uncategorized
- website development
- Wordpress
Tag Archives: php
What does an Ampersand sign before a PHP function declaration mean?
Only found this out today, thought I would blog it just to be helpful. If you put an ampersand before your function name, the function …
Tagged:ampersandsphp
Leave a Comment
PHP Weighted Random Choice & Selection Remove / Replacement
For something I have been doing in a php project of late, I needed to weight an array of values and as I go round …
PHP frameworks CodeIgniter, Zend & Symfony
Lately I have been considering PHP frameworks and using them to speed up development of small projects, whilst also considering the MVC (Model, View, Control) …
PHP Multiple Image Upload Script / User Image Upload – That actually works!
For quite a long time now ive been seeing lots of image upload scripts which boast to be able to upload multiple images at a …
PHP Functions – How to make your own function
To keep the browser from executing a script when the page loads, you can put your script into a function. A function will be executed …
One line unzip and mysql dump to database
After some advice on my last post I thought id make another post with a revised version of my other post about the same topic. …
Create your own log file with php add text to a new line
I created this the other day for one my websites and find it very handy. For instance if you want to creat your very own …
Php random password generator
I developed this the other day and think its a really useful bit of code to use if your looking to make yourself a strong …