Videos

  • ‘Silent’ video blogging

    Continuing my foray into the video blog world, I pretend to invent a whole new genre. I didn’t really. Technically I think it was invented by Bob Dylan but who can really tell? Pointless video really as a precursor to more pointless stuff, probably.

  • Limiting the number of times a PHP loop will run using the break command

    If you’re reading this page then you’re already likely familiar with the standard PHP for, while and foreach loops. If not, then may I suggest some background reading first – http://www.php.net/manual/en/language.control-structures.php. That said, I added a new weapon to my PHP arsenal today in the form of a better understanding of the break command. I’ve…