<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="rss.css" type="text/css"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<description>KFA Teamblog</description>
<link>http://kfa-teampage.pytalhost.com/</link>
<title>KFA Teamblog</title>
<category>Media</category>
<category domain="dmoz">World/Deutsch/Gesellschaft/Menschen/Pers%c3%b6nliche_Homepages/Anonyme_Seiten/K</category>
<cloud domain="rpc.sys.com" port="80" path="/RPC2" registerProcedure="pingMe" protocol="soap"/>
<copyright>Copyright 2010, KFA - Team</copyright>
<docs>http://www.rssboard.org/rss-specification</docs>
<generator>toni-rss-feed-generator</generator>
<image>
<url>http://kfa-teampage.pytalhost.com/images/feed_logo.gif</url>
<title>KFA Teamblog</title>
<link>http://kfa-teampage.pytalhost.com/</link>
<width>120</width>
<height>60</height>
</image>
<language>de-de</language>
<lastBuildDate>Fri, 05 Mar 2010 20:09:28 GMT</lastBuildDate>
<managingEditor>kuschiforall@googlemail.com (Tom Nieberg)</managingEditor>
<pubDate>Fri, 05 Mar 2010 16:12:28 GMT</pubDate>
<skipDays>
<day>Saturday</day>
<day>Sunday</day>
</skipDays>
<skipHours>
<hour>0</hour>
<hour>1</hour>
<hour>2</hour>
<hour>22</hour>
<hour>23</hour>
</skipHours>
<ttl>60</ttl>
<webMaster>kuschiforall@googlemail.com (Paul Kuschnereit)</webMaster>
<atom:link href="http://kfa-teampage.pytalhost.com/rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>msn / wlm Status mit php auf Website darstellen [UPDATE]</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=115</link>
<description><![CDATA[Hi Leutzis,<br />
vor einiger Zeit hatte ich bereits hier ein kleines <a href="http://kfa-teampage.pytalhost.com/index.php?id=58" title="http://kfa-teampage.pytalhost.com/index.php?id=58" rel="nofollow">php Script zur Anzeige des Windows Live Messenger Status auf Webseiten</a> veröffentlicht. Microsoft hatte vor einigen Monaten mit der Veröffentlichung eines neuen Windows Live Messengers auch die Parameter der Statusanzeigen auf Webseiten geändert. Ich habe hier nun ein neues angepasstes Script dafür erstellt. Neu daran ist vorallem, dass nun auch ein 5. Icon benötigt wird. Dieses Icon ziegt euch an, wenn ein Verbindungsfehler aufgetreten ist. Im Normalfall solltet ihr das status_error Icon nie zu sehen bekommen. Sollte es dennoch der Fall sein, bedeutet dies, dass entweder der Windows Live Messenger Service temporäre Störungen hat oder aber Microsoft wieder etwas geändert hat. In diesem Fall könnt ihr euch dann hier wieder melden.<br />
<br />
Hier nun das angepasste Script:  <br />
<span style="display:block;margin: 10px 5px 0px 5px;padding: 2px;border-width: 1px 1px 0px 1px;border-style:solid;border-color: #3B7C97;color: #FFFFFF;background-color: #00CCFF;font-size: 1em;"><strong>PHP Code:</strong>&nbsp;&nbsp;&nbsp;<a class="copyCode" onclick="selectCode('code_e591f67dbec6a2ee515919cb03b5154d'); return false;" href="#">Alles auswählen</a></span><pre id="code_e591f67dbec6a2ee515919cb03b5154d" class="code" style="display:block;overflow:auto;margin: 0px 5px 10px 5px;background-color: #A9B8C2;padding:0 25px 0 25px;border-width: 0px 1px 1px 1px;border-style:solid;border-color: #3B7C97;font-size: 11px;line-height: 14px;"><span style="color: #000000"><span style="color: #0000BB">&lt;?php</span><span style="color: #FF8000">//&nbsp;wlm&nbsp;Status&nbsp;Ver.&nbsp;1.1</span><span style="color: #0000BB">$liveid&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"cf388c10e50b14e5"</span><span style="color: #007700">;&nbsp;</span><span style="color: #FF8000">//&nbsp;deine&nbsp;eigene&nbsp;LiveID&nbsp;einsetzen</span><span style="color: #0000BB">$live_konto&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"http://messenger.services.live.com/users/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$liveid</span><span style="color: #007700">.</span><span style="color: #DD0000">"@apps.messenger.live.com/presence/?cb=showpresence"</span><span style="color: #007700">;</span><span style="color: #0000BB">$get&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">file</span><span style="color: #007700">(</span><span style="color: #0000BB">$live_konto</span><span style="color: #007700">);</span><span style="color: #0000BB">$array&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">','</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$get</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">]);</span><span style="color: #0000BB">$status&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">':'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$array</span><span style="color: #007700">[</span><span style="color: #0000BB">4</span><span style="color: #007700">]);</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str_replace</span><span style="color: #007700">(</span><span style="color: #DD0000">'"'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">trim</span><span style="color: #007700">(</span><span style="color: #0000BB">$status</span><span style="color: #007700">[</span><span style="color: #0000BB">1</span><span style="color: #007700">]));switch(</span><span style="color: #0000BB">true</span><span style="color: #007700">){&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"Online"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_online.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"Busy"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_busy.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"BeRightBack"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_away.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"Away"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_away.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"OnThePhone"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_busy.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"OutToLunch"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_away.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;case&nbsp;(</span><span style="color: #0000BB">$sta&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"Offline"</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_offline.gif"</span><span style="color: #007700">;&nbsp;break;&nbsp;&nbsp;default:&nbsp;</span><span style="color: #0000BB">$pic&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"images/status_error.gif"</span><span style="color: #007700">;}</span><span style="color: #0000BB">$img&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecreatefromgif</span><span style="color: #007700">(</span><span style="color: #0000BB">$pic</span><span style="color: #007700">);</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Content-type:&nbsp;image/gif"</span><span style="color: #007700">);</span><span style="color: #0000BB">imagegif</span><span style="color: #007700">(</span><span style="color: #0000BB">$img</span><span style="color: #007700">);</span><span style="color: #0000BB">imagedestroy</span><span style="color: #007700">(</span><span style="color: #0000BB">$img</span><span style="color: #007700">);</span><span style="color: #0000BB">?&gt;</span></span></pre><br />
<br />
Hier könnt ihr Euch die neuen Icons kopieren und als Anhang hab ich das Script samt Icons nochmal zum Download angehängt<br />
<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image9.gif" alt="image9.gif" style="margin: 5px 0px 5px 0px" width="16" height="16" /><img src="http://kfa-teampage.pytalhost.com/images/upload/image10.gif" alt="image10.gif" style="margin: 5px 0px 5px 0px" width="16" height="16" /><img src="http://kfa-teampage.pytalhost.com/images/upload/image11.gif" alt="image11.gif" style="margin: 5px 0px 5px 0px" width="16" height="16" /><img src="http://kfa-teampage.pytalhost.com/images/upload/image12.gif" alt="image12.gif" style="margin: 5px 0px 5px 0px" width="16" height="16" /><img src="http://kfa-teampage.pytalhost.com/images/upload/image13.gif" alt="image13.gif" style="margin: 5px 0px 5px 0px" width="16" height="16" /><br />
<br />
Weiteren Support gibt es ausschließlich im <a href="http://blue-talk.pytalhost.de/" title="http://blue-talk.pytalhost.de/" rel="nofollow">Blue Talk Forum</a><br />
Über ein kleines Danke in Form eines Kommentars würde ich mich freuen.<br />
<br />
mfg Tom
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Tutorials</category>
<slash:comments>1</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=115#comments</comments>
<enclosure url="http://kfa-teampage.pytalhost.com/images/upload/wlm_status.rar" length="5496" type="application/octet-stream" />
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=115</guid>
<pubDate>Fri, 05 Mar 2010 16:12:28 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Einen guten Rutsch und ein gesundes neues Jahr 2010</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=114</link>
<description><![CDATA[<img src="http://kfa-teampage.pytalhost.com/images/upload/image14.jpg" alt="image14.jpg" style="margin: 5px 0px 5px 0px" width="400" height="267" /><br />
KFA Teampage wünscht allen einen guten Rutsch ins neue Jahr
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Feste</category>
<slash:comments>2</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=114#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=114</guid>
<pubDate>Thu, 31 Dec 2009 17:17:05 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Frohe Weihnachten</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=113</link>
<description><![CDATA[Das KFA Team wünscht allen Mitgliedern und Besuchern unserer Seite ein frohes Weihnachtsfest und friedliche Feiertage.<br />
<img src="http://www.radio-g.net/wp-content/uploads/2007/12/santagirl.jpg" alt="santagirl.jpg" style="margin: 5px 0px 5px 0px" width="350" height="350" /><br />
lasst euch schön beschenken <img src="http://kfa-teampage.pytalhost.com/images/smilies/smiley4.gif" alt=":-D" title=":-D" width="17" height="17" /><br />
<br />
<br />
mfg das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Feste</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=113#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=113</guid>
<pubDate>Thu, 24 Dec 2009 14:17:56 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>IE8 ist der sicherste Browser</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=112</link>
<description><![CDATA[Hi Leute,<br />
laut einer neusten Studie von NSS Labs, ist Microsofts IE8 der zur Zeit sicherste Browser gegen Phishing und Malware. <br />
<br />
Wie der Screenshot zeigt, schützt einzig der Internet Explorer 8 effektiv gegen diese Bedrohung und warnt bei 81 Prozent der Downloads. Deutlich schlechter schneiden im Test Firefox 3 (27%), Safari 4 (21%), Chrome 2 (7%) und Opera 10 (1%) ab.<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image16.png" alt="image16.png" style="margin: 5px 0px 5px 0px" width="400" height="241.39941690962" /><br />
<br />
Der Internet Explorer 8 warnte im Test vor 83 Prozent der URLs und schneidet damit am besten ab. Es folgen die Browser Firefox 3 (80%), Opera 10 (54%), Chrome 2 (26%) und Safari 4 (2%).<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image18.png" alt="image18.png" style="margin: 5px 0px 5px 0px" width="400" height="215.5979202773" /><br />
<br />
Die Tests wurden über einen Zeitraum von 14 Tagen durchgeführt.<br />
Quelle: <a href="http://blogs.msdn.com/ie/comments/9868655.aspx" title="http://blogs.msdn.com/ie/comments/9868655.aspx" rel="nofollow">IEBlog</a><br />
<br />
mfg Tom
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>2</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=112#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=112</guid>
<pubDate>Sat, 15 Aug 2009 03:15:33 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>KFA Board heißt nun Blue Talk Board</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=111</link>
<description><![CDATA[Hallo User,<br />
nach längerer Pause will ich mich hier nun mal wieder richtig reinhängen. <br />
In den letzten Wochen haben wir uns vorallem um die Erneuerung unserer Community gekümmert. Wichtig dabei war vorallem, dass wir das Forum von Grund auf neu strukturieren wollten. Dazu haben wir das alte Forum komplett von Spam und anderen uninteressanten Themen befreit und sozusagen eine Schlankheitskur durchgeführt. Im Rahmen dessen, haben wir uns dafür entschieden, der Community auch einen neuen Namen und ein neues Logo zu verpassen. Da wir darüber im Rahmen unserer Mitglieder abgestimmt haben, dauerte es eine Weile, bis wir uns letztlich auf einen Namen sowie auf ein Logo einigen konnten. <br />
<br />
Wir haben uns für den Namen <a href="http://blue-talk.pytalhost.de/" title="http://blue-talk.pytalhost.de/" rel="nofollow"><strong><span style="color: blue;">Blue Talk Board</span></strong></a> entschieden.<br />
Ausserdem haben wir uns für folgendes offizielles Logo für unser Forum entschieden:<br />
<a href="http://blue-talk.pytalhost.de/" title="http://blue-talk.pytalhost.de/" rel="nofollow"><img src="http://kfa-teampage.pytalhost.com/images/upload/image15.png" alt="image15.png" style="margin: 5px 0px 5px 0px" width="305" height="237" /></a><br />
<br />
Ausserdem wurde in diesem zuge auch die URL des Forums geändert. <br />
Sie lautet nun <a href="http://blue-talk.pytalhost.de/" title="http://blue-talk.pytalhost.de/">http://blue-talk.pytalhost.de/</a><br />
<br />
Die alte Url ist vorübergehend zwar noch erreichbar, leitet jedoch auf die neue Adresse um. In einigen Wochen wird aber die alte Adresse endgültig abgeschaltet werden. In Kürze folgen nun noch offizielle Banner und Buttons für unsere neue Community.<br />
<br />
Wir laden alle Interessierten herzlich dazu ein, sich an unserer Community zu beteiligen. Man kann sich mit Leuten über dies und das unterhalten, bekommt News aus der IT Welt zu lesen oder kann in Sachen Homepage Hilfe bekommen.<br />
<br />
lg Tom
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Community</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=111#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=111</guid>
<pubDate>Wed, 12 Aug 2009 16:16:58 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Kommentarfunktion beim KFA Clipview</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=110</link>
<description><![CDATA[Hallo Leute,<br />
da sich in letzter Zeit die Spameinträge in den Kommentaren häuften, habe ich die Möglichkeit, beim Clipview kommentieren zu können, nun soweit eingeschräkt, dass ausschließlich registrierte Mitglieder ihre Kommentare abgeben können.<br />
<br />
Weiterhin wurden einige kleinere Funktionen in den Kommentaren hinzugefügt. Das ganze funktioniert nun ähnlich wie beim Original Youtube.<br />
<br />
mfg das Ass
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>3</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=110#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=110</guid>
<pubDate>Thu, 09 Jul 2009 20:28:13 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Erfolgreichste Petition: Internet - Keine Indizierung und Sperrung von Internetseiten</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=108</link>
<description><![CDATA[Hi User,<br />
wie wir bereits berichteten, plant die Bundesregierung ein Gesetz zur Zensierung des Internets. Als Grund nannte man ein konsequentes Vorgehen gegen die Verbreitung von Kinderpornographie. <br />
Da das manipulieren von DNS Servern wohl das denkbar ungeeignetste Mittel gegen die Verbreitung von Kinderpornografie ist und auch ansonsten das Ganze Vorhaben wenig mit dem genannten Ziel zu tun zu haben scheint, gab es viel Protest vorallem aus der Internetgemeinschaft.<br />
<br />
Eine eigens dafür eingerichtete <a href="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" title="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" rel="nofollow">Online Petition</a> gegen die Zensur und für das Löschen der besagten Inhalte unterzeichnete nun heute, dem 16.06.2009 um 02:09:40 Uhr der 128.193 Bürger. Damit ist dies die erfolgreichste Online Petition in der Geschichte der Bundesrepublik Deutschland und hat ein Zeichen gesetzt.<br />
<br />
Leider hat man in der Politik dieses Zeichen nicht gehört oder einfach ignoriert, denn so wie es zur Zeit ausschaut, will man dieses Gesetz auf jeden Fall verabschieden.<br />
<br />
<strong>Löschen statt Sperren: Kinderpornographie wirksam bekämpfen, Internetzensur verhindern!</strong><br />
<br />
Gruß Tom
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=108#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=108</guid>
<pubDate>Tue, 16 Jun 2009 02:42:59 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>KFA Fotovoting</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=107</link>
<description><![CDATA[Hi User,<br />
nach einer etwas längeren Entwicklungszeit, wurde nun endlich auch das Fotovoting erneuert und komplett Ajax Based umgestellt. Viele Kleinigkeiten wurden verbessert und auch die Möglichkeiten zum &quot;bescheißen&quot; <img src="http://kfa-teampage.pytalhost.com/images/smilies/smiley4.gif" alt=":-D" title=":-D" width="17" height="17" /> wurden grundsätzlich gefixt. Dies war eine wichtige Vorausetzung für das geplante Gewinnspiel. Schließlich soll das ja alles mit rechten Dingen zu gehen und keiner soll da irgendwie schummeln können. <br />
<br />
Eine weitere Neuigkeit ist auch die Methode, wie man sich die Pics nun vergrößert anschauen kann. Bisher wurde dazu immer ein PopUp geöffnet und as Bild darin in Originalgröße angezeigt. Da dies leider nicht so richtig in allen Browsern so ohne weiteres funktionierte, wurde hierfür nur ein eleganter Zoom verwendet. Dieser wurde auch in der KFA Fotogalerie eingebaut. <br />
<br />
Als nächstes kommt nun noch die Möglichkeit, sich genau wie im KFA Clip View, Bilder als eigene Favoriten zu speichern.<br />
<br />
Sollten Fehler entdeckt werden, bitte ich dies hier in den Kommentaren zu schreiben.<br />
<br />
so long Tom <img src="http://kfa-teampage.pytalhost.com/images/smilies/smiley2.gif" alt=";-)" title=";-)" width="17" height="17" />
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=107#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=107</guid>
<pubDate>Sat, 06 Jun 2009 17:09:18 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Werbefilter (Adblock) für Internet Explorer 8</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=104</link>
<description><![CDATA[Hallo Leute,<br />
für alle die den IE8 nutzen gibt es nun auch einen Werbeblocker. Adblock IE, so heißt das AddOn, kann Werbungen blockieren, die per JavaScript oder iFrames in Webseiten eingeblendet werden.<br />
Dies sind die beiden häufigsten Technologien, um Werbebanner von entsprechenden Servern in Webseiten einzublenden. Das AddON ist zwar zur Zeit noch im Entwicklungsstadium aber es scheint schon ganz gut zu funktionieren und wird kontinuierlich weiterentwickelt. Es soll später sogar mit der Blacklist von Adblock Plus von Firefox kompatibel sein und diese ebenfalls verwenden können.<br />
<br />
Ich habe dieses AddON selbst getestet und kann es bisher eigentlich nur empfehlen. Sollte es Neuigkeiten dazu geben, werde ich sie hier veröffentlichen.<br />
<br />
// Update 20.05.2009 es gibt ein neues Release<br />
Download von Adblock IE: <a href="http://adblockie.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26282" title="http://adblockie.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26282">http://adblockie.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26282</a><br />
<br />
<br />
mfg Tom
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=104#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=104</guid>
<pubDate>Wed, 20 May 2009 13:36:05 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Petition gegen Netzsperren: 50000 Mitzeichner</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=106</link>
<description><![CDATA[Hallo User,<br />
<br />
Die Online-Petition gegen die Einführung der geplanten Internetsperren hat einen wichtigen Meilenstein erreicht.<br />
Bereits nach vier Tagen haben mehr als 50000 Menschen diese Petition mitgezeichnet. <br />
Ab dieser Anzahl von Unterschriften muss der Bundestag sich &quot;im Regelfall&quot; mit der Petition befassen. Zum Erreichen dieser Grenze stehen normalerweise 6 Wochen zur Verfügung. <br />
Dass die Petition gegen Netz-Sperren weniger als eine Woche brauchte, scheint ein deutliches Indiz für den Unmut der Bevölkerung zu sein.<br />
<br />
Die Online-Petition kann über <a href="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" title="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" rel="nofollow">diesen Link</a> eingesehen und unterzeichnet werden. Gegner der Internet-Sperren sollten dies auch jetzt noch tun, um der Petition zusätzliches Gewicht zu verleihen.<br />
<br />
mfg das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=106#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=106</guid>
<pubDate>Fri, 08 May 2009 12:30:46 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Online-Petition gegen Internet-Zensur</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=105</link>
<description><![CDATA[Habe ich gerad mal gefunden und finde es sehr interessant.<br />
<br />
<strong>Bis zum 16.6.2009 kann man eine Petition gegen Internetsperren online unterzeichnen.</strong><br />
<br />
<span style="display:block;margin: 10px 5px 0px 5px;padding: 2px;border-width: 1px 1px 0px 1px;border-style:solid;border-color: #3B7C97;color: #FFFFFF;background-color: #00CCFF;font-size: 1em;"><strong>Zitat</strong></span><span style="display:block;overflow:hidden;margin: 0px 5px 10px 5px;padding: 5px;border-width: 0px 1px 1px 1px;border-style:solid;border-color: #3B7C97;color: #4B5C77;background-color: #A9B8C2;">Text der Petition <br />
<br />
Wir fordern, daß der Deutsche Bundestag die Änderung des Telemediengesetzes nach dem Gesetzentwurf des Bundeskabinetts vom 22.4.09 ablehnt. Wir halten das geplante Vorgehen, Internetseiten vom BKA indizieren &amp; von den Providern sperren zu lassen, für undurchsichtig &amp; unkontrollierbar, da die &quot;Sperrlisten&quot; weder einsehbar sind noch genau festgelegt ist, nach welchen Kriterien Webseiten auf die Liste gesetzt werden. Wir sehen darin eine Gefährdung des Grundrechtes auf Informationsfreiheit. <br />
<br />
Begründung <br />
<br />
Das vornehmliche Ziel - Kinder zu schützen und sowohl ihren Mißbrauch, als auch die Verbreitung von Kinderpornografie, zu verhindern stellen wir dabei absolut nicht in Frage - im Gegenteil, es ist in unser aller Interesse. Dass die im Vorhaben vorgesehenen Maßnahmen dafür denkbar ungeeignet sind, wurde an vielen Stellen offengelegt und von Experten aus den unterschiedlichsten Bereichen mehrfach bestätigt. Eine Sperrung von Internetseiten hat so gut wie keinen nachweisbaren Einfluß auf die körperliche und seelische Unversehrtheit mißbrauchter Kinder. <br /></span><br />
<br />
Jeder der gegen solche Netzsperren ist, sollte <a href="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" title="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860">hier</a> dafür online Unterschreiben. Damit diese Petition überhaupt in den Petitionsausschuss kommt, müssen wenigstens 50000 Stimmen zusammenkommen.<br />
<br />
Mittlerweile sind es schon fast 10000 User. <br />
Die Webseite ist momentan auch ganz schön lahm, was für den großen Ansturm spricht.<br />
<br />
<a href="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860" title="https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860">https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860</a><br />
<br />
KFA Teamapge distanziert sich in aller Form von jeglicher Art der Kipo und ähnlichem, dennoch sind wir gegen jegliche Art von Zensur des Internets und für die im Grundgesetz festgeschriebene Informationsfreiheit.
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=105#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=105</guid>
<pubDate>Tue, 05 May 2009 01:35:48 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Frohe Ostern und schöne Ferien wünscht das KFA Team</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=103</link>
<description><![CDATA[KFA Teampage wünscht allen Usern und Interessenten ein frohes und buntes Osterfest.<br />
Genießt Sie die freien Tage und vielleicht auch die warmen Sonnenstrahlen.<br />
<br />
<img src="http://www.karikatur-cartoon.de/bilder/ostereier_sammeln.jpg" alt="ostereier_sammeln.jpg" style="margin: 5px 0px 5px 0px" width="400" height="320.94117647059" /><br />
<br />
so long das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Feste</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=103#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=103</guid>
<pubDate>Thu, 09 Apr 2009 19:33:57 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Bildinfos editieren Update</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=102</link>
<description><![CDATA[Hallo,<br />
das Editieren funktioniert nun auch im KFA Clipview. Die Funktionsweise ist die gleiche wie auch im KFA Fotovoting.<br />
<br />
Ich bitte um rege Nutzung der Funktion.<br />
<br />
<br />
edit// die Anzeige und Sortierung der Clips wurde ebenfalls geändert<br />
<ol>
<li>der Auswahlpunkt &quot;neuste Clips&quot; wurde hinzugefügt</li>
<li>unter &quot;heiß diskutiert&quot; werden jetzt nur noch Clips mit Kommentaren angezeigt</li>
<li>es werden jetzt die Clips mit den neusten Kommentaren zuerst angezeigt, bisher wurden die Clips mit den meißten Kommentaren zuerst angezeigt</li>
<li>die jeweilige Ansicht wird bei Seitenaufruf nun zufällig bestimmt</li>
</ol>
<br />
<br />
mfg das Ass <img src="http://kfa-teampage.pytalhost.com/images/smilies/smiley4.gif" alt=":-D" title=":-D" width="17" height="17" />
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>2</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=102#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=102</guid>
<pubDate>Thu, 02 Apr 2009 01:31:22 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Youtube sperrt Musikvideos nun auch in Deutschland</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=101</link>
<description><![CDATA[Hallo Leute,<br />
ja Ihr habt richtig gelesen, nun hat es auch uns erwischt. Im <a href="http://google-produkt-kompass.blogspot.com/2009/03/youtube-und-die-deutsche.html" title="http://google-produkt-kompass.blogspot.com/2009/03/youtube-und-die-deutsche.html" rel="nofollow">Google Produkt Kompass</a> ist zu lesen, dass Youtube sich mit der GEMA nicht auf einen neuen Vertrag einigen konnte. Laut dieser Meldung seien die Forderungen der GEMA so unverschämt hoch, dass es für Youtube wirtschaftlich nicht mehr vertretbar sei, diese Abgaben zu leisten. Angeblich sollen 12 cent pro Stream fällig werden.<br />
<br />
Jeder kann sich ausrechnen, welche Summe bei der Vielzahl der Videos, manche teilweise mit mehreren Millionen Aufrufen, da zusammen kommen würde. Die Blockierung deutscher User soll demnach schon in Kürze erfolgen. Vor wenigen Wochen waren schon die Briten davon betroffen.<br />
<br />
Bleibt zu hoffen, dass dies eine temporäre Erscheinung bleibt und man sich dort doch noch einigen kann.<br />
<br />
<br />
das Ass
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>1</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=101#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=101</guid>
<pubDate>Wed, 01 Apr 2009 00:24:34 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Bildinfos editieren</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=100</link>
<description><![CDATA[Hallo User,<br />
ab heute kann jedes registrierte Mitglied die Bildinformationen der im KFA Fotovoting hochgeladenen Bilder selbst bearbeiten. Fast alle Informationen können geändert und angepasst werden. Außerdem ist es nun auch möglich, die Bilder auf der KFA Teampage nicht mehr anzeigen zu lassen. <br />
<br />
Näheres dazu findet Ihr in Eurem Account unter &quot;Meine Bilder&quot; oder direkt im Fotovotingmenü. Wird dort ein von Euch hochgeladenes Bild angezeigt, erscheint der neue Menüpunkt &quot;Bildinformationen bearbeiten&quot;. Mit einem Klick darauf habt Ihr die Möglichkeit, die Informationen anzupassen.<br />
<br />
Als nächstes Feature wird diese Funktion in ähnlichem Umfang auch für das KFA Clipview zur Verfügung gestellt.<br />
<br />
Diese Funktionen sind auf Anregung unseres Mitgliedes <a href="http://kfa-teampage.pytalhost.com/profile.php?open=user_profil&amp;user_id=11" title="http://kfa-teampage.pytalhost.com/profile.php?open=user_profil&amp;user_id=11">der-l</a> entstanden.<br />
<br />
<br />
Have Fun<br />
das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>6</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=100#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=100</guid>
<pubDate>Mon, 30 Mar 2009 16:02:01 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>KFA Teampage und Internet Explorer 8</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=99</link>
<description><![CDATA[Hallo Leute,<br />
der IE 8 ist nun in der Finalen Version erschienen und dementsprechend habe ich auch die Teampage entsprechend angepasst. Im Wesentlichen gibt es 3 neue Funktionen, wovon 2 ausschließlich mit dem Internet Explorer 8 funktionieren. Für den Firefox gibt es zwar inzwischen auch entsprechnde Add-Ons, ich habe aber festgestellt, dass sie bei weitem nicht so elegant funktionieren wie im IE.<br />
<br />
Die erste neue Möglichkeit nennt sich Activities oder auch Schnellinfos und ist mit diesem <img src="http://kfa-teampage.pytalhost.com/images/upload/image10.png" alt="image10.png" style="margin: 0px 0px 0px 0px;" width="24" height="24" /> Symbol verbunden. Überall wo dieses Symbol in Zukunft auf der KFA Teampage auftaucht, könnt Ihr eine bestimmte Funktion Eurem Browser hinzufügen. Momentan ist es eine Funktion, mit der Ihr die neue thematische Sofortsuche in den IE oder Firefox integrieren könnt. Das entsprechende Symbol dafür ist ganz oben neben der Sucheingabe zu finden. Parallel dazu könnt Ihr Euch die Suche aber auch direkt im Browser dazufügen. <br />
Ihr könnt es an diesem <img src="http://kfa-teampage.pytalhost.com/images/upload/image9.png" alt="image9.png" style="margin: 0px 0px 0px 0px;" width="35" height="22" /> Symbol im IE oder äqüivalent  an diesem <img src="http://kfa-teampage.pytalhost.com/images/upload/image12.png" alt="image12.png" style="margin: 0px 0px 0px 0px;" width="33" height="23" /> Symbol beim Firefox erkennen. Beim Aufruf der Teampage, leuchtet der rechte Pfeil orange (IE) oder bläulich (FF). Dies soll symbolisieren, dass auf der KFA Teampage eine kompatibele Suchfunktion vorhanden ist. Damit könnt Ihr einerseits Suchbegriffe direkt und ohne die Seite aufgerufen zu haben aus dem Browser heraus auf der Teampage suchen.<br />
<strong>Im Internet Explorer 8 werden zusätzlich schon während der Eingabe mögliche Treffer als Suchvorschlag im Dialogfeld des IE&#039;s eingeblendet.</strong> <br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image13.png" alt="image13.png" style="margin: 5px 0px 5px 0px" width="360" height="246" /><br />
Ein Klick darauf öffnet die entsprechende Seite. <br />
<br />
Eien weitere Möglichkeit sind die sogenannten Web Slices, zu erkennen an diesem <img src="http://kfa-teampage.pytalhost.com/images/upload/image11.png" alt="image11.png" style="margin: 0px 0px 0px 0px;" width="24" height="24" /> Symbol. Diese Symbole erscheinen einerseits autonatisch, wenn man mit der Maus auf speziell präparierte Bereiche der KFA Teampage fährt oder sie werden direkt neben der möglichen Funktion als Icon angezeigt. Auf der Teampage gibt es bisher einen Web Slice. Der Communityticker kann als Web Slice abboniert werden, so dass man in der Favoritenleiste des Browsers immer sehen kann, wann jemand etwas im Forum geschrieben hat.<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image14.png" alt="image14.png" style="margin: 5px 0px 5px 0px" width="400" height="329.84054669704" /><br />
<br />
Diese Funktionen werden ständig ausgebaut und erweitert. Sollten noch Fragen dazu sein, bitte die Kommentarfunktion nutzen.<br />
<br />
mfg das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=99#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=99</guid>
<pubDate>Fri, 27 Mar 2009 16:10:22 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Internet Explorer 8 Final ab heute</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=98</link>
<description><![CDATA[Hallo User,<br />
<img src="http://media.bestofmicro.com/G/6/192390/original/IE8-Logo3.png" alt="IE8-Logo3.png" style="float: right; margin: 0px 0px 5px 5px" width="260" height="160" /><br />
laut Microsoft steht ab heute 17 Uhr der Internet Explorer 8 in seiner Finalfassung zum Download bereit.<br />
Da sich der neue IE8 besser als seine Vorgängerversionen an Webstandards hält und auch in der Geschwindigkeit deutlich zugelegt hat, empfehle ich allen IE Nutzern auf die neue Version upzugraden.<br />
<br />
Natürlich enthält der IE8 auch viele weitere nützliche Neuerungen, wie intelligente Tab-Gruppierung, eine thematische Suche, Web Slices und Schnellinfos (Accelerators). Weiterhin wurde viel Wert auf die Sicherheit gelegt und ein Smartscreenfilter gegen Phishing integriert. Mit der InPrivate Funktion bleibt auch der Datenschutz der Nutzer immer gewahrt.<br />
Alles in allem viele Neuerungen, die es sich lohnt, selbst zu testen.<br />
<br />
Wichtig hierbei für KFA Teampage User, einige dieser Neuerungen werden auch explizit auf der KFA Teampage unterstützt.<br />
<br />
Quelle: <a href="http://www.microsoft.com/Presspass/press/2009/mar09/03-18IE8AvailablePR.mspx" title="http://www.microsoft.com/Presspass/press/2009/mar09/03-18IE8AvailablePR.mspx" rel="nofollow">Microsoft Announces Availability of Internet Explorer 8</a><br />
<br />
Download ab 17 Uhr: <a href="http://www.microsoft.com/ie8" title="http://www.microsoft.com/ie8">http://www.microsoft.com/ie8</a><br />
<br />
<br />
mfg das Ass
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Internet News</category>
<slash:comments>1</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=98#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=98</guid>
<pubDate>Thu, 19 Mar 2009 13:31:52 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>Pimp my KFA Teampage</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=97</link>
<description><![CDATA[Hi Fans,<br />
wie versprochen möchte ich Euch heute nun ein weiteres Highlight auf der KFA Teampage vorstellen. Jedes registrierte Mitglied kann sich ab sofort die KFA Teampage farblich nach seinen Vorlieben anpassen. Ich habe dazu zunächst erst einmal 4 Grundstyles zur Verfügung gestellt. Folgende Styles sind zur Auswahl möglich:<br />
<strong>Dark Blue</strong> (der KFA Teampage Standardstyle)<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image4.png" alt="image4.png" style="margin: 5px 0px 5px 0px" width="336" height="104" /><br />
<strong>Hot Pink</strong> (eher was für unsere Mädels hier <img src="http://kfa-teampage.pytalhost.com/images/smilies/smiley8.gif" alt="xxD" title="xD" width="17" height="17" />)<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image5.png" alt="image5.png" style="margin: 5px 0px 5px 0px" width="336" height="104" /><br />
<strong>Lemon Green</strong> (für alle die es etwas frischer und heller mögen)<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image6.png" alt="image6.png" style="margin: 5px 0px 5px 0px" width="336" height="104" /><br />
<strong>Soft Black</strong> (klassischer Undergroundstyle, für die ganz harten)<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image7.png" alt="image7.png" style="margin: 5px 0px 5px 0px" width="336" height="104" /><br />
Weitere Styles sind durchaus möglich! Jeder der noch einen Vorschlag hat, sollte ihn hier posten. Wenn es machbar ist, kann ich noch weitere Farbstyles erstellen.<br />
Natürlich könnt ihr Euch auch Euren eigenen Style ganz individuell erstellen. Dazu sind allerdings gewisse Grundkenntnisse in HTML und CSS notwendig. Sollte es jemanden geben der daran Interesse hat, der kann sich ebenfalls hier in Form eines Kommentars melden.<br />
<br />
<strong>Wo kann ich meinen Style einstellen?</strong><br />
Ihr könnt den Style in Eurem Profil unter &quot;My Account&quot; einstellen.<br />
Einfach oben auf <a href="http://kfa-teampage.pytalhost.com/profile.php?open=my_account" title="http://kfa-teampage.pytalhost.com/profile.php?open=my_account" rel="nofollow">Shortcuts</a> klicken oder auf der Profilseite auf <a href="http://kfa-teampage.pytalhost.com/profile.php?open=my_account" title="http://kfa-teampage.pytalhost.com/profile.php?open=my_account" rel="nofollow">Mein Account</a> klicken und schon seht Ihr die Einstellmöglichkeit.<br />
<img src="http://kfa-teampage.pytalhost.com/images/upload/image8.png" alt="image8.png" style="margin: 5px 0px 5px 0px" width="319" height="106" /><br />
Wählt dort einfach Euer Lieblingsstyle aus und fertig.<br />
In Zukunft seht Ihr die KFA Teampage dann immer in Eurer ausgewählten Farbe. Dies gilt aber nur für angemeldete Mitglieder, der Standardstyle bleibt weiterhin <span style="color: blue;"><strong>Dark Blue</strong></span>. Diesen sehen alle nichtregistrierten User, die auf die Teampage kommen.<br />
<br />
Weitere Feature folgen in Kürze<br />
<br />
mfg das KFA Team
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>1</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=97#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=97</guid>
<pubDate>Sun, 15 Mar 2009 18:56:58 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
<item>
<title>KFA Teampage - neue Funktionen bald!</title>
<link>http://kfa-teampage.pytalhost.com/index.php?id=96</link>
<description><![CDATA[Hi Fans,<br />
heute nur mal eine kurze Meldung von mir, damit nicht der Eindruck entsteht es würde hier nichts mehr passieren. So ist es allerdings nicht, es wird hart an neuen Features für die KFA Teampage gearbeitet. Unter anderem wird der Profilbereich überarbeitet, eine Votingsieger-Funktion integriert, sowie die Möglichkeit vorgesehen, sich die Teampage farblich selbst anzupassen. Außerdem werden viele kleine Fehler behoben, die man zwar so nicht unbedingt bemerkt hat aber die mich dennoch stören.<br />
<br />
Also wie gesagt, es passiert etwas auch wenn es momentan noch nicht sichtbar ist. In Kürze werde ich aber die ersten neuen Möglichkeiten hier vorstellen.<br />
<br />
<br />
so long das Ass
<hr />
<p><span style="font-size:8pt;font-family:Verdana;">This weblog is powered by <a href="http://kfa-teampage.pytalhost.com/">KFA-Teampage</a> | </span><a title="KFA-Teamblog: RSS 2.0 Feed" href="http://kfa-teampage.pytalhost.com/rss.xml"><span style="font-size:8pt"><img class="rssLinkImageStyle" title="RSS 2.0" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" alt="KFA Teamblog: RSS 2.0 Feed" src="http://kfa-teampage.pytalhost.com/images/feed-icon-16x16.gif" width="16" height="16" align="absmiddle" /></span></a><span style="font-size:8pt;font-family:Verdana;"><br />Visit: <a title="Lasse Deine Pics von anderen bewerten" href="http://kfa-teampage.pytalhost.com/fotovoting/index.php">KFA Fotovoting</a> | <a title="&Uuml;ber Eintr&auml;ge freuen wir uns" href="http://kfa-teampage.pytalhost.com/guestbook/guestbook.php">KFA G&auml;stebuch</a> | <a title="Fotogalerie" href="http://kfa-teampage.pytalhost.com/fotogalerie/index.php">KFA Picturegalerie</a> | <a title="Schaue Dir lustige Clips an und bewerte sie" href="http://kfa-teampage.pytalhost.com/videovoting/index.php">KFA Clipvoting</a> | <a title="Blue Talk (News, Support, Talk)" href="http://blue-talk.pytalhost.de/">Community</a> | <a title="KFA Premiumbereich" href="http://kfa-teampage.pytalhost.com/profile.php">KFA Premium</a> | <a title="KFA Topliste" href="http://kfa-teampage.pytalhost.com/links.php">KFA Banner Topliste</a><br />&copy; Copyright 2010 Tom & Kuschi For All. All rights reserved. <a href="http://kfa-teampage.pytalhost.com/impressum.php">Legal</a></span></p>
<p></p>]]></description>
<author>kuschiforall@googlemail.com (das Ass)</author>
<category>Teampage</category>
<slash:comments>0</slash:comments>
<comments>http://kfa-teampage.pytalhost.com/index.php?id=96#comments</comments>
<guid isPermaLink="true">http://kfa-teampage.pytalhost.com/index.php?id=96</guid>
<pubDate>Sun, 08 Mar 2009 02:06:18 GMT</pubDate>
<source url="http://kfa-teampage.pytalhost.com/">Tom Nieberg</source>
</item>
</channel>
</rss>
