<?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; Layout</title>
	<atom:link href="http://wild-type.com/category/layout/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>Old Bookjacket Detective</title>
		<link>http://wild-type.com/2010/01/old-bookjacket-detective/</link>
		<comments>http://wild-type.com/2010/01/old-bookjacket-detective/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:29:10 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Genealogy]]></category>
		<category><![CDATA[Layout]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=279</guid>
		<description><![CDATA[Old bookjackets are a great resource for page layout inspiration.
The artwork is royalty free and examples are easily found in the public domain.
I ran across this one a while back and loved the simple landscape shapes of the tree near a cabin near which stands a cock crowing at the sunrise.
Peaceful and well-placed country elements gather [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_280" class="wp-caption alignright" style="width: 225px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/bookjacket-amsmith.png"><img class="size-medium wp-image-280 " title="bookjacket-amsmith" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/bookjacket-amsmith-215x320.png" alt="The No. 1 Ladies Detective Angency by Alexander McCall Smith" width="215" height="320" /></a><p class="wp-caption-text">The No. 1 Ladies Detective Angency by Alexander McCall Smith</p></div>
<p class="first"><span class="drop-cap">O</span>ld bookjackets are a great resource for page layout inspiration.</p>
<p>The artwork is royalty free and examples are easily found in the public domain.</p>
<p>I ran across this one a while back and loved the simple landscape shapes of the tree near a cabin near which stands a cock crowing at the sunrise.</p>
<p>Peaceful and well-placed country elements gather comfortably around day break on this wilderness home,  reminding the viewer to remember a simpler time of days gone by.</p>
<p>The framing adds subtle interest to the layout, with ribbon-like textures  and transparent borders over a rich torn parchment base.</p>
<p>The typography seems out of place, perhaps hand drawn but ill-placed, as if the work was done by another artist with less skill or understanding of symmetry that the background achieves effortlessly.</p>
<p>The teapot, steaming coffee cups and other seemingly randomly placed clip-art give an impression of afterthought and distracts much from the simple beauty of the page layout background.</p>
<div id="attachment_281" class="wp-caption alignleft" style="width: 225px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/01/frontbkjckt-amsmithblank.png"><img class="size-medium wp-image-281 " title="frontbkjckt-amsmithblank" src="http://wild-type.com/wpdev/wp-content/uploads/2010/01/frontbkjckt-amsmithblank-215x320.png" alt="" width="215" height="320" /></a><p class="wp-caption-text">Front cover base layout of vintage book jacket after Photoshop cleanup.</p></div>
<p>With all the clutter removed, the charm of the layout jumps out to please the eye:</p>
<p>Great inspiration for web page template design, perhaps a Family History or Genealogy layout&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/01/old-bookjacket-detective/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>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>Tarski Default Color Palette</title>
		<link>http://wild-type.com/2009/02/tarski-default-color-palette/</link>
		<comments>http://wild-type.com/2009/02/tarski-default-color-palette/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:30:52 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG Templates]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=108</guid>
		<description><![CDATA[I&#8217;m working on styling TNG with the default WordPress Tarski theme.
Here&#8217;s the color palette from ColorZilla:
#e5cfd2 -mauve
#a8001c -red
#006a80 -turquoise
#cfe2e5 &#8211; sky blue
# 8fbf60 -lime green
# ece9d8 -concrete gray
One major issue was the default Tarski #wrapper 760px fixed width.
Because much of the data in TNG is laid out in tables, content rich pages need a minimum [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">I</span>&#8217;m working on styling TNG with the default WordPress <a title="Tarksi theme for WordPress" href="http://tarskitheme.com/">Tarski</a> theme.</p>
<p>Here&#8217;s the color palette from <a title="Colorzilla Add-on for Firefox" href="http://www.colorzilla.com/firefox/">ColorZilla</a>:</p>
<p>#e5cfd2 <span style="color: #e5cfd2;">-mauve</span><br />
#a8001c <span style="color: #a8001c;">-red</span><br />
#006a80 <span style="color: #006a80;">-turquoise</span><br />
#cfe2e5<span style="color: #cfe2e5;"> &#8211; sky blue</span><br />
# 8fbf60<span style="color: #8fbf60;"> -lime green</span><br />
# ece9d8 <span style="color: #ece9d8;">-concrete gray</span></p>
<div id="attachment_109" class="wp-caption alignnone" style="width: 514px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2009/02/tarski_palette.png"><img class="size-full wp-image-109" title="tarski_palette" src="http://wild-type.com/wpdev/wp-content/uploads/2009/02/tarski_palette.png" alt="Default Tarski color palette." width="504" height="126" /></a><p class="wp-caption-text">Default Tarski color palette.</p></div>
<p>One major issue was the default Tarski #wrapper 760px fixed width.</p>
<p>Because much of the data in TNG is laid out in tables, content rich pages need a minimum of 800px width to display properly when adopting the Tarski  200px wide sidebar and larger font styles. The 20px Tarski gutters add to the need for increased real estate. In addition, core TNG pages have a variety of table widths, with the Individual pages having the widest table displaying the most content.</p>
<p>Fortunately, the Tarski theme  scales up nicely. The most practical approach was to increase the #wrapper width to 1000px.  This width allowed any size TNG data table to display fully as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2009/02/tarski-default-color-palette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
