My Comments: I basically zoomed into the chapters - 1,2,5,7. It’s an informative book about various blogging engines and how to build and code them. I picked up this book to give me some leads into the designs behind Wordpress and how it runs in php and mySQL. I learnt about new technology names lke Apache, Perl and CGI scripts which are used heavily for blogging engines. One great things about reading books is that gives us leads to more similar knowledge… i’ll definitely be picking up a book on Apache soon
Some extracts: some blogs by Geeks and Web designers:
The blogging trend… found it amusingly true
Previously the realm of angst-ridden teens spilling their guts about how nobody understands them (back in my days it was just “That is SO unfair! I hate you!! SLAM!” and stomp up the stairs to the bedroom to sulk), the blog has so quickly become big business. Everyone is doing it, from Joe Public in the high street , to politicians to Microsoft in Redmond.
Technologies for blogging…
To create a blogging system, you need 3 essential times: a web server application to serve the pages, a scripting language to code the pages with, and a database to store all your information.
database that runs behind blogging engines… >
… … MySQL, the world’s most popular open-source database, which is powerful, easy to use and best of all - free for most people. The way your website communicates with the databse is through a scripting language. The one most frequently found in combination with MySQL is PHP, another open-source project that’s also powerful, easy to use and free.
This is what happens when somebody visits your blog:
little intro to Wordpress coding… found this funny again :P…
Before we venture forth into the side wonderful world of PHP, CSS and HTML, we should let you in on a dirty little secret: Michael couldn’t write PHP to save his life. The first and foremost important lesson we can impart to you is this: Templating in Wordpress does not require a degree in differential equations; it only requires the willingness to learn and experiment.
Wordpress Support >
Wordpress template file based on Kubrick default theme