Customer Reviews


16 Reviews
5 star:
 (9)
4 star:
 (3)
3 star:
 (1)
2 star:
 (3)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


11 of 12 people found the following review helpful:
5.0 out of 5 stars Excellent CMS; Excellent Book
I've been waiting a long time for this book.

Textpattern is a free, open-source content management system that is lean, flexible and powerful. Until now, the only resources for learning to use it were the various web pages: FAQs, reference wiki, the forum, etc. They are all valuable and responsive (the forum is very active, and I've seen a new answer to my...
Published on May 27, 2007 by M. Montgomery

versus
1 of 1 people found the following review helpful:
2.0 out of 5 stars Disappointing, for me.
I'm afraid this book really does read like it had 5 authors. Yes, it's probably complete, which would suit those already familiar with Textpattern, as were most of the reviewers here. But for those wanting to get started with Textpattern I think it is badly written. And needn't have been.

Maybe I'm in the minority, but if I'm trying to understand and learn a...
Published on May 28, 2009 by devinepaul


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

11 of 12 people found the following review helpful:
5.0 out of 5 stars Excellent CMS; Excellent Book, May 27, 2007
By 
Amazon Verified Purchase(What's this?)
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
I've been waiting a long time for this book.

Textpattern is a free, open-source content management system that is lean, flexible and powerful. Until now, the only resources for learning to use it were the various web pages: FAQs, reference wiki, the forum, etc. They are all valuable and responsive (the forum is very active, and I've seen a new answer to my question posted on the FAQ page the next day), but we "book learners" needed, well, a book.

That book is here, and it is excellent. At almost 400 pages plus a 100-page tag reference, there is plenty of material. It's very well-written and easy to read (if you're interested in using, learning or trying Textpattern).

Sections 3 and 5, with the conceptual understanding and the three website examples, are probably my favorites. Since I'm not a programmer, the chapter on writing plugins seems a bit over my head.

The only change I'd suggest would have been to move chapter 6, "The Textpattern Model," up front as the second chapter. This conceptual overview would help to understand "what" and "why," and some of the software's capabilities, before diving into the installation and setup process.

I wholeheartedly endorse this book as an essential introduction, manual and deskside reference for Textpattern in particular, and building dynamic database-driven websites in general.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars A cohesive primer to the Textpattern CMS, July 23, 2007
Amazon Verified Purchase(What's this?)
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
Textpattern Solutions: PHP-Based Content Management Made Easy by Kevin Potts, Robert Sable, and Nathan Smith (with Mary Fredborg and Cody Lindley, foreword by Jon Hicks) is a cohesive primer to getting started, working in, and managing the Textpattern CMS. If you are a PHP beginner and are looking for a CMS solution, then this is a great start. If you are an advanced PHP developer, then this is an excellent choice for a CMS. No matter what the skill level, Textpattern allows you to take full control of your website, whether it is a simple blog or an e-commerce application. Getting started with a CMS is never easy. You have to learn the CMS interface and it's nuances including such things as templating and plugins. This book will walk you through all the steps necessary to effectively manage your site with the Textpattern CMS.

This book is broken down into 6 parts and 17 chapters. Let's take a look at each part.

Part 1 sets the foundation in getting started with Textpattern. This section will give you the basics and walk you through installing a local server using the popular XAMPP setup. They run through the process on both Microsoft Windows and Macintosh OSX platforms. After XAMPP is installed, you are walked through connecting the pieces to get Textpattern up and running. This includes downloading and installing the CMS and connecting it to your MySQL database.

Part 2 continues with setting the foundation and introduces you to the Textpattern interface. Each chapter walks you through the administration panels and breaks down all of your options. These chapters are extremely thorough and leave no gaps in the administration panel and your available options. From site administration, basic content creation, and altering the look and feel--this chapter covers all of the bases necessary to work within the CMS.

Now that a strong foundation has been set, it is time to dive in deeper and customize our installation of Textpattern to our needs. No two websites are the same, and each website has different needs and goals. Textpattern has a flexible setup that allows you to define the content areas, what they include, and where they should be included. A simple templating system that gives you the necessary defaults, but also allows you to extend beyond those defaults when necessary. These chapters also introduce you to the Textpattern Model which adds a content layer to the already known structural, presentational, and behavioural layers.

Here is where we dive in and start getting our hands dirty. We start by creating the content needed for the site. This includes such things as categories, articles, and then comments. We step back and look at the big picture, then break each of these things into their own forms. This give us the freedom to re-use chunks of code throughout the rest of our site. We start putting the pieces of the puzzle together and connecting the content to our site structure. It is important to mention that each step of the process is covered extensively and the template tags are broken down to let you know all of your options.

Moving to part four we get to take an in-depth look at the Textpattern plugin architecture. Sometimes we need to achieve custom tasks but don't want to manipulate the core code. Plugins allow you to extend the Textpattern CMS and build in your own tags and functionality. We are first introduced to custom fields and how we can utilize them in our site. This extends the flexibility even further, as you are allowed to define the context through the use of these custom fields. For instance, if I were doing a website that focused on books I could create custom fields for author, price, publisher, and anything else related to the book. With just a few clicks you can utilize an array of plugins already available to the community or you can build your own. This section walks you through the process of doing both tasks. We get to see an in-depth tutorial on creating your own plugins from Rob Sable who is very experienced at creating plugins. Now that we have seen how to add custom fields, how to implement already existing plugins, and how to write our own plugins, it is time to put this all into practice.

At this point you have covered virtually every aspect of Textpattern. Now it is time to take a look at some case studies. The first example is one of a multi-author website, Godbit.com. This is a website run by Nathan Smith, and has contributions of many others. Nathan walks you through the structure of the Godbit website, and how it allows multiple authors to add content and achieve only the tasks necessary to their role.

Next we are presented with two different case studies: PopularWeddingFavors.com and Boise City Eats. The first is an e-commerce site and the second is a place to review local restaurants. It is important to note that each of these sites has a unique context and structure. These chapters show the true power of Textpattern: getting out of the way and giving you the control. You are not confined to specific types, nor do you have to shoehorn your content into something that it isn't. You are in full control of developing your application no matter what the need.

The last part of this book makes this a valuable desk reference: appendixes that walk you through a complete tag reference and plugin developer resource. This includes full coverage of all available tags and options, and some of the core code and functions that will allow you to effectively build your plugins. Both of these are invaluable as you work within the Textpattern CMS and should be an arms length away as you are developing.

Conclusion:
If you are looking for a PHP-based CMS and don't know where to get started, then Textpattern is worth a serious look and this book will guide you in the process. I have played with several other CMS's that seemingly lock you into their context and options. Textpattern is more of a blend of a framework and CMS, allowing you to have full control as your website scales--no matter what the need.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
4.0 out of 5 stars A good book on new and amazing technology called "Textpattern", June 5, 2007
By 
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
<long review: 10-15 minutes>


"Textpattern" is the name of some amazing new technology code which is extendable by plugins and is so flexible that calling it a "CMS" is a pure understatement.

With 260 -300 KB of code Textpattern code is not only at least 3-4 times smaller than its "competitors" (Wordpress etc.), but also includes features which you wont find in any other "CMS".

I put "competitors" and "CMS" in brackets because Textpattern really is a complete different breed of software.

The Textpattern software package is what the Germans would call a "Eierlegende Wollmilchsau - a sheep that gives also milk, eggs and meat". It seems like you can make it do almost anything you can come up with. Calling it a CMS does NOT describe anymore adequately its capabilities.

Textpattern has its own little environment for developing and compiling plugins + pages (Variables, functions, macros, may I even dare to say language ?)

Textpattern is not only a blog focused CMS but rather a mixture of a web based IDE, compiler and web environment.

For potential system admins its not enough anymore to upload the core software package itself or a plugin for it. While that would work it wouldnt even explore 5% of the possibilities the textpattern system provides.


The book "Textpattern Solutions" is an attempt to cover the sheer wide range of possibilities you will have at your fingertips.

Not only is it the first book describing Textpattern in such detail it is also quite likely that it will stay this way during 2007 as I am not aware of other publishers that are preparing a book on Textpattern. So Friends of ED has a real edge here with a book written from the people that should know their stuff.

This makes your choice an easy one ;-)
In 2007 this is THE book for all things with Textpattern.

So in short: If you are into Textpattern, for now at least, this is your book to get !!


Got it ? - Good.

---


I would also like to point out that I would have LOVED to give the book 5 stars, but I did expect better presentation skills and not just f.e. (Chapters 3-5 ) listing up some 80 pages of GUI options with some screenshots and explaining those individually.
I assume a few more diagrams would have worked wonders.

Regardless, systemadmins, developers and designers will find this book to be a worthwile investment.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Get It, June 14, 2007
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
There are only three reasons not to get this book:

1) You are legally blind
2) You don't use Textpattern and never plan to
3) You wrote it

