<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>fragmente</title>
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Mon, 30 Nov 2009 15:43:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>TYPO3 ver. 4.3 released</title>
		<description><![CDATA[Hi.
Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects.
(from http://news.typo3.org/news/article/typo3-version-43-released/)
The first impressions are really great &#8211; i am looking forward to test and discover all the new features!
TYPO3 [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='Permanent Link: How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2009/02/how-to-integrate-a-yaml-menu-to-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; integrate  a YAML Menu to TYPO3'>How to &#8230; integrate  a YAML Menu to TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/02/how-to-set-chmod-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; set permission chmod for TYPO3'>How to &#8230; set permission chmod for TYPO3</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/</link>
			</item>
	<item>
		<title>How to &#8230; convert HTML-Content to PDF File in TYPO3</title>
		<description><![CDATA[How to
On this nice evening i show you how to install and let the extension run &#8230;
Extension: pdf_generator2
TYPO3: Version 4.2.9

1. After you&#8217;ve downloaded the extension, go to the Extension-Manger in your Backend -&#62; Install pdf_generator2
1.1 Don&#8217;t forget to click the &#8220;update&#8221; Button after installing. Because the following Errormessage will appear when forget clicking the &#8220;update&#8221; [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='Permanent Link: How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/' rel='bookmark' title='Permanent Link: Zimplit &#8211; a small, free Content-Management-System'>Zimplit &#8211; a small, free Content-Management-System</a></li>
<li><a href='http://blog.team-noir.net/2009/04/how-to-sort-the-feuserlist-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; sort the feuserlist in TYPO3'>How to &#8230; sort the feuserlist in TYPO3</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/10/how-to-convert-html-content-to-pdf-file-in-typo3/</link>
			</item>
	<item>
		<title>How to &#8230; add metatags to TYPO3 website</title>
		<description><![CDATA[How to
Today i write about metatags with TYPO3.
I searched for a solution to implement keywords and a description &#8220;semi-dynamic&#8221;.

Now i can determine some standard content &#8211; but manually added content (keyowords / description) overrides the standards.
Nice? -  I think so  
Look at the TSsetup:
page.meta {
 robots = index,follow
 language = ru
 revisit-after = some [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; change the RTE linktext in TYPO3'>How to &#8230; change the RTE linktext in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='Permanent Link: How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-title-in-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; change the title-element in TYPO3'>How to &#8230; change the title-element in TYPO3</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/09/how-to-add-metatags-to-typo3-website/</link>
			</item>
	<item>
		<title>Zimplit &#8211; a small, free Content-Management-System</title>
		<description><![CDATA[Do you know ZIMPLIT?

A really cool, small and fast CMS. You don&#8217;t need a database, just PHP on your server.
You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with &#8220;forget-password&#8221; demands. My email-box filled up  

Now i [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/03/how-to-set-the-favicon-in-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; set the favicon in TYPO3'>How to &#8230; set the favicon in TYPO3</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/</link>
			</item>
	<item>
		<title>How to &#8230; change the RTE linktext in TYPO3</title>
		<description><![CDATA[How to
If you want to change the the alt-text, the title attribute, link image or something else you have to use some code-snippets in your TSconfig at Rootpage.
With the following lines you will be able to choose text and type.

RTE.classesAnchor {
 internalLink {
 class = internal-link
 type = page
 altText &#62;
 titleText &#62;
 image &#62;
 [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-standard-target-for-links-in-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; change the standard target for links in TYPO3'>How to &#8230; change the standard target for links in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-title-in-typo3/' rel='bookmark' title='Permanent Link: How to &#8230; change the title-element in TYPO3'>How to &#8230; change the title-element in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/' rel='bookmark' title='Permanent Link: How to &#8230; setup the fileadmin/ folder for Backendaccess'>How to &#8230; setup the fileadmin/ folder for Backendaccess</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/</link>
			</item>
	<item>
		<title>How to &#8230; add a simple REDIRECT with realurl Extension</title>
		<description><![CDATA[How to
Today i post a small snippet for TYPO3.
I searched for a easy redirect :
EXAMPLE
User types: sitemap.html and your Browser loads: index.php?id=xxx


I used a TYPO3 Installation ( 4.2.8), active realurl EXT, aeUrlTool EXT

My urltoolconf_realurl.php now looks like:
&#60;?php

/**
 *
 * aeUrlTool default realurl configuration
 * based on realurl-configuration of news.typo3.org
 *     http://news.typo3.org/about/realurl-configuration/
 *
 */

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [...]


No related posts.]]></description>
		<link>http://blog.team-noir.net/2009/09/how-to-add-a-redirect-for-realurl-ext/</link>
			</item>
	<item>
		<title>CSS border-bottom for IE 6</title>
		<description><![CDATA[We have decided we our bad Browser-script to not any longer support browsers like IE 6 which does not follow the HTML-standards.
But sometimes, maybe when you are at work, it is not that easy. Sometimes you need a little work around or a special CSS only for IE 6. Today it was one of those [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/08/floating-problems-with-ie-6/' rel='bookmark' title='Permanent Link: Floating problems with IE 6'>Floating problems with IE 6</a></li>
<li><a href='http://blog.team-noir.net/2009/06/css-floating-problems/' rel='bookmark' title='Permanent Link: CSS floating problems'>CSS floating problems</a></li>
<li><a href='http://blog.team-noir.net/2009/08/how-to-style-the-dotted-link-border-in-firefox/' rel='bookmark' title='Permanent Link: How to &#8230; style the dotted link border in Firefox'>How to &#8230; style the dotted link border in Firefox</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/08/css-border-bottom-for-ie-6/</link>
			</item>
	<item>
		<title>Software &#8211; Team Viewer</title>
		<description><![CDATA[Software Tip &#8211; non-commercial

Yesterday i needed a fast and easy solution for non-commercial Remote Desktop.  Of course the Windows XP incl. Remote Solution is fast but not easy to handle for non-geeks.

After a short internetsearch i found my salvation -&#62; Team Viewer
Your partner just need to start a small QuickSupport Program and I, the rescuemaster [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/05/aptana-webdevelopment-zen-code/' rel='bookmark' title='Permanent Link: Aptana IDE Webdevelopment'>Aptana IDE Webdevelopment</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/08/software-team-viewer/</link>
			</item>
	<item>
		<title>new Aptana version 1.5</title>
		<description><![CDATA[Today just a short post:
new Aptana Studio IDE is available.
I have just downloaded the .exe file. Let&#8217;s see whats new &#8230;
greetz, Martin


Related posts:Aptana IDE Webdevelopment



Related posts:<ol><li><a href='http://blog.team-noir.net/2009/05/aptana-webdevelopment-zen-code/' rel='bookmark' title='Permanent Link: Aptana IDE Webdevelopment'>Aptana IDE Webdevelopment</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/08/new-aptana-version-15/</link>
			</item>
	<item>
		<title>fight Internet Explorer 6 &#8211; reloaded</title>
		<description><![CDATA[I think the statement from Youtube was the starting signal  
Our last article and badBrowser Script are very frequently visited and today i found this:
IE6 No more / Samples

A very nice warning for all Internet Explorer Users &#60; Version 7.0
Nice but I think our script with browser detecting ist much better   of [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/' rel='bookmark' title='Permanent Link: Fight old Browsers &#8211; YouTube follows'>Fight old Browsers &#8211; YouTube follows</a></li>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Permanent Link: Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
<li><a href='http://blog.team-noir.net/2009/02/overflow-auto-internet-explorer-6-bug/' rel='bookmark' title='Permanent Link: overflow:auto &#8211; Internet Explorer 6 Bug'>overflow:auto &#8211; Internet Explorer 6 Bug</a></li>
</ol>]]></description>
		<link>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/</link>
			</item>
</channel>
</rss>
