This serves as nothing more than a note to self & anyone else that has ever told me that it’s not possible to include a CSS stylesheet from within...
How to's, Web Development
|
Posted byOliveron 19 Apr 2012
|
0
Not that there aren’t enough examples & implementations of javascript toggle buttons on Google, here’s another to add to the collection. This plugins main features / capabilities are: Cross...
How to's, Web Development
|
Posted byOliveron 18 Oct 2011
|
0
Today I was posed the question, by a prospective new client, of whether their new web site would breach the May 2011 UK cookie law. Although aware of the...
Web Development
|
Posted byOliveron 09 Aug 2011
|
2
I recently upgraded a production server to PHP 5.3.6 from a much earlier 5.2.x build and noticed that the process had killed all instances of phpThumb on the server due to the deprecation of the functions ‘eregi’, ‘ereg’, ‘split’ & ‘eregi_replace’. See:- http://php.net/manual/en/migration53.deprecated.php for a full list of functions...
Fixes & Tweaks, Web Development
|
Posted byOliveron 08 Aug 2011
|
7
I’ve spent a fair amount of time researching how to sign data in PHP with a .NET generated RSA Private key that has been exported in XML format. There...
How to's, Web Development
|
Posted byOliveron 02 Aug 2011
|
2