Category Archives: javascript

New Design & Forum for Sheldon Lendrum

For the last ‘ages’ I have been meaning to update my wordpress theme and add a forum. I get a bunch of emails and comments on various posts about script help, which I am happy to help, but now I … Continue reading

Posted in Code, design, fun, javascript, wordpress | Tagged , , , | 1 Comment

Javascript URI Address Segment Selection

I use the great CodeIgniter, PHP Framework a lot, Most site’s now days I create use it. One of the many good things is that way it handles pages request’s and PHP $_SERVER['REQUEST_URI'] to find which page we are on. … Continue reading

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

Using Mootools Request.HTML response Javascript using $exec

Javascript frameworks are great, no matter which one you use their all built to do more, quickly. I use Mootools for most of my JS needs, and something is I often use is the AJAX request functionality. Today I needed … Continue reading

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

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, Technology, design, javascript, 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, Technology, javascript, work | Tagged , , , , , , , , , , , , , , | 6 Comments

BounceBox Update, Version 1.1

I was using an implementation of my BounceBox mootools javascript class on a site I am working on at the moment, and made a couple of additions to the Class that I hope other will enjoy. The new version1.1 demo … Continue reading

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

New Version of 'MiniShowCase Administration' coming – any enhancement requests

I am working on adding some features to the MiniShowCase Administration, like better user management, better image scaling options and better description management. If anyone has any ideas or enhancement requests, please post a comment below, or to be notified … Continue reading

Posted in Code, Technology, design, fun, javascript, work | Tagged , , , | 4 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, Technology, design, fun, javascript, work | Tagged , , , , , , , , , | Leave a comment