-
Loading
-
Archives
- January 2012
- July 2011
- April 2011
- February 2011
- November 2010
- October 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
-
Meta
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 ajax, characters, Code, html, javascript, Life, mootools, php, s, site, url, urls, work
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 box, class, Code, control, database, effects, extra, javascript, key, mootools, php, project, projects, site, work
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 class, cool, effects, html, javascript, mootools, php, site, style, work
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
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 class, design, develop, development, download, frame free, image, install, php, project, safari, wordpress, work
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
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 administration, design, gallery, javascript, minishowcase, php
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