
What makes a CMS useful is the ability to administer content. Drupal has a built in system for user logins and granting...
Let's say I have a form to collect name and birthdays.
Since people can enter their birthdays in formats, we need to...
I can create a generic object to keep track of my items, called "Item".
This has a name, description, and images.
When I...
Enterprise user login.
Single Sign On is a system that allows you use a single user account across multiple sites.
It's...
Create graphs from text.
Graphviz is a tool for drawing graphs from given input. This allows them to be generated...