<?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>Genealogy at Tivel.org</title>
	<atom:link href="http://blog.tivel.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tivel.org</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 15 Dec 2011 03:37:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Exchanging  a GEDCOM Between PAF and TNG</title>
		<link>http://blog.tivel.org/exchanging-a-gedcom-between-paf-and-tng</link>
		<comments>http://blog.tivel.org/exchanging-a-gedcom-between-paf-and-tng#comments</comments>
		<pubDate>Mon, 24 Jan 2011 08:06:01 +0000</pubDate>
		<dc:creator>royce</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.tivel.org/?p=27</guid>
		<description><![CDATA[In order to faithfully exchange GEDCOMs between PAF and TNG, use the ANSI character set. TNG exports a GEDCOM with ANSI, by default. For PAF, you need to use the &#34;Other GEDCOM 5.5&#34; settings<br /> <a href="http://blog.tivel.org/exchanging-a-gedcom-between-paf-and-tng">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>In order to faithfully exchange GEDCOMs between PAF and TNG, use the ANSI character set. TNG exports a GEDCOM with ANSI, by default. For PAF, you need to use the &quot;Other GEDCOM 5.5&quot; settings shown in Figure 1.</p>
<div class="centercaption"><strong>Figure 1:</strong> PAF Export Settings for TNG</div>
<p><img class="displayed" src="../images/collation/paf-tng-export.jpg" alt="PAF Export Settings for TNG" width="400" height="366" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tivel.org/exchanging-a-gedcom-between-paf-and-tng/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collation, mySQL, and TNG</title>
		<link>http://blog.tivel.org/collation-mysql-and-tng</link>
		<comments>http://blog.tivel.org/collation-mysql-and-tng#comments</comments>
		<pubDate>Mon, 17 Jan 2011 05:14:16 +0000</pubDate>
		<dc:creator>Royce</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.tivel.org/?p=22</guid>
		<description><![CDATA[The mySQL and TNG options for collation, language, and character set are *very* important. Incorrect choices when creating the mySQL database and installing TNG can affect the display of data. Learn more about making the right choices.<br /> <a href="http://blog.tivel.org/collation-mysql-and-tng">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>One of the first steps for installing The Next Generation of Genealogy Sitebuilding© (&#8220;TNG&#8221;) is to create the MySQL database. I use phpMyAdmin to do this either online at my host or on my local WampServer testbed (Figure 1).</p>
<div class="centercaption"><strong>Figure 1:</strong> phpMyAdmin from a Control Panel or from WampServer</div>
<p><img class="displayed" src="../images/collation/1.jpg" alt="phpMyAdmin from a Control Panel or from WampServer" width="500" height="262" /></p>
<p>After entering the database name—and unless you are very sure about changing them—use the defaults for both collation and the mySQL connection collation (Figure 2). By default, mySQL will use latin1_swedish_ci for the collation (West European, including english). After clicking the &#8220;Create&#8221; button, the database is created. That&#8217;s all there is to creating the database. The TNG installer will later fill in the tables.</p>
<div class="centercaption"><strong>Figure 2:</strong> Creating the Database</div>
<p><img class="displayed" src="../images/collation/3.gif" alt="Creating the Database" width="476" height="124" /></p>
<p>Once the TNG files have been unzipped, browsing to the readme.html file makes installation a snap. During the installation, you are asked about what language and character set you want to use. Again, unless you are sure, use the default: the default is to use English and the ISO-8859-1 (Latin 1) character set. Figure 3 shows the language and character set selection in step 5 of the Express Installation.</p>
<div class="centercaption"><strong>Figure 3:</strong> Selecting the Language and Character Set</div>
<p><img class="displayed" src="../images/collation/4.gif" alt="Selecting the Language and Character Set" width="569" height="137" /></p>
<p>Choosing the wrong character set can affect the display of data. The notes display shows this problem. Figure 4 shows notes with special characters, such as &#8220;õ&#8221; and &#8220;ü.&#8221; Figure 5 shows what happens when the correct character set is not selected: note the &#8220;?&#8221; where the character is not part of the character set.</p>
<div class="centercaption"><strong>Figure 3:</strong> Correct Character Display</div>
<p><img class="displayed" src="../images/collation/6.gif" alt="Correct Character Display" width="248" height="68" /></p>
<div class="centercaption"><strong>Figure 3:</strong> Inorrect Character Display</div>
<p><img class="displayed" src="../images/collation/8.gif" alt="Inorrect Character Display" width="248" height="68" /></p>
<p>TNG and mySQL have many language and character-set options. However, for West European genealogists (including english speakers), the mySQL and TNG defaults are good choices.</p>
<div class="section">Resources</div>
<p><a href="http://lythgoes.net/genealogy/software.php" target="_blank">http://lythgoes.net/genealogy/software.php</a> &#8212; The Next Generation of Genealogy Sitebuilding© (&#8220;TNG&#8221;)</p>
<p><a href="http://www.wampserver.com/en/" target="_blank">http://www.wampserver.com/en/</a> &#8212; WampServer</p>
<p><a href="http://www.w3schools.com/tags/ref_entities.asp" target="_blank">http://www.w3schools.com/tags/ref_entities.asp</a> &#8212; W3Schools HTML ISO-8859-1 Reference</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tivel.org/collation-mysql-and-tng/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Privacy and TNG at Tivel.org</title>
		<link>http://blog.tivel.org/privacy-and-tng-at-tivel-org</link>
		<comments>http://blog.tivel.org/privacy-and-tng-at-tivel-org#comments</comments>
		<pubDate>Sat, 15 Jan 2011 02:13:56 +0000</pubDate>
		<dc:creator>Royce</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.tivel.org/?p=15</guid>
		<description><![CDATA[Learn how to protect the privacy of individuals in an online genealogy. Often, the online, public display of a genealogy is done without adequate thought given to the privacy of family connections, particularly when the genealogy is created by the hobbyist.<br /> <a href="http://blog.tivel.org/privacy-and-tng-at-tivel-org">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>In the excitement of creating a family genealogy, there is great satisfaction in being able to show family  connections from the most ancient ancestor to the youngest descendent. Often, however, the online, public display of such a genealogy is done without adequate thought given to the privacy of family connections, particularly when the genealogy is created by the hobbyist. With respect to family connections, possible options for online privacy are as follows:</p>
<ol>
<li> Purge or exclude all living family connections from the online genealogy database,</li>
<li>Exclude, from the database, all living family connections born on or after a specific date,</li>
<li>Mask the names and personal details of living family connections with a &quot;Living&quot; placeholder,</li>
<li>Replace first names of living family connections with an initial while displaying the surname,</li>
<li>Require a login to see the personal details of living family connections, or</li>
<li>A combination of these options.</li>
</ol>
<div class="section">The Privacy Issue</div>
<p>Why the concern for privacy at tivel.org? Several concerns were pointed out by Kylie H. Veale in &quot;A DOCTORAL STUDY OF THE USE OF THE INTERNET FOR GENEALOGY&quot;:</p>
<blockquote><p>&quot;&#8230;concerns over information veracity and quality; fears about intrusions into privacy and even the chance for identities to be stolen&#8230;.&quot;</p></blockquote>
<p>These concerns apply particularly to hobbyist who are not constrained by the standards or ethics of the trained and/or professional genealogist.</p>
<div class="section">Privacy at Tivel.org</div>
<p>At tivel.org, we take the privacy of family connections very seriously&mdash;and, if there is a doubt, we err on the side of privacy. To begin with, we exclude all living family members born approximately on or after 1940. What this means is that at tivel.org, many living family connections need to know who their grandfather was to locate themselves in the genealogy; the youngest family connections depend on their parents or grand parents to help them locate their place in the genealogy. As time goes by and the older family connections pass away, a later &quot;cutoff&quot; date will be appropriate. Fortunately, The Next Generation of Genealogy Sitebuilding&copy; (&quot;TNG&quot;) used at tivel.org made implementing our privacy goals easy.</p>
<div class="section">TNG and Privacy</div>
<p>If no birth date is given for an individual in the database, the person can be flagged as either deceased or living (default is deceased). Also, if no death date is given, the default is to consider the person to be deceased if older than 110. This &quot;cutoff&quot; date can be changed by the TNG administrator (Figure 1).</p>
<div class="centercaption"><strong>Figure 1:</strong> TNG Privacy Settings for Import/Export</div>
<p><img src="/images/privacy/1.gif" alt="TNG Privacy Settings for Import/Export" width="372" height="65" class="displayed" /></p>
<p>TNG enables the administrator to tailor the database privacy options (Figure 2). The privacy options enable the administrator to</p>
<ul>
<li>Require a login to see anything but the home page,</li>
<li> Protect living data, including hiding both data and names, and</li>
<li> Define what persons can see and do when logged in.</li>
</ul>
<div class="centercaption"><strong>Figure 2:</strong> TNG Privacy Options</div>
<p><img src="/images/privacy/2.gif" alt="TNG Privacy Options" width="500" height="175" class="displayed" /></p>
<div class="section">Managing the TNG Database for Privacy</div>
<p>The job of managing our database at tivel.org to insure the privacy of specific individuals turned out to be relatively easy. The creator of TNG, Darrin Lythgoe, has made finding and maintaining records in the database possible without having to know MySQL. It is easy to query the database and return reports through the administrative report utility (Figure 3a-3c). Once the report has been defined, the administrator can &quot;run&quot; the report(Figure 4). Figure 5 shows the results of running the &quot;Living Family Connections&quot; report. </p>
<div class="centercaption"><strong>Figure 3a:</strong> Create TNG Report: Choose Fields to Display </div>
<p><img src="/images/privacy/3-a.gif" alt="Create TNG Report: Choose Fields to Display " width="500" height="461" class="displayed" /></p>
<div class="centercaption"><strong>Figure 3b:</strong> Create TNG Report: Choose Criteria</div>
<p><img src="/images/privacy/3-b.gif" alt=" Create TNG Report: Choose Criteria" width="500" height="475" class="displayed" /></p>
<div class="centercaption"><strong>Figure 3c:</strong> Create TNG Report: Choose Sort Fields</div>
<p><img src="/images/privacy/3-c.gif" alt="Create TNG Report: Choose Sort Fields" width="500" height="349" class="displayed" /></p>
<p>The report generates the MySQL query (table prefix, xy_, is user defined):</p>
<p><code>SQL: SELECT xy_people.living, xy_people.private, lnprefix, prefix, suffix, xy_people.branch,lastname, firstname,birthdate, xy_people.personID, xy_people.gedcom, nameorder FROM (xy_people ) WHERE (xy_people.living = 1) ORDER BY lastname</code></p>
<div class="centercaption"><strong>Figure 4:</strong> Edit, Delete, or Run the TNG Report</div>
<p><img src="/images/privacy/4.jpg" alt="Edit, Delete, or Run the TNG Report" width="500" height="93" class="displayed" /></p>
<div class="centercaption"><strong>Figure 5:</strong> The TNG Report</div>
<p><img src="/images/privacy/5.gif" alt="The TNG Report" width="365" height="251" class="displayed" /></p>
<p>Once a report has been defined and run, the records of identified individuals can then be edited or deleted to insure privacy, where appropriate. For example, the &#8220;Living&#8221; flag can be turned on or off or the record of a living family member can be deleted. More complex queries and reports can be created using operators and constants. Figure 6 shows the available features for managing &quot;People.&quot;</p>
<div class="centercaption"><strong>Figure 6:</strong> TNG Administration of Records for People</div>
<p><img src="/images/privacy/6.gif" alt="TNG Administration of Records for People" width="331" height="53" class="displayed" /></p>
<div class="section">Personal&mdash;and Private&mdash;Genealogy for Family Connections</div>
<p>At tivel.org, and using the TNG administrative features, it was easy to accomplish the privacy goals for our genealogy pages. Although we would much rather see a complete genealogy extending to the newest family connection, privacy concerns outweighed our personal preference. However, there is one great advantage to purging the database of &quot;recent&quot; living family connections: we can export a &quot;safe&quot; copy of our .ged file to family connections interested in bringing their own genealogies up-to-date. This can be done on a local PC using *no cost* software, such as PAF. As an alternative, with an easy to install server package called WampServer, it is even possible to install and run TNG on a local PC without a connection to the Internet&mdash;thus keeping the resulting genealogy private and complete, if desired, down to the youngest family connection.</p>
<div class="section">Resources</div>
<p><a href="http://www.historia-actual.org/Publicaciones/index.php/haol/article/viewFile/89/83" target="_blank">http://www.historia-actual.org/Publicaciones/index.php/haol/article/viewFile/89/83</a> &#8212; A DOCTORAL STUDY OF THE USE OF THE INTERNET FOR GENEALOGY by Kylie H. Veale</p>
<p><a href="http://www.ngsgenealogy.org/galleries/aboutngs/gssound.pdf" target="_blank">http://www.ngsgenealogy.org/galleries/aboutngs/gssound.pdf</a> &#8212; Standards For Sharing Information With Others Recommended by the National Genealogical Society</p>
<p><a href="http://lythgoes.net/genealogy/software.php" target="_blank">http://lythgoes.net/genealogy/software.php</a> &#8212; The Next Generation of Genealogy Sitebuilding&copy; (&quot;TNG&quot;)</p>
<p><a href="http://www.wampserver.com/en/" target="_blank">http://www.wampserver.com/en/</a> &#8212; WampServer</p>
<p><a href="http://www.familysearch.org/eng/default.asp" target="_blank">http://www.familysearch.org/eng/default.asp</a> &#8212; PAF software for a PC can be obtained here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tivel.org/privacy-and-tng-at-tivel-org/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for Creating a Genealogy</title>
		<link>http://blog.tivel.org/tips-for-creating-a-genealogy</link>
		<comments>http://blog.tivel.org/tips-for-creating-a-genealogy#comments</comments>
		<pubDate>Sat, 15 Jan 2011 02:13:08 +0000</pubDate>
		<dc:creator>Royce</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.tivel.org/?p=18</guid>
		<description><![CDATA[If you are interested in creating your own genealogy, either online or offline, you might be interested in these tips. Find out about the  wonderful tools that are available for creating and managing either an online or offline genealogy.  <br /> <a href="http://blog.tivel.org/tips-for-creating-a-genealogy">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>You can create and manage a genealogy on your own web site or on a personal computer. We are lucky to be living in the age of the Internet. Researching a genealogy has never been easier. Moreover, there are wonderful tools for creating and managing either an online or offline genealogy.</p>
<p>For building and managing a genealogy offline on a PC, we highly recommend the *no cost* Personal Ancestral File (PAF) software from FamilySearch. PAF is all you need to build and manage your own personal genealogy. You can also import an existing genealogy into this software. You can take advantage of the LDS Family History Centers. These centers are staffed with volunteers who will guide you in building your genealogy. You can find a center near you through the FamilySearch web site.</p>
<p>For an online genealogy, we at tivel.org highly recommend The Next Generation of Genealogy Sitebuilding© (&#8220;TNG&#8221;). TNG can be quickly installed and has all the administrative tools needed create and manage a serious online genealogy site. TNG also includes several well thought out templates, including the one we use at tivel.org. Although TNG is not freeware, it is well worth its small cost—and the great support is included.</p>
<p>If you want to install TNG on a local PC, you might want to consider WampServer, a *no cost* software solution to installing a complete web server on your PC. I have installed WampServer on my local PC and use it to develop both WordPress and TNG. It&#8217;s a real advantage to be able to try out modifications to both WordPress and TNG—before uploading them to my online blog and genealogy sites.</p>
<div class="section">Resources</div>
<p><a href="http://www.familysearch.org/eng/default.asp" target="_blank">http://www.familysearch.org/eng/default.asp</a> &#8212; Family Search for PAF software and help with your genealogy.</p>
<p><a href="http://lythgoes.net/genealogy/software.php" target="_blank">http://lythgoes.net/genealogy/software.php</a> &#8212; The Next Generation of Genealogy Sitebuilding© (&#8220;TNG&#8221;).</p>
<p><a href="http://www.wampserver.com/en/" target="_blank">http://www.wampserver.com/en/</a> &#8212; WampServer</p>
<p><a href="http://www.blog.selectdigitals.com/wampserver-a-test-bed-for-wordpress/" target="_blank">http://www.blog.selectdigitals.com/wampserver-a-test-bed-for-wordpress/</a> &#8212; Although this article describes installing WampServer as a test-bed for WordPress, the installation would be very similar for TNG.</p>
<p><a href="http://bishir.org/" target="_blank">http://bishir.org/</a> &#8212; Visit this site to see a quality online TNG genealogy site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tivel.org/tips-for-creating-a-genealogy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Your Genealogy Blog</title>
		<link>http://blog.tivel.org/wordpress-for-your-genealogy-blog</link>
		<comments>http://blog.tivel.org/wordpress-for-your-genealogy-blog#comments</comments>
		<pubDate>Sat, 08 Jan 2011 04:56:42 +0000</pubDate>
		<dc:creator>Royce</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.tivel.org/?p=4</guid>
		<description><![CDATA[Learn about WordPress at tivel.org and how you can create your own genealogical blog. In this article, I discuss blog security, installation, theming, multimedia and image display, plugins, and blog maintenance.<br /> <a href="http://blog.tivel.org/wordpress-for-your-genealogy-blog">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>WordPress is the perfect blog platform to complement The Next Generation of Genealogy Sitebuilding &copy; (TNG) software. For genealogy pages at tivel.org, I decided to let TNG do what it does best, create and manage genealogy pages, and let WordPress manage an interactive and educational site about online genealogy. I simply link to the blog from TNG and to the genealogy pages from WordPress. This article discusses some of the main considerations necessary for an effective and stable blog. Some of the considerations will only be given a mention in the article, but further information will be provided in the resource section at the end of the article. So, be sure to look at the link listing at the end of the article for information that might help you with your own blog.</p>
<p>For a successful WordPress blog, careful thought must be given to the following:</p>
<ol>
<li>Security,</li>
<li>Installation,</li>
<li>Theming,</li>
<li>Multimedia and Image Display,</li>
<li>Plugins, and</li>
<li>Maintenance.</li>
</ol>
<div class="section">Security</div>
<p>In the past, some of my sites have been hacked&#8211;so I treat blog security very seriously. Blog security should be considered&#8211;even before the blog is installed. Hackers are very familiar with the basic WordPress file structure and other defaults. You can make your site more secure by changing some of the default settings as you install WordPress.</p>
<p>The default login user name for WordPress is &#8220;admin.&#8221; This should be changed to something more complex like, &#8220;tbyz-168.&#8221; Another setting to change is the default data-table: change the prefix from &#8220;wp_&#8221; to something else, such as &#8220;zk_.&#8221;</p>
<p>Passwords are another important consideration. I recommend using long, random  passwords, such as qR0ZOf3CbPOD2aDs. I typically use 12-16 character passwords. There are many random-password generators available online.</p>
<p>A WordPress plugin to help you evaluate your blog&#8217;s security is &#8220;WP Security Scan.&#8221; This plugin will recommend changes you should make to insure blog security.  This is among the first plugins I install and run on my WordPress sites. When I am done running the scan, I deactivate the plugin.</p>
<p>One point of hacker attack is the WordPress wp-admin directory. This directory contains the files necessary to the administration of WordPress (the dashboard). Access to these files can be protected by creating an .htaccess file. Copy and Paste the following code into a basic text editor:</p>
<pre lang="css">AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Access Control"
AuthType Basic
order deny,allow
deny from all
# whitelist home IP address
allow from 192.168.1.1</pre>
<p>Change the IP address in the code to your own IP address. Don&#8217;t know what your IP address is? Just do a Google search for, &#8220;my ip address.&#8221; There are many online services that will identify and report your specific IP address (such as 98.112.27.86). Replace the old IP in the code above with the new address. Save this file as .htaccess. The file will probably be saved as .htaccess.txt and you will need to rename the file to just .htaccess. Upload the file to the wordpress/wp-admin directory. The .htaccess file will prevent dashboard access to any IP address but yours.</p>
<p>Sometimes, as with my DSL service, the IP address changes; and, although your site will still be visible to visitors, you will not see the normal login screen or be able to log into the admin area. Simply change the .htaccess file to include the correct IP address and then upload the file to restore the normal login screen.</p>
<p>As an additional security measure for my WordPress sites, I use an antivirus plugin to scan for possible problems. The plugin can be optioned to notify me by email if a problem is detected.</p>
<div class="section">Installation</div>
<p>WordPress requires a MySQL database, so your hosting service must allow you to create and manage a database. Today, there are many hosting choices which allow WordPress to run perfectly. For a more detailed discussion of the characteristics of a good hosting service, see the resource section. Some hosts enable Wordpess to be installed automatically from the control panel.</p>
<p>For a manual installation, you should be able to access to your host&#8217;s control panel in order to create the database. You should also be able to upload and unzip files through the control panel&#8217;s file manager. However, I prefer to use FileZilla, a no cost FTP manager, for transferring files to and from the host. I have included a link to instructions for manually installing WordPress in the resource section.</p>
<p>WordPress.org has a forum for help if you have installation difficulties and a good hosting service should also be ready and able to assist you with the installation.</p>
<div class="section">Theming</div>
<p>The &#8220;out of the box&#8221; wordpress theme, Twenty Ten(2010), is an excellent, functional theme as is but can also can be customized for a unique look and feel. My personal preference is to stay away from excessive glitz and to create a blog that is quick to load, easy to navigate, and does not distract visitors from the content.</p>
<p>The best way to customize a WordPress theme is to use a &#8220;child theme.&#8221; When using a child theme, customized files are kept in a separate theme directory. WordPress uses the unchanged theme files from the original, &#8220;parent&#8221; directory, as needed. For example, this blog&#8217;s theme is based on the default 2010 theme and exists as a child theme in its own directory. The customized look of the blog is the result of modifications to a few files located in the &#8220;child&#8221; directory. Most of the necessary files for the theme are still accessed through the original 2010 directory.</p>
<p>The advantage of keeping the customized files in a separate directory rather than changing the original files is that the customized files will not be overwritten during an (automatic) WordPress version update: no files are changed in the child directory during a version update. This also applies to using any of the many themes available at wordpress.org or elsewhere. If you install and activate another theme, it will not be overwritten during a WordPress update.</p>
<p>A good theme to use as a base theme for customization is Thematic. I have customized a variant of this theme called &#8220;Acamas&#8221; and placed a link to the prototype in the resource section. The prototype demonstrates the versatility of the Acamas theme. Another link points to a thorough discussion of the Acamas theme.</p>
<p>An alternative to the &#8220;no cost&#8221; themes available at WordPress are third party themes. One such theme is &#8220;Thesis&#8221; from DIYthemes. The Thesis theme is a terrific theme &#8220;out of the box&#8221; and is fully SEO optimized for the Web. Although this theme does have a cost, it is well worth the price.</p>
<p>If you are not comfortable with WordPress theming, my advice is to work with an &#8220;out of the box&#8221; theme and develop your site&#8217;s content. You can customize your site later as you acquire the necessary knowledge and skills. Always remember that it is the content&#8211;and not the theme&#8211;that is going to bring visitors to your site.</p>
<div class="section">Multimedia and Image Display</div>
<p>Multimedia and image display is an important component of a genealogical site. Videos, slide shows, single image display&#8211;these can all be used to provide useful and interesting genealogical information. Fortunately, there are many WordPress plugins that can manage the display.</p>
<p>For image display, including slide shows, I use the NextGEN Gallery plugin. The plugin enables me to easily upload and manage images and then display them. NexGEN has many other features that you will want to check out.</p>
<p>If you want to display videos on your site,  a good plugin choice would be Viper&#8217;s Video Quicktags. This plugin makes it particularly easy to embed videos from such services as YouTube. What&#8217;s more, the plugin generates W3C valid code on your pages.</p>
<div class="section">Plugins</div>
<p>I have already mentioned several WordPress plugins that I use. Check the resource section for a complete list of the plugins I am now using on this site.</p>
<div class="section">Maintenance</div>
<p>I consider it essential to keep a copy of my WordPress sites on my local PC. I do this as a backup measure. Once the site is installed, and when I modify or create new files, I make sure that the backup reflects the changes. Of course, if I have uploaded huge numbers of images to an online folder, I would not make it a practice of downloading these during a backup: I would, however, make sure I had a copy of the images on my local PC or on CDs/DVDs. Certainly, I would want a good backup before a version upgrade of the WordPress files&#8211;just in case.</p>
<p>Along with backing up the core WordPress files, it is also important to backup the database. This is done from PHPMyAdmin from the control panel at your host. I have included a link to a tutorial about how to do this. As you add posts and pages to your blog, be sure to backup the database&#8211;where the post and pages are stored&#8211;from time to time.</p>
<p>WordPress now makes updating the core WordPress files and plugins a snap. When new versions are available, you are notified of this when you login to the WordPress dashboard. You can then choose to do your updates automatically. Be sure you have a good backup before you upgrade the core WordPress files. This is particularly important if you have modified any of the core files (such as files in the 2010 theme folder) as they will be overwritten.</p>
<div class="section">My Advice&#8230;.</div>
<p>If you are new to WordPress, I recommend taking your time with the intial installation. For new installations,  and keeping in mind the security issues I discussed above, I follow the steps below.</p>
<ol>
<li>Create an empty database at the host. WordPress will fill in the tables during installation.</li>
<li>Upload and unzip WordPress.</li>
<li>Modify the WordPress configuration file (wp-config-sample.php which you rename to wp-config.php) to tell WordPress how to access the database.</li>
<li>Run the WordPress installer.</li>
<li>Activate Akismet. This will require you to create an account at akismet.com to get an API key.</li>
<li>Upload and unzip the Bad Behavior plugin. This will require a &#8220;BL  Access Key&#8221; from projecthoneypot.org and you will have to create an account  there to do this.</li>
</ol>
<p>At this point, your site should be installed and secure. You can now add other plugins and/or content to your site. This might be a good time to install and run WP Security Scan and the AntiVirus plugin. Run the plugins to check for any  problems. Note that the AntiVirus plugin only flags a suspected problem; you will have to determine if it is, in fact, a problem. The  AntiVirus plugin will not delete any file but will only report suspected  problems.</p>
<p>If you want to develop your WordPress site on your local PC, I can highly recommend installing WampServer.</p>
<blockquote><p>&#8220;WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin to easily manage your databases.&#8221;</p></blockquote>
<p>The software is easy to install and I use it on my local PC to develop web pages (including WordPress). I have included a link in the resource section for a tutorial about how to use WampServer.</p>
<p>For help with your WordPress installation, you can go the Forums at WordPress.org.</p>
<div class="section">Resources</div>
<p>Plugins:</p>
<ul>
<li><a title="Akismet" href="http://codex.wordpress.org/Plugins/Akismet" target="_blank">Akismet</a> &#8212; anti-spam (now ships with WordPress).</li>
<li><a title="All in One SEO Pack" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a> &#8212; search engine optimization (SEO).</li>
<li><a title="AntiVirus" href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">AntiVirus</a> &#8212; antivirus for your WordPress installation.</li>
<li><a title="Bad Behavior" href="http://wordpress.org/extend/plugins/bad-behavior/" target="_blank">Bad Behavior</a> &#8211;<br />
<blockquote><p>&#8220;Bad Behavior complements other link spam solutions by  acting as a gatekeeper, preventing spammers from ever delivering their  junk, and in many cases, from ever reading your site in the first place.  This keeps your site&#8217;s load down, makes your site logs cleaner, and can  help prevent denial of service conditions caused by spammers.&#8221;</p></blockquote>
</li>
<li><a title="Google XML Sitemaps" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a> &#8212; creates and updates a sitemap.</li>
<li><a title="NextGEN Gallery" href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGEN Gallery</a> &#8212; manages and displays your images.</li>
<li><a title="Fast Secure Contact Form" href="http://wordpress.org/extend/plugins/si-contact-form/" target="_blank">Fast Secure Contact Form</a> &#8212; provides a &#8220;secure&#8221; contact form for your site.</li>
<li><a title="Sociable for WordPress 3.0" href="http://wordpress.org/extend/plugins/sociable-30/" target="_blank">Sociable for WordPress 3.0</a> &#8212; places social bookmarks on your pages and posts.</li>
<li><a title="Widget Logic" href="http://wordpress.org/extend/plugins/widget-logic/" target="_blank">Widget Logic</a> &#8212; with this plugin, you can determine just where you want your widgets  to display. For example, I use this plugin to prevent my slide show  from appearing anywhere except the home page.</li>
<li><a title="WP Security Scan" href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a> &#8212; analyzes your blog&#8217;s security.</li>
</ul>
<p>Hosting:</p>
<ul>
<li><a href="http://ezinearticles.com/?Characteristics-of-a-Good-Web-Hosting-Service-For-Content-Providers-and-Online-Marketers&amp;id=1789331" target="_blank">Characteristics of a Good Web Hosting Service For Content Providers and Online Marketers</a></li>
</ul>
<p>Installing:</p>
<ul>
<li><a title="Installing WordPress" href="http://codex.wordpress.org/Installing_WordPress" target="_blank">Installing WordPress</a></li>
<li><a title="Managing Your WordPress Database" href="http://www.blog.selectdigitals.com/managing-your-wordpress-database/" target="_blank">Managing Your WordPress Database</a></li>
<li><a title="How to Install and Style WordPress" href="http://www.selectdigitals.com/Documents/Articles/wordpress/index.html" target="_blank">How to Install and Style WordPress</a> &#8212; My blog has been updated to the latest version of WordPress 3.X. Therefore, this article is a bit dated. However, if you are still using the old Kubrick theme or are interested in learning how to style a theme, the article might still be of interest to you.</li>
</ul>
<p>FTP:</p>
<ul>
<li><a title="FileZilla" href="http://file-zilla.com/download-filezilla/?gclid=CPPBnYLJg6YCFRxqgwodC2jhoQ" target="_blank">FileZilla</a> &#8212; My choice for an FTP client.</li>
</ul>
<p>Theming:</p>
<ul>
<li><a title="Theme Development" href="http://codex.wordpress.org/Theme_Development" target="_blank">Theme Development</a></li>
<li><a title="Thematic Theme" href="http://wordpress.org/extend/themes/thematic" target="_blank">Thematic</a></li>
<li><a title="Acamas Theme (based on Thematic)" href="http://themeshaper.com/acamas-theme-clarity-elegance-power/" target="_blank">Acamas Theme (based on Thematic)</a></li>
<li><a title="Child Themes" href="http://codex.wordpress.org/Child_Themes" target="_blank">Child Themes</a></li>
</ul>
<p>Code Validation:</p>
<ul>
<li><a title="W3C Code Validator" href="http://validator.w3.org/" target="_blank">W3C Code Validator</a></li>
</ul>
<p>WAMP:</p>
<ul>
<li><a title="Download WAMP" href="http://www.wampserver.com/en/" target="_blank">Download WAMP</a></li>
<li><a title="Wampserver: A Testbed For WordPress" href="http://www.blog.selectdigitals.com/wampserver-a-test-bed-for-wordpress/" target="_blank">Wampserver: A Testbed For WordPress</a></li>
</ul>
<p>WordPress Support:</p>
<ul>
<li><a title="WordPress Support Forums" href="http://wordpress.org/support/" target="_blank">WordPress Support Forums</a></li>
</ul>
<p>My Blog About WordPress:</p>
<ul>
<li> <a title="Blog at Select Digitals" href="http://blog.selectdigitals.com" target="_blank">blog.selectdigitals.com</a> &#8212; Articles, tips, and tutorials about WordPress.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.tivel.org/wordpress-for-your-genealogy-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

