How to create an online family tree Posted By : at 2008-05-08 13:43:35
The (very simple to use) interactive flash design allows you to quickly add and invite family members to join the tree. As new members join they can invite more family and your tree grows in new directions across geographies and ...
Other Posts about How to create an online family tree you may like:
How to Take No-Cost College Classes at 2008-06-05 14:02:15
A Guide to Free Online CourseWare Provided By: Associated Content, Inc. If you've been to college, you might remember being able to check out a potentially interesting course for free by auditing it -- that is, sitting in on classes to ...
How To: Resizeable Background Image at 2008-05-15 13:25:38
You guessed it, jQuery. The above code will hide the image on the page, but snag it’s “src” attribute and apply it as a background to the body element (via its unique ID “page-body”). Check out an example of this in action. ...
How To Zebra-Stripe Tables Using CSS and jQuery at 2008-05-15 13:25:38
There are many ways to implement a zebra-striping script using jQuery, and I will demonstrate one of them. The following approach uses a function, which takes two (optional) parameter and creates a specified CSS class for all the even ...
How to manage ASP.NET validation from Javascript with jQuery at 2008-05-15 13:25:38
ClientID %> to select a server-side control using the automatically generated client ID and the $("#elemendId")[0] to get the real DOM element and not the jQuery wrapper around it. And in case I wanted to force the validation I should ...