-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
CouchDB and PHP Web Development Beginner's Guide
By :
Believe it or not, we've already done quite a bit to make our interactions with CouchDB a simple process. In this chapter, we'll get right into the meat of CouchDB and start to model our user documents.
To be more specific we will:
Install Bootstrap, a toolkit from Twitter that will handle the heavy lifting of CSS, forms, buttons, and more
Take a close look at how CouchDB stores user documents by default and how we can add fields to them
Add basic functionality for users so they can sign up, log in, and log out of our application
Learn how to handle exceptions and errors
This is going to be our most rewarding chapter yet; you'll love offloading some of the standard authentication and security to CouchDB. Buckle up. It's going to be a fun ride!
We've played around with a lot of files to test Bones and Sag, but you'll notice that our application is still looking pretty barren. So, let's spruce up the design a bit. Since designing and implementing UIs...
Change the font size
Change margin width
Change background colour