Otherwise, don't waste your time wondering if you should get it, just get it. I've had the book for about 30 minutes, and I've already gotten my money's worth even if I never pick it up again. But I will pick it up again, probably on a daily basis. Thanks to the authors and editors for doing an excellent job.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars Disappointing, for me., May 28, 2009
By 
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
I'm afraid this book really does read like it had 5 authors. Yes, it's probably complete, which would suit those already familiar with Textpattern, as were most of the reviewers here. But for those wanting to get started with Textpattern I think it is badly written. And needn't have been.

Maybe I'm in the minority, but if I'm trying to understand and learn a new technology (or find my way in a new city) I want to start with an overall picture first, then progressively zoom in... If you start feeding me details before I know where and how they connect and fit, you'll just confuse me needlessly.

Page 2 Starts off well. "What is Textpattern?" Then follows a half page of bewildering text that for me, failed to expand on the 1 sentence description on the Textpattern site.

I was relieved then, to see the heading on Page 6 "How Textpattern Works". Great so far. The text then goes straight in to a half page description of the LAMP Platform. Then 3/4 of a page on Licensing. Licensing. I'm not saying that is not important. But please just tell me in the intro what is Textpattern and how does it work first, so I will know enough to care about the differences between a GPL and a BSD license!

I'm afraid to say that the book holds many similar frustrations for me, and I fully agree with the previous reviewer. I expect to use it as a reference but it completely missed the opportunity to be helpful to a new user like myself.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Great resource, January 20, 2008
By 
mOlson "-m" (Seattle, WA USA) - See all my reviews
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
Textpattern solutions is a great resource for those looking to learn how to use this excellent Open Source CMS. The example site (Buzzbomb) is not quite as linear as I would have hoped and doesn't quite function like you would expect a tutorial to, but I was able to follow along with a little help from the TXP forums. Regardless, the book serves as a great launching pad to get into the nuts and bolts of the cms and begin creating your own sites using TXP. It is also the only book out there on the subject, so the choice is either to use this book, or to muddle through the online resources (which you will need anyway). The book certainly cuts down the learning curve (which isn't that steep, really) and gives you the tools you need to start using the cms with more confidence.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent Book for a Wonderful CMS, October 16, 2007
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
Despite using Textpattern (TXP) since I started my own website I knew there was still a lot for me to learn and also a few things that could be improved with the way I setup my site. Needless to say when I got wind of this book there was no doubt in my mind that it would help me to be a better TXP user.

