<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="https://diaryproducts.net">
<channel>
 <title>Diary Products - Hannes Schmidt - Typo3</title>
 <link>https://diaryproducts.net/taxonomy/term/9/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Typo3 and CSS: Style Your Pages based on their Alias or UID</title>
 <link>https://diaryproducts.net/about/cms/typo3/css_style_page_alias_uid</link>
 <description>&lt;p&gt;If you look at all the pages of a particular site, you will notice that most pages share common parts. These common parts typically include navigation, header, footer, styles and so on. Of course, you can duplicate the common part in every html file on that site. But as the site grows, making a change to one of the common parts ends up in a lot of tedious work: you need to apply the change to every single HTML file on the site. Now imagine your site has 1000 pages! You don&#039;t want to do that.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Wed, 23 Mar 2005 19:46:49 +0000</pubDate>
</item>
<item>
 <title>Typo3: The Split Site Root Syndrome</title>
 <link>https://diaryproducts.net/about/cms/typo3/canonical_home_page_split_site_root</link>
 <description>&lt;div style=&quot;float:right&quot; class=&quot;thumbnail&quot;&gt;
  &lt;a href=&quot;/node/21&quot;&gt;&lt;img src=&quot;/img_assist/gen/21&amp;amp;thumb=1&quot; width=&quot;100&quot; height=&quot;77&quot; alt=&quot;The Split Site Root Syndrome&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;p class=&quot;meta&quot;&gt;[continued from &lt;a href=&quot;/about/cms/typo3/home_page_menu_navigation&quot;&gt;Typo3: Including the Home Page (Site Root) in Navigation&lt;/a&gt;]&lt;/p&gt;
&lt;h2 class=&quot;title&quot;&gt;The Problem&lt;/h2&gt;
&lt;p&gt;For months, my client&#039;s site was running fine using the above
      simple solution. Over time though, I noticed several oddities. These oddities
      were caused by the fact that the home page is accessible under two URLs, the
      canonical root &lt;code&gt;http://www.domain.com/&lt;/code&gt; and
      the non-canonical root &lt;code&gt;http://www.domain.com/home.0.html&lt;/code&gt; as
    shown in the figure below.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Wed, 05 Jan 2005 23:32:19 +0000</pubDate>
</item>
<item>
 <title>Typo3: Including the Home Page (Site Root) in Navigation</title>
 <link>https://diaryproducts.net/about/cms/typo3/home_page_menu_navigation</link>
 <description>&lt;p&gt;In modern web design, it is considered good practice to have
      a &amp;quot;Back To Home&amp;quot; link on every page so that users can
      easily return to the root of the site, i.e. the home page. Because of that
      I wanted a Home button on every page of my client&#039;s Typo3-based website. Although
      this seems like a very simple thing to do, it turned out to be quite a challenge
      in Typo3, especially when trying to avoid duplicate content penalties induced
      by major search engines.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Wed, 05 Jan 2005 21:30:09 +0000</pubDate>
</item>
<item>
 <title>Typo3: Different CSS styles for internal and external links</title>
 <link>https://diaryproducts.net/about/cms/typo3/css_style_internal_external_link</link>
 <description>&lt;p&gt;It&#039;s often considered convenient to decorate external links in order to indicate the distinction between links that go to a page on the same site and links that leave the site. On one of my sites I use CSS to set a background bitmap for all links. Until today the bitmap was the same for internal as for external links. I used a little hack in order to set the class attribute of internal links to some value while leaving external links untouched.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Mon, 27 Dec 2004 15:14:19 +0000</pubDate>
</item>
<item>
 <title>Typo3: Using Page Alias And Other Page Record Fields in TMENU Menus</title>
 <link>https://diaryproducts.net/about/cms/typo3/page_alias_tmenu</link>
 <description>&lt;p&gt;Problem: Your web site uses the Typo3 CMS. Your typoscript templates contains TMENU objects for navigation menus. You want to use the page alias somewhere in the &lt;code&gt;A&lt;/code&gt; tags of these TMENU menus. For example, you want to set the id of a menu item&#039;s A tag to the alias field of the page that the menu item stands for.&lt;/p&gt;
&lt;pre&gt;
&amp;lt;a id=&quot;widgets&quot; href=&quot;...&quot;&gt;Buy Widgets&amp;lt;/a&gt;
&lt;/pre&gt;&lt;p&gt;&lt;code&gt;Buy Widgets&lt;/code&gt; is the title of the page and &lt;code&gt;widgets&lt;/code&gt; is its alias.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Sun, 28 Nov 2004 21:45:50 +0000</pubDate>
</item>
<item>
 <title>Typo3: To Each Their Own - Site And Page Titles In Alternative Languages</title>
 <link>https://diaryproducts.net/about/cms/typo3/site_and_page_title_in_alternative_languages</link>
 <description>&lt;h3&gt;Problem 1: The Site Title Is Global&lt;/h3&gt;
		&lt;p&gt;Your site supports multiple languages using the &amp;quot;modern&amp;quot; single-tree aproach where one page has one or more translations in alternative languages. In Typo3 every page&#039;s title usually starts with the site title and the page title is appended to it. The page title can easily be translated by customizing the language-specific header fields. The site title, however, can only be set globally. Consider yourself lucky if your site title is universal across languages. Mine isn&#039;t. Furthermore, I like my site&#039;s title to contain main search engine keywords, i.e. the words I want my site to be found under in Google, Yahoo and so on.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/cms/typo3">Typo3</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Wed, 08 Sep 2004 10:44:42 +0000</pubDate>
</item>
</channel>
</rss>
