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…
Programming
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….
adding password authentication for a zend cms or controller
This is a very quick way to add password protection to a controller such as a cms controller. This code intercepts the login within the init() method of your chosen…
session_start hangs when it used to work
I had a problem with my zend application hanging with a white screen for no reason. I narrowed it down to when $adminSession = new Zend_Session_Namespace(‘Admin’); was executed, this is…
ckeditor to upload images
A few posts on how to do this, and a lot of frustrated people so here is how: Download both ckeditor and ckfinder. Decompress them into the root directory. Include…