Programming jQuery: How to Break Out of an Each Loop March 16, 2015 by Craig Lotter No Comments The ever so useful jQuery javascript library has a homegrown loop function entitled .each(), which allows you to iterate over a jQuery object, and at... Read More
Strand Feeding the Strand Duck Pond Geese (2015-03-07) March 9, 2015 by Craig Lotter No Comments We kicked off an incredibly busy weekend (more on this at a later stage) by heading to the family favourite Strand duck pond (just across... Read More
My Life Nail Clippers No More August 23, 2011 by Craig Lotter No Comments Ah ha! I knew that my newly reinvigorated training regime would pay off. Only a few days back in, and already I have shown my... Read More
CodeUnit jQuery Draggable, Droppable and Sortable User Interface not working in Internet Explorer 9 (IE 9) April 18, 2011 by Craig Lotter No Comments I received a bit of a nasty shock when by sheer chance, one of the project managers updated their machines and got Internet Explorer 9... Read More
Programming PHP: Exit a While or For Loop with Break January 31, 2010 by Craig Lotter No Comments How do you exit or break out of a running loop before it has finished completing in PHP? Read More