Talk About Network

Google





Education > Genealogy, Computing > Re: Genealogy F...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 65 of 104 Topic 1924 of 2083
Post > Topic >>

Re: Genealogy For The Beginner

by Wes Groleau <groleau+news@[EMAIL PROTECTED] > Feb 17, 2008 at 03:25 AM

Ian Goddard wrote (in soc.genealogy.computing):
> It renders quite nicely with Seamonkey. "children" and John Kelly Brown 

Camino, which allegedly is closely related to SeaMonkey,
does not connect the lines.  But I'm not really interested
in the lines.  I'm interested in a way to define divs so
that each person's div contains the divs of his parents,
recursively, and the positioning, being related to that
of the enclosing div makes the entire chart look right.

So (using brackets for angles):

[div class="person"]
Person's details
   [div class="person father"]
   his father's details
      [div class="person father"]
      paternal grandfather's details
      [/div]
      [div class="person mother"]
      paternal grandmother's details
      [/div]
   [/div]
   [div class="person mother"]
   his mother's details
      [div class="person father"]
      maternal grandfather's details
      [/div]
      [div class="person mother"]
      maternal grandmother's details
      [/div]
   [/div]
[/div]

..person
{
   most of the style info common to all;
   positioning info that puts his/her details
   to the left of his box, centered vertically
   in that box;
   margin, padding, and whatnot that makes that
   box big enough to hold the boxes (if any) of
   the divs within;
}

..mother
{
   positioning info that puts mother's box
   in the lower right of the enclosing div
}

..father
{
   positioning info that puts father's box
   in the upper right of the enclosing div
}

This would make automated chart generation easier:

function show_person(ID, level)
{
   if level = max { return }
   css_class = "person"
   if (level > 1)
   {
     if (person is male)
     {
       css_class = css_class & " father"
     }
     else
     {
       css_class = css_class & " mother"
     }
   print "[div class=\"css_class\"]"
   print details of person
   F_ID = father_of(ID)
   if found
   {
     show_person(F_ID, level + 1)
   }
   M_ID = mother_of(ID)
   if found
   {
     show_person(M_ID, level + 1)
   }
} // end show_person

But this is really more of a question for a CSS group, so
followups to comp.infosystems.www.authoring.stylesheets

-- 
Wes Groleau

Always listen to experts.  They'll tell you
what can't be done and why.  Then do it.
                     -- Robert A. Heinlein
 




 104 Posts in Topic:
Genealogy For The Beginner
"dogqruomlrsa@[EMAIL  2008-02-13 01:44:18 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-13 14:09:56 
Genealogy and family history
Steve Hayes <hayesmstw  2008-02-14 04:26:50 
Re: Genealogy and family history
Charani <SGBNOSPAM@[EM  2008-02-14 08:43:35 
Re: Genealogy and family history
Eagle@[EMAIL PROTECTED]   2008-02-14 15:04:08 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-14 10:04:04 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-13 17:07:03 
Re: Genealogy For The Beginner
Charlie Hoffpauir <inv  2008-02-13 11:52:09 
Re: Genealogy For The Beginner
Lars Eighner <usenet@[  2008-02-14 01:30:22 
Re: Genealogy For The Beginner
Lars Erik Bryld <larse  2008-02-15 10:05:04 
Re: Genealogy For The Beginner
singhals <singhals@[EM  2008-02-13 15:28:13 
Re: Genealogy For The Beginner
bobg@[EMAIL PROTECTED] (  2008-02-14 15:03:35 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-13 23:30:33 
Re: Genealogy For The Beginner
Lars Eighner <usenet@[  2008-02-14 01:32:26 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-14 14:39:18 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-14 10:19:39 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-14 21:09:19 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-14 23:35:12 
Re: Genealogy For The Beginner
Lars Eighner <usenet@[  2008-02-14 20:16:41 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 02:46:55 
Re: Genealogy For The Beginner
Denis Beauregard <deni  2008-02-14 23:57:39 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 13:59:18 
Re: Genealogy For The Beginner
Denis Beauregard <deni  2008-02-15 10:56:22 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 21:21:47 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-15 22:22:13 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 03:17:27 
Re: Census accuracy
Wes Groleau <groleau+n  2008-02-16 03:13:41 
Re: Census accuracy
Eagle@[EMAIL PROTECTED]   2008-02-16 14:58:31 
Re: Genealogy For The Beginner
"Lesley Robertson&qu  2008-02-15 10:01:49 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 14:08:37 
Re: Genealogy For The Beginner
"Lesley Robertson&qu  2008-02-15 15:55:55 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 21:41:08 
Re: Genealogy For The Beginner
"Lesley Robertson&qu  2008-02-16 11:12:30 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 14:37:15 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 15:29:08 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-16 13:44:59 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 22:44:40 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 18:57:04 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-15 10:57:04 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 14:14:59 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-15 17:39:24 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 21:57:19 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-16 19:01:08 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 23:00:55 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-17 00:11:46 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-17 00:33:40 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-17 01:17:23 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-17 15:51:15 
Re: Genealogy For The Beginner
Lars Eighner <usenet@[  2008-02-17 14:27:58 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-18 16:19:07 
Re: Genealogy For The Beginner
bobg@[EMAIL PROTECTED] (  2008-02-18 15:59:56 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-18 20:27:32 
Re: Genealogy For The Beginner
Hugh Watkins <hugh.wat  2008-02-17 09:06:58 
Re: Genealogy For The Beginner
singhals <singhals@[EM  2008-02-15 11:28:20 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-15 12:34:01 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 22:12:39 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-17 06:07:31 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-17 12:11:59 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-15 12:18:18 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 22:21:27 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-16 19:46:47 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 20:05:47 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-16 19:23:43 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-17 01:08:41 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-17 03:25:56 
Re: Genealogy For The Beginner
Ian Goddard <goddai01@  2008-02-17 00:54:36 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-17 05:34:55 
Re: Genealogy For The Beginner
melsonr@[EMAIL PROTECTED]  2008-02-20 02:12:00 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-15 03:45:06 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 14:16:54 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 03:33:02 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 15:33:03 
Re: Genealogy For The Beginner
Tim Powys-Lybbe <tim@[  2008-02-16 14:18:51 
Re: Genealogy For The Beginner
melsonr@[EMAIL PROTECTED]  2008-02-16 06:46:25 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-16 09:09:34 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 14:31:37 
Re: Genealogy For The Beginner
singhals <singhals@[EM  2008-02-16 11:00:18 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-16 13:38:00 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 18:50:00 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 15:21:13 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-16 13:55:42 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-16 09:53:55 
Re: Genealogy For The Beginner
bobg@[EMAIL PROTECTED] (  2008-02-19 15:41:07 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-19 19:06:43 
Re: Genealogy For The Beginner
Dennis Lee Bieber <wlf  2008-02-19 23:01:40 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-20 15:21:01 
Re: Genealogy For The Beginner
bobg@[EMAIL PROTECTED] (  2008-02-21 17:46:54 
Re: Genealogy For The Beginner
Tim Powys-Lybbe <tim@[  2008-02-19 23:49:22 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-20 01:02:27 
Re: Genealogy For The Beginner
Tim Powys-Lybbe <tim@[  2008-02-20 08:23:45 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-20 15:17:37 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-16 13:11:44 
Re: Genealogy For The Beginner
Bob LeChevalier <lojba  2008-02-14 06:43:43 
Re: Genealogy and family history
Jim <jimwinfrey@[EMAIL  2008-02-13 18:52:41 
Re: Genealogy and family history
Steve Hayes <hayesmstw  2008-02-14 06:47:39 
Re: Genealogy For The Beginner
Haines Brown <brownh@[  2008-02-14 13:17:19 
Re: Genealogy For The Beginner
melsonr@[EMAIL PROTECTED]  2008-02-14 17:36:39 
Re: Genealogy For The Beginner
singhals <singhals@[EM  2008-02-14 17:51:49 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-15 03:54:02 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-15 14:21:02 
Re: Genealogy For The Beginner
Wes Groleau <groleau+n  2008-02-16 03:34:07 
Re: Genealogy For The Beginner
Eagle@[EMAIL PROTECTED]   2008-02-16 15:34:51 
Re: Genealogy For The Beginner
melsonr@[EMAIL PROTECTED]  2008-02-14 23:23:27 
Re: Genealogy For The Beginner
melsonr@[EMAIL PROTECTED]  2008-02-15 05:49:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 0:34:01 PST 2009.