I am often needing to add a script to create virtual hosting, below is one I have written for fedora (that can be altered for any distro) that creates the…
Author: Adrian
ZF2 different layouts in modules
To enable a different layout in a module, to your module.php for the module define a new layout like so public function init(ModuleManager $mm) { $mm->getEventManager()->getSharedManager()->attach(__NAMESPACE__, ‘dispatch’, function($e) { $e->getTarget()->layout(‘admin/layout’);…
Galaxy S3 no internet on virgin media super hub
Samsung galaxy S3 will not connect to virgin media super hub can be a problem, I found mine would connect but had no internet – and everything else on the…
Remote controlling Tivo
I was interested in what my ethernet port was doing on my virgin media TIVO box, so I ran some tests and found I could control my TIVO box from…
form to database php
I have written a collection of classes, that are capable of accepting a submission from a get (REST) or post (form) and output them to an email, the screen or…
thickdialog
Jquery dialog can be made to work as a either an ajax form, a dialog box or confirmation box just by use of a class similair to the way in…
jquery ui ajax form thickbox
Jquery dialog can be made to work as a ajax form in a similair way to thickbox. The link to the form (such as registration form), can be made to…
jquery confirmation box thickbox
Jquery dialog can be made to work as a confirmation box in a similair way to thickbox. The link to the action (such as deletion), can be made to display…
Jquery dialog thickbox
Jquery dialog can be made to work in a similair way to thickbox. Any link to content, can have its content loaded into a jquery dialog box, by simply adding…
javascript image rotation
Very simple class that rotates images on any event, on any target element (with a preloader). Click here for an example. To use it yourself (how the example works): 1….