home -> portfolio -> dynamic pages and management tools

We can create on-line interfaces that you can use to update your website yourself, through a standard web browser. If your website only has a few small sections that need regular updating, this is a simple way to keep those sections current. We can make this type of tool for just about any simple dynamic web page you can imagine, and seamlessly integrate it into the look and feel of your site. Here are some working examples to explore.

Mailing list - signup form and management interface (username: admin, password: admin)

This is a simple mailing list sign up form which takes mailing list information and stores it in a database. Through a management interface, several different options are available for both modifying information in the mailing list and downloading the entire mailing list in a text file for printing out the addresses directly onto envelopes or for sending out e-mail via the mailing list.

Event calendar - calendar and management interface (username: admin, password: admin)

Here's an example of dynamically changing page content integrated with a specific management tool. The publicly-viewable calendar displays a month of events at a time, sorted chronologically, defaulting to the current month. When an event's starting date passes, it's automatically deleted from the calendar. Events can be added and modified through the management interface. Also, each event field (location, description, etc) can be formatted with HTML, so the location can be made into a link, for example. Keep in mind that tools like this can be easily modified by us -- we can change the way in which events are displayed, or add or remove specific fields, or even change the way dates or times are input through the management tool.

Guestbook - sign guestbook, view guestbook and management interface (username: admin, password: admin)

Our sample guestbook is very straightforward -- the general public can sign and view the guestbook, and the management interface allows you to delete unwanted guestbook entries. The guestbook is limited to 20 entries. After it fills up, the oldest entry is deleted to make room for the newest one. We can customize your guestbook to keep all entries, or automatically reject entries containing certain words. Please see our example messageboard implementation if you are looking for a more robust way to interact with website visitors.

News page example... soon to come.