<?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</title>
	<atom:link href="http://wild-type.com/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>@Black Jack</title>
		<link>http://wild-type.com/2010/02/black-jack/</link>
		<comments>http://wild-type.com/2010/02/black-jack/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:35:59 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Daily@]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=344</guid>
		<description><![CDATA[@
by Typadelic
]]></description>
			<content:encoded><![CDATA[<p class="dailyat01">@</p>
<p class="atdescript"><a title="BlcakJack by Typadelic" href="http://www.typadelic.com/blackjack.html">by Typadelic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/02/black-jack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At font-face</title>
		<link>http://wild-type.com/2010/02/at-font-face/</link>
		<comments>http://wild-type.com/2010/02/at-font-face/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:51:11 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=331</guid>
		<description><![CDATA[So&#8230;last week I mentioned here that I love typography.
While Internet Explorer (IE) has supported the @font-face rule since v4.0. support was limited to embedded Open-Type fonts.  While restricting browser support to embedded Open-Type fonts put limits on it&#8217;s use, the method of  rendering a typeface on a web page by linking to a font file [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">S</span>o&#8230;last week I mentioned <a title="The Daily Drop Cap" href="http://wild-type.com/2010/01/daily-drop-cap/">here</a> that I love typography.</p>
<p>While Internet Explorer (IE) has supported the @font-face rule since v4.0. support was limited to embedded <a title="OpenType at Wikipedia" href="http://en.wikipedia.org/wiki/OpenType">Open-Type</a> fonts.  While restricting browser support to embedded Open-Type fonts put limits on it&#8217;s use, the method of  rendering a typeface on a web page by linking to a font file <em>stored</em> <em>on the web</em> was far-sighted. This allowed the font file to download to the user just like others file on the web site,  rather than requiring that the font be <em>installed on the user&#8217;s computer</em>.</p>
<p>Three major browsers, including  FireFox(FF), Opera and Safari, embraced the @font-face rule and eventually included support for rendering both Open-Type and <a title="True Type at Wikipedia" href="http://en.wikipedia.org/wiki/TrueType">True-Type</a> formats without embedding, but copyright issues still caused controversy. All the cool fonts had licensing restrictions!</p>
<p>Developers and designers longed for the ability to utilize this rule without stepping on the proprietary rights of font designers and type foundries. Developers and designers who were now used to open source applications, began asking themselves: why can&#8217;t we have cool open source web fonts, too?</p>
<p class="fontface">If you&#8217;re browsing this post in current versions of  FireFox, Opera or Safari, the text of this paragraph is rendered in TrueType format of  nicely flowing <a title="Typadelic Fonts" href="http://typadelic.com ">script by Typadelic called BlackJack</a>. In Internet Explorer the text in this paragraph looks the same as other paragraphs in this post, only larger.</p>
<p>Slowly, the idea of open source typeface for use in web design took hold. Ahhh, sweetness!</p>
<p>While FFv3.5 included the @font-face rule for linking to either True-Type of Open-Type font files, of my favorite browser version 3.6 released on January 21st supports a  revolution in web typography:</p>
<p>On January 21st Mozilla Foundation released version 3.6 of <a title="Get Firefox!" href="http://www.mozilla.com/en-US/firefox/upgrade.html">my favorite browser </a>that included long-awaited  support of a sweet type:  the <a title="@font-face CSS reference" href="https://developer.mozilla.org/En/CSS/@font-face">CSS  @font-face rule</a> for linking to  <a title="Web Open Font Format" href="https://developer.mozilla.org/en/About_WOFF">WOFF</a>.</p>
<p>Other rebel designers chose to support the <a title="The League of Movable Type." href="http://www.theleagueofmoveabletype.com/">Open Source Type Movement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/02/at-font-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop Cap delight</title>
		<link>http://wild-type.com/2010/01/daily-drop-cap/</link>
		<comments>http://wild-type.com/2010/01/daily-drop-cap/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 02:01:50 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=296</guid>
		<description><![CDATA[alligraphy touches the soul. Or, at least it touches mine.  I&#8217;ve always found delight in the shapes of our language.  Alphabet glyphs were my first perception of art;  my earliest remembered recognition of creative beauty. As a child, I spent hours drawing letters after I&#8217;d first learned the alphabet.  I&#8217;d love to find time to [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Daily Drop Cap by Jessica Hische" src="http://jhische.com/dailydropcap/C-4-cap.png" alt="C" align="left" />alligraphy touches the soul. Or, at least it touches mine.  I&#8217;ve always found delight in the shapes of our language.  Alphabet glyphs were my first perception of art;  my earliest remembered recognition of creative beauty. As a child, I spent hours drawing letters after I&#8217;d first learned the alphabet.  I&#8217;d love to find time to create my own custom drop cap alphabet library. In the mean time, get your own daily dose of inspiration over at the <a title="The Daily Drop Cap" href="http://">Daily Drop Cap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/01/daily-drop-cap/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>&#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>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>
		<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>Country codes &#8211; ISO 3166 Standard</title>
		<link>http://wild-type.com/2008/12/country-codes-iso-3166-standard/</link>
		<comments>http://wild-type.com/2008/12/country-codes-iso-3166-standard/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 19:41:56 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Genealogy]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[country codes]]></category>
		<category><![CDATA[ISO 3166]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=20</guid>
		<description><![CDATA[The benefit of following a standard is that everyone who uses it understands it&#8217;s definition.
Information sharing is enhanced when everyone is on the same page. Confusion is minimized when we don&#8217;t have to reinvent the wheel.
Symbols and codes are natural candidates for standardization because they represent larger entities in a compact form. When we compact [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">T</span>he benefit of following a standard is that everyone who uses it understands it&#8217;s definition.</p>
<p>Information sharing is enhanced when everyone is on the same page. Confusion is minimized when we don&#8217;t have to reinvent the wheel.</p>
<p>Symbols and codes are natural candidates for standardization because they represent larger entities in a compact form. When we compact information or agree on what a symbol or code means (ie; standardize it) we can share <em>more</em> information with <em>less work</em>.</p>
<p>Of interest to any genealogist when entering data in a genealogy is the <a title="ISO 3166 at WikiPedia" href="http://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166 Standard</a>, which provides an internationally used code for countries or territories.</p>
<p>I&#8217;d love to explore if this might be useful in genealogy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/12/country-codes-iso-3166-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barrier to BS</title>
		<link>http://wild-type.com/2008/09/barrier-to-bs/</link>
		<comments>http://wild-type.com/2008/09/barrier-to-bs/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 08:56:32 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=65</guid>
		<description><![CDATA[This is a great article on using the internet for research:
Searching the web to find responsible, verifiable, genuine information of the professional or educational kind is a skill. Like all skills, it’s an acquired one.Searching and Teaching Your Kids to Research
]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">T</span>his is a great article on using the internet for research:</p>
<blockquote><p class="first-blockquote-p">Searching the web to find responsible, verifiable, genuine information of the professional or educational kind is a skill. Like all skills, it’s an acquired one.<a title="Searching and teaching your Kids to research" href="http://www.searchenginepeople.com/blog/search-and-teaching-your-kids-to-research.html">Searching and Teaching Your Kids to Research</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/09/barrier-to-bs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
