-
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
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
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 ajax, class, Code, css, javascript, mootools, project, site, work
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 browsers, Code, fun, function, php, user agent
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 Code, javascript, Technology, work
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 gd library, images, php, png
Leave a comment