Zend Framework 1.8 Web Application Development book review

Tags:

So you want to learn to use Zend Framework, and develop a web app with it. Maybe you’ve been looking at a book to help, too. This is what Keith Pope’s book Zend Framework 1.8 Web Application Development promises to teach you. And I think this is the best book for the job. Continue reading to find out why.

NetBeans Platform 6.9 Developer’s Guide review coming soon

Tags:

I have recently received a review copy of Jürgen Petri’s book, NetBeans Platform 6.9 Developer’s Guide, and I will be posting a review of it after I finish reading it in the coming weeks. You can check the book out on Packt’s store page. Some of you may recall I was also doing a review of Zend Framework 1.8 Web …

Going to review Zend Framework 1.8 Web Application Development

Tags:

I was contacted by Packt Publishing to review a new Zend Framework book, Zend Framework 1.8 Web Application Development. I have previously reviewed Object-Oriented JavaScript, also published by Packt, which was a quality title so I’m looking forward to reading this ZF book. The book is written by Keith Pope, a web developer/project manager from the UK. I don’t yet …

Object-Oriented JavaScript book review

Tags:

I was recently contacted by Packt Publishing, and asked if I wanted to review a book they published – Object-Oriented JavaScript, written by Stoyan Stefanov. I hadn’t reviewed books before, but I decided to give it a shot! As stated on Packt’s website, by reading the book you will learn: Create scalable, reusable high-quality JavaScript applications and libraries Learn to …

Using Prototype Property in JavaScript

Tags:

The following topics are discussed in this article: Every function has a prototype property and it contains an object, Adding properties to the prototype object, Using the properties added to the prototype, The difference between own properties and properties of the prototype, __proto__, the secret link every object keeps to its prototype, Methods such as isPrototypeOf(), hasOwnProperty(), and propertyIsEnumerable()