<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wild-type Design and Development &#187; TNG</title>
	<atom:link href="http://wild-type.com/category/tng/feed/" rel="self" type="application/rss+xml" />
	<link>http://wild-type.com</link>
	<description></description>
	<lastBuildDate>Sat, 13 Feb 2010 20:46:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TNG Event Map Details</title>
		<link>http://wild-type.com/2010/02/tng-event-map-details/</link>
		<comments>http://wild-type.com/2010/02/tng-event-map-details/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:02:33 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG Core Page Mods]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google map]]></category>
		<category><![CDATA[Google Map legend]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=370</guid>
		<description><![CDATA[The personal details of our ancestors lives transform their genealogy into a family history.
In TNG, these details of biographical or historical interest can be added to the an individual person&#8217;s page through addition of custom event types.
From the Edit view of the person&#8217;s page, the administrator can create Events under &#8220;Other Events&#8221;. In the &#8220;Detail&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">T</span>he personal details of our ancestors lives transform their genealogy into a family history.</p>
<p>In TNG, these details of biographical or historical interest can be added to the an individual person&#8217;s page through addition of custom event types.</p>
<div id="attachment_377" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/eventnotes1.jpg"><img class="size-full wp-image-377" title="eventnotes1" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/eventnotes1.jpg" alt="Event Details" width="600" height="340" /></a><p class="wp-caption-text">Occupation: Cattle Rustler</p></div>
<p>From the Edit view of the person&#8217;s page, the administrator can create Events under &#8220;Other Events&#8221;. In the &#8220;Detail&#8221; field, text can be directly quoted from a source .  The source can be attached to the Event.</p>
<p>This method displays the content of the Detail field to the right of the Event, while the Source is placed as a footnote near the bottom of the page.</p>
<p>One caveat to the default TNG page design is that addition of an Other Event Place to the Google Map includes duplication of the Details field for that Event in the map legend.</p>
<div id="attachment_379" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/mapdetail.jpg"><img class="size-full wp-image-379" title="mapdetail" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/mapdetail.jpg" alt="Google mapped Event Detail" width="600" height="512" /></a><p class="wp-caption-text">Occupation: untidy</p></div>
<p>Since the map legend is a narrow column to the right of the Google Map, these duplicated Details become condensed into short lines of distracting and difficult to read wrapped text.</p>
<p>To remove the duplicated Event Details from the Google Map area, one line of code can be disabled in the getperson. php file.</p>
<p>Find the line:</p>
<p><code>if($description) $persontext .= " - $description";</code></p>
<p>and replace it with:</p>
<p><code>// next line removed to disable mapped Event Details</code><code> display<br />
// if($description) $persontext .= " - $description";</code></p>
<p>To further cleanup the Map Legend,  the Place name can be pushed down to the next line with a page break by modifying the next line of code:</p>
<p><code>$persontext .= " - $dateforeventtable - $place&lt;/span&gt;&lt;/td&gt;\n";</code></p>
<p>to</p>
<p><code>$persontext .= " - $dateforeventtable&lt;br/&gt;$place&lt;/span&gt;&lt;/td&gt;\n";</code></p>
<p>The result is an easier-to-read Google map legend&#8230;</p>
<div id="attachment_390" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/maplegend1.jpg"><img class="size-full wp-image-390" title="maplegend" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/maplegend1.jpg" alt="TNG Google Map Legend" width="600" height="490" /></a><p class="wp-caption-text">Cleaner TNG Google Map Legend</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/02/tng-event-map-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TNG Drop menus</title>
		<link>http://wild-type.com/2010/01/tng-drop-menus/</link>
		<comments>http://wild-type.com/2010/01/tng-drop-menus/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:25:35 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG Core Page Mods]]></category>
		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=263</guid>
		<description><![CDATA[Humans feel more comfortable when they know what to expect. They&#8217;re more relaxed within familiar surroundings. With a little planning it&#8217;s possible to make them feel right at Home on each and every page of a website. 
Drop menus exist by default in the upper right corner of most core TNG pages. These menus organize [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">H</span>umans feel more comfortable when they know what to expect. They&#8217;re more relaxed within familiar surroundings. With a little planning it&#8217;s possible to make them feel right at Home on each and every page of a website. </p>
<p>Drop menus exist by default in the upper right corner of most core TNG pages. These menus organize links to other core pages for easy access by the user under the three categories titled &#8220;Find&#8221;, Media&#8221; and Info&#8221; as shown:</p>
<p><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng_drop-menu.jpg"><img src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng_drop-menu.jpg" alt="TNG drop menus" title="tng_drop-menu" width="355" height="739" class="alignleft size-full wp-image-264" /></a></p>
<p>Navigational consistency is important when planning the overall User Interface of a site as it minimizes confusion through familiarity. New users are less frustrated making their way through a new website when they can easily determine how to properly navigate the way to preferred content quickly and with minimal effort. </p>
<p>Once a user becomes confident of navigating as expected, finding content becomes less of a chore and concentration can be focused on the information presented. For most genealogists, providing information to visitors arriving from any where in the world is a primary reason for maintaining a Family History website.</p>
<p>Since the drop menus already exist on most TNG core pages, a User will become familiar with the order of the links in each category and expect to find a similar category grouping order no matter what page is being viewed. </p>
<p>When designing custom pages, and in particular the Home page, similar grouping order can be used to establishing site-wide navigational consistency for the User. With a little planning it&#8217;s possible to make the User feel right at Home on each and every page of a website. </p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/01/tng-drop-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TNG Page Layouts</title>
		<link>http://wild-type.com/2010/01/tng-page-layouts/</link>
		<comments>http://wild-type.com/2010/01/tng-page-layouts/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 20:21:33 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=256</guid>
		<description><![CDATA[A large part of my work consists of customizing genealogy websites powered by TNG.
While TNG is a powerful application for bringing one&#8217;s genealogy to the web, the display and layout of pages &#8220;out of the box&#8221; is somewhat outdated with respect to web standards. I&#8217;ve been using TNG since 2004 and the page layouts are [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">A</span> large part of my work consists of customizing genealogy websites powered by <a title="The Next Generation of Genealogy Site Building" href="http://lythgoes.net/genealogy/software.php">TNG</a>.</p>
<p>While TNG is a powerful application for bringing one&#8217;s genealogy to the web, the display and layout of pages &#8220;out of the box&#8221; is somewhat outdated with respect to web standards. I&#8217;ve been using TNG since 2004 and the page layouts are largely the same as they were more five years ago.</p>
<p>My purpose for writing this series is twofold: 1. to record the changes I make for future reference, and 2. to make those changes available to others who may be interested in achieving site-wide uniform page layouts within TNG.</p>
<p>For reference, the following is a list of the core TNG pages as shown on the &#8220;out of the box&#8221; Home (index.php) page under the heading titled &#8220;Other Features&#8221;.</p>
<div id="attachment_304" class="wp-caption alignright" style="width: 370px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng-index.jpg"><img class="size-full wp-image-304 " title="TNG Home page (index.php)" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng-index.jpg" alt="TNg home page" width="360" height="288" /></a><p class="wp-caption-text">TNG Home page &quot;out of the box&quot;</p></div>
<p>Login/Logout<br />
Register for a User Account<br />
Surnames<br />
Bookmarks<br />
Statistics<br />
Photos<br />
Histories<br />
Documents<br />
Videos<br />
Recordings<br />
Albums<br />
All Media<br />
Cemeteries<br />
Headstones<br />
Places<br />
Notes<br />
Dates and Anniversaries<br />
Reports<br />
Sources<br />
Repositories<br />
What&#8217;s New<br />
Most Wanted<br />
Change Language<br />
Access Log<br />
Administration<br />
Contact Us</p>
<p>For the purpose of effective User Interface Design, there doesn&#8217;t seem to be any discernible order to the above list. Moreover, the &#8220;Other Features&#8221; heading is not used on any other page so may serve to confuse a new user. To be fair, a disclaimer at the bottom of the generic Home page states, &#8220;Please customize this page!&#8221;.</p>
<div id="attachment_307" class="wp-caption alignright" style="width: 370px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tngi-ndexwt00.jpg"><img class="size-full wp-image-307 " title="TNG Home page by Wild-type" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tngi-ndexwt00.jpg" alt="TNG Home page by Wild-type" width="360" height="288" /></a><p class="wp-caption-text">TNG Home page with simple category lists</p></div>
<p>Fortunately, core TNG pages (pages beyond the &#8220;Home&#8221; or Index page), have <a title="TNG Drop Menus" href="http://wild-type.com/2010/01/tng-drop-menus/">three drop menus</a> built into the upper right hand corner, with the above links grouped under loosely categorized list titles.</p>
<p>These categories can be used as a guide to achieve navigational consistency, not only on the Home page, but also on other custom pages so that a User can intuitively find information of interest no matter what page is viewed.</p>
<p>On the right is a screen shot of a simple customized  TNG Home page as viewed full scree on a 1280 x 1024 display. The color palette is the same as the &#8220;out of the box&#8221; TNG install.  In this page layout, list categories have been arranged in the same order as those found on drop down menus within the core TNG pages.</p>
<p>While this custom TNG Home page layout was created on a 1280 x 1024 display, all the content is contained within a fluid block that expands or contracts according to the size of the display.  View the <a title="TNG Home page by Wild-type" href="http://wild-type.com/tng/tngtest/index-wt00.php">custom TNG Home page layout</a> over at my TNG Test database.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/01/tng-page-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;The TNG Two Minute Install&#8221;</title>
		<link>http://wild-type.com/2009/05/tngv71-release/</link>
		<comments>http://wild-type.com/2009/05/tngv71-release/#comments</comments>
		<pubDate>Sun, 10 May 2009 00:48:37 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[TNG]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[TNG administration]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=158</guid>
		<description><![CDATA[TNGv7.1 release
The latest version of The Next Generation of Genealogy Sitebuilding (TNGv7.1) was released today.
In the previous post I mentioned writing a series on modifications to the out-of-the-box installation so I created a new database and uploaded the files for this release.
This version includes an &#8220;Express Installation&#8221;. After FTP&#8217;ing all the files to the server, [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">T</span>NGv7.1 release</p>
<p>The latest version of <a title="Link to The Next Generation of Genealogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">The Next Generation of Genealogy Sitebuilding (TNGv7.1)</a> was released today.</p>
<p>In the <a title="Link to previous post" href="http://wild-type.com/wpdev/2009/04/husing-in-the-united-states/">previous post</a> I mentioned writing a series on modifications to the out-of-the-box installation so I created a new database and uploaded the files for this release.</p>
<p>This version includes an &#8220;Express Installation&#8221;. After FTP&#8217;ing all the files to the server, I went to my browser and navigated to  the Installation instructions found in the TNG readme.html file. I chose &#8220;Express&#8221;.</p>
<p>Wow! It took about 5 seconds to get through the first two steps. I ran into a snap at that point, where the express launch wouldn&#8217;t write the databse credentials to the server. &#8220;You must log in first&#8221; appeared in red.</p>
<p>No big deal, I navigated to the Database Setup link in the left menu and found the admin link provided in case of failure. In Admin&gt;Settings&gt;General Settings&gt;Database, I entered the database credentials, hit Save at the bottom of the page, and I was done.</p>
<p>Two minutes. Tops. Maybe we can call this &#8220;The Two Minute Install&#8221;.</p>
<p>Stay tuned for a series on core page modifications to TNG.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/05/tngv71-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Husing in the United States</title>
		<link>http://wild-type.com/2009/04/husing-in-the-united-states/</link>
		<comments>http://wild-type.com/2009/04/husing-in-the-united-states/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:10:21 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=146</guid>
		<description><![CDATA[I&#8217;ve been working on a major project over at Husing.org.
I had free reign on the site, so chose to couple WordPress and TNG.
I used the incredible ThemeHybrid for the framework in WordPress and it&#8217;s a joy to work with.
Inspiration for the color scheme came a simple question to the owner, &#8220;What&#8217;s your favorite color?&#8221;.
Imagine my [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_149" class="wp-caption alignleft" style="width: 298px"><a title="Screenshot of Husing.org" href="http://wild-type.com/wpdev/wp-content/uploads/2009/04/screen600_husing.jpg"><img class="size-medium wp-image-149" title="screen600_husing" src="http://wild-type.com/wpdev/wp-content/uploads/2009/04/screen600_husing-320x252.jpg" alt="screen600_husing" width="288" height="227" /></a><p class="wp-caption-text">Screenshot of Husing.org</p></div>
<p class="first"><span class="drop-cap">I</span>&#8217;ve been working on a major project over at <a title="Link to Husing Genealogy site" href="http://husing.org/">Husing.org</a>.</p>
<p>I had free reign on the site, so chose to couple <a title="Link to WordPress" href="http://wordpress.org">WordPress</a> and <a title="Link to The Next Generation of Genealogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a>.</p>
<p>I used the incredible <a title="Link to ThemeHybrid" href="http://themehybrid.com/">ThemeHybrid</a> for the framework in WordPress and it&#8217;s a joy to work with.</p>
<p>Inspiration for the color scheme came a simple question to the owner, &#8220;What&#8217;s your favorite color?&#8221;.</p>
<p>Imagine my surprise at the nonchalant reply, &#8220;<a title="Link to RealTree" href="http://www.realtree.com">RealTree APG</a>&#8220;.</p>
<p>After I got the Wordpress layout and color scheme somewhat satisfied, I jumped over to TNG. As I got into development, several inconsistencies in page layout elements began to emerge.</p>
<p>I&#8217;ll be covering those modifications in a future series of posts once TNGv7.1 is released a few weeks from now.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/04/husing-in-the-united-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TNGTarski</title>
		<link>http://wild-type.com/2009/04/tngtarski/</link>
		<comments>http://wild-type.com/2009/04/tngtarski/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:10:22 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Surname page]]></category>
		<category><![CDATA[Tarski]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=163</guid>
		<description><![CDATA[I&#8217;m finishing up a project over at Koen Colpaert&#8220;s new &#8220;stamboom&#8221;.
Coen had asked me to work up a custom TNG layout to match WordPress &#8220;Tarski&#8221; theme.
The main WordPress page as rendered by the Tarski theme looks like this:

We skipped the TNG homepage and directed the &#8220;Genealogy&#8221; link to TNG&#8217;s surname page instead. I love the [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">I</span>&#8217;m finishing up a project over at <a title="Link to Koen Colpaert stamboom" href="http://koencolpaert.be/stamboom/">Koen Colpaert</a>&#8220;s new &#8220;stamboom&#8221;.</p>
<p>Coen had asked me to work up a custom TNG layout to match WordPress &#8220;Tarski&#8221; theme.</p>
<p>The <a title="Link to Koen Colpaert stamboom" href="http://koencolpaert.be/stamboom/">main</a> WordPress page as rendered by the Tarski theme looks like this:</p>
<p><a href="http://wild-type.com/wpdev/wp-content/uploads/2009/05/screen600_koencolpaertwp.jpg"><img class="aligncenter size-full wp-image-164" title="screen600_koencolpaertwp" src="http://wild-type.com/wpdev/wp-content/uploads/2009/05/screen600_koencolpaertwp.jpg" alt="screen600_koencolpaertwp" width="600" height="405" /></a></p>
<p>We skipped the TNG homepage and directed the &#8220;Genealogy&#8221; link to TNG&#8217;s <a title="Link to Koen Colpaert stamboom surnames" href="http://koencolpaert.be/stamboom/tng/surnames.php">surname page</a> instead. I love the uniformity of the custom design:</p>
<p><a href="http://wild-type.com/wpdev/wp-content/uploads/2009/04/screen600_koencolpaerttng.jpg"><img class="aligncenter size-full wp-image-170" title="screen600_koencolpaerttng" src="http://wild-type.com/wpdev/wp-content/uploads/2009/04/screen600_koencolpaerttng.jpg" alt="screen600_koencolpaerttng" width="600" height="427" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/04/tngtarski/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TNG Color Scheme</title>
		<link>http://wild-type.com/2009/02/tng-color-scheme/</link>
		<comments>http://wild-type.com/2009/02/tng-color-scheme/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 23:27:03 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[TNG]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=92</guid>
		<description><![CDATA[My favorite FireFox plugin of all time, ColorZilla, now has the ability to analyze the colors of a web page and create a corresponding palette.
Here&#8217;s a sampling of out of the box color scheme for TNG  pages with default styles governed by genstyle.css:

I&#8217;m not sure what the rhyme or reason was for the choice of [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">M</span>y favorite FireFox plugin of all time, <a title="ColorZilla" href="http://www.colorzilla.com/firefox/">ColorZilla</a>, now has the ability to analyze the colors of a web page and create a corresponding palette.</p>
<p>Here&#8217;s a sampling of out of the box color scheme for TNG  pages with default styles governed by genstyle.css:<br />
<a href="http://wild-type.com/wpdev/wp-content/uploads/2009/02/tng_color_default.jpg"><img class="alignnone size-full wp-image-93" title="tng_color_default" src="http://wild-type.com/wpdev/wp-content/uploads/2009/02/tng_color_default.jpg" alt="tng_color_default" width="600" height="482" /></a></p>
<p>I&#8217;m not sure what the rhyme or reason was for the choice of colors.</p>
<blockquote><p class="first-blockquote-p">Let&#8217;s &#8220;pick&#8221; it apart:</p>
<p><span style="color: #343399;">#343399- dark blue</span></p>
<div class="entries-panel" style="border-color: #333399;">
<div class="entry-panel"><span class="element-name">a</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:link, a:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 53)</a></span></div>
<div class="entry-panel even"><span class="element-name">a:hover</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:link, a:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 53)</a></span></div>
<div class="entry-panel"><span class="element-name">a.snlink</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:link, a:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 53)</a></span></div>
<div class="entry-panel even"><span class="element-name">a.footer</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:link, a:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 53)</a></span></div>
<div class="entry-panel"><span class="element-name">a.footer:hover</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:link, a:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 53)</a></span></div>
</div>
<p>#<span style="color: #333365;">333365 &#8211; midnight blue</span></p>
<div class="entries-panel" style="border-color: #333366;">
<div class="entry-panel"><span class="element-name">p.header</span> <span class="property-name">(color)</span> selected by <span class="selector-text">.header</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 22)</a></span></div>
<div class="entry-panel even"><span class="element-name">a.snlink:hover</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">a.snlink:hover, .snlinkact</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 398)</a></span></div>
<div class="entry-panel"><span class="element-name">td.fieldnameback fieldname</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">.fieldnameback</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 63)</a></span></div>
</div>
<p>#<span style="color: #e0e1f6;">E0E1F6 &#8211; pale blue</span></p>
<div class="entries-panel" style="border: 1px medium medium dotted none none #999999 -moz-use-text-color -moz-use-text-color;">
<div class="entry-panel"><span class="element-name">li.drop</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">#mnav li</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 210)</a></span></div>
<div class="entry-panel even"><span class="element-name">li.drop</span> <span class="property-name">(border-top-color)</span> selected by <span class="selector-text">#mnav li</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 210)</a></span></div>
<div class="entry-panel"><span class="element-name">a.snlink</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">.snlink</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 387)</a></span></div>
<div class="entry-panel even"><span class="element-name">td.databack</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">.databack</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 71)</a></span></div>
</div>
<p>#<span style="color: #666634;">666634 &#8211; olive</span></p>
<div class="entries-panel" style="border-color: #666633;">
<div class="entry-panel"><span class="element-name">a</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:visited</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 58)</a></span></div>
<div class="entry-panel even"><span class="element-name">a:hover</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a:visited</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 58)</a></span></div>
</div>
<p>#<span style="color: #ffcc00;">FFCC00</span>/#<span style="color: #ffcc33;">FFCC33 &#8211; yellow</span></p>
<div class="entries-panel" style="border: 1px medium medium dotted none none #999999 -moz-use-text-color -moz-use-text-color;">
<div class="entry-panel"><span class="element-name">a.lightlink:hover</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a.lightlink:hover, a.lightlink:active</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 112)</a></span></div>
</div>
<p>#<span style="color: #ffffff;">FFFFFF -  white</span></p>
<div class="entries-panel" style="border: 1px medium medium dotted none none #999999 -moz-use-text-color -moz-use-text-color;">
<div class="entry-panel"><span class="element-name">body</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">body</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 45)</a></span></div>
<div class="entry-panel"><span class="element-name">ul#first</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">#mnav li ul</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 226)</a></span></div>
<div class="entry-panel even"><span class="element-name">ul#second</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">#mnav li ul</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 226)</a></span></div>
<div class="entry-panel"><span class="element-name">ul#third</span> <span class="property-name">(background-color)</span> selected by <span class="selector-text">#mnav li ul</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 226)</a></span></div>
<div class="entry-panel even"><span class="element-name">a.snlink:hover</span> <span class="property-name">(color)</span> selected by <span class="selector-text">a.snlink:hover, .snlinkact</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 398)</a></span></div>
</div>
<p>#000000 &#8211; black</p>
<div class="entries-panel" style="border-color: #000000;">
<div class="entry-panel"><span class="element-name">body</span> <span class="property-name">(color)</span> selected by <span class="selector-text">body</span> in <span class="source-file"><a class="source" href="http://www.wild-type.com/husing/genstyle.css" target="_blank">genstyle.css (line 45)</a></span></div>
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/02/tng-color-scheme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generations Gone By</title>
		<link>http://wild-type.com/2009/01/generations-gone-by/</link>
		<comments>http://wild-type.com/2009/01/generations-gone-by/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 06:34:12 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Genealogy]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG Templates]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=315</guid>
		<description><![CDATA[In an earlier post back in September of 2008, I mentioned my work over at Generations Gone By but we&#8217;ve done a lot of small things since then to continuously update the look of this genealogy site.
This site was initially built with the Template 4 design included with TNG.
When Sharon Randall approached me for help, [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">I</span>n <a title="Google map pins in TNG" href="http://wild-type.com/2008/09/googlemap-tng/">an earlier post </a>back in September of 2008, I mentioned my work over at <a title="Generations Gone By" href="http://www.generationsgoneby.com">Generations Gone By</a> but we&#8217;ve done a lot of small things since then to continuously update the look of this genealogy site.</p>
<div id="attachment_317" class="wp-caption alignleft" style="width: 330px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng4.jpg"><img class="size-medium wp-image-317 " title="TNG Template 4" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tng4-320x230.jpg" alt="TNG Template 4" width="320" height="230" /></a><p class="wp-caption-text">TNG Template 4</p></div>
<p>This site was initially built with the <a title="TNG Template 4" href="http://lythgoes.net/genealogy/demoframes7-public.html">Template 4</a> design included with <a title="The Next Generation of Genealogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a>.</p>
<p>When Sharon Randall approached me for help, she asked if I could incorporate a photo of sculptured tree her son gave her which sits on her mantle.</p>
<p>Of course, I&#8217;m always excited to have a client offer their own personal inspiration but one look at the image of this beautiful keepsake made me want to do more than just plug it into a pre-made template. As I stared at her Home page, I wondered how I would manage to work that particular image into the original color scheme of this template. Perhaps the green and red would have looked okay, but reducing the beautiful tree to a small enough size to fit into the space where the &#8216;main street&#8221; image sits seemed a sinful waste.</p>
<div id="attachment_318" class="wp-caption alignleft" style="width: 330px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tree001.jpg"><img class="size-medium wp-image-318 " title="Tree sculpture inspiration" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/tree001-320x151.jpg" alt="Tree sculpture inspiration" width="320" height="151" /></a><p class="wp-caption-text">Tree sculpture inspiration</p></div>
<p>The image offered a rich palette of earth tone colors that were difficult to overlook as inspiration for a custom design.</p>
<p>Using the <a title="Colorzilla Add-on for Firefox" href="http://www.colorzilla.com/firefox/">Colorzilla</a> add-on for <a title="Firefox Browser" href="http://www.mozilla.com/en-US/firefox/upgrade.html">FireFox</a>, I pulled colors from the image to replace those in the stock template.</p>
<p>Sharon was thrilled to see the cherished gift from her son showcased on the home page of her new genealogy site and in the time since, the site has taken on a life of it&#8217;s own, evolving into a thing of beauty that both of us are proud of.</p>
<p>Watch for future posts on details of the site evolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/01/generations-gone-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map pins in TNG</title>
		<link>http://wild-type.com/2008/09/googlemap-tng/</link>
		<comments>http://wild-type.com/2008/09/googlemap-tng/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:24:53 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[TNG]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Generations Gone By]]></category>
		<category><![CDATA[Google map]]></category>
		<category><![CDATA[map pins]]></category>
		<category><![CDATA[Randall]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=27</guid>
		<description><![CDATA[
I&#8217;m working on a project with a Sharon over at Generations Gone By who has a special affinity for the &#8220;Places&#8221; category of her family history.
The addition of GoogleMap functionality to TNG fueled the fire of this inspiration. There was a need for more place pins&#8230;
In TNG&#62;Admin&#62;Setup&#62;Map Settings&#62;Help:Map Settings
Place Levels Pins: Labels and Colors
Each geocode [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wild-type.com/wpdev/wp-content/uploads/2008/09/screen600_randall.jpg"><img class="alignleft size-medium wp-image-273" title="screen600_randall" src="http://wild-type.com/wpdev/wp-content/uploads/2008/09/screen600_randall-320x206.jpg" alt="" width="320" height="206" /></a></p>
<p class="first"><span class="drop-cap">I</span>&#8217;m working on a project with a Sharon over at <a title="Link to Generations Gone By home page" href="http://www.generationsgoneby.com/index.php">Generations Gone By</a> who has a special affinity for the &#8220;Places&#8221; category of her family history.</p>
<p>The addition of GoogleMap functionality to <a title="The Next Generation of Genealogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a> fueled the fire of this inspiration. There was a need for more place pins&#8230;</p>
<p>In TNG&gt;Admin&gt;Setup&gt;Map Settings&gt;Help:Map Settings</p>
<p>Place Levels Pins: Labels and Colors</p>
<p>Each geocode location can be associated with one of six Place Levels (e.g., Location, Town/City, County/Shire, etc.). The labels for these levels can be found in the &#8220;alltext.php&#8221; file in each language folder, and you may override them in your &#8220;cust_text.php&#8221; file (also in each language folder).</p>
<p>The pin colors are determined by values set in mapconfig.php. If you would like to change the pin colors, go to the TNG downloads page and download the full palette of 216 different pin colors, then open your mapconfig.php file in a text editor and enter the number of the new pin color next to the corresponding place level variable. Finally, upload the new pin image file(s) to the googlemaps folder on your site.</p>
<p>For more detailed instructions on how to generate your own custom Google Map pins, visit <a href="http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins#pin_icons">Google Chart API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/09/googlemap-tng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Registered Users in TNG</title>
		<link>http://wild-type.com/2008/05/managing-registered-users/</link>
		<comments>http://wild-type.com/2008/05/managing-registered-users/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:50:38 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG administration]]></category>
		<category><![CDATA[TNG users]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=15</guid>
		<description><![CDATA[I am the only administrator for my TNG database.
As such, I feel it is my responsibility to oversee user registration. All registered users must prove relationship with a name in my database in order to gain access to view &#8220;living&#8221; information.
I have a few tricks to handle registered users which you may find helpful.
When a [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">I</span> am the only administrator for my <a title="The Next generation of Genelaogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a> database.</p>
<p>As such, I feel it is my responsibility to oversee user registration. All registered users must prove relationship with a name in my database in order to gain access to view &#8220;living&#8221; information.</p>
<p>I have a few tricks to handle registered users which you may find helpful.</p>
<p>When a new user registers for access, copy the email address of the user and store it below in the &#8220;Notes&#8221; field. Enter an administrative email address into the email field. Set the &#8220;Rights&#8221; and &#8220;Access Limits&#8221;. Check the box &#8220;Notify this user upon account activation&#8221;. Click &#8220;Save&#8221;.</p>
<p>Once activation notification is sent to the administrative email account, edit the user account  to remove the administrative email address by replacing it with the user&#8217;s email stored in the &#8220;Notes&#8221; field. Click &#8220;Save&#8221;.</p>
<p>The activation notification email includes the user account login info.  Copy the account info from the activation notification into a new email and send it to the user.</p>
<p>The original activation notification is kept on record in a folder of the email program.</p>
<p>If a user forgets the login info, a request to have it sent to the account email address can be made.  However, registered users may forget over time, which email address was used to establish an account.</p>
<p>By retaining a copy of the user registration outside of TNG, the site administrator can use it for the following:</p>
<p>1. Log in as the registered user to view and/or verify access controls are set properly.</p>
<p>2. Supply the user with account registration info if they cannot gain access.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/05/managing-registered-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
