Tag Archives: php

Non-Ascii charactors in my AJAX responses !?

A while ago, I co-wrote a large site with Ryan while I was working at Zipline Interactive, this site uses Mootools 0.98 as we found to be getting a lot of �������� all through the JAX requested response code. For … Continue reading

Posted in Code, design, javascript, Technology, work | Tagged , , , , , , , , , , , , | Leave a comment

Controlling Input with Mootools Javascript

On a project that I was recently working on, I had a series of text input boxes that I wanted to be numeric only fields. I have my PHP form validation to check that the data is numeric before entering … Continue reading

Posted in Code, javascript, Technology, work | Tagged , , , , , , , , , , , , , , | 6 Comments

Alternating row styles with Javascript

I am writing a list that outputs a large amount of data in a vertical structure, with many rows the list gets hard to tell which entry is which. Now, normally I would do this via PHP, something like < … Continue reading

Posted in Code, design, fun, javascript, Technology, work | Tagged , , , , , , , , , | Leave a comment

Virtual Web Hosting on OSX Leopard

Recently I brought a new iMac for my home development, music, movies, games and general play things. For work I develop Web Applications and with my ISP I have a static IP address, so I decided to set up a … Continue reading

Posted in apple, Code, Technology, work | Tagged , , , , , , | 1 Comment

CodeIgniter & Spaw Editor

I have released an updated version at http://sheldon.lendrum.co.nz/codeigniter-spaw-editor-tabs_411/10/. This new version allows CodeIgniter and SPAW TABS ! Recently I have been working on a large project for a National Sporting team, It has been a process and it is almost … Continue reading

Posted in Code, design, Technology, work | Tagged , , , , , , , , , , , , | 17 Comments

Starting off using a Framework.

The last few days I have started coding with a PHP Framework. I am using an opensource framework Code Igniter by Ellislab. I have never used a framework for coding before so this is quite a change from my normal … Continue reading

Posted in Code, Technology, work | Tagged , , , | 1 Comment

Administration plugin for Minishowcase Gallery system

As I mentioned in a previous post about Jess Thompson Photography http://www.jessthompsonphotography.com, I have recently found this great AJAX|PHP Gallery system Minishowcase. I have written an administration system to extend the already smooth system. The Administration system plugs in and … Continue reading

Posted in Code, fun, Life, Technology, work | Tagged , , , , , | 29 Comments

Using PHP exec to backup mySQL databases.

Backing up your site and files is a Must, and many servers have back-up options available to them. But one thing that is forgotten far too often when backing up your site, is backing up your database. With a blog, … Continue reading

Posted in Code, Technology | Tagged , , , , | 2 Comments