Archive for the ‘HTML, CSS, AJAX’ Category

My best Wordpress plugins

Monday, July 30th, 2007

Here are a few of my Wordpress plugins that I can’t do without. It is by no means conclusive, just my personal preference.

(more…)

KB_CAPTCHA - CAPTCHA Image Generation in PHP

Saturday, July 21st, 2007

Introduction

KB_Captcha is a simple PHP script to generate reasonably safe CAPTCHA image to secure any public facing web application.

KB_Captcha offers the user a whole selection of options;

  • Choice of base image.
  • Choice of font (TTF).
  • Optional sound generation for accessibility. (Linux only) (more…)

Protoculous - Prototype and script.aculo.us

Friday, July 20th, 2007

An unknown Frenchman did a great job at combining and compressing Prototype & script.aculo.us into one ultra-small single Javascript file.

At the time of writing he is on version 1.0.2 which includes Prototype 1.5.1 and Scriptaculous 1.7.1 beta 3
The Protoculous file size is 54.6KB

(more…)

Nicer Pagination with ADOdb

Saturday, July 7th, 2007

Or should that be Nicr? To follow in an annoying theme.

Olavo Alexandrino wrote a nice well rounded class for record set pagination in ADOdb. If you’ve ever used ADOdb’s version, you will know it is not very good, to say the least.

Although Olavo did a fantastic job on the logic, the presentation left a little to be desired from my perspective.
I am providing my modifed version for download below, it provides a few logic updates and better presentation.

(more…)

Idiot Proof Lightbox

Saturday, July 7th, 2007

I’ve just made some modifications to my Gallery code which is part of i9000’s small site CMS software.
It adds some client side logic to make sure the images Lightbox 2 creates fit the users screen perfectly. Previous to this some customers were complaining that the images they uploaded were too big for their visitor’s screen.

This allows us to present the largest possible image to the user without scrolling around the page.

(more…)