<?xml version="1.0" encoding="utf-8" ?><?xml-stylesheet type="text/css" href="https://www.earthli.com/resources/styles/rss.css" ?><rss version="2.0">
  <channel>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>earthli News 3.7</generator>
    <language>en-us</language>
    <ttl>720</ttl>
    <title><![CDATA[earthli.com &gt; earthli News 3.7]]></title>
    <link>https://www.earthli.com/news/</link>
    <pubDate>Sun, 19 Dec 2021 12:16:19 +0100</pubDate>
    <lastBuildDate>Sun, 19 Dec 2021 12:16:19 +0100</lastBuildDate>
    <image>
      <link>https://www.earthli.com/news/</link>
      <title><![CDATA[earthli.com &gt; earthli News 3.7]]></title>
      <url>https://www.earthli.com/news/icons/webcore_png/app/news_100px.png</url>
    </image>
    <description><![CDATA[New sections, new functionality, and other work are announced in this
forum. The posts are listed on the earthli.com home page.
]]></description>
    <copyright><![CDATA[Copyright (c) 1999-2026 earthli.com. All Rights Reserved.]]></copyright>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=4384</guid>
    <title><![CDATA[earthli.com moves to HostFactory]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=4384</link>
    <pubDate>Sun, 19 Dec 2021 12:16:19 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">19. Dec 2021 12:16:19 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>After 16 years hosted at <a href="https://encodo.com">Encodo Systems</a>, earthli has moved from an Ubuntu VM to Web Hosting at <a href="https://www.hostfactory.ch/">HostFactory</a>.</p>
<p>The move went very smoothly, although there are always a bunch of things to remember, especially when you haven&rsquo;t changed servers for a long time—and especially when changing from a dedicated VM/server to shared web hosting. Thankfully, web hosting is a great fit for earthli because a dedicated server is quite expensive, starting at about CHF35.-/month. I took a look at cloud-based solutions and they very quickly rose into the same ballpark.</p>
<h2>Features</h2><p>Hostfactory offers:</p>
<ul>
<li>Apache/PHP (7.3/8.x)</li>
<li>Unlimited MySql/Maria databases (I only need two)</li>
<li>50GB of storage space (does not include database or Git repository space)</li>
<li>Unlimited Git repositories</li>
<li>20 domain accounts (I only need one)</li>
<li>Unlimited traffic</li>
<li>Integrated SSL (LetsEncrypt)</li>
<li>SSH access (so I&rsquo;d have <code>scp</code> for upload/download and shell access for stuff like <code>mysql</code> or moving files)</li>
<li>Unlimited Emails (probably don&rsquo;t need this, as I&rsquo;m running earhtli.com mail through <a href="https://protonmail.com">Protonmail</a>)</li>
<li>Backups</li>
<li>30-day free testing (I&rsquo;m all set up and haven&rsquo;t signed up yet…)</li>
<li><strong>Excellent and very responsive support.</strong> I&rsquo;ve gotten answers within minutes and even got an answer on a Sunday.</li></ul><h2>Requirements</h2><p>What does earthli.com need?</p>
<ul>
<li>PHP 7.2 or higher (that&rsquo;s the version I&rsquo;d tested; I&rsquo;m on 7.3 now, will probably migrate to 8.0 soon)
<li><div>Modules:<ul>
<li>EXIF</li>
<li>GD</li>
<li>Mysqli</li>
<li>Zip</li></ul></div>Git repos to store the <code>earthli-webcore</code> and <code>earthli.com</code> repos for easy deployment</li>
<li>MySQL databases (two of them)</li>
<li>At least 10GB of storage</li>
<li><code>.htaccess</code> support (for securing folders)</li></ul><h2>Anything missing?</h2><p>What has changed?</p>
<ul>
<li><code>data.earthli.com</code> [1] is no longer available. Use <code>www.earthli.com/data</code> instead</li>
<li><code>dev.earthli.com</code> [2] is no longer available. Use <code>www.earthli.com</code> instead.</li></ul><h2>Drawbacks?</h2><p>Are there any drawbacks to HostFactory? No, not really.</p>
<p>Getting used to a hosted environment was a good learning experience. I no longer have full control of the server, but I also no longer have full responsibility for setting everything up in a secure manner. PHP is set up to run more efficiently, with caching, and with maximal security (using Fast-CGI now instead of Apache modules). I have control over most PHP settings I need, but had to contact support to have them set my <code>include_path</code> for me.</p>
<p>They do a great job of that, including a WAF (Web Application Firewall), which has some pretty aggressive rules. For example, I tried to post an update to an article that had the word &ldquo;sexual&rdquo; in it and was rejected. I contacted support and was told about an IP-white-listing feature. After white-listing myself, it worked immediately.</p>
<p>This is fine, but I worried about how well the solution scales. After a quick discussion with support, it turns out that the (non-security-relevant) rules can be individually tuned, should that be necessary. I don&rsquo;t think it&rsquo;s necessary yet, but it&rsquo;s good to know that it&rsquo;s an option if IP-white-listing proves to be insufficient for my needs.</p>
<p>So far, so good! 👍 </p>
<p><hr></p>
<div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_4384_1_body" class="footnote-number">[1]</span> I could have added the sub-domain at HostFactory and added a <code>Rewrite</code> rule to redirect to the new location. I didn&rsquo;t do that because I&rsquo;m not really interested in people continuing to use that sub-domain to access data.</div><div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_4384_2_body" class="footnote-number">[2]</span> I&rsquo;m no longer maintaining a separate &ldquo;dev&rdquo; instance online. I used to do this because it was one of the only ways to test that a newer version was actually working as expected on the same version as is running on the server. However, now that I&rsquo;m using <em>Docker</em> for local development, I&rsquo;ve got the same environment locally as on the server, so there are no surprises anymore. If there were to be a surprise, then I could easily roll back the change because I use Git for all deployment.</div>      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=4251</guid>
    <title><![CDATA[Earthli now uses the UTF8 encoding 🍾]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=4251</link>
    <pubDate>Sun, 02 May 2021 22:52:20 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">2. May 2021 22:52:20 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Earthli started out in 1997 on an Apache 1.2.x server running on a Windows desktop in my office cubicle in New York. I set it up at the time with PHP 2.x and MySQL 3.x.</p>
<h2>History</h2><p>The default encoding at the time was to use the <code>latin1</code> character set, which mapped to <code>Windows-1252</code> and roughly corresponds to <code>ANSI</code>, which is somewhat standardized, but is platform-dependent for some characters (hence the moniker).</p>
<p>Over the years, I migrated to PHP 3.x, then 4.x. The migration to 5.x was a lot of work because they changed the entire reference/copy semantics. From there, though the upgrade to 7.2.x was relatively easy. The jump to 8.x shouldn&rsquo;t pose too many issues, either. [1] </p>
<p>The move through MySql versions to the current 5.7.33 and Apache versions to the current 2.4.29, all running on Ubuntu 18.04 was more or less without incident.</p>
<h2>Fixing the Encoding</h2><p>One last vestige of that original setup was the encoding. I&rsquo;d opened an issue called <a href="https://www.earthli.com/projects/view_job.php?id=2084">Add support for UTF8 as the default encoding</a> almost 8 years ago, but never found the time or inspiration to actually make the change.</p>
<p>I did end up making some workarounds for missing characters, but it was always less work to just add another one. See the section on &ldquo;proprietary markup&rdquo; below.</p>
<p>You have to be careful when changing encodings, making the sure that the tool that makes the conversion is aware of both the source and target encodings. You have to be dead-certain of the source encoding or the conversion will not succeed. You&rsquo;ll end up with garbled characters.</p>
<p>The earthli database isn&rsquo;t large by any enterprise standards, but it does contain almost 27k pictures and almost 4k articles [2], some of them quite long. There is a lot of text, created with various browsers and tools over almost a quarter of a century.</p>
<p>A search online for tips on converting to UTF-8 turned up a lot of useless advice for older versions or based on an inadequate understanding of encodings or the available tools.</p>
<p>Luckily, my database dump was already in UTF-8, but it contained SQL commands to use the <code>latin1</code> collation instead of <code>utf8</code> or, to be more precise, <code>utf8mb4</code> (which is the version of UTF8 that supports 4-byte characters, e.g. 🧐). With <code>utf8</code>, you can store anything you want in MySql other than emojis. It&rsquo;s unclear why they have two formats, but MySql has always had its idiosyncrasies. [3]</p>
<h2>Converting <a href="https://www.earthli.com/news/text_formatting.php">earthli&rsquo;s proprietary markup</a></h2><p>The most fiddly bit I had to deal with was actually optional and involved converting some of the ad-hoc character combinations that I&rsquo;d added to my markup language in order to use characters not supported in the <code>latin1</code> encoding (e.g. I would write Slavoj Žižek as &ldquo;Slavoj (Z-)i(z-)ek). I used <code>sed</code> to replace these character combinations. Obviously, no-one else uses these, but for the sake of posterity—and to serve as an example for other replacements—here they are:</p>
<pre class=" "><code>sed \
-e 's@(a_)@ā@g' \
-e 's@(c,)@ç@g' \
-e 's@(C,)@Ç@g' \
-e 's@(c-)@č@g' \
-e 's@(C-)@Č@g' \
-e 's@(g-)@ğ@g' \
-e 's@(i-)@ı@g' \
-e 's@(I.)@İ@g' \
-e 's@(l-)@ł@g' \
-e 's@(L-)@Ł@g' \
-e 's@(s,)@ş@g' \
-e 's@(S,)@Ş@g' \
-e 's@(s-)@š@g' \
-e 's@(S-)@Š@g' \
-e 's@(u-)@ū@g' \
-e 's@(z-)@ž@g' \
-e 's@(Z-)@Ž@g' \
-e "s@(a\\\')@á@g" \
-e "s@(A\\\')@Á@g" \
-e "s@(C\\\')@Ć@g" \
-e "s@(n\\\')@ń@g" \
-e "s@(N\\\')@Ń@g" \
-e "s@(o\\\')@ő@g" \
-e "s@(O\\\')@Ő@g" \
earthli.sql &gt; earthli_utf8.sql</code></pre><p>I used @ as the separator character and had to escape the backslash twice (once for <code>sed</code> and once for <code>bash</code>). Also, you have to use a different output file because <code>sed</code> truncates the output before it does anything. If you use the same file, then you just end up with an empty file. Neat.</p>
<p>It&rsquo;s not super-efficient, but it was done in a few seconds.</p>
<p>A bonus to doing these replacements for me is that a full-text search for &ldquo;Zizek&rdquo; or &ldquo;Žižek&rdquo; now finds all articles where I mention the Slovenian philosopher. That didn&rsquo;t work before because MySql was indexing &ldquo;(Z-)i(z-)ek&rdquo; instead.</p>
<h2>Working with the dump file</h2><p>If you need to open the dump file, be aware that the lines are <em>very long</em>. <code>vim</code> does a good job of searching and editing and jumping to locations (e.g. <code>+normal 15G25|</code> jumps to line 15, column 25. <code>nano</code> can also find text (<kbd>⌘</kbd> + <kbd>W</kbd>) pretty well and quickly. Both edit the text without a problem, once you&rsquo;ve found the location you&rsquo;re interested in.</p>
<p>Desktop editors (e.g. <em>Visual Studio Code</em> or <em>Sublime Text</em>) and differs (e.g. <em>BeyondCompare</em>) were mostly overwhelmed by both the file size and the line lengths.</p>
<p>Luckily, I only ended up needing to make one edit to avoid an error creating an index because the UTF-8 encoding considered &ldquo;bugin&rdquo; and &ldquo;bügin&rdquo; to be equivalent.</p>
<h2>Commands</h2><p>I made most of the following changes from the command line, but made one change using <em>PHPMyAdmin</em>.</p>
<p>Here&rsquo;s what I ended up doing:</p>
<ol>
<li><div class=" "><p>&lt;p&gt;Dump the current database. MySQL dumps to UTF-8 by default and converts all text.</p>
<pre class=" "><code>mysqldump --user=earthli -p --add-drop-table earthli  &gt; earthli.sql</code></pre>&lt;/p&gt;</div></li>
<li><div class=" "><p>&lt;p&gt;Verify that the dump file is in UTF8 format. If it&rsquo;s not, then you can use <code>iconv</code> to change the encoding (example from <a href="https://en.wikipedia.org/wiki/Iconv">Wikipedia</a>):</p>
<pre class=" "><code>iconv -f iso-8859-1 -t utf-8 &lt;infile&gt; -o &lt;outfile&gt;</code></pre>&lt;/p&gt;</div></li>
<li><div class=" "><p>&lt;p&gt;Search/replace the character set for each table with the following command:</p>
<pre class=" "><code>sed -e 's@CHARSET=latin1@CHARSET=utf8mb4@g' earthli.sql &gt; earthli_utf8.sql</code></pre>&lt;/p&gt;</div></li>
<li><div>Use <em>PHPMyAdmin</em> to change the default encoding for the database to<div class=" "><code>utf8mb4</code> in the <em>Operations</em> pane for the database.</div></div>
<li><div class=" "><p>Import the database.</p>
<pre class=" "><code>cat earthli_utf8.sql | mysql --user=earthli -p earthli</code></pre></div></li></ol><p>In PHP and the configuration, I made the following changes:</p>
<ol>
<li>Call <code>mysqli_set_charset ($this-&gt;_connection, &lsquo;utf8mb4&rsquo;);</code> after opening the connection to the database</li>
<li>Change the encoding in all generated pages by including the tag <code>&lt; meta charset=&ldquo;utf-8&rdquo;&gt;</code></li>
<li>Change the default charset in the Apache config files <code>php_value default_charset UTF-8</code> (it&rsquo;s possible that this is already the default by now)</li></ol><h2>Conclusion</h2><p>It took a bunch of research and preparation and nerves to dump, globally modify, and re-import a database that contains the last quarter-century of my writing. In the end, though, it wasn&rsquo;t even that much work and it went smoothly. As always with encodings, it serves you well to understand <em>exactly</em> what you&rsquo;re doing—it often saves a lot of steps.</p>
<p>And, now, because I can: ✊🏼.</p>
<p><hr></p>
<div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_4251_1_body" class="footnote-number">[1]</span> The <code>zip</code> functions will be removed in favor the object-based API.</div><div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_4251_2_body" class="footnote-number">[2]</span> 2.6k of which are published … I write a lot of drafts that I never end up publishing. Some of them are quite long, as well and serve as notes for myself.</div><div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_4251_3_body" class="footnote-number">[3]</span> It&rsquo;s probably a legacy thing or a desire to provide an option that uses one less byte if you know you&rsquo;re not going to want emojis?</div>      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=3979</guid>
    <title><![CDATA[Earthli gets OpenGraph and Twitter metadata]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=3979</link>
    <pubDate>Thu, 21 May 2020 23:11:35 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">21. May 2020 23:11:35 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">22. May 2020 14:22:58 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Most tools that scrape web pages use the OpenGraph metadata embedded in web pages. Some fall back to using the more general and older metadata tags, like <code>description</code> or the <code>&lt;title&gt;</code> element, but this leads to a rather limited embedding. Almost no-one extracts pictures from pages unless explicitly requested to do so by metadata.</p>
<p>Until recently, earthli didn&rsquo;t include this metadata, leading to somewhat substandard rendering of any links pasted to social media.</p>
<h2>Sample Metadata</h2><p>As an example, the article <a href="https://www.earthli.com/news/view_article.php?id=3974">NY Times Spelling Bee</a> now includes the following OpenGraph metadata:</p>
<pre class=" "><code>&lt;meta name="twitter:image" 
  content="https://…/forthwith.png" /&gt;
&lt;meta property="og:url"
  content="https://…view_article.php?id=3974" /&gt;
&lt;meta property="og:title" content="NY Times Spelling Bee" /&gt;
&lt;meta property="og:type" content="website" /&gt;
&lt;meta property="og:description" content="I recently 
wrote that Kath and I have a one-year streak going in the
NYT Crossword Puzzle. While that is still ongoing, 
we've also recently discovered a little gem 
called Spelling Bee. The concept is …" /&gt;
&lt;meta property="article:author" content="marco" /&gt;
&lt;meta property="article:published_time"
  content="2020-05-16 20:39:52" /&gt;
&lt;meta property="article:modified_time"
  content="2020-05-21 21:15:08" /&gt;
&lt;meta property="og:image"
  content="https://…/forthwith.png" /&gt;
&lt;meta property="og:image:width " content="2562" /&gt;
&lt;meta property="og:image:height " content="1566" /&gt;</code></pre><p>The same article also now has Twitter metadata:</p>
<pre class=" "><code>&lt;meta name="twitter:card" content="summary_large_image" /&gt;
&lt;meta name="twitter:site" content="" /&gt;
&lt;meta name="twitter:creator" content="@mvonballmo" /&gt;
&lt;meta name="twitter:title" content="NY Times Spelling Bee" /&gt;
&lt;meta name="twitter:description" content="I recently 
wrote that Kath and I have a one-year streak going in the
NYT Crossword Puzzle. While that is still ongoing,
we've also recently discovered a little gem
called Spelling Bee. The concept is …" /&gt;</code></pre><p>Twitter refuses to use any of the OpenGraph information, so you really need to include both copies.</p>
<h2>Implementation</h2><p>Some of the properties aren&rsquo;t necessarily required, but it was easy enough to generate them all from earthli&rsquo;s general facilities.</p>
<ul>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/obj/AUDITABLE.html">AUDITABLE</a> object provides the creator, creation date, and the last-modification date.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/obj/CONTENT_OBJECT.html">CONTENT_OBJECT</a> object provides the title and the description.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/obj/DRAFTABLE_ENTRY.html">DRAFTABLE_ENTRY</a> updates the creation date to the publication date for articles.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/obj/ATTACHMENT_HOST.html">ATTACHMENT_HOST</a> sets the image to the first attachment.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/util/IMAGE_METRICS.html">IMAGE_METRICS</a> provides size information for the default image</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/webcore/text/MUNGER_STRIPPER.html">MUNGER_STRIPPER</a> extracts and formats text for the description so that it is legal HTML.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/albums/obj/ALBUM.html">ALBUM</a> sets the image to the main picture for the album, if available.</li>
<li>The <a href="https://www.earthli.com/software/webcore/docs/developer/albums/obj/PICTURE.html">PICTURE</a> sets the image to the picture&rsquo;s URL.</li></ul><p>In addition, I added support for <code>SOCIAL_PAGE_OPTIONS</code> and introduced a method on the data hierarchy called <code>set_social_options()</code>, which allows the data objects to enrich the social options before they&rsquo;re formatted into the metadata area of the page header. A page must enable the social options and explicitly request to generate them, a feature I only enabled from the <code>view_entry.php</code> and <code>view_folder.php</code> pages.</p>
<p>The results are shown below.</p>
<h2>Apple Messages</h2><p>Apple Messages uses the OpenGraph tags to make nicely formatted previews now.</p>
<p><span style="width: 152px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_news_article.png"><img src="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_news_article_tn.png" alt=" " style="width: 152px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_news_article.png">Apple Messages news article</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo.jpg"><img src="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo_tn.jpg" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo.jpg">Apple Messages photo</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo_album.jpg"><img src="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo_album_tn.jpg" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/apple_messages_photo_album.jpg">Apple Messages photo album</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Facebook</h2><p>I haven&rsquo;t actually posted anything to Facebook, but was able to use the Social-graph Testing tools to see how posts would look.</p>
<p><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_article_with_attachment.png"><img src="https://www.earthli.com/data/news/attachments/entry/3979/facebook_article_with_attachment_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_article_with_attachment.png">Facebook article with attachment</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo.jpg"><img src="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo_tn.jpg" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo.jpg">Facebook photo</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo_album.jpg"><img src="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo_album_tn.jpg" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/facebook_photo_album.jpg">Facebook photo album</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Twitter</h2><p>I only tested articles with Twitter because I don&rsquo;t anticipate ever tweeting photos or albums. The tweet is nicely formatted now, with or without an attachment. Previously, Twitter displayed links to earthli as only a simple title, with no description or image.</p>
<p><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_with_attachment.png"><img src="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_with_attachment_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_with_attachment.png">Twitter article with attachment</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_without_attachment.png"><img src="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_without_attachment_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3979/twitter_article_without_attachment.png">Twitter article without attachment</a></span></span></p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=3252</guid>
    <title><![CDATA[Earthli is now 100% responsive]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=3252</link>
    <pubDate>Tue, 26 Apr 2016 23:19:21 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">26. Apr 2016 23:19:21 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">27. Apr 2016 07:12:47 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Go ahead. Open earthli.com on a small-screen device. Get out your phone. I&rsquo;ll wait.</p>
<p>Pretty cool, right?</p>
<p>I mean, it&rsquo;s not rocket science, but it involves no small amount of work to come up with a design that works at both very wide and very narrow screens. Sure, I could have used Bootstrap, but then <a href="http://adventurega.me/bootstrap/">my site would look exactly like everyone else&rsquo;s.</a> Also, earthli&rsquo;s stylesheets and components are <em>much</em> simpler and easy to use than Bootstrap.</p>
<p>Not only that, but with the redesign and the continued focus on simplicity in page design, semantic structure, etc., it turns out that earthli also does quite well for accessibility.</p>
<h2>Home page</h2><p>The <a href="https://www.earthli.com/">home page</a> demonstrates the new responsive grids and columns.</p>
<p><span style="width: 187px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_regular.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_regular_tn.png" alt=" " style="width: 187px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_regular.png">Home page at standard width</a></span></span><span style="width: 98px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_skinny.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_skinny_tn.png" alt=" " style="width: 98px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_skinny.png">Home page − small-screen</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_wide.png">Home page − wide-screen</a></span></span></p>
<p><span class="clear-both"></span>For this page, I&rsquo;ve included samples taken from the Opera device emulator to show that the responsiveness actually works for mobile devices now—no more scaling and zooming on your phone.</p>
<p><span style="width: 150px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_ipad.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_ipad_tn.png" alt=" " style="width: 150px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_ipad.png">Home page on the iPad</a></span></span><span style="width: 111px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone5_tn.png" alt=" " style="width: 111px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone5.png">Home page on the iPhone 5</a></span></span><span style="width: 112px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone6.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone6_tn.png" alt=" " style="width: 112px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/earthli_iphone6.png">Home page on the iPhone 6</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>News Index</h2><p>The <a href="https://www.earthli.com/news">News home page</a> demonstrates how I converted the top-level navigation area to use responsive columns and how the articles are now shown truncated to a limited length and in grids, instead of full-length and in a single 900-pixel–wide column. At a standard resolution, the tile still stretches across the whole page, but beyond that size, it switches to multiple columns, to improve readability and use space more efficiently.</p>
<p><span style="width: 189px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_regular.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/news_regular_tn.png" alt=" " style="width: 189px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_regular.png">News index − standard size</a></span></span><span style="width: 101px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_skinny.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/news_skinny_tn.png" alt=" " style="width: 101px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_skinny.png">News index − small-screen</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/news_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/news_wide.png">News index − wide-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Webcore Index</h2><p>The <a href="https://www.earthli.com/software/webcore">WebCore index</a> is a custom section of earthli, with a column to each side, and a responsive grid in the middle section. With just a handful of simple directives, the browser makes the best use of the available space.</p>
<p><span style="width: 189px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_regular.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/webcore_regular_tn.png" alt=" " style="width: 189px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_regular.png">Webcore index − standard size</a></span></span><span style="width: 100px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_skinny.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/webcore_skinny_tn.png" alt=" " style="width: 100px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_skinny.png">Webcore index − small-screen</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/webcore_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/webcore_wide.png">Webcore index − wide-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Theme Settings</h2><p>The <a href="https://www.earthli.com/shared/settings.php">theme settings page</a> also combines a lot of different elements: a responsive grid of content-sized tiles for the theme thumbnails, a form with top-aligned labels and responsive width, another form—the test form below the fold, not shown in the screenshots—which shows how the left-hand labels are moved to the top at smaller screen widths.</p>
<p>This page also uses a smaller column on the left with a content area on the right. These columns share the space in a given ratio at wider resolutions, but are stacked at smaller screen widths.</p>
<p><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_regular.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/settings_regular_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_regular.png">Theme settings − standard size</a></span></span><span style="width: 137px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_slim.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/settings_slim_tn.png" alt=" " style="width: 137px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_slim.png">Theme settings − small-screen</a></span></span><span style="width: 104px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_single_column.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/settings_single_column_tn.png" alt=" " style="width: 104px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_single_column.png">Theme settings − single column</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/settings_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/settings_wide.png">Theme settings − wide-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Read Article</h2><p>When you <a href="https://www.earthli.com/news/view_article.php?id=3240">read an article</a>, it now makes much better use of the space. In a standard size, the page looks about the same it did without responsive design (where the page width was fixed at 900 pixels). However, at smaller widths, the page collapses as expected.</p>
<p>The neat trick on this page is that at larger widths, the layout starts splitting content into columns so that you never have to read really long lines. The drawback to this approach is that, for longer articles, you have to manually scroll back up to the top of the next column. However, I think that&rsquo;s more acceptable than displaying text in 2000-pixel–wide paragraphs.</p>
<p><span style="width: 190px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_regular.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/article_regular_tn.png" alt=" " style="width: 190px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_regular.png">Article page − standard size</a></span></span><span style="width: 100px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_skinny.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/article_skinny_tn.png" alt=" " style="width: 100px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_skinny.png">Article page − small-screen</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_two_column.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/article_two_column_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_two_column.png">Article page − two columns</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/article_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/article_wide.png">Article page − wide-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Edit Article Form</h2><p>As mentioned above, the forms are also responsive: at smaller viewport widths, the labels move from left-aligned to top-aligned automatically. Any form can now be used on a small mobile device, limited only by the limitations of the device rather than any forced layout in the form itself.</p>
<p>In this way, the form makes the best use of horizontal space, keeping the form as vertically short as possible if there is screen space. If there is not, the form uses more vertical space, but avoids horizontal scrolling. I think this is a good trade-off.</p>
<p>Additionally, If you work on larger texts, there is a new full-screen editing mode, that maximizes the preview area and editing areas to share the screen equally.</p>
<p><span style="width: 190px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_standard.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/form_standard_tn.png" alt=" " style="width: 190px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_standard.png">Edit Article − standard size</a></span></span><span style="width: 101px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_skinny.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/form_skinny_tn.png" alt=" " style="width: 101px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_skinny.png">Edit Article − small-screen</a></span></span><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_full_screen_edit.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/form_full_screen_edit_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/form_full_screen_edit.png">Edit Article − full-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Albums Index</h2><p>And, finally, I&rsquo;ve included a screenshot of the <a href="https://www.earthli.com/albums">Albums home page</a>, to show off how it also makes maximal use of the screen width, creating new columns as space allows rather than being hard-coded to three columns, as it used to be.</p>
<p><span style="width: 200px; display: table"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3252/albums_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3252/albums_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3252/albums_wide.png">Albums wide-screen</a></span></span></p>
<p><span class="clear-both"></span></p>
<h2>Conclusion</h2><p>I&rsquo;m pretty happy to have gotten to this point with earthli, which turns … 17 years old this year. Even after all that time, I&rsquo;ve managed to keep it looking relatively modern and based on modern technologies.</p>
<ul>
<li>Everything is now HTTPS.</li>
<li>LESS-based single stylesheet with a consistent UX and VSG for the entire site</li>
<li>Simple, responsive design for all pages</li>
<li>Very good scores on mobile-friendliness from Google</li>
<li>Very good scores on accessibility from other sources</li></ul>      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=3236</guid>
    <title><![CDATA[Earthli is now 100% HTTPS]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=3236</link>
    <pubDate>Mon, 28 Mar 2016 17:13:08 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">28. Mar 2016 17:13:08 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>With the help of <a href="https://letsencrypt.org">Letsencrypt</a>, all of earthli.com is now accessible only via HTTPS.</p>
<p>What does that mean?</p>
<ul>
<li>For your day-to-day use of the site, nothing. Any data you send to or from earthli is now hidden from prying eyes.</li>
<li>All traffic is end-to-end encrypted between your browser and the earthli server. This includes your password, when you log in.</li>
<li>Although almost everything on earthli is still open to the public, encryption now <em>truly</em> protects areas that have restricted access.</li>
<li>It means your browser will show a little green or grey lock icon in the address bar next to the URL. <img src="https://www.earthli.com/data/news/attachments/entry/3236/screen_shot_2016-03-28_at_17.10.49.png" alt=" "></li>
<li>If you click the lock, you can show the details for the certificate (shown below).</li></ul><p><span style="width: 485px; display: table"><span class="auto-content-inline"><img src="https://www.earthli.com/data/news/attachments/entry/3236/screen_shot_2016-03-28_at_17.09.27.png" alt=" " style="width: 485px"></span><span class="auto-content-caption">www.earthli.com certificate</span></span></p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=3033</guid>
    <title><![CDATA[WebCore 3.5: new form styles]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=3033</link>
    <pubDate>Fri, 12 Feb 2016 23:39:43 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">12. Feb 2016 23:39:43 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <blockquote class="quote abstract "><div>This is an old post that I never finished when I released <a href="https://www.earthli.com/projects/view_release_change_log.php?id=88&amp;show_description=0">earthli WebCore 3.5</a> almost a year ago. The design analysis is still pretty relevant, as are the conclusions about flexbox.</div></blockquote><p>We released <a href="https://www.earthli.com/projects/view_release_change_log.php?id=88&amp;show_description=0">version 3.4</a> of the <a href="https://www.earthli.com/projects/view_folder.php?id=6">earthli WebCore</a> over a year ago, in June 2013. That release introduced a <a href="https://www.earthli.com/news/view_article.php?id=2843">new overall style</a> that was both looked more modern and also conformed to recent design/development standards. See that article for more information about what would turn out to have been stage one of two stages of a style update.</p>
<p>If you look at the <a href="https://www.earthli.com/projects/view_release_change_log.php?id=88&amp;show_description=0">release notes for 3.5</a>, you&rsquo;ll note that almost all of the changes occurred in the rendering part of the framework. In fairness, the issues don&rsquo;t even begin to cover it. What the release actually contains is the following:</p>
<ul>
<li>Removed all inline CSS styles from everywhere in the web site. Replaced everything with CSS classes, where needed.</li>
<li>Removed all explicit 100% widths from containers. CSS determines whether a container has its natural width or the default 100% width or another, smaller width</li>
<li>Grids, forms, calendars and column layouts no longer use tables for layout. The default CSS still uses <code>table</code>, <code>table-row</code> and <code>table-cell</code> display types but that is temporary. The only tables left are containers that really <em>should</em> be represented as tables.</li></ul><p>The visual style is more consistent throughout, as you can see in the examples below. Click the images to see specific notes.</p>
<p><span class="clear-both"></span></p>
<h2>Home &amp; Index Pages</h2><p><span style="width: 138px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/home_page_3_5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/home_page_3_5_tn.png" alt=" " style="width: 138px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/home_page_3_5.png">Minor changes to the home page</a></span></span><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/news_home_page_3_5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/news_home_page_3_5_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/news_home_page_3_5.png">Minor changes to the news home page</a></span></span>The earthli home page and the product index pages have been cleaned up, reduced and standardized. On these pages, icons have been reduced or removed—especially where they used to appear at the left, where they tended to disturb the vertical text line. On the product index page, all toolbars were combined into one single area.</p>
<p><span class="clear-both"></span></p>
<h2>User Details</h2><p><span style="width: 154px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.46.06.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.46.06_tn.png" alt=" " style="width: 154px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.46.06.png">New user details</a></span></span><span style="width: 159px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.45.49.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.45.49_tn.png" alt=" " style="width: 159px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_15.45.49.png">Old user details</a></span></span>Pages common to all products have been spruced up. It&rsquo;s especially noticeable on forms with a lot of controls. These are now very consistently aligned where they&rsquo;d fallen into disrepair before.</p>
<p><span class="clear-both"></span></p>
<h2>Folder Permissions</h2><p><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.09.06.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.09.06_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.09.06.png">New folder permissions</a></span></span><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.06.46.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.06.46_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/screen_shot_2014-07-13_at_00.06.46.png">Old folder permissions</a></span></span>Another common page is the permissions manager for folders. This page doesn&rsquo;t look radically different at first, but if you compare the screenshots more closely, you&rsquo;ll see a lot of improvements in consistency that add up to a big improvement. The toolbar was consolidated and line-specific commands were standardized.</p>
<p><span class="clear-both"></span></p>
<h2>Calendar Chooser</h2><p><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/in_place_calendar.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/in_place_calendar_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/in_place_calendar.png">In-place calendar dropdown</a></span></span>And, finally, the old, old—<em>old</em>—calendar-chooser-in-a-separate-window has been replaced by an in-place calendar control. It&rsquo;s not rocket science, but as a regular user of this control, I&rsquo;m glad to have gotten rid of the old, crufty version.</p>
<p><span class="clear-both"></span></p>
<h2>Edit Article</h2><p><span style="width: 181px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_5_tn.png" alt=" " style="width: 181px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_5.png">Edit article form – WebCore 3.5</a></span></span><span style="width: 133px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_4.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_4_tn.png" alt=" " style="width: 133px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_3_4.png">Edit article form – WebCore 3.4</a></span></span>I put the most customization into the relatively simple article-editor, simply because I spend the majority of time there, editing blog posts. The new version makes much better use of horizontal space—without using <em>so</em> much that line-length detracts from legibility. As with the other forms, the edit-article form automatically picks up much better control and text alignment.</p>
<p><span class="clear-both"></span></p>
<h2>Inline Preview</h2><p><span style="width: 200px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_sbs_preview_standard_height.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_sbs_preview_standard_height_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_sbs_preview_standard_height.png">Edit article with standard preview</a></span></span><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_preview_wide.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_preview_wide_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_article_preview_wide.png">Edit article with tall preview</a></span></span>The article editor also includes a side-by-side and non-refreshing preview. Another Godsend for anyone who spends a lot of time editing longer posts.</p>
<p><span class="clear-both"></span></p>
<h2>Edit Job</h2><p><span style="width: 151px; display: table" class=" align-left"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_4.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_4_tn.png" alt=" " style="width: 151px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_4.png">Edit job – WebCore 3.4</a></span></span><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_5_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_job_3_5.png">Edit job – WebCore 3.5</a></span></span>In the earthli Projects, the job editor is one that shows a lot of improvement after the upgrade. The design is much quieter, with less jagged edges on the right to distract the eye. The code that builds this form is essentially unchanged [1]—the improvement came &ldquo;for free&rdquo; when I updated the stylesheets.</p>
<p><span class="clear-both"></span></p>
<h2>Edit Recipe</h2><p><span style="width: 200px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_recipe_3_5.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/edit_recipe_3_5_tn.png" alt=" " style="width: 200px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/edit_recipe_3_5.png">Edit recipe – WebCore 3.5</a></span></span>Even the relatively straightforward form in the recipe editor looks nicer and automatically makes better use of horizontal space. There is no inline preview yet, but the old server-round-trip preview is still serviceable for these shorter texts.</p>
<p><span class="clear-both"></span></p>
<h2>Edit Album</h2><p><span style="width: 143px; display: table" class=" align-right"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/3033/album_editor_2014.png"><img src="https://www.earthli.com/data/news/attachments/entry/3033/album_editor_2014_tn.png" alt=" " style="width: 143px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/3033/album_editor_2014.png">New album editor</a></span></span>And, finally, the album editor shows how well the stylesheet maintains both vertical and baseline alignment for many different types of controls. Controls are aligned to an imaginary plumb line as are their labels (and descriptions for radio buttons and checkboxes). In the case of text controls, alignment to the text in the control was preferred to aligning to the border of the control itself.</p>
<p><span class="clear-both"></span></p>
<h2>Where to next?</h2><p><span class="clear-both"></span>The next natural step is to use flexbox display in many other places, but browsers are not quite ready for that yet. This is probably the last difficult CSS rewrite that I will have to make, in which layout must still be made using floating elements because too many browsers still have shaky flexbox support.</p>
<p>In two or three years, though, I&rsquo;ll be able to just switch out the display styles and much more cleanly and easily define the form layout using flexbox than the occasionally shaky and still unevenly support margin/padding/float/relative-positioning solution that earthli currently uses.</p>
<p><hr></p>
<div class="footnote-reference"><span id="footnote_DRAFTABLE_ENTRY_3033_1_body" class="footnote-number">[1]</span> I write &ldquo;essentially&rdquo; because I did make some code changes, but not to the structure. I changed code to remove inline and hard-coded styles so the form could &ldquo;breathe&rdquo; and assume the shape outlined by the stylesheet rather than forced in the code.</div>      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=1032</guid>
    <title><![CDATA[New Quake battles!]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=1032</link>
    <pubDate>Sun, 05 Dec 2004 16:56:32 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Dec 2004 16:56:32 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>I dug up some long-lost game logs from games nights here at Opus and generated some stats for <a href="https://www.earthli.com/quake/pages/battles/q3a_opus/AEStats.html">Quake3</a> and <a href="https://www.earthli.com/quake/pages/battles/ut_opus/AEStats.html">Urban Terror</a>. Unfortunately there are no dates in the logs, so there was no way to separate individual evenings. Still, it shows just how pathetic dur is when there&rsquo;s strategy involved (check out that UT rank!).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=1029</guid>
    <title><![CDATA[New earthli home page]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=1029</link>
    <pubDate>Sun, 05 Dec 2004 13:16:30 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Dec 2004 13:16:30 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Dec 2004 13:45:28 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="https://www.earthli.com/">earthli home page</a> has gotten a professional makeover and should be more usable now. The poll has also finally been updated, but it asks a rather obvious question.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=1021</guid>
    <title><![CDATA[earthli upgraded]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=1021</link>
    <pubDate>Sun, 31 Oct 2004 23:50:18 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">31. Oct 2004 23:50:18 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The entire web-site, though it may look exactly the same, is chugging along on a new engine (<a href="https://www.earthli.com/software/webcore">earthli WebCore 2.6</a>). It&rsquo;ll be in a beta stage for a bit, but most of the wrinkles should be smoothed out soon enough.</p>
<p>There are more upgrades and changes planned for the near future — that will change the look of the site a bit, but first, we&rsquo;ve got to nail down the foundation.</p>
<p>If you see any warnings or errors, please send them to me and I&rsquo;ll take care of them right away.</p>
<p>Thanks,<br>
Team earthli</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=1006</guid>
    <title><![CDATA[Uploading pictures in earthli Albums]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=1006</link>
    <pubDate>Sun, 12 Sep 2004 23:37:52 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">12. Sep 2004 23:37:52 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">14. Nov 2004 17:28:46 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Here are a few tips for uploading pictures to the earthli server.</p>
<p>Now that everybody&rsquo;s got a great digital camera that takes super hi-res pictures in super high quality, we&rsquo;ve got pictures that are too big to display and take too long to upload and download.</p>
<h2>The problem</h2><p>Your camera will typically take a picture at 1600 × 1200 with a JPEG compression of 90-95% (if you&rsquo;ve set high quality).</p>
<p>That results in pictures that are anywhere from 500KB to 700KB. My camera takes them even bigger and stores pictures up to 900KB in size.</p>
<p>There&rsquo;s a few things wrong here:</p>
<ol>
<li>1600 × 1200 is way too big to display on screen. Most of you have album options that constrain the picture size to 640 × 480 so it doesn&rsquo;t make huge scroll bars all over the place. If you click the picture, it shows in full size and then you&rsquo;ve got massive scroll bars anyway.</li>
<li>500KB+ per picture is too big for my server. I don&rsquo;t have unlimited space and we should aim to keep pictures at a reasonable size (big enough for nice online quality, but no bigger).</li>
<li>Huge pictures will just take longer to download and make your albums look slow … all for quality that a web browser can&rsquo;t display anyway.</li></ol><p>Now you ask…</p>
<h2>How can I fix this?</h2><p>When you upload, you should first work on the pictures a bit to get them into postable format (i.e. doesn&rsquo;t take too much space and isn&rsquo;t ridiculously big). That means you&rsquo;ll be making a second set of pictures from the raw JPGs you got off of your camera.</p>
<p>First of all … <em>BACK UP YOUR PICTURES</em> … make sure you are working with a separate batch so if you mess something up, you can always start over. I repeat, <strong>BACK UP YOUR PICTURES</strong>, earthli Support will not be able to rescue lost pictures :-D</p>
<p>Now, let&rsquo;s work on those pictures…</p>
<ul>
<li><div><strong>Install Irfanview</strong><ol>
<li>Download Irfanview 3.80 or higher. It has a neat batch-processing feature.</li>
<li>Once you&rsquo;ve got Irfanview installed, open it up.</li></ol></div></li>
<li><div><strong>Start Batch processing mode</strong><ol>
<li>Hit &lsquo;B&rsquo; (File…Batch Conversion/Rename) to bring up the batch processing dialog (this lets you work on several pictures at once without opening/closing each one by hand)</li></ol></div></li>
<li><div><strong>Select your files</strong><ol>
<li>On the top right, browse to where your pictures are</li>
<li>Select the ones you want to convert and click &lsquo;Add&rsquo; or just hit &lsquo;Add all&rsquo;</li>
<li>Now you should have a list of files on the left side</li></ol></div></li>
<li><div><strong>Select JPEG conversion options</strong><ol>
<li>On the bottom right, you&rsquo;ve got options to rename and/or convert your files. We want to convert files, so click &ldquo;Batch conversion&rdquo;</li>
<li>Choose &ldquo;JPG − JPEG Format&rdquo; output format</li>
<li>Click Options and select the 80% JPEG quality.</li>
<li>I also highly recommend to &ldquo;Save as progressive JPEG&rdquo;. That lets slower connections gradually fill in your picture and is very nice for browsing quickly through pictures.</li>
<li>Also, make sure that &ldquo;Keep original EXIF data&rdquo; is checked. At some point, I&rsquo;ll enable the feature on the web site that automatically extracts the date from pictures when uploaded, so you don&rsquo;t have to fill in date and time anymore. That info is read from the EXIF data.</li>
<li>Click OK to save the JPEG settings</li></ol></div></li>
<li><div><strong>Select sizing options</strong><ol>
<li>Click the &ldquo;Set advanced options&rdquo; button</li>
<li>Make sure all checkboxes are off to begin with (so you don&rsquo;t get any surprises)</li>
<li>Click &ldquo;Resize&rdquo; to enable the second group of controls</li>
<li>Click &ldquo;Set new size&rdquo; and select <strong>1024</strong> for <em>both</em> width and height. Don&rsquo;t worry, it&rsquo;s not going to stretch your pictures all out of whack (see next step). If you&rsquo;re using irfanview 3.90 or higher, you&rsquo;ll see slightly different options. Instead of &ldquo;Set new size&rdquo;, choose &ldquo;Set long side to&rdquo; and enter 1024. Same results.</li>
<li>Click &ldquo;Preserve Aspect Ratio&rdquo; so that the resizing effect keeps the same width/height ratio your picture started with and you get no stretching.</li>
<li>These settings will give you pictures that are, at most, 1024 pictures in either dimension, regardless of whether you took it landscape or portrait.</li>
<li>Click the &ldquo;Use Resample function (better quality)&rdquo; … well, because it says better quality. Sounds good.</li></ol></div></li>
<li><div><strong>Choose folder and go!</strong><ol>
<li>Now, you can choose an output directory on the middle right</li>
<li>Click &ldquo;Start&rdquo; in the column of buttons on the upper left and it churns away, converting your pictures into exactly the right format, qualiy and size for posting to the web.</li></ol></div></li></ul><h2>Upload away</h2><p>If you use this system, you&rsquo;ll have well-behaved pictures that don&rsquo;t hog server space, that have a good balance between download speed and picture quality and, best of all, are nice and consistent between batches and albums.</p>
<p>If you&rsquo;ve got any more questions, feel free to post them in the comments or email me directly.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=933</guid>
    <title><![CDATA[earthli Software gets a facelift]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=933</link>
    <pubDate>Thu, 15 Apr 2004 00:10:24 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Apr 2004 00:10:24 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Apr 2004 00:11:02 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="https://www.earthli.com/software/js_calendar">JavaScript Calendar</a> page looked too nice and was putting <a href="https://www.earthli.com/software/">earthli Software</a> to shame. No longer! The summaries are small <a href="https://www.earthli.com/news/">News</a> articles, which means that software is now dynamic and searchable. There are only four entries so far, but more are coming. So far, the <a href="https://www.earthli.com/software/browser_detector/">earthli Browser Detector</a> has gotten an update. The code will be updated with the next WebCore release, but the algorithm description is much clearer now.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=860</guid>
    <title><![CDATA[earthli moves again]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=860</link>
    <pubDate>Sat, 20 Sep 2003 16:56:36 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">20. Sep 2003 16:56:36 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Feb 2004 14:02:42 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli was down for a few hours recently because the server has moved to a new home, a move of only a few km. earthli&rsquo;s generous hosting company, Opus AG has moved into fresh new quarters, which means earthli shouldn&rsquo;t move again in the near future. Current bandwidth is 1MB upload capacity.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=835</guid>
    <title><![CDATA[New logo and upgrade]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=835</link>
    <pubDate>Mon, 18 Aug 2003 22:03:50 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">18. Aug 2003 22:03:50 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 11:04:55 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><img title="Oz" src="https://www.earthli.com/common/earthli/icons/webcore_png/logos/earthli_rabbit_logo.png" alt=" " class=" align-left">Earthli, less than a year after it&rsquo;s last logo change, has once again updated its logo. This one really feels like the one that will stick, as it&rsquo;s unique and looks nice. It also lends itself much better to a smaller, more recognizable page icon (if you&rsquo;re using a browser other than IE, you should see the icon in your page tabs or bookmarks). It also doesn&rsquo;t remind people of IE (like the last one, with the &lsquo;e&rsquo; in it) and doesn&rsquo;t steal the look of Mac OS X with the &lsquo;aqua&rsquo; rendering. </p>
<p>The logo is, of course, based on the illustrious <a href="https://www.earthli.com/users/oz/">Oz</a>, depicting him sitting in his garden. I think the new design lends itself much better to a T-shirt than the last, with just Oz by himself adorning the pocket and perhaps the whole thing across the back. It&rsquo;s just an idea for now, though…</p>
<p>In addition, earthli has been upgraded to the latest version of the earthli WebCore, including software upgrades for Albums, News, Projects and Recipes. The long-awaited subscription integration is almost complete and will be activated as soon as the testing phase is complete. This latest upgrade involved a significant database upgrade. Subsequent code releases should come more quickly as the next few versions worth of features involve code-only changes.</p>
<p>Enjoy.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=826</guid>
    <title><![CDATA[New themes &amp; home page]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=826</link>
    <pubDate>Sun, 15 Jun 2003 21:17:19 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Jun 2003 21:17:19 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Earthli has a new default style — based on OS X backgrounds and colors. Also, for all you IE users stuck in the dark ages, there is now automatic support for using GIFs instead of PNGs so you&rsquo;ll get to see all the icons correctly.</p>
<p>Earthli has been upgraded to the latest version of the WebCore. All applications have been upgraded, but only <a href="https://www.earthli.com/projects">Projects</a> really has new functionality. The entire site benefits from upgraded styles and theme handling.</p>
<p>&nbsp;</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=795</guid>
    <title><![CDATA[earthli finally has the home it deserves!]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=795</link>
    <pubDate>Wed, 19 Mar 2003 17:02:55 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">19. Mar 2003 17:02:55 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli has been upgraded to a 2.4GHz IBM rack server with scads of memory. Tests indicate that application pages (like those in Albums, News, Projects or Recipes) are loading from 10-15 times faster than before. This is due in part to the move to a faster server, but also because the server is now Debian Linux and can use the APC PHP cache, which gives a 50-200% speed boost as well (again, based on testing). Enjoy.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=787</guid>
    <title><![CDATA[earthli Browser Detector released!]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=787</link>
    <pubDate>Sun, 23 Feb 2003 12:48:03 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">23. Feb 2003 12:48:03 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The first small portion of the WebCore is documented and released as a taste of what&rsquo;s to come in the full library. The browser detector can be used as-is and implements an algorithm that is not at all PHP-specific (though the implementation is in PHP). There is full developer and public documentation included (also a taste of what the full WebCore documentation will look like). Check out <a href="http://www.earthli.com/software/">earthli Software</a> for more details.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=782</guid>
    <title><![CDATA[Klosters and Langfurren albums updated]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=782</link>
    <pubDate>Wed, 19 Feb 2003 09:55:44 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">19. Feb 2003 09:55:44 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Marco and Kathy have been busy and there are several new pictures in the <a href="http://www.earthli.com/albums/view_folder.php?id=116">Langfurren</a> album showing off their newly furnished apartment. There is also a new album showing their first overnight ski-weekend in <a href="http://www.earthli.com/albums/view_folder.php?id=132">Klosters, Switzerland</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=745</guid>
    <title><![CDATA[Quake III Feats]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=745</link>
    <pubDate>Mon, 09 Dec 2002 00:55:38 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=oz" title="Ozzie Van Evera" class="visible">oz</a> on <span class="date-time">9. Dec 2002 00:55:38 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>dur has been playing around with <a href="http://www.earthli.com/quake/">Quake</a> again recently and took a few <a href="http://www.earthli.com/quake/screenshots.php" title="Quake III Arena Screenshots">screenshots</a> of his handiwork. It&rsquo;s just bot play, but it&rsquo;s on the Hardcore level and has some neat stats.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=744</guid>
    <title><![CDATA[Oz's First Impressions]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=744</link>
    <pubDate>Mon, 09 Dec 2002 00:52:43 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=oz" title="Ozzie Van Evera" class="visible">oz</a> on <span class="date-time">9. Dec 2002 00:52:43 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="http://www.earthli.com/users/oz">Ozzie</a> has some new pictures up, documenting his experiences so far in Switzerland. He&rsquo;s got a journal entry, <a href="http://www.earthli.com/albums/view_journal_entry.php?id=2840">Kicked out of the States (and poor)</a> and he&rsquo;s got some pictures from <br>
<a href="http://www.earthli.com/albums/view_pictures.php?id=19&amp;calendar=1&amp;journal=&amp;first_day=2002-12-06%2000:00:00&amp;last_day=2002-12-06%2023:59:59">December 6th, 2002</a> (Sami Claus day) and some pictures from <a href="http://www.earthli.com/albums/view_pictures.php?id=19&amp;calendar=1&amp;journal=&amp;first_day=2002-12-01%2000:00:00&amp;last_day=2002-12-01%2023:59:59">December 1st, 2002</a> (one of the few sunny days in the last 8 weeks). Check &lsquo;em out to see how the Oz-man&rsquo;s doing.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=728</guid>
    <title><![CDATA[earthli Moves to Switzerland]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=728</link>
    <pubDate>Wed, 13 Nov 2002 21:24:02 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">13. Nov 2002 21:24:02 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 17:43:50 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><span style="width: 408px" class=" align-center"><span class="auto-content-inline"><a href="https://www.earthli.com/data/news/attachments/entry/728/earthli_logo_swiss_full.png"><img src="https://www.earthli.com/data/news/attachments/entry/728/earthli_logo_swiss_full.png" alt=" " class="frame" style="width: 408px"></a></span><span class="auto-content-caption"><a href="https://www.earthli.com/data/news/attachments/entry/728/earthli_logo_swiss_full.png">Swiss earthli Logo</a></span></span></p>
<p>If you&rsquo;re seeing this article, then you&rsquo;re browsing the Swiss version of earthli.com. The site (along with it&rsquo;s proprietor) has moved to Switzerland. As you can see, the logo has been updated to reflect this status :-). If you find anything that is broken, be sure to let <a href="mailto:marco@earthli.com">me know</a>, as it could be a configuration problem as a result of the move.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=724</guid>
    <title><![CDATA[New earthli logo]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=724</link>
    <pubDate>Wed, 13 Nov 2002 21:22:58 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">13. Nov 2002 21:22:58 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">11. Mar 2008 22:13:44 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/data/news/attachments/entry/724/e_logo_full.png"><img src="https://www.earthli.com/data/news/attachments/entry/724/e_logo_full.png" alt=" " class=" align-center" style="width: 366px"></a></p>
<p>After long months of focus-group testing and careful deliberation, earthli has a new logo. This logo is only rendered in alpha-transparent PNG, so will look extra bad on all Windows IE incarnations, but those are the breaks. It&rsquo;s worth it just to have one logo for all themes now. The new logo also makes a nicer and more distinct icon, as you can see in the icon to the left. With the decision to leave all non-alpha-transparent-PNG rendering browsers behind, the logo can make full use of the alpha-transparency to make a blue button that is translucent on any background color and has a nice, subtle drop-shadow (inspired by the Aqua interface I&rsquo;ve been working with now for over 3 weeks).</p>
<p><span class="notes">See <a href="http://www.earthli.com/browser.php">browser support</a> for more information on PNG images.</span></p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=678</guid>
    <title><![CDATA[Webcam is Back]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=678</link>
    <pubDate>Sat, 28 Sep 2002 20:15:11 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">28. Sep 2002 20:15:11 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>For the dismantling of the apartment, prior to earthli&rsquo;s move to Switzerland, the <a href="http://www.earthli.com/webcam/">Webcam</a> has been re-enabled. As usual, service will be intermittent, but you should be able to see the living room change…and maybe we&rsquo;ll move the camera as we move to different rooms.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=647</guid>
    <title><![CDATA[Last Day at Logicat]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=647</link>
    <pubDate>Fri, 30 Aug 2002 12:09:31 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">30. Aug 2002 12:09:31 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli.com will soon be leaving its home at Logicat, where it&rsquo;s been housed for almost 3 years. I&rsquo;m leaving Logicat and moving to Switzerland, so soon earthli will be served from there (hosted at <a href="http://www.opus.ch/">Opus</a>, my new employer). I&rsquo;ve updated my <a href="http://www.earthli.com/users/marco/cv/">resume</a> (<a href="http://www.earthli.com/users/marco/cv/mvb_cv_2002_08_30.pdf">PDF</a>) with my last work at Logicat.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=615</guid>
    <title><![CDATA[earthli is on WebCore 2.0]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=615</link>
    <pubDate>Tue, 13 Aug 2002 16:59:06 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">13. Aug 2002 16:59:06 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="http://www.earthli.com/projects/view_project.php?id=6">earthli WebCore</a> is now at <a href="http://www.earthli.com/projects/view_revision.php?id=24">version 2.0.0</a> and the entire web site has been converted to take advantage of it. The functionality hasn&rsquo;t changed, but the site is much more flexible for future projects. If you want to start working with the WebCore, there is some <a href="http://www.earthli.com/software/webcore/docs/">documentation</a> available.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=599</guid>
    <title><![CDATA[Hochzeit Invitations Shipped!]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=599</link>
    <pubDate>Thu, 01 Aug 2002 10:57:15 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">1. Aug 2002 10:57:15 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The invitations to Marco and Kathy&rsquo;s wedding have been sent on schedule. The <a href="http://www.earthli.com/hochzeit/">Hochzeit</a> site has been improved and a new theme &ldquo;Hochzeit&rdquo; has been added (and selected as the default for that part of the site).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=582</guid>
    <title><![CDATA[Bass Harbor album is ready]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=582</link>
    <pubDate>Thu, 25 Jul 2002 23:29:07 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">25. Jul 2002 23:29:07 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Check out the <a href="http://www.earthli.com/albums/view_folder.php?id=113">Bass Harbor, Maine 2002</a> album. Gary hasn&rsquo;t contributed his pictures yet, but I wanted get an album for a vacation finished in less than a week from the end of the trip itself. I&rsquo;m sure he&rsquo;ll have pictures to contribute later, but these are my pictures (and journals) for now. As always, there&rsquo;s a <a href="http://www.earthli.com/albums/view_calendar.php?id=113">calendar</a> for easy browsing and a <a href="http://www.earthli.com/albums/print_album.php?id=113&amp;object_type=journal">Print Preview</a> if you just want to look at the whole album (just click the print button in the bottom right on the screen that comes up).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=581</guid>
    <title><![CDATA[Wedding Site is ready]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=581</link>
    <pubDate>Thu, 25 Jul 2002 23:19:06 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">25. Jul 2002 23:19:06 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Kath and Marco&rsquo;s wedding will of course be enhanced by online functionality. There&rsquo;s an online <a href="http://www.earthli.com/hochzeit/index.php?page=guest_list">guest list</a>, with real-time updates of registered guests (whether yea or nay). You can search that list, or use the handy <a href="http://www.earthli.com/hochzeit/index.php?page=rsvp">search tool</a> to find people and R.S.V.P. yourself. The hand-crafted (digitally) <a href="http://www.earthli.com/hochzeit/index.php?page=invitation">invitations</a> are also online for you to look at.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=531</guid>
    <title><![CDATA[Switzerland 2002 album is online]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=531</link>
    <pubDate>Sat, 29 Jun 2002 09:24:32 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Jun 2002 09:24:32 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>There are 68 pictures and 15 journal entries detailing our <a href="http://www.earthli.com/albums/view_folder.php?id=108">journey to Switzerland</a> almost a month ago. If you just want a massive overview, then check out the new print feature here [<a href="http://www.earthli.com/albums/print_album.php?id=108&amp;object_type=journal">print</a>] (just click print at the bottom right, after selecting options).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=535</guid>
    <title><![CDATA[Southwest 2002 is finished]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=535</link>
    <pubDate>Sat, 29 Jun 2002 09:22:28 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Jun 2002 09:22:28 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Weighing in at <a href="http://www.earthli.com/albums/view_folder.php?id=101&amp;panel=journals">16 journal entries</a> and <a href="http://www.earthli.com/albums/view_folder.php?id=101&amp;panel=pictures">157 pictures</a>, the <a href="http://www.earthli.com/albums/view_folder.php?id=101">Southwest 2002</a> is finally finished. It includes over 70 pictures from Gary&rsquo;s collection as well. The <a href="http://www.earthli.com/albums/print_album.php?id=101&amp;object_type=journal">Print Preview</a> alone is over 40 pages and is the best way to check it out offline. However, I highly recommend to browse through the <a href="http://www.earthli.com/albums/view_calendar.php?id=101">Calendar</a> if you&rsquo;re looking for something specific.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=530</guid>
    <title><![CDATA[Photo Albums are printable]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=530</link>
    <pubDate>Mon, 24 Jun 2002 22:21:47 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">24. Jun 2002 22:21:47 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>A long-lost feature from version 1.x has finally been restored to the modern photo albums. Printing is back and enhanced from the original version. Any journal entry can be printed, either by itself or in a hand-selected group from the explorer. Additionally, the entire album can be one-click printed from the album&rsquo;s home page. Print options include all standard options plus the ability to include thumbnails from that journal day.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=515</guid>
    <title><![CDATA[Fritz Photo Album Started]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=515</link>
    <pubDate>Tue, 11 Jun 2002 12:27:13 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">11. Jun 2002 12:27:13 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Kath and Marco&rsquo;s car, &lsquo;Fritz&rsquo;, now has his very own earthli Album, called <a href="http://www.earthli.com/albums/view_folder.php?id=109">Fritz</a>, strangely enough. So far, there are just basic outside pictures, but after a good washing and cleaning, more interior pictures should be available.<br>
&nbsp;</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=514</guid>
    <title><![CDATA[Southwest 2002 Journal Added]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=514</link>
    <pubDate>Tue, 11 Jun 2002 12:24:56 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">11. Jun 2002 12:24:56 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="http://www.earthli.com/albums/view_folder.php?id=101&amp;panel=journal"> Southwest 2002 Journal</a> from the Van Evera family trip to Arizona (and Las Vegas) is available, but hasn&rsquo;t been proofread or edited yet (just entered by <a href="http://www.earthli.com/news/view_user.php?name=mvonballmo">mvonballmo</a>).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=499</guid>
    <title><![CDATA[earthli Projects in early Alpha]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=499</link>
    <pubDate>Wed, 05 Jun 2002 11:00:11 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Jun 2002 11:00:11 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli Projects is functional enough to move the site changelogs into the automated format. The <a href="http://www.earthli.com/projects/view_change_log.php?id=3">Albums</a>, <a href="http://www.earthli.com/projects/view_change_log.php?id=4">News</a>, <a href="http://www.earthli.com/projects/view_change_log.php?id=5">Recipes</a> and <a href="http://www.earthli.com/projects/view_change_log.php?id=6">Webcore</a> logs have been imported.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=497</guid>
    <title><![CDATA[Albums are Searchable]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=497</link>
    <pubDate>Fri, 17 May 2002 11:55:55 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">17. May 2002 11:55:55 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli Albums has been upgraded to the latest WebCore code and benefits from fixes and improvements made to the code shared with Recipes and News. earthli can now offer text-searching in the Albums; you can look for pictures or journal entries, searching in the title or the description or both.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=469</guid>
    <title><![CDATA[Oz's Vacation]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=469</link>
    <pubDate>Tue, 30 Apr 2002 11:36:16 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">30. Apr 2002 11:36:16 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="http://www.earthli.com/users/oz/">Oz</a> has just come back from a visit in upstate New York with a new sitter, because his usual sitters were abandoning him for a vacation with his parents. While there, his sitter kept a <a href="http://www.earthli.com/users/oz/nids_journal.php">journal</a> and <a href="http://www.earthli.com/albums/view_pictures.php?id=19&amp;calendar=1&amp;first_day=2002-04-16%2000:00:00&amp;last_day=2002-04-16%2023:59:59">took some pictures</a> There was also a photo shoot back in <a href="http://www.earthli.com/albums/view_pictures.php?id=19&amp;calendar=1&amp;first_day=2002-03-14%2000:00:00&amp;last_day=2002-03-14%2023:59:59">March</a>, as well.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=453</guid>
    <title><![CDATA[Research Papers Released]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=453</link>
    <pubDate>Wed, 03 Apr 2002 11:35:04 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">3. Apr 2002 11:35:04 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Marco&rsquo;s <a href="http://www.earthli.com/users/marco/docs/">Papers, Notes, Research &amp; Manuals</a> are now available for browsing. All existing documentation has been reformatted, cleaned up to valid HTML 4.01 Strict standards and collected under a shared style sheet (not earthli themes, though). The listing has also been re-organized to provide a full chronological listing and a project listing.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=253</guid>
    <title><![CDATA[Christmas is here]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=253</link>
    <pubDate>Mon, 25 Mar 2002 15:27:42 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">25. Mar 2002 15:27:42 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The earthli Christmas theme beta program is over and user complaints have been addressed. The christmas theme is now the default for the holidays. For more holiday-related stuff, check out <a href="http://www.earthli.com/users/oz">Oz</a>&rsquo;s new <a href="http://www.earthli.com/albums/view_pictures.php?id=19&amp;calendar=1&amp;journal=&amp;first_day=2001-12-16%2000:00:00&amp;last_day=2001-12-16%2023:59:59">pictures</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=396</guid>
    <title><![CDATA[New Theme Set - Colors]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=396</link>
    <pubDate>Wed, 06 Mar 2002 23:38:03 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">6. Mar 2002 23:38:03 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli&rsquo;s themes have been separated into sets and the theme selector has been updated to make it easier to choose the best theme for you.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=394</guid>
    <title><![CDATA[Forums become earthli News]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=394</link>
    <pubDate>Thu, 28 Feb 2002 16:59:36 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">28. Feb 2002 16:59:36 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="http://www.earthli.com/news">earthli Forums</a> are officially closed. Their content has been moved into <a href="http://www.earthli.com/news">earthli News</a>, which is built with the same technology as the <a href="http://www.earthli.com/albums">Albums</a> and the <a href="http://www.earthli.com/news">Recipes</a>, yielding a single shared earthli user for all sites. There is also better searching, print previews, a draft/published mode for contributors and a better date-oriented layout for easier browsing.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=326</guid>
    <title><![CDATA[earthli Recipes opens!]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=326</link>
    <pubDate>Wed, 23 Jan 2002 18:07:28 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">23. Jan 2002 18:07:28 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>A brand-new application has arrived for earthli.com. <a href="http://www.earthli.com/recipes">earthli Recipes</a> lets users publish, print, sort and comment on recipes.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=281</guid>
    <title><![CDATA[Archives Added to Oz's Autobiography]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=281</link>
    <pubDate>Tue, 15 Jan 2002 16:02:58 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Jan 2002 16:02:58 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="http://www.earthli.com/users/oz/">Oz</a> has added over 30 new (old) pictures to his <a href="http://www.earthli.com/albums/view_album.php?id=19">Autobiography</a> album. There are a lot of pictures from his early years.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=280</guid>
    <title><![CDATA[Switzerland 2001 Album Opens]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=280</link>
    <pubDate>Tue, 15 Jan 2002 16:01:42 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Jan 2002 16:01:42 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>There are over 130 new pictures in <a href="http://www.earthli.com/albums/view_album.php?id=2">Kath &amp; Marco</a>&rsquo;s <a href="http://www.earthli.com/albums/view_album.php?id=28">Switzerland 2001</a> album. There are albums for <a href="http://www.earthli.com/albums/view_album.php?id=84">Pilatus</a>, <a href="http://www.earthli.com/albums/view_album.php?id=88">San Bernardino</a>, Ermes&rsquo; <a href="http://www.earthli.com/albums/view_album.php?id=86">Family Trip</a>, <a href="http://www.earthli.com/albums/view_album.php?id=85">Werner &amp; Ekhlas</a>&rsquo; House and the <a href="http://www.earthli.com/albums/view_album.php?id=87">1st of August</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=248</guid>
    <title><![CDATA[Forums are searchable]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=248</link>
    <pubDate>Wed, 12 Dec 2001 12:19:44 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">12. Dec 2001 12:19:44 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli <a href="https://www.earthli.com/forums">Forums</a> are now searchable. You can search all forums or just within a particular forum. There&rsquo;s even fancy keyword highlighting (which carries over to the post as well).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=233</guid>
    <title><![CDATA[Christmas comes early]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=233</link>
    <pubDate>Thu, 06 Dec 2001 00:06:42 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">6. Dec 2001 00:06:42 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The earthli Christmas theme has arrived. It&rsquo;s not as ostentatious (or musical) as some have requested, but hopefully it&rsquo;s ready early enough for those who get into the spirit early. It isn&rsquo;t the default yet (earthli does <em>not</em> get into the spirit early), but you can choose it from the list.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=231</guid>
    <title><![CDATA[Theme Screenshots]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=231</link>
    <pubDate>Tue, 04 Dec 2001 23:37:05 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">4. Dec 2001 23:37:05 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli Themes now have their own screenshots, making it even easier to choose how <em>you</em> want to browse the web…and, yes, a Christmas theme is coming.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=220</guid>
    <title><![CDATA[Photo Albums 2.1 re-opens]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=220</link>
    <pubDate>Tue, 20 Nov 2001 11:53:49 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">20. Nov 2001 11:53:49 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="https://www.earthli.com/albums">Photo Albums</a> have re-opened with many new features, including nested albums, comments, enhanced security, an explorer, an updated calendar and better navigation for browsing sets of pictures.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=210</guid>
    <title><![CDATA[dur's Quake site converted]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=210</link>
    <pubDate>Tue, 20 Nov 2001 11:53:25 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">20. Nov 2001 11:53:25 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Rewrote the <a href="https://www.earthli.com/quake/">Quake</a> site to use the earthli settings. Much re-organization, but no new content. The original quake style sheet is now available as an earthli color scheme − &lsquo;Quake&rsquo;.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=217</guid>
    <title><![CDATA[Happy Thanksgiving]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=217</link>
    <pubDate>Thu, 15 Nov 2001 16:59:06 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Nov 2001 16:59:06 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>I&rsquo;ve caved in to user demand (that&rsquo;s right, 1 user) and gone seasonal again. Enjoy the Thanksgiving theme. (if you don&rsquo;t use [default] colors, then choose it from the settings menus.)</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=203</guid>
    <title><![CDATA[earthli Settings fixed (again)]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=203</link>
    <pubDate>Fri, 02 Nov 2001 12:34:18 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">2. Nov 2001 12:34:18 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>[default] options added to earthli settings, which will use the default at all times, and changes for holidays ;-). Also fixed some bugs in the cookie that only Mozilla-based browsers detected.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=202</guid>
    <title><![CDATA[Jass Manual converted]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=202</link>
    <pubDate>Wed, 31 Oct 2001 23:40:39 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">31. Oct 2001 23:40:39 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="https://www.earthli.com/jass/">Jass Manual</a> has been converted to use the new settings.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=195</guid>
    <title><![CDATA[Happy Halloween]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=195</link>
    <pubDate>Sat, 27 Oct 2001 11:14:53 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">27. Oct 2001 11:14:53 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli gets into the Halloween spirit with a new default theme (select <span class="reference">Halloween</span> from the settings menus if you have set a different default theme).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=194</guid>
    <title><![CDATA[Photo Albums have a new home]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=194</link>
    <pubDate>Sat, 27 Oct 2001 11:13:00 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">27. Oct 2001 11:13:00 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The new <a href="https://www.earthli.com/albums">Photo Albums</a> are working and all existing photos are browsable. Soon you&rsquo;ll be able to add pictures again.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=184</guid>
    <title><![CDATA[earthli Settings stored indefinitely]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=184</link>
    <pubDate>Thu, 18 Oct 2001 13:43:56 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">18. Oct 2001 13:43:56 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli Settings (color, font, size) are now stored indefinitely (fixed a bug that stored them only for a day). So now when you make a change, it will stick.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=173</guid>
    <title><![CDATA[Cookie location changed]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=173</link>
    <pubDate>Mon, 08 Oct 2001 18:40:57 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">8. Oct 2001 18:40:57 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:42:02 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The &lsquo;Settings&rsquo; are stored elsewhere now. If you use Mozilla or Netscape 6.x, you have to clear the old earthli cookie. Oh, and you can show replies in the <a href="https://www.earthli.com/news">forums</a> pages now.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=168</guid>
    <title><![CDATA[Announcements automated]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=168</link>
    <pubDate>Fri, 05 Oct 2001 12:39:23 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Oct 2001 12:39:23 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 21:37:18 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli <span class="reference">News</span> recreated as the <a href="https://www.earthli.com/news"><span class="reference">Announcements</span> forum</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=132</guid>
    <title><![CDATA[Subscriptions for forums]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=132</link>
    <pubDate>Thu, 04 Oct 2001 22:28:39 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">4. Oct 2001 22:28:39 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:47:02 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>New subscription service available for <a href="https://www.earthli.com/news">earthli Forums</a>. Get the latest posts emailed to you.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=167</guid>
    <title><![CDATA[First stable forum version]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=167</link>
    <pubDate>Tue, 02 Oct 2001 10:55:33 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">2. Oct 2001 10:55:33 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Initial <a href="https://www.earthli.com/forums/">earthli forums</a> overhaul is completed. <a href="https://www.earthli.com/forums/view_forum.php?id=15">New posts</a> piling up daily.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=166</guid>
    <title><![CDATA[New Oz pictures]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=166</link>
    <pubDate>Sun, 30 Sep 2001 10:54:56 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">30. Sep 2001 10:54:56 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>2 new <a href="https://www.earthli.com/users/oz/">Oz</a> pictures.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=165</guid>
    <title><![CDATA[New Forums opened]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=165</link>
    <pubDate>Sat, 29 Sep 2001 10:54:34 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Sep 2001 10:54:34 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:43:07 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Work proceeds in the <a href="https://www.earthli.com/news/">forums</a>. Many new posts added. Existing posts separated into <a href="https://www.earthli.com/news/view_folder.php?id=15">Current Events</a>, <a href="https://www.earthli.com/news/view_folder.php?id=14">Humor</a> and <a href="https://www.earthli.com/news/view_folder.php?id=13">Technology</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=164</guid>
    <title><![CDATA[Forums Updated (Again)]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=164</link>
    <pubDate>Tue, 18 Sep 2001 10:54:05 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">18. Sep 2001 10:54:05 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:42:02 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/news/">Earthli Forums</a> code updated. Users can now <a href="https://www.earthli.com/news/create_user.php">create accounts</a>. More <a href="https://www.earthli.com/news/view_folder.php?id=12">invective</a> than you can handle.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=163</guid>
    <title><![CDATA[Tuesday's commute.]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=163</link>
    <pubDate>Wed, 12 Sep 2001 10:53:34 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">12. Sep 2001 10:53:34 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:37:02 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Marco&rsquo;s <a href="https://www.earthli.com/news/view_article.php?id=1755">Tuesday commute</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=162</guid>
    <title><![CDATA[New page settings]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=162</link>
    <pubDate>Fri, 07 Sep 2001 10:53:12 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">7. Sep 2001 10:53:12 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added customization options. Change color scheme, font and size and use it throughout the site. (See Settings on the right.)</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=161</guid>
    <title><![CDATA[Urban Terror battle]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=161</link>
    <pubDate>Fri, 29 Jun 2001 10:52:51 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Jun 2001 10:52:51 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:15:04 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>New (old) quake battle.<a href="https://www.earthli.com/quake/pages/battles/6_3_2001/AEStats.html"> malloc and dur</a> in Urban Terror.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=160</guid>
    <title><![CDATA[Styles available on home page]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=160</link>
    <pubDate>Mon, 18 Jun 2001 10:52:28 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">18. Jun 2001 10:52:28 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added a style-chooser on the home page. Check out which styles you like. More coming soon…</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=159</guid>
    <title><![CDATA[Added CH 97 Pictures]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=159</link>
    <pubDate>Sat, 02 Jun 2001 10:52:03 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">2. Jun 2001 10:52:03 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">10. Mar 2008 22:12:32 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added 239 pictures to the <a href="http://earthli.com/albums/view_folder.php?id=12">Switzerland 1997</a> album.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=158</guid>
    <title><![CDATA[New Quake Battle]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=158</link>
    <pubDate>Thu, 24 May 2001 10:51:33 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">24. May 2001 10:51:33 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:39:59 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added <a href="http://www.aeons.de/AEstats/">AEStats</a> to the Quake <a href="https://www.earthli.com/quake/battles.php">battles</a> site. New battle: dur, joker, kavorka, malloc.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=157</guid>
    <title><![CDATA[Polling system complete.]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=157</link>
    <pubDate>Thu, 24 May 2001 10:51:08 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">24. May 2001 10:51:08 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Finished the first version of the polling system.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=156</guid>
    <title><![CDATA[Polls available]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=156</link>
    <pubDate>Wed, 16 May 2001 10:47:09 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. May 2001 10:47:09 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added the first earthli poll.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=155</guid>
    <title><![CDATA[Christmas 2000 Photo Album]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=155</link>
    <pubDate>Mon, 14 May 2001 10:46:47 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">14. May 2001 10:46:47 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:35:18 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added <a href="https://www.earthli.com/albums/view_folder.php?id=11">Christmas 2000</a> pictures to the <a href="https://www.earthli.com/albums">photo album</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=154</guid>
    <title><![CDATA[Grizz vs. dur]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=154</link>
    <pubDate>Thu, 10 May 2001 10:46:10 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">10. May 2001 10:46:10 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:15:44 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/quake/pages/battles/5_10_2001/AEStats.html">Grizz vs. dur</a> quake battle.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=153</guid>
    <title><![CDATA[Mark III Complete]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=153</link>
    <pubDate>Wed, 09 May 2001 10:44:16 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">9. May 2001 10:44:16 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:38:05 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/systems/models/mark_III">Mark III</a> ready for delivery.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=152</guid>
    <title><![CDATA[Mark II Delivered]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=152</link>
    <pubDate>Tue, 08 May 2001 10:43:50 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">8. May 2001 10:43:50 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:37:34 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/systems/">earthli systems</a> <a href="https://www.earthli.com/systems/models/mark_II">Mark II</a> arrives.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=151</guid>
    <title><![CDATA[Quake Battle Added]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=151</link>
    <pubDate>Thu, 03 May 2001 10:43:07 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">3. May 2001 10:43:07 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:14:22 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>New Quake <a href="https://www.earthli.com/quake/pages/battles/5_3_2001/AEStats.html">battle</a></p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=150</guid>
    <title><![CDATA[New Server]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=150</link>
    <pubDate>Fri, 27 Apr 2001 10:42:45 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">27. Apr 2001 10:42:45 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli moves to a dedicated server and gets mail service.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=149</guid>
    <title><![CDATA[New Logos]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=149</link>
    <pubDate>Thu, 26 Apr 2001 10:42:30 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">26. Apr 2001 10:42:30 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Updated logos for earthli.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=148</guid>
    <title><![CDATA[Quake III Battles added]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=148</link>
    <pubDate>Mon, 23 Apr 2001 10:42:09 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">23. Apr 2001 10:42:09 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/quake/battles/index.html">Battle statistics</a> added to <a href="https://www.earthli.com/quake/">quake</a> site.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=147</guid>
    <title><![CDATA[Test Engine Build History]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=147</link>
    <pubDate>Mon, 23 Apr 2001 10:41:39 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">23. Apr 2001 10:41:39 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:38:00 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Logicat Test Engine <a href="https://www.earthli.com/data/users/marco/documents/test_engine/builds/index.html">build history</a> transferred to earthli.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=146</guid>
    <title><![CDATA[Mark I shipped]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=146</link>
    <pubDate>Wed, 11 Apr 2001 10:41:07 +0200</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">11. Apr 2001 10:41:07 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli <a href="https://www.earthli.com/systems/index.html">systems</a> offers the <a href="https://www.earthli.com/systems/models/mark_I.html">Mark I</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=145</guid>
    <title><![CDATA[New Look]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=145</link>
    <pubDate>Fri, 23 Mar 2001 10:40:38 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">23. Mar 2001 10:40:38 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>A new look for earthli.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=144</guid>
    <title><![CDATA[earthli Forums created]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=144</link>
    <pubDate>Mon, 05 Mar 2001 10:40:16 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Mar 2001 10:40:16 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>earthli <a href="https://www.earthli.com/forums/">Forums</a> has been spun from the <a href="https://www.earthli.com/projects/">project manager</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=143</guid>
    <title><![CDATA[Project Manager begun]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=143</link>
    <pubDate>Thu, 22 Feb 2001 10:39:41 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">22. Feb 2001 10:39:41 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>The <a href="https://www.earthli.com/projects/">project manager</a> is underway.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=142</guid>
    <title><![CDATA[Oz back on Webcam]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=142</link>
    <pubDate>Mon, 05 Feb 2001 10:39:19 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Feb 2001 10:39:19 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p><a href="https://www.earthli.com/users/oz/">Oz</a> is back on the <a href="https://www.earthli.com/webcam/">Webcam</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=141</guid>
    <title><![CDATA[Added Whistler 2001 pictures.]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=141</link>
    <pubDate>Mon, 29 Jan 2001 10:38:36 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Jan 2001 10:38:36 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 18:34:01 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added some pictures to the <a href="https://www.earthli.com/albums/view_folder.php?id=13">Whistler 2001</a> album.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=140</guid>
    <title><![CDATA[Updated Oz's home page]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=140</link>
    <pubDate>Mon, 29 Jan 2001 10:38:10 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">29. Jan 2001 10:38:10 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 16:38:34 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Updated <a href="https://www.earthli.com/users/oz">Oz&rsquo;s home page</a> (New pictures).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=139</guid>
    <title><![CDATA[Re-organized Logicat section]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=139</link>
    <pubDate>Wed, 17 Jan 2001 10:37:44 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">17. Jan 2001 10:37:44 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 17:02:59 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Cleaned up and reorganized the <a href="https://www.earthli.com/data/users/marco/documents/">work and notes </a>section.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=138</guid>
    <title><![CDATA[New Test Engine Manuals]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=138</link>
    <pubDate>Wed, 17 Jan 2001 10:36:58 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">17. Jan 2001 10:36:58 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 17:01:08 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added updated version of <a href="https://www.earthli.com/data/users/marco/documents/test_engine/manuals/index.html">Test Engine manuals</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=137</guid>
    <title><![CDATA[New Jass Strategy]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=137</link>
    <pubDate>Mon, 15 Jan 2001 10:35:43 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">15. Jan 2001 10:35:43 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added a strategy to the <a href="https://www.earthli.com/jass/">Jass Manual</a> (playing backwards).</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=136</guid>
    <title><![CDATA[Updated Jass Manual]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=136</link>
    <pubDate>Tue, 09 Jan 2001 10:34:50 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">9. Jan 2001 10:34:50 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">10. Mar 2008 22:08:45 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Updated the <a href="https://www.earthli.com/jass/">Jass Manual</a> with a <a href="https://www.earthli.com/jass/manual.php">multi-page, browsable version</a>.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=135</guid>
    <title><![CDATA[Themes added to Photo Albums]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=135</link>
    <pubDate>Mon, 08 Jan 2001 10:32:07 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">8. Jan 2001 10:32:07 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 19:57:20 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added forest, winter and island styles to <a href="https://www.earthli.com/albums">photo album</a> admin area.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=134</guid>
    <title><![CDATA[Photo Albums upgraded]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=134</link>
    <pubDate>Fri, 05 Jan 2001 10:30:23 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">5. Jan 2001 10:30:23 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">16. Mar 2008 11:06:27 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Numerous improvements to the <a href="https://www.earthli.com/albums/">photo album</a> site. (<a href="https://www.earthli.com/projects/view_folder.php?id=3">Work Log</a>)</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  <item>
    <guid>https://www.earthli.com/news/view_article.php?id=133</guid>
    <title><![CDATA[Webcam Opens]]></title>
    <link>https://www.earthli.com/news/view_article.php?id=133</link>
    <pubDate>Thu, 04 Jan 2001 10:29:36 +0100</pubDate>
    <description><![CDATA[<html lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/themes/ice.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/fonts/raleway.css">
  <link rel="stylesheet" type="text/css" href="https://www.earthli.com/resources/styles/core/medium.css">
  </head>
  <body>
<div class="style-controls">  <div class="page">
    <div class="page-body">
<div class="info-box-top">
<p>
Published by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">4. Jan 2001 10:29:36 (GMT-5)</span>
</p>
<p>
Updated by <a href="https://www.earthli.com/news/view_user.php?name=marco" title="Marco von Ballmoos" class="visible">marco</a> on <span class="date-time">12. Mar 2008 22:00:49 (GMT-5)</span>
</p>
</div>
      <div class="text-flow wide">
  <p>Added a <a href="https://www.earthli.com/webcam/">webcam</a> site.</p>
      </div>
      </div>
        <div class="footer">
    <div class="footer-data"><div class="footer-links"><ul class="menu-items standard"><li><a href="https://www.earthli.com/shared/contact.php" title="">Contact</a></li><li><a href="https://www.earthli.com/shared/support.php" title="">Support</a></li><li><a href="https://www.earthli.com/shared/privacy.php" title="">Privacy</a></li><li><a href="https://www.earthli.com/shared/rights.php" title="">Rights</a></li></ul></div></div><div class="footer-data"><div class="copyright">Copyright (c) 1999-2026 earthli.com. All Rights Reserved.</div></div><div class="footer-data"><div class="versions">Powered by <ul class="menu-items standard"><li><a href="http://earthli.com/software/webcore/app_news.php">earthli News 3.7</a></li><li><a href="http://earthli.com/software/webcore" title="">earthli WebCore&trade; 3.7</a></li></ul></div></div>    </div>
      </div>
  </div>  </body>
</html>
]]></description>
  </item>
  </channel>
</rss>