The book is well-written and takes you through every aspect of TXP. Everything and I mean everything about TXP is covered in this book. You'll learn the ins and outs of installation, navigating and accomplishing various tasks in the administrative interface, go through the process of building a complete site covering articles, forms and pages, and even learn how to build you're own plugins. There are also 3 case studies that help to further demonstrate just how flexible TXP can be. What more could you ask for?

This book was a great read and I would highly recommend it to anyone who is new to TXP, thinking about using it or who currently uses it and would like to learn more about this wonderful CMS.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Great reference manual for Textpattern, August 11, 2007
By 
Ryan C. Nalepinski (Scottsdale, AZ United States) - See all my reviews
(REAL NAME)   
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
I have fiddled with Textpattern since early 2006. Since I had no server configuration experience, I was leary about venturing into the world of content management systems. I checked-out the textpattern.com website, downloaded the files and gave it a shot. The simplicity is almost scary! Within an hour I was up and running with Textpattern. Simply awesome!

The book. Exactly as advertised. It helps explain the hierarchy (articles, categories, forms, etc.), which can be confusing to the server-side programming beginner. Everything is well explained with current, live examples. My only wish is that I would have had this when I first discovered Textpattern.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars What a Great Resource, July 21, 2007
By 
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
Textpattern is a great free CMS that can fulfill most requirements for dynamic sites, but not all of us think the same way as the designers of this excellent program.

There are lots of resources on the web, but for getting down with a wet towel over your head and making serious websites, this is a fantastic book for understanding how it all fits together. The concepts and the techniques are explained in detail, and it's not a bad read either.

Highly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars A Must-Have for anyone interested in textpattern, July 3, 2007
This review is from: Textpattern Solutions: PHP-Based Content Management Made Easy (Paperback)
I have been using textpattern for over a year now, and due to the somewhat sparse online documentation, I never really had a good 50,000 feet view of how textpattern actually works. The way forms, articles, pages, sections work together was confusing to me for awhile, and most of the people i've seen who try textpattern and give up is because of confusion.

This book is a priceless resource, because it explains how all of the components work together, using diagrams and real site examples to show you. Textpattern by far is the most flexible yet lightweight CMS that I have ever used, and when you actually understand how all the parts work, it is also the easiest to develop a custom site with.

If you are considering textpattern as a CMS, or currently use it but are still a little bit confused by everything, do your self a favor and buy this book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Textpattern Solutions: PHP-Based Content Management Made Easy
Textpattern Solutions: PHP-Based Content Management Made Easy by Cody Lindley (Paperback - May 22, 2007)
$39.99 $26.39
In Stock
Add to cart Add to wishlist