<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fragmente &#187; Development</title>
	<atom:link href="http://blog.team-noir.net/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 15:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS: center background image in Firefox &amp; Co.</title>
		<link>http://blog.team-noir.net/2010/07/css-center-background-image-in-firefox-co/</link>
		<comments>http://blog.team-noir.net/2010/07/css-center-background-image-in-firefox-co/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 10:09:09 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[background-image]]></category>
		<category><![CDATA[center]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=399</guid>
		<description><![CDATA[Today just a short snippet.
To center a background image vertical and horizontal especially Mozilla Firefox need the attribute &#8220;fixed&#8221;:
body {
background-image: url(....);
background-position: center center;
background-attachment: fixed;
height: 100%;
}
Tested with: IE 6 &#8211; 8, Firefox 3.6, Safari 4
With this little trick, my day will be fine! Ole.


Related posts:How to &#8230; center a YAML Layout
How to use position-absolute and z-index [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/02/how-to-center-a-yaml-layout/' rel='bookmark' title='Permanent Link: How to &#8230; center a YAML Layout'>How to &#8230; center a YAML Layout</a></li>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='Permanent Link: How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-add-german-amazon-de-opensearch-plugin-to-firefox-3-5-on-ubuntu-9-1/' rel='bookmark' title='Permanent Link: How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1'>How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today just a short snippet.</p>
<p>To center a background image vertical and horizontal especially Mozilla Firefox need the attribute &#8220;fixed&#8221;:</p>
<pre>body {
background-image: url(....);
background-position: center center;
<strong><span style="color: #800000;">background-attachment: fixed</span></strong>;
height: 100%;
}</pre>
<p>Tested with:<strong> IE 6 &#8211; 8, Firefox 3.6, Safari 4</strong></p>
<p>With this little trick, my day will be fine! Ole.</p>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2009/02/how-to-center-a-yaml-layout/' rel='bookmark' title='Permanent Link: How to &#8230; center a YAML Layout'>How to &#8230; center a YAML Layout</a></li>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='Permanent Link: How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-add-german-amazon-de-opensearch-plugin-to-firefox-3-5-on-ubuntu-9-1/' rel='bookmark' title='Permanent Link: How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1'>How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/07/css-center-background-image-in-firefox-co/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana Studio 2.0 under Ubuntu 9.10</title>
		<link>http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/</link>
		<comments>http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 12:11:56 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=317</guid>
		<description><![CDATA[Hi Nerds  
Today i solved a tricky Linux challenge.
I work with Ubuntu 9.10 (Karmic Koala) and love Aptana Studio for programming Websites and some stupid Code.

Installing Aptana is not difficult! Just download the right file (i use a 64bit linux maschine), unpack the file and start Aptana with &#8220;AptanaStudio&#8221;. I had no problems with [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/08/new-aptana-version-15/' rel='bookmark' title='Permanent Link: new Aptana version 1.5'>new Aptana version 1.5</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-add-german-amazon-de-opensearch-plugin-to-firefox-3-5-on-ubuntu-9-1/' rel='bookmark' title='Permanent Link: How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1'>How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1</a></li>
<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>
			<content:encoded><![CDATA[<p>Hi Nerds <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Today i solved a tricky Linux challenge.</p>
<p>I work with Ubuntu 9.10 (<a title="mor Informations about Karmic Koala" href="https://wiki.ubuntu.com/KarmicKoala">Karmic Koala</a>) and love <a title="Aptana Studio" href="http://www.aptana.org/">Aptana Studio</a> for programming Websites and some stupid Code.</p>
<p><span id="more-317"></span></p>
<p>Installing Aptana is not difficult! Just <a title="downloading aptana" href="http://www.aptana.org/studio/download">download</a> the right file (i use a 64bit linux maschine), unpack the file and start Aptana with &#8220;AptanaStudio&#8221;. I had no problems with launching the software, but after loading my mouse-clicks go insane &#8230; sometimes only the &#8220;<em>enter-key</em>&#8221; solved my choice. Some clicks were not recognized by Aptana &#8230; really bad!</p>
<p>After some Google-Searching i found the <a href="https://aptanastudio.tenderapp.com/faqs/problem-solving/aptana-studio-radrails-and-ubuntu-910">official bugtracker</a> for this problem &#8230; so i need a small shell-starter-script to solve the &#8220;crazy-mouse&#8221; problem!</p>
<p>But &#8211; what is a shell script? My Linux experience is just 4 weeks old &#8230; help me master!</p>
<p>Over 2 hours <a href="http://www.freeos.com/guides/lsst/">reading</a>, <a href="http://forums.aptana.com/viewtopic.php?f=37&amp;t=7147">learning</a> and <a href="http://www.go2linux.org/starting-with-shell-script">understanding</a> &#8230;</p>
<p>I generate a small starter script (<em><strong>start_aptana.sh</strong></em>):</p>
<pre>#!/bin/sh
export GDK_NATIVE_WINDOWS=true; exec /path/to/AptanaStudio/AptanaStudio;
</pre>
<p>and the desktop-starter command:</p>
<pre>/path/to/start_aptana.sh
</pre>
<p>Yippi &#8211; now the lovely Aptana Studio runs on my Ubuntu-Chicken without problems, easy coding! Yeah&#8230;</p>
<p>interesting reading:</p>
<ul>
<li><a href="http://www.howtoforge.de/howto/installation-der-aptana-ajax-entwicklungsumgebung-auf-ubuntu/1/">http://www.howtoforge.de/howto/installation-der-aptana-ajax-entwicklungsumgebung-auf-ubuntu/1/</a></li>
<li><a href="http://wiki.ubuntuusers.de/Shell">http://wiki.ubuntuusers.de/Shell</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2009/08/new-aptana-version-15/' rel='bookmark' title='Permanent Link: new Aptana version 1.5'>new Aptana version 1.5</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-add-german-amazon-de-opensearch-plugin-to-firefox-3-5-on-ubuntu-9-1/' rel='bookmark' title='Permanent Link: How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1'>How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1</a></li>
<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></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimplit &#8211; a small, free Content-Management-System</title>
		<link>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/</link>
		<comments>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 16:15:48 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[zimplit]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=269</guid>
		<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/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Permanent Link: Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Do you know<a title="small cms" href="http://www.zimplit.com"> ZIMPLIT</a>?</p>
<p><img class="alignnone size-full wp-image-273" title="zimplit" src="http://blog.team-noir.net/wp-content/uploads/2009/09/zimplit.png" alt="zimplit" width="249" height="88" /></p>
<p>A really cool, small and fast <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>. You don&#8217;t need a database, just PHP on your server.</p>
<p>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 <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><span id="more-269"></span></p>
<p>Now i present you my solution:<br />
Just add a <em>.htaccess</em> file to your webserver and secure some zimplit files.</p>
<p><span style="text-decoration: underline;"><strong>for example</strong> (.htaccess)<strong>:</strong></span></p>
<pre>AuthType Basic
AuthName "admin area"
AuthUserFile /absolte/path/.htpasswd
&lt;Files <strong><span style="color: #ff0000;">zimplit.php</span></strong>&gt;
require valid-user
&lt;/Files&gt;</pre>
<p>you can add some more files, like <em>security.php</em> or something else</p>
<p>ZIMPLIT really rocks! Thank you guy&#8217;s</p>
<p><script src="http://t3n.de/opensource/widget/zimplit/" type="text/javascript"></script></p>
<div id="opensource-no-javascript"><a href="http://t3n.de/opensource/project/zimplit/">Zimplit ist gelistet auf t3n.de/opensource!</a></div>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Permanent Link: Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new Aptana version 1.5</title>
		<link>http://blog.team-noir.net/2009/08/new-aptana-version-15/</link>
		<comments>http://blog.team-noir.net/2009/08/new-aptana-version-15/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:31:50 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[aptana studio]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=238</guid>
		<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 Studio 2.0 under Ubuntu 9.10
Aptana IDE Webdevelopment



Related posts:<ol><li><a href='http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Aptana Studio 2.0 under Ubuntu 9.10'>Aptana Studio 2.0 under Ubuntu 9.10</a></li>
<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>
			<content:encoded><![CDATA[<p>Today just a short post:</p>
<p>new <a title="new Version" href="http://aptana.com/studio/download">Aptana Studio IDE is available</a>.</p>
<p>I have just downloaded the .exe file. Let&#8217;s see whats new &#8230;</p>
<p>greetz, Martin</p>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Aptana Studio 2.0 under Ubuntu 9.10'>Aptana Studio 2.0 under Ubuntu 9.10</a></li>
<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></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/08/new-aptana-version-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fight Internet Explorer 6 &#8211; reloaded</title>
		<link>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/</link>
		<comments>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:14:07 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[old browser]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=231</guid>
		<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>
			<content:encoded><![CDATA[<p>I think the <a title="fight ie6" href="http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/">statement</a> from Youtube was the starting signal <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Our last <a title="fight old browsers" href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">article</a> and badBrowser <a title="badbrowser version 1.3" href="http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/">Script</a> are very frequently visited and today i found this:</p>
<p><a title="no more ie6" href="http://www.ie6nomore.com/">IE6 No more</a> / <a title="no more ie6" href="http://www.ie6nomore.com/"></a><a title="code samples" href="http://www.ie6nomore.com/code-samples.html">Samples</a></p>
<p><span id="more-231"></span></p>
<p>A very nice warning for all Internet Explorer Users &lt; Version 7.0</p>
<p>Nice but I think our script with browser detecting ist much better <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  of course.<br />
Anyway &#8211; nice roadmap in web 2.0</p>


<p>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></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fight old Browsers &#8211; YouTube follows</title>
		<link>http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/</link>
		<comments>http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:02:50 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[advise]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[warning]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=188</guid>
		<description><![CDATA[Good news!
I just found several messages about YouTube and Internet Explorer 6 Support. Great.
They also use a small popup for User&#8217;s with old browsers.

http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/
http://www.heise.de/newsticker/YouTube-stellt-Unterstuetzung-fuer-Internet-Explorer-6-ein&#8211;/meldung/141998
http://www.googlewatchblog.de/2009/07/14/youtube-stellt-unterstuetzung-fuer-ie-6-ein/

I think this is the right way. Help those users, warn them and in a couple of month &#8211; STOP THE SUPPORT!

Thanks YouTube/Google   Go for it
If you like to warn [...]


Related posts:<ol><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/08/fight-internet-explorer-6-reloaded/' rel='bookmark' title='Permanent Link: fight Internet Explorer 6 &#8211; reloaded'>fight Internet Explorer 6 &#8211; reloaded</a></li>
<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>
			<content:encoded><![CDATA[<p>Good news!</p>
<p>I just found several messages about <a href="http://www.youtube.com">YouTube</a> and <a href="http://www.microsoft.com">Internet Explorer</a> 6 Support. Great.</p>
<p>They <a href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">also</a> use a small popup for User&#8217;s with old browsers.</p>
<ul>
<li><a href="http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/">http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/</a></li>
<li><a href="http://www.heise.de/newsticker/YouTube-stellt-Unterstuetzung-fuer-Internet-Explorer-6-ein--/meldung/141998">http://www.heise.de/newsticker/YouTube-stellt-Unterstuetzung-fuer-Internet-Explorer-6-ein&#8211;/meldung/141998</a></li>
<li><a href="http://www.googlewatchblog.de/2009/07/14/youtube-stellt-unterstuetzung-fuer-ie-6-ein/">http://www.googlewatchblog.de/2009/07/14/youtube-stellt-unterstuetzung-fuer-ie-6-ein/</a></li>
</ul>
<p>I think this is the right way. Help those users, warn them and in a couple of month &#8211; STOP THE SUPPORT!</p>
<p><span id="more-188"></span></p>
<p>Thanks <a href="http://www.youtube.com">YouTube</a>/<a href="http://www.google.com">Google</a> <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Go for it</p>
<p>If you like to warn users also, look at our <a href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">Post about jQuery-Popup</a> &amp; <a title="new Version Bad Browser" href="http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/">our new Version</a> (1.3)<a href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/"><br />
</a></p>
<p>Martin</p>
<p>(in the next days i will check this online and present some screenshots, hopefully)</p>
<p><strong>UPDATE</strong> (17.07.09)</p>
<p>Here is a small screenshot from the InternetExplorer 6 on Youtube.com.<br />
I also checked youtube.com with Opera 9.26 &#8211; but nothing appears.</p>
<p><img class="alignnone size-full wp-image-193" title="Test with InternetExplorer 6 on YouTube.com" src="http://blog.team-noir.net/wp-content/uploads/2009/07/ie6_youtubecom.jpg" alt="Test with InternetExplorer 6 on YouTube.com" width="640" height="394" /></p>


<p>Related posts:<ol><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/08/fight-internet-explorer-6-reloaded/' rel='bookmark' title='Permanent Link: fight Internet Explorer 6 &#8211; reloaded'>fight Internet Explorer 6 &#8211; reloaded</a></li>
<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></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fight old Browsers &#8211; Warning with jQuery</title>
		<link>http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/</link>
		<comments>http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 17:45:37 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[old browser]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=137</guid>
		<description><![CDATA[Block the Internet Explorer 6 and other old browsers with a small Warning-div
Hi there,
in the last days we relaunched our website (www.team-noir.net). We used the CSS Framework YAML and create a small website (6 pages). But i spent 4 hours just for bugfixing the  fxxxx Internet Explorer 6.0 and 5.5
They don&#8217;t know variables heights or [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/' rel='bookmark' title='Permanent Link: jQuery badBrowser Update Version 1.4'>jQuery badBrowser Update Version 1.4</a></li>
<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/07/release-bad-browser-new-version-13/' rel='bookmark' title='Permanent Link: Release: bad Browser &#8211; new Version 1.3'>Release: bad Browser &#8211; new Version 1.3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h4>Block the Internet Explorer 6 and other old browsers with a small Warning-div</h4>
<p>Hi there,</p>
<p>in the last days we relaunched our website (<a title="new design" href="http://www.team-noir.net">www.team-noir.net</a>). We used the CSS Framework <a title="thanks!" href="http://www.yaml.de">YAML </a>and create a small website (6 pages). But i spent <strong>4 hours</strong> just for bugfixing the <span style="text-decoration: line-through;"> fxxxx</span> Internet Explorer 6.0 and 5.5</p>
<p>They don&#8217;t know variables heights or transparent png&#8217;s &#8230; certainly you know this!</p>
<p>I was so angry about loosing this time for old, silly and unsecure browers &#8230; <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-137"></span></p>
<p>So we decided to implement a small but important WARNING to all users with old browsers. I found a very nice script on <a href="http://think2loud.com/build-an-unsupported-browser-warning-with-jquery/">think2loud.com</a></p>
<p>I just extended the browser-detection, you will find the hole skript &gt;&gt;<a title="download from think2loud" href="http://www.think2loud.com/examples/badbrowser.zip">here</a>&lt;&lt;:</p>
<pre>function badBrowser(){
if($.browser.msie &amp;&amp; parseInt($.browser.version) &lt;= 6){ return true;}
if($.browser.opera &amp;&amp; parseInt($.browser.version) &lt;= 9) { return true;}
if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
var ffversion=new Number(RegExp.$1)
if (ffversion&lt;=2) { return true;}}
if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("1") != -1) ){return true;}
if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("2") != -1) ){return true;}
if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("3") != -1) ){return true;}
return false;
}</pre>
<p>There are a few ways to detect the browser and correct version. Most problems i had with Safari &#8211; because i cant&#8217;t find any stand-alone Version-Code &#8211; so i had to workaround &#8230; and built 3 queries.</p>
<p>If you have an better an easier idea &#8211; please let me know!</p>
<p>You can check our Sites now with &#8220;old&#8221; Browsers (IE &lt;=6, Opera &lt;9, Safari &lt;=3, Firefox &lt;=2) and see what happens &#8230; <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8230; Martin</p>
<p><strong>UPDATE (25.06.2009):</strong></p>
<p>I have a new version for browser detecting. Now the &#8220;Opera Problem&#8221; is solved, every <strong>Opera &lt;= Version 9.5 </strong>gets now the Warning-Popup, and not all 9.x versions.<br />
(Thanks to Ulf <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<pre>function badBrowser(){
    if($.browser.msie &amp;&amp; parseInt($.browser.version) &lt;= 6){ return true;}                  //IE ab ver. 6.0

    if($.browser.opera &amp;&amp; ($.browser.version *10) &lt;= 95) { return true;}                //Opera ab ver. 9.5

  if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
    var ffversion=new Number(RegExp.$1)
    if (ffversion&lt;=2) { return true;}}                                                   //Firefox ab ver. 2.0

    if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("1.") != -1) ){return true;}    //Safari ver. 1.0
    if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("2.") != -1) ){return true;}    //Safari ver. 2.0
    if ($.browser.safari &amp;&amp; (navigator.appVersion.indexOf("3.") != -1) ){return true;}    //Safari ver. 3.0

    return false;
}</pre>
<p>more problems? tell us &#8230;</p>

<a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/090625-032528-opera-80-windows-xp-9859c34422442fbcd7347674d6e6453c/' title='Opera Version 8.0'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/06/090625-032528-opera-80-windows-xp-9859c34422442fbcd7347674d6e6453c-150x150.png" class="attachment-thumbnail" alt="" title="Opera Version 8.0" /></a>
<a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/090625-034216-opera-925-windows-xp-4a2abe40731b943e6004d449c3262623/' title='Opera Version 9.25'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/06/090625-034216-opera-925-windows-xp-4a2abe40731b943e6004d449c3262623-150x150.png" class="attachment-thumbnail" alt="" title="Opera Version 9.25" /></a>
<a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/090625-032647-opera-960-windows-xp-3b592cade0897b6df6d565b9b03421a4/' title='Opera Version 9.60'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/06/090625-032647-opera-960-windows-xp-3b592cade0897b6df6d565b9b03421a4-150x150.png" class="attachment-thumbnail" alt="" title="Opera Version 9.60" /></a>
<a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/090625-032747-opera-964-windows-xp-a1edca7dcdf40b22c2da9d87302768bf/' title='Opera Version 9.64'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/06/090625-032747-opera-964-windows-xp-a1edca7dcdf40b22c2da9d87302768bf-150x150.png" class="attachment-thumbnail" alt="" title="Opera Version 9.64" /></a>
<a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/090625-032539-opera-1000-windows-xp-57f87d8fbc2ef0c2587b46ce34524b2f/' title='Opera Version 10.00'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/06/090625-032539-opera-1000-windows-xp-57f87d8fbc2ef0c2587b46ce34524b2f-150x150.png" class="attachment-thumbnail" alt="" title="Opera Version 10.00" /></a>

<h3><strong>UPDATE:</strong></h3>
<h4><a title="check out the new version" href="http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/">new<strong> badBrowser</strong> Version released !!!</a></h4>
<a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4"><img src="http://blog.team-noir.net/wp-content/uploads/download.png" title="Download badBrowser Version 1.4" /></a> <a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4">badBrowser Version 1.4</a>  ( 172x )
<p><a title="check out the new version!" href="http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/">more information</a></p>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/' rel='bookmark' title='Permanent Link: jQuery badBrowser Update Version 1.4'>jQuery badBrowser Update Version 1.4</a></li>
<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/07/release-bad-browser-new-version-13/' rel='bookmark' title='Permanent Link: Release: bad Browser &#8211; new Version 1.3'>Release: bad Browser &#8211; new Version 1.3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Aptana IDE Webdevelopment</title>
		<link>http://blog.team-noir.net/2009/05/aptana-webdevelopment-zen-code/</link>
		<comments>http://blog.team-noir.net/2009/05/aptana-webdevelopment-zen-code/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:32:00 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=119</guid>
		<description><![CDATA[hey!
instead of  giving you TYPO3 hints and snippets i like to share my enthusiasm. Yesterday i found APTANA and started to work with. Amazing!
The hole IDE is nice to look at, good to work with and for now i discover so much features &#8230; WHOU.
I will continue posting here all the nice possibilities to work [...]


Related posts:<ol><li><a href='http://blog.team-noir.net/2009/08/new-aptana-version-15/' rel='bookmark' title='Permanent Link: new Aptana version 1.5'>new Aptana version 1.5</a></li>
<li><a href='http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Aptana Studio 2.0 under Ubuntu 9.10'>Aptana Studio 2.0 under Ubuntu 9.10</a></li>
<li><a href='http://blog.team-noir.net/2010/03/how-to-code-a-jquery-slider-menu/' rel='bookmark' title='Permanent Link: How to code a jQuery slider menu'>How to code a jQuery slider menu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>hey!</p>
<p>instead of  giving you TYPO3 hints and snippets i like to share my enthusiasm. Yesterday i found <a title="Aptana IDE" href="http://aptana.com/">APTANA </a>and started to work with. Amazing!</p>
<p>The hole IDE is nice to look at, good to work with and for now i discover so much features &#8230; WHOU.</p>
<p>I will continue posting here all the nice possibilities to work with.</p>
<p><span id="more-119"></span></p>
<p>for now, look here:  a really cool plugin is ZEN CODE:<br />
(turn off the sound <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><object width="425" height="350" data="http://www.youtube.com/v/ug84Ypwqfzk" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/ug84Ypwqfzk" /></object></p>
<p>If you want to share your APTANA-experience &#8211; feel free to post here.</p>
<p><strong>Links</strong>:</p>
<ul>
<li><a href="http://aptana.com/">http://aptana.com/</a></li>
<li><a title="Zen Code" href="http://code.google.com/p/zen-coding/">http://code.google.com/p/zen-coding/</a></li>
</ul>
<p>greetz<br />
Martin</p>


<p>Related posts:<ol><li><a href='http://blog.team-noir.net/2009/08/new-aptana-version-15/' rel='bookmark' title='Permanent Link: new Aptana version 1.5'>new Aptana version 1.5</a></li>
<li><a href='http://blog.team-noir.net/2010/03/aptana-studio-2-0-under-ubuntu-9-10/' rel='bookmark' title='Permanent Link: Aptana Studio 2.0 under Ubuntu 9.10'>Aptana Studio 2.0 under Ubuntu 9.10</a></li>
<li><a href='http://blog.team-noir.net/2010/03/how-to-code-a-jquery-slider-menu/' rel='bookmark' title='Permanent Link: How to code a jQuery slider menu'>How to code a jQuery slider menu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/05/aptana-webdevelopment-zen-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
