by Heather | Oct 29, 2013 | Uncategorized
If you don’t know me then this will seem to come out of nowhere. I made a thing that tells you the results of NHL games (to Brits, that’s the American/Canadian ice hockey league) without telling you the scores. Basically, I’m a fan of the Pittsburgh Penguins, but I...
by Heather | Oct 21, 2013 | Object-Oriented Programming, PHP, PHPStorm
I noticed an oddity (possibly a bug?) in PHPStorm today when working with the DOMPDF library. All the PHP classes are named as classname.cls.php – and PHPStorm, which is normally excellent at finding classes, just does not like this, so I was working with an...
by Heather | Oct 18, 2013 | CodeIgniter, MVC, Object-Oriented Programming, PHP
If you work with PHP regularly, chances are you’ve come across an MVC structure at one point or another. They are widely used in many popular frameworks and open source software like OpenCart. Using an MVC structure for your projects is a great way to separate...
by Heather | Oct 18, 2013 | JavaScript, JQuery
For a recent project, I needed an image gallery in JQuery. No sweat, there are hundreds of suitable plugins. My favourite is Cycle 2. It’s flexible, HTML5-friendly, and allows you to write the markup pretty much any way you like, so you don’t have to compromise on...
Recent Comments