Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links

Sample .dxp Page with comments
(Overview -*- Front Page -*- (more coming))

Following are a series of pages that we built for our own use as a way of storing small pieces of usefull information. It is intented to both offer a way to story reminders to onself ("this will work if you set the FOO flag") and to share them within the office. I have included this within the

The pages use two database tables with the following columns:

hints

  • ID
  • realm
  • name
  • hint
  • hint_html
  • title
  • subject
  • keywords
  • posted

hint_subject
  • ID
  • realm
  • subject

In both cases ID is a primary key. Realm identifies a record as belonging to a specific organization (e.g., plands). The database/pages are designed to be used by multiple organizations/companies. In the hint table, title, subject, and keywords are all searchable text fields. Hint and hint_html contain copies of the stored message. The subject column in the hint table is not a foreign key.