Category: Computer Science

  • CakePHP 3.0, Use It In Pieces

    One of the key goals of CakePHP 3.0 as discussed recently was making CakePHP 3.0 more decoupled. CakePHP 3.0 has achieved that goal very nicely. Take a look at the CakePHP organization’s repos on GitHub and you will find a long list of decoupled collections of classes that are all part of the overall CakePHP […]

  • Meetup Talk on CakePHP 3.0: The Cake Isn’t a Lie and It Tastes Delicious

    Meetup talk covering the basics of CakePHP 3.0.

  • Meetup Talk on PHP: The Right Way

    Talk at the Las Vegas PHP User Group on PHP: The Right Way and other tools.

  • Meetup Talk on PHP Classes 101

    I presented at this week’s Las Vegas PHP meetup on PHP Classes and Object Oriented Programming.

  • Presentation on Unit Testing Inertia

    I gave a talk on Tuesday at the Las Vegas PHP Meetup Group titled Unit Testing Inertia.

  • 10 Years

    So for the tenth anniversary, the Zen Garden is open for business once more. I’ve thrown the codebase on Github, given the dusty copy a refresh, started the conversion of the site to HTML5, and brought all of the existing designs kicking and screaming into the modern age. The work isn’t done yet, but it’s […]

  • Line Clampin’ | CSS-Tricks

    You want X lines of text. Anything after that, gracefully cut off. That’s “line clamping” and it is a perfectly legit desire. When you can count on text being a certain number of lines, you can create stronger and more reliable grids from the elements that contain that text, as well as achieve some symmetric […]

  • Google’s Buildings Hackable

    We reported this issue to the Google Vulnerability Rewards Program (VRP). After much heckling from my former colleagues at Google, they quickly pulled this system offline. We also applaud Google for creating a program like the VRP and giving us the chance to share our story with a wider audience. At the time of this […]

  • Senate passes Internet sales tax in final vote, 69-27

    The US Senate passed an online sales tax in a vote this afternoon after a heated final round of debate. A small group of anti-tax Republicans, as well as Democratic Senators from states without sales tax like Montana and Oregon, argued vociferously against the bill—but to no avail. The final vote was 69-27, not much […]

  • Hex Color Tool

    I needed a tool that either added white or black to a hex color. Launching Photoshop just to drag a color picker around wasn’t cutting it. I looked around for a web app that would do this but unfortunately most good programmers are terrible designers. I built HexColorTool to fill the gap. It’s responsive too! […]