<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Archive on Werk Space</title>
    <link>/tags/archive/</link>
    <description>Recent content in Archive on Werk Space</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 06 Aug 2026 14:39:17 +0000</lastBuildDate>
    <atom:link href="/tags/archive/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Code7</title>
      <link>/docs/archive/code7/</link>
      <pubDate>Fri, 08 May 2020 08:36:20 -0500</pubDate>
      <guid>/docs/archive/code7/</guid>
      <description>&lt;p&gt;These were created with middle school students in mind. They were then used in an after school STEM program I ran for two years. &lt;a href=&#34;http://www.intellamech.com/code7/&#34;&gt;View on Intellamech&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown slideshows</title>
      <link>/docs/archive/markdown-slideshow/</link>
      <pubDate>Fri, 08 May 2020 08:34:47 -0500</pubDate>
      <guid>/docs/archive/markdown-slideshow/</guid>
      <description>&lt;p&gt;This is both a demonstration and a tutorial. The steps of how to are demonstrated in the &lt;a href=&#34;http://www.intellamech.com/pandoc/pandoc_reveal/&#34;&gt;slideshow from Intellamech&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Goat VMS</title>
      <link>/docs/archive/goat-vms/</link>
      <pubDate>Fri, 01 May 2020 12:02:56 -0500</pubDate>
      <guid>/docs/archive/goat-vms/</guid>
      <description>&lt;h2 id=&#34;goatvms-data-schemes&#34;&gt;GoatVMS Data Schemes&lt;/h2&gt;&#xA;&lt;p&gt;Many of the data schemes are derived from HR-XML Consortium, new branding is &lt;a href=&#34;https://hropenstandards.org/&#34;&gt;HR Open Standards&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Local file is file:///d:/Downloads/XML/Specifications/HR-XML-2004-08/HR-XML-2_3/index.html. Review Consortium Approved Shared Components (CPOs) section first.&lt;/p&gt;&#xA;&lt;h3 id=&#34;table-design&#34;&gt;Table Design&lt;/h3&gt;&#xA;&lt;p&gt;Each descriptor has a main table defined for it unless otherwise noted. Some of the fields within the descriptors tables may have mutliple values and these are stored in a sub-table.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;CREATE TABLE `sub_TableName` (&#xA;  `subID` mediumint(8) unsigned NOT NULL auto_increment,&#xA;  `mainID` mediumint(8) unsigned NOT NULL default &amp;#39;0&amp;#39;,&#xA;  `fieldName` varchar(100) NOT NULL default &amp;#39;&amp;#39;,&#xA;  `fieldValue` text NOT NULL,&#xA;  `isDefault` smallint(2) NOT NULL default &amp;#39;0&amp;#39;,&#xA;  PRIMARY KEY  (`subID`),&#xA;  KEY `PersonNameID` (`mainID`,`fieldName`)&#xA;)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;cpo&#34;&gt;CPO&lt;/h3&gt;&#xA;&lt;h4 id=&#34;person-name&#34;&gt;Person Name&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PersonName.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PersonName.xsd&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;competencies&#34;&gt;Competencies&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Competencies.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Competencies.xsd&lt;/li&gt;&#xA;&lt;li&gt;Competencies-CommunicationSkills.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-DriversLicense.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-Education.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-Language.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-Observe.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-ONet.xml&lt;/li&gt;&#xA;&lt;li&gt;Competencies-YearsAndTestScore.xml&lt;/li&gt;&#xA;&lt;li&gt;LanguagesExample.xml&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;contact-method&#34;&gt;Contact Method&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ContactMethod.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ContactMethod.xsd&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;date-time-data-types&#34;&gt;Date Time Data Types&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;DateTimeDataTypes.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;DateTimeDataTypes.xsd&lt;/li&gt;&#xA;&lt;li&gt;EffectiveDating.html&lt;/li&gt;&#xA;&lt;li&gt;Frequencies.xsd&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;person-descriptors&#34;&gt;Person Descriptors&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PersonDescriptors.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PersonDescriptors.xsd&lt;/li&gt;&#xA;&lt;li&gt;DemographicDetail.xsd&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;education-history&#34;&gt;Education History&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EducationHistory.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EducationHistory.xsd&lt;/li&gt;&#xA;&lt;li&gt;EducationExample1.xml&lt;/li&gt;&#xA;&lt;li&gt;EducationExample2.xml&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;employment-history&#34;&gt;Employment History&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EmploymentHistory.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EmploymentHistory.xsd&lt;/li&gt;&#xA;&lt;li&gt;EmploymentExample1.xml&lt;/li&gt;&#xA;&lt;li&gt;EmploymentExample2.xml&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;job-and-position&#34;&gt;Job and Position&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;JobAndPositionHeader.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;JobHeader.xsd&lt;/li&gt;&#xA;&lt;li&gt;JobHeaderExample.xml&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;useful-reference&#34;&gt;Useful Reference&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IdentifierTypes.html&#xA;&lt;ul&gt;&#xA;&lt;li&gt;IdentifierTypes.xsd&lt;/li&gt;&#xA;&lt;li&gt;EntityIdentifiers.html&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;basic-descriptors&#34;&gt;Basic Descriptors&lt;/h2&gt;&#xA;&lt;h3 id=&#34;person-name-1&#34;&gt;Person Name&lt;/h3&gt;&#xA;&lt;p&gt;Person Name covers most possible variations of a a persons name. Some of the fields will be required and some will be optional.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GGIS support</title>
      <link>/docs/archive/wiki/</link>
      <pubDate>Fri, 01 May 2020 10:10:34 -0500</pubDate>
      <guid>/docs/archive/wiki/</guid>
      <description>&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;h4 alert-heading&#34; role=&#34;heading&#34;&gt;GGIS is no more&lt;/div&gt;&#xA;&#xA;Gruff Goat Information Services (GGIS) ceased operations as of December 2017. At this time, only a few former clients are still receiving pro-bono support and these are slowly migrating to other services.&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;how-to-email-configuration-for-outlook-2002&#34;&gt;How-to: Email Configuration for Outlook 2002&lt;/h2&gt;&#xA;&lt;h3 id=&#34;purpose&#34;&gt;Purpose&lt;/h3&gt;&#xA;&lt;p&gt;To receive email from the new server, some settings must be created or changed in your email client (Outlook). This How-To assumes you are using Outlook 2002 as your email client. If you are using a different client, you may still understand what settings you need to make be reviewing this How-To.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Joomla / WordPress</title>
      <link>/docs/archive/joomla-wordpress/</link>
      <pubDate>Fri, 01 May 2020 12:58:21 -0500</pubDate>
      <guid>/docs/archive/joomla-wordpress/</guid>
      <description>&lt;h2 id=&#34;deprecated-assume-vulnerable&#34;&gt;Deprecated, assume vulnerable&lt;/h2&gt;&#xA;&lt;p&gt;There is no support or documentation offered for any of my Joomla and WordPress components and plugins. If you are still using any of these, please assume that they have security vulnerabilities as there have been no updates to these for many years. Additionally, I no longer track nor use these ecosystems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Archives</title>
      <link>/docs/archive/</link>
      <pubDate>Fri, 01 May 2020 10:14:52 -0500</pubDate>
      <guid>/docs/archive/</guid>
      <description></description>
    </item>
  </channel>
</rss>
