MODx Web Development – MODx Book Now Available!

modxwebdev

The first ever (I believe) MODx book is now available!  It is titled MODx Web Development, authored by Antano Solar John and  published by Packtpub.

You can get a copy of MODx Web Development at Packtpub (ebook costs $22.39, paperback costs $35.99, bundle costs $40.79).

Here is a quick rundown of the contents of the book:

Continue reading “MODx Web Development – MODx Book Now Available!”

Building a Website with MODx for Newbies – Part 2: Installing MODx

Welcome to part 2 of our series of tutorials on building a website with MODx CMS. In part 1 we had a brief introduction to MODx, and in this second installment we’re going to download and install MODx and do some basic configuration.

Following the modality of other tutorials on this blog, I am actually going to build a website to accompany this tutorial so that you can track your progress with mine and see the actual end product of the different techniques and skills that we’ll be covering.

As of this writing, MODx is currently in version 0.9.6.3.  Do use the latest stable version.  If any of the steps in these tutorials change, I will do my best to make a notation in the relevant posts.

NB: I initially wrote these tutorials for MODx Evolution 0.9.6.3 but if you’re using Evolution 1.o+ they will work just fine.  There are some changes in terminology, and you can get a basic idea of the differences by watching this screencast that I created.  If it makes you more comfortable you can work through these tutorials using 0.9.6.3 and then upgrade your website to 1.0+ following the directions on this screencast.  These tutorials will NOT work for the Revolution 2.0+ branch of MODx.

What Will We Build?
Well, just like we’re doing in the Drupal series, we’re going to build a MODx resource site aptly named Learn MODx, but the skills we learn and use as we build this website can be extended and adapted to any kind of website you want to build. Because MODx is highly adaptable and flexible, you will find that there can be many ways to accomplish one goal, and the way we do it here is not the only way to do it. I welcome your feedback, comments, and suggestions at every step.

Continue reading “Building a Website with MODx for Newbies – Part 2: Installing MODx”

Drupal 6: Ultimate Community Site Guide Book – Initial Impressions

I recently got a copy of the new Drupal 6: Ultimate Community Site Guide ebook by Dorien Herremans to review. I am currently working through it and will be putting up a comprehensive review soon, but I wanted to share my initial impressions with you, having read through the first few chapters and skimmed the rest of the book.  Let me preface this all by saying that I am really really looking forward to working though this book.


Continue reading “Drupal 6: Ultimate Community Site Guide Book – Initial Impressions”

Building a Website with MODx for Newbies – Part 1: Introduction

Today I’m going to start on a new series of tutorials that will teach you how to build a website using MODx CMS.  As always, I invite you to add comments and share your knowledge as we learn and build together.  I also encourage you, as you follow these tutorials, to work along with me, installing a local copy of MODx on your computer so that you can follow along and see MODx in action.

tut1modxcms1

What is MODx?

Continue reading “Building a Website with MODx for Newbies – Part 1: Introduction”

Building a Website with Drupal 6 – Part 9: Users, Roles, and Permissions

Welcome to part 9 of our tutorial on building a website with Drupal 6.  Previously we covered:

Part 1: Introduction
Part 2: Installing Drupal 6
Part 3: Configuring your Site
Part 4: Playing with Blocks
Part 5: Playing with Modules
Part 6: Playing with Themes
Part 7: Installing Modules and Themes
Part 8: Pathauto, Content, and Content Types

As we go through this tutorials I am building a Drupal resource site called Learn Drupal.

So far our website looks something like this: (you can click on the images for a larger view)

tut9start

In this post we’re going to start looking at the basics of the interaction part of our website.  What do visitors to our website see when they land on the front page? What can they do with the content they see on our website? Do we want them to be able to interact with the website at all, or do we want them to come, see, read, and leave?  Well, in the case of a business website that may be your intention. But in most cases, you want your users to interact with your website, to leave their thoughts on the content, maybe even to contribute content, to vote on polls, to comment on photos, maybe even to start and maintain their own page on your website.  Well, it all starts with user management, which we’re going to talk about today.

Continue reading “Building a Website with Drupal 6 – Part 9: Users, Roles, and Permissions”