I’ve got plenty of programming and technology books in my collection and a large portion of those are from packt publishing. I’ve just discovered at this time of year they have a promotion on ebooks offering them at $5 a … Continue reading →
While you might not be able to exactly grab a zone file directly you can list the records you have permission to retrieve using the dig command with the following options. dig +nocmd yourdomain.com any +multiline +noall +answer Its also … Continue reading →
I’ve recently had the chance to read through a new book on AngularJS its called “Mastering Web Application Development with Angularjs” and its by Pawel Kozlowski and Peter Bacon Darwin. I’ll be honest I haven’t looked up any current publications … Continue reading →
Angularjs is a great piece of technology and while I’m glad they have any documentation sometimes it falls short of providing enough information. Either that or I’m looking in the wrong places or approaching things the wrong way! Anyway in … Continue reading →
I’m pretty new to angularjs and I’ve been working through what I can learning a lot from egghead.io videos, stackoverflow and just plain old trial and error. So I’m actually writing a new checkout at the moment and in doing … Continue reading →