Welcome to KIWIreviews - product reviews
•  click here to return to the homepage  •
Welcome visitor. log in

Product reviews on kiwireviews.nz : Thursday 20th August 2026 - 05:19:49

QuickSearch for:    What is QuickSearch?
QuickJump to:    What is QuickJump?
logon name: p/w:  

I want to:

You Are Here...

Home > Categories > Books > Reference > Silverstripe - The Complete Guide to CMS Development review

« Norton Internet Security for Mac (v4.1) reviewNorton Internet Security for Mac (v4.1)Introducing Maya 2009 reviewIntroducing Maya 2009 »

Score: 8.8/10  [1 review]
3 out of 5
ProdID: 2514 - Silverstripe - The Complete Guide to CMS Development
Written by Ingo Schommer, Steven Broschart, Julian Seidenberg

Silverstripe - The Complete Guide to CMS Development
Price:
$74.99
Sample/s Supplied by:
Click to search for all products supplied by John Wiley Australia

Disclosure StatementFULL DISCLOSURE: A number of units of this product have, at some time, been provided to KIWIreviews by John Wiley Australia or their agents for the sole purposes of unbiased, independent reviews. No fee was requested, offered nor accepted by KIWIreviews or the reviewers themselves - these are genuine, unpaid consumer reviews.
Available:
October 2009

Silverstripe - The Complete Guide to CMS Development product reviews

This is the Official Guide on the award-winning SilverStripe programming framework, authored by the creators of the open source CMS.

SilverStripe is a robust and flexible website content management system (CMS) tightly integrated with an application framework. It is open source and embraces modern system architecture and agile development methodologies.

Intermediate developers can implement powerful websites and web-applications quickly and customize them to their individual needs. The award-winning PHP5/MySQL-based system saves not only time and nerves for techies, but also features a straightforward interface which is a joy to use for non-technical content-authors.

This Guide helps you to get started with SilverStripe. Learn the architecture and usability principles that underpin SilverStripe's modern approach. Then go through the technical requirements, the installation process, and useful tools for your daily work.

Learn the CMS: Practical examples show you how to use the CMS as a content author, and how to manage content, images, documents, and forms without technical knowledge. Administrators learn how to set up permissions and security groups.

Develop a custom application: Use MVC and other modern design patterns to create well-structured, object-oriented PHP code and concise template markup. Let the authors walk you through creating an interactive recruitment website as practical example project.

Extend through clean code and modules: Understand how SilverStripe is built on modularity and how this empowers you to build plugins and core extensions in an elegant, maintainable fashion.

Use SilverStripe professionally: In-depth topics on internationalization, security, unit testing, caching, multi-page forms, and web services APIs ensure that you can build world-class websites.

ADMIN NOTE: This book is based on Silverstripe v2.3.3. Silverstripe is constantly being upgraded and some information may outdate itself over time.

Check out John Wiley Australia onlineClick here to see all the listings for John Wiley Australia Visit their website They do not have a Twitter account They do not have a Facebook page They do not have a YouTube Channel They do not have a Pinterest board They do not have an Instagram channel They do not have a TikTok channel



Tags:
cms   content management system   extensible   modular   mysql   php   plugins   silverstripe
Other listings you may be interested in:
Hyperion Cantos : 2 : The Fall of HyperionHyperion Cantos : 2 : The Fall of Hyperion
Rating: 9.5
Uncover : The Human BodyUncover : The Human Body
Rating: 10.0
And Did Those Feet...And Did Those Feet...
Rating: 8.3
Build a Little Biz - Build a BrandBuild a Little Biz - Build a Brand
Rating: 10.0
The Cabeswater Chronicles 2: The Dream Thieves The Cabeswater Chronicles 2: The Dream Thieves 
Rating: 9.5
Spacemice #1:  Alien EscapeSpacemice #1:  Alien Escape
Rating: 9.8
The Raven Cycle 3 - Blue Lily, Lily BlueThe Raven Cycle 3 - Blue Lily, Lily Blue
Rating: 9.0
Tom Gates #8: Yes! No (Maybe)Tom Gates #8: Yes! No (Maybe)
Rating: 9.8
Frog Finds A PlaceFrog Finds A Place
Rating: 7.4
Corpse Talk Season 2Corpse Talk Season 2
Rating: 9.8
Pig the ElfPig the Elf
Rating: 10.0
The Secret Life of Number 8The Secret Life of Number 8
Rating: 9.4
Don't Get  Your Tinsel In A TangleDon't Get  Your Tinsel In A Tangle
Rating: 10.0

Product reviews...

Members are welcome to post a review. You will need to log in to post yours.

Click here to read the profile of sadu

Review by: sadu (Harvey)
Dated: 9th of April, 2010

Link to this review Report this review

 

This Review: 8.8/10
Value for Money:
Score 8 out of 10
Accuracy:
Score 10 out of 10
Ease of Use:
Score 9 out of 10
Extra Features:
Score 8 out of 10

It's been some time since I have sat down with a book and learned something new - most of my learning these days is done via online tutorials and asking questions in the forums. While learning all about ORM and MVC isn't everyone's idea of bedtime reading, I found it rather useful to be able to learn about Silverstripe without needing to have a computer handy. I understand this book has been selling well, and this makes sense - the information is well presented, and has certainly addressed many of the questions / frustrations I have had so far.

My experience with Silverstripe up until now has been helping out a client when she gets stuck with something on her site. She isn't particularly technically minded, but has managed to do a great job of installing and figuring out Silverstripe herself. I'm no expert either, and this book appealed as it gives a good overview of what Silverstripe can do, and more importantly, where to put your code snippets in order to get a particular job done. I would think that 'Silverstripe - The complete guide to CMS development' would be a very good resource for enthusiasts like her as well as full-time developers like myself.

The book starts off with the basics - firstly explaining the Silverstripe way of doing things - why it's better to have the developer add a snippet of code to get a job done instead of having pages and pages of options that are never used (I'm looking at you Magento). An overview of the architecture of the product is given first up, which is good especially as Silverstripe makes lots of assumptions about certain things. For example if you name your classes and files correctly, it will do a lot of the work for you automatically.

'Silverstripe - The complete guide to CMS development' includes a chapter on how to use the admin section which would be appropriate for showing to the end user, but the sections discussing the development and backend functions was what caught my interest. While a lot of the information in the book is available if you dig around in the documentation, forums, mailing lists and Google, the book presents the information in one place, in a clean and consistent format, with examples, and downloadable code if you need it. Silverstripe has plenty of features that are present in other CMS systems - templates, hooks, data escaping etc - these concepts are all familiar, but are handled differently in each CMS or framework. Having an overview of how each of these concepts are handled in Silverstripe makes the next job that much easier.

I'll be starting out simple of course, but I'm now feeling a lot better about developing my next web project using Silverstripe. 'The complete guide' has filled in enough blanks to make the product useful to me, and saves me having to pour hours of time into other learning mediums. I can recommend this book as an excellent resource and reference for web developers, and also anyone who is familiar with HTML and wanting to learn how to take the next step. Silverstripe is a good framework to develop with, and is useful for basic brochure sites through to complex web apps.

Random listing from 'Books'...

Score: 9.8
Product reviews for listing 9006: Words About Birds of Aotearoa New Zealand -  Written by Geoffrey Fuller

Product image for Words About Birds of Aotearoa New Zealand"New Zealand is a land of birds,
from North to Stewart Island.
They are found in all the forests tall,
in parks and swamps and dry land."

This beautifully crafted book features many kinds of birds, from the mighty albatross to the shy kakapo and kiwi to the much-loved tui, all of which make their homes in diverse habitats. Less celebrated birds such as the mallard, pied stilt, and shag are also included.

Go to the listing

General Disclaimer...

Protected by Copyscape Plagiarism Checker - Do not copy content from this page. Creative Commons Licence All trademarks, images and copyrights on this site are owned by their respective companies.
KIWIreviews is an independent entity, part of the Knock Out News Group. This is a free public forum presenting user opinions on selected products, and as such the views expressed do not necessarily reflect the opinion of kiwireviews.nz and are protected under New Zealand law by the "Honest Opinion" clause of the Defamation Act of 1992. KIWIreviews accepts no liability for statements made on this site, on the premise that they have been submitted as the true and honest opinions of the individual posters. In most cases, prices and dates stated are approximate and should be considered as only guidelines.

"Why do toasters always have a setting so high that could burn the toast to a horrible crisp, which no decent human being would eat?"
unattributed