Category Archives: fun

Linux Crontab helpful hints

* * * * * command to be executed ┬ ┬ ┬ ┬ ┬ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └───── day of week (0 – 6) (Sunday=0 ) │ │ │ … Continue reading

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

PHP Dump/Debug script.

Ever use PHP’s var_dump() or print_r() to debug what is going wrong with that $data you have ? Well, this simple script acts as the above functions, yours first parameter is your data, and the second optional parameter is stoping … Continue reading

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

Webkit custom scroll bars

Webkit browsers such as Safari and Chrome support some superb CSS3 styling. They are ( even thought I use firefox as my primary browser ) the most advanced browsers. For a while now I have created custom scroll bars using … Continue reading

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

Mootools Gallery ZoomBox Plugin

I needed a simple lightweight Mootools Gallery Lightbox, and after a few googles, I found nothing that suited my needs with out all the extra ‘captions’ and grouping and bloat. This is a simple zoom from start position type lightbox … Continue reading

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

BounceBox Version 1.2 with Mootools 1.3 support

After around 19 months of inactive development I have updated my Mootools BounceBox class to support The current selector method and fix an Event issue in some browsers when opening the Box. Try out the demo at http://bouncebox.lendrum.co.nz and download … Continue reading

Posted in Code, fun, javascript, SimpleSite, work | 2 Comments

Use PHP to find your mobile browser

I needed a quick way to include different files based on the if the visitor to a site is on a mobile device or a regular browser/computer. Every browser has a user agent depending on the operating system, browser and … Continue reading

Posted in apple, Code, fun, Technology, work | Tagged , , , , , | 3 Comments

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, fun, javascript, Technology, work | Tagged , , , | Leave a comment

Use PHP and the GD Library to make CSS Sprites

I came across some neat free Icons a couple of day’s ago. I found 178 free icons by WooThemes. They suited my needs for some navigation icons I was after, so after a quick download, I have them all. Great. … Continue reading

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