How to Protect Your Google Analytics From Getting Hacked

How to Protect Your Google Analytics From Getting HackedWithin 15 minutes, anyone with a decent amount of traffic to their own site can completely CORRUPT your Google Analytics data. It’s easy, simple, and once the data is corrupted, you can’t fix the data that’s already been collected. I’m going to show you exactly how to […]

phpDocumentor 2: Generate API documentation from source code

phpDocumentor 2: Generate API documentation from source code phpDocumentor 2 is a tool with which it is possible to generate documentation from your PHP source code. With this documentation you can provide your consumers with more information regarding the functionality embedded within your source and not only what is usable to them from your user […]

Bricss: Easily checking in JavaScript if a CSS media query has been executed

Bricss: Easily checking in JavaScript if a CSS media query has been executedbricss: For quite a while I have been looking for a way to “mirror” my CSS media queries in JavaScript, but without duplicating the actual queries. Of course, you can use matchMedia to evaluate a media query in JavaScript, but then you have […]