<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>typo3 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/typo3/</link>
	<description>Feed of posts on WordPress.com tagged "typo3"</description>
	<pubDate>Sat, 28 Nov 2009 00:00:46 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[typo3 - felogin won't work in iexplorer 6 and 7]]></title>
<link>http://woinar.wordpress.com/2009/11/15/typo3-felogin-wont-work-in-iexplorer-6-and-7/</link>
<pubDate>Sun, 15 Nov 2009 21:25:05 +0000</pubDate>
<dc:creator>Seba</dc:creator>
<guid>http://woinar.wordpress.com/2009/11/15/typo3-felogin-wont-work-in-iexplorer-6-and-7/</guid>
<description><![CDATA[Even if the frontend login of TYPO3 works fine in Firefox, Safari and IE 8 it wont do it in the IE 6]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Even if the frontend login of TYPO3 works fine in Firefox, Safari and IE 8 it wont do it in the IE 6 and 7 &#8211; just reloading the sites? </strong></p>
<p>This normally happens, if the cookies (where the user data is saved) aren&#8217;t send correctly.</p>
<p>There is a simple solution to that problem. You need to put the right domain name in the cookie header. It&#8217;s done by adding</p>
<pre>$TYPO3_CONF_VARS['SYS']['cookieDomain'] = 'woinar.de';
</pre>
<p>to your localconf.php.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[typo3 - frontend fileupload with access restriction]]></title>
<link>http://woinar.wordpress.com/2009/11/14/typo3-frontend-fileupload-with-access-restriction/</link>
<pubDate>Sat, 14 Nov 2009 17:17:46 +0000</pubDate>
<dc:creator>Seba</dc:creator>
<guid>http://woinar.wordpress.com/2009/11/14/typo3-frontend-fileupload-with-access-restriction/</guid>
<description><![CDATA[So, my first entry &#8211; great! Let&#8217;s start: To give frontend users the possibility to uploa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So, my first entry &#8211; great!</p>
<p>Let&#8217;s start: To give frontend users the possibility to upload, download and delete their own files, I needed to find a fitting extension.</p>
<p><strong>First of all I tried the <a href="http://typo3.org/extensions/repository/view/file_explorer/current/" target="_blank">File Explorer</a>. </strong></p>
<p>This very nice Extension should give me all the required needs. It even could secure the uploaded files. The first impression was great &#8211; not at least because of the beautiful face. But before I could accustom myself to it, I realized that something goes wrong during the deletion of files and even after hours of research I couldn&#8217;t fixed it.</p>
<p><strong>Than I moved on to the <a href="http://typo3.org/extensions/repository/view/fefilebrowser/current/" target="_blank">fefilebrowser</a>.</strong></p>
<p>This wasn&#8217;t a really good evaluation of the posted description &#8211; the Frontend File Browser is for managing the same backend surface, just for frontend. So far I can pretend, Oliver Schuetze did a good job anyway, but it wasn&#8217;t the kind of software I&#8217;d looked for.</p>
<p><strong>Not till than I discoverd the <a href="http://typo3.org/extensions/repository/view/dam/current/" target="_blank">DAM &#8211; Digital Asset Management.</a></strong></p>
<div id="attachment_9" class="wp-caption alignright" style="width: 177px"><img class="size-full wp-image-9 " title="menu_DAM" src="http://woinar.wordpress.com/files/2009/11/menu_dam.jpg" alt="menu_DAM" width="167" height="143" /><p class="wp-caption-text">Menu of DAM</p></div>
<p>Which plays really in another world than the extensions I tested before. This complex extension replaces the ordinary file organisation by Typo3 with indexed files -your can manage them by categories build selection like in databases to show it to special front end user groups.</p>
<p>I started with the installation of dam_frontend, what was a immense failure. I crushed my hole system &#8211; backend and frontend. I just got the error &#8220;Class tx_dam not found&#8221; &#8211; so I had to deact the DAM frontend by hand with renaming the folder &#8230;./typo3conf/ext/dam_frontend.</p>
<p>With so much adrenalin rushed in my blood I calmed down and starting reading the manuals. Not till than I realized that I will need DAM for the dam_frontend <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Well, even DAM is requiring some extension</p>
<ul>
<li><a href="http://typo3.org/extensions/repository/view/static_info_tables/current/">static_info_tables</a></li>
<li><a href="http://typo3.org/extensions/repository/view/dam_catedit/current/" target="_blank">dam_catedit</a> &#8211; that gives you a confortable environment to manage your categories</li>
<li><a href="http://typo3.org/extensions/repository/view/dam_index/current/" target="_blank">dam_index</a></li>
</ul>
<p><img class="alignright size-full wp-image-12" title="dam_indexing" src="http://woinar.wordpress.com/files/2009/11/dam_indexing.jpg" alt="dam_indexing" width="500" height="317" /></p>
<p>The setup of DAM isn&#8217;t that hard. Doubtless it has more power than I&#8217;m using, but well it works fine for me. So I just installed the three extensions + <a href="http://typo3.org/extensions/repository/view/dam/current/" target="_blank">tx_dam</a>, set up the Indexing Setup (see the picture on the side) with the tools, applied a new Index by clicking File // choosing Indexing in the dropdown menu on the top of the page.</p>
<p>Than I renamed my renamed folder so that I could reinstall dam_frontend. And wow, now it worked <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  To let the Users upload Files too, you may need the extension file_upload too.</p>
<p>The DAM Frontend consists of various modules</p>
<ul>
<li>Filelist</li>
<li>Category Tree</li>
<li>Single View</li>
<li>Search Box</li>
<li>My Files</li>
<li>Upload Form</li>
<li>and so on &#8230;</li>
</ul>
<p>You need to arrange a couple of different pages, where you put the specific modules &#8211; in my case: upload, single view and filelist. I decided to take the My &#8220;Files&#8221; modules instead of filelist &#8211; because my fe-Users should just see their own files. After trieing a couple of ours to put the single view in an extra page, I abondoned it and put this modules in the same page &#8211; the extension doesn&#8217;t accept the Template settings for it anyway.</p>
<p>So far, so good. The extension seemed to be working, but like the File Explorer I got a failure by deleting a file. During the deletion typo3 just replied:</p>
<pre><strong>Fatal error</strong>:  Call to a member function cObjGetSingle() on a non-object in
<strong>/var/ipv6council.typo3/typo3conf/ext/dam_frontend/frontend/
class.tx_damfrontend_rendering.php</strong> on line <strong>1243</strong></pre>
<p>And because I could&#8217;nt figure out why it did, I moved on by testing the</p>
<p><a href="http://typo3.org/extensions/repository/view/air_filemanager/current/" target="_blank"><strong>air_filemanager</strong></a> (which finally did it *g* )</p>
<p>The air filemanager uses DAM too and in combination with <a href="http://typo3.org/extensions/repository/view/air_fe_filerights/current/" target="_blank">air_fe_filerights</a> (which depends on <a href="http://typo3.org/extensions/repository/view/naw_securedl/current/" target="_blank">naw_securedl</a>) you can protect your files. Anyway the Filemanager fits better in my design and is more flexible with its layout. Always you need to  look on the bright side of life &#8211; don&#8217;t you?</p>
<p>So, how do it works finally?</p>
<ul>
<li>I configured naw_securedl (in the Extension manager&#8221;)  -&#62;securedDirs contains fileadmin/save4theworld, you should put in domain your domain name too.</li>
<li>Then I created !!one!! page and put the air_filemanager in their and granted the access to the favorite frontend usergroup of my choice.</li>
<li>I added an additional template to the page</li>
</ul>
<p>with the Constants:</p>
<pre style="padding-left:30px;">plugin.tx_airfilemanager_pi1 {
 rootpath = fileadmin/save4theworld/
 defaultCategories  = 23
}</pre>
<p>and added the Filemanager (air_filemanager) to the static includes.</p>
<ul>
<li>Then I granted (under Media // File // and than the settings of save4theworld) the read and exec access to the frontend user group by adding a new ACL.</li>
<li>Now, you need to secure your webserver. I&#8217;m using apache2 on a debian machine. So I configured:<br />
in /etc/apache2/sites-available/default my Directory /var/www and set up<br />
AllowOverride All &#8211; so the webserver will check for a .htaccess file in each folder.</li>
<li>Last but not least I created a new .htaccess file in &#8230;./fileadmin/save4theworld and put &#8220;Deny All&#8221; in there &#8211; nothing else.</li>
</ul>
<p>And that&#8217;s it! Now should nobody else can read the files in this folder, than your privileged Frontend Usergroup &#8211; logged in to your site.</p>
<p>&#160;</p>
<p>Cheers,</p>
<p>Sebastian</p>
<p><img src="/Users/basha/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
<p><strong> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Frisch aus dem Ofen – BÄKO-Zentrale Süddeutschland eG mit neuer Website]]></title>
<link>http://netzbewegung.wordpress.com/2009/11/05/frisch-aus-dem-ofen-%e2%80%93-bako-zentrale-suddeutschland-eg-mit-neuer-website/</link>
<pubDate>Thu, 05 Nov 2009 11:34:33 +0000</pubDate>
<dc:creator>roppert</dc:creator>
<guid>http://netzbewegung.wordpress.com/2009/11/05/frisch-aus-dem-ofen-%e2%80%93-bako-zentrale-suddeutschland-eg-mit-neuer-website/</guid>
<description><![CDATA[Die BÄKO-Zentrale Süddeutschland eG ist ab sofort mit einer neuen Corporate Website online. Die Netz]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-31" title="baeko_400" src="http://netzbewegung.wordpress.com/files/2009/11/baeko_400.jpg?w=300" alt="baeko_400" width="300" height="193" /></p>
<p>Die BÄKO-Zentrale Süddeutschland eG ist ab sofort mit einer neuen Corporate Website online. Die Netzbewegung hat die Zentralgenossenschaft von 25 Bäcker- und Konditorengenossenschaften beim Relaunch betreut und die neue Website vollständig realisiert.</p>
<p>&#160;</p>
<p>Nach der Neugestaltung fallen zuerst die großformatigen Hintergrundbilder mit ansprechenden Food-Motiven ins Auge. Die Grafiken sind voll skalierbar und passen sich so dynamisch an die individuelle Größe des Browserfensters an.</p>
<p>&#160;</p>
<p>Neben dem Layout konnte die Netzbewegung auch die Usability der Website optimieren. Der Content ist nun noch übersichtlicher in zwei Spalten angeordnet, die Navigationsstruktur wurde an die Klickwege der User angepasst. Exemplarisch für die verbesserte Nutzbarkeit ist unter anderem der optimierte Prozess zur Reservierung von Präsentationsmaterialien. Die „echte“ Mehrsprachigkeit der <a href="http://www.baekosued.de/">www.baekosued.de</a> Website erlaubt den Wechsel der Sprachversion auf allen Unterseiten mit einem einzigen Klick. Für mehr Frische auf dem umgestalteten BÄKO-Portal sorgt tagesaktueller Content. Dafür werden unter anderem redaktionelle Inhalte vom Auftritt der B2B-Publikation „BÄKO-magazin“ über eine RSS-Schnittstelle eingebunden.</p>
<p>&#160;</p>
<p>Link zur Webseite: <a href="http://www.baekosued.de/">http://www.baekosued.de</a></p>
<p>&#160;</p>
<p><strong> </strong></p>
<p><strong>Netzbewegung – Agentur für interaktive Markenerlebniswelten:</strong></p>
<p>Die Internet-Agentur Netzbewegung entwickelt interaktive Anwendungen und Markenerlebnisse, die durch kreative Ideen, hochwertiges Design und zukunftsweisende technische Lösungen begeistern. Sie betreut bekannte Marken und Unternehmen wie Haribo, Griesson – de Beukelaer, Maoam, Sun Rice, Gubor, FruchtZwerge, Actimel, Capri-Sonne, Prinzen, Babybel, Kiri, UHU, Bruder, WAS IST WAS und Merck Selbstmedikation.</p>
<p>&#160;</p>
<p>Die Agentur wurde 2000 gegründet und beschäftigt heute 32 feste Mitarbeiter. Das Leistungsportfolio der Agentur umfasst die Realisierung von interaktiven Marken-Erlebniswelten, Corporate-Websites, Online-Promotions, Online-Games, Communities, E-Shops, Online-Kampagnen, Multimediapräsentationen und Content Management Lösungen.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Pressekontakt:</strong></p>
<p><strong> </strong></p>
<p>Alwin Roppert<br />
Netzbewegung GmbH<br />
Pforzheimer Str. 132<br />
76275 Ettlingen</p>
<p>Tel.: 07243/2159-0<br />
Fax: 07243/2159-79</p>
<p>Email: <a href="mailto:roppert@netzbewegung.com">roppert@netzbewegung.com</a><br />
Web: <a href="http://www.netzbewegung.com/">http://www.netzbewegung.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ Ihr persönlicher Reise-Service]]></title>
<link>http://itmediasoftware.wordpress.com/2009/11/05/ihr-personlicher-reise-service/</link>
<pubDate>Thu, 05 Nov 2009 07:01:51 +0000</pubDate>
<dc:creator>blogobc</dc:creator>
<guid>http://itmediasoftware.wordpress.com/2009/11/05/ihr-personlicher-reise-service/</guid>
<description><![CDATA[(Presseportal openBroadcast) &#8211; München, den 04.11.2009 – DERPART Travel Service ist der persön]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>(Presseportal <a href="http://www.openbroadcast.de">openBroadcast</a>)</strong> &#8211; München, den 04.11.2009 – DERPART Travel Service ist der persönliche Reisepartner für alle Urlaubs- und Geschäftsreisen sowie Gruppenreisen und Incentives. DERPART MfG Reisen ist ein Franchiseunternehmen der DERPART Gruppe und bietet nun unter dem neuen Portal www.travelinspector.de persönlichen Buchungskomfort gepaart mit echten Reiseberichten. Das frische Design der neuen Website stammt vom Kreativ-Team des IT-Dienstleisters ARITHNEA GmbH.</p>
<p>Klar strukturiert und dennoch einladende Optik, die Lust auf Reisen macht – das waren die Vorgaben, die MfG Reisen den Designern von ARITHNEA zur Erstellung des „Travelinspectors“ gesetzt hatte. „Wir wollen unseren Kunden ein Portal bieten, das übersichtlich und zugleich ansprechend gestaltet ist. Urlaubsreisen sind eine emotionale Angelegenheit, während es bei den Geschäftsreisen eher um Fakten geht“, so Fred Buchberger, Geschäftsführer von MfG Reisen. „Der grafische Entwurf und die Umsetzung durch ARITHNEA entspricht ganz genau unseren Anforderungen an die neue Website.“</p>
<p><a href="http://www.openbroadcast.de/artikel/27633/Ihr-persoenlicher-Reise-Service.html">Link zur Pressemeldung</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA["Typo3" und der Jesus Code]]></title>
<link>http://blog.thebrights.de/2009/10/31/typo3-und-der-jesus-code/</link>
<pubDate>Sat, 31 Oct 2009 02:50:08 +0000</pubDate>
<dc:creator>nickpol</dc:creator>
<guid>http://blog.thebrights.de/2009/10/31/typo3-und-der-jesus-code/</guid>
<description><![CDATA[Mit &quot;Typo3&quot; hat Kasper Skårhøj ein Programm entwickelt, dass zahlreiche Firmen und Organis]]></description>
<content:encoded><![CDATA[Mit &quot;Typo3&quot; hat Kasper Skårhøj ein Programm entwickelt, dass zahlreiche Firmen und Organis]]></content:encoded>
</item>
<item>
<title><![CDATA[Appetitlich: Der neue Webauftritt von Griesson – de Beukelaer]]></title>
<link>http://netzbewegung.wordpress.com/2009/10/30/appetitlich-der-neue-webauftritt-von-griesson-%e2%80%93-de-beukelaer/</link>
<pubDate>Fri, 30 Oct 2009 09:54:45 +0000</pubDate>
<dc:creator>roppert</dc:creator>
<guid>http://netzbewegung.wordpress.com/2009/10/30/appetitlich-der-neue-webauftritt-von-griesson-%e2%80%93-de-beukelaer/</guid>
<description><![CDATA[Für den Keks- und Gebäckhersteller aus Polch hat die Netzbewegung einen neue Internetpräsenz geschaf]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-27" title="griesson_400" src="http://netzbewegung.wordpress.com/files/2009/10/griesson_400.jpg?w=300" alt="griesson_400" width="300" height="205" />Für den Keks- und Gebäckhersteller aus Polch hat die Netzbewegung einen neue Internetpräsenz geschaffen, die appetitliche Frische und Natürlichkeit ausstrahlt. Werte, die zum Erfolgsrezept von Griesson – de Beukelaer zählen. Das Erfolgsrezept der Website lautet: Eine raffinierte Kombination aus PHP und JavaScript als Basis, abgeschmeckt mit ein wenig Ajax und einer guten Prise Flash.</p>
<p>&#160;</p>
<p>Zentrales Element des neuen Webauftritts ist das so genannte „Rich-Media-Modul“, das unterschiedliche Inhalte aufnimmt – von Fotos über Animationen bis hin zu Videoclips. Der entscheidende Vorteil des Moduls: verschiedene Inhalte lassen sich ohne Reload der Seite direkt per Ajax-Request aufrufen. Besonders gut ist das im Bereich Geschichte zu sehen.</p>
<p>&#160;</p>
<p>Ein weiteres Highlight der Seite ist der Keksfinder, der gemeinsam mit den Experten von Griesson entwickelt wurde. Mit ihm findet jeder das passende Gebäck, entweder durch gezielte Selektion oder als Empfehlung für die aktuelle Kekslaune. Sie haben Lust auf Gebäck bekommen? Dann probieren Sie den Keksfinder am besten gleich aus.</p>
<p>&#160;</p>
<p>Inhaltlich wendet sich der Webauftritt nach dem Relaunch mit noch mehr Informationen an unterschiedliche Usergruppen. Endverbraucher erfahren alles über das Traditionsunternehmen und sein Sortiment mit acht Marken (unter anderem DeBeukelaer, Leicht&#38;Cross, Prinzen, Tekrum, TUC) und mehr als 90 verschiedenen Produkten. Medienvertretern und Handelspartnern steht ein umfangreicher Bereich mit relevanten Downloads zur Verfügung. Und Stellensuchende finden aktuelle Jobs und Informationen im Bereich Karriere. Abgerundet wird der Auftritt durch kleine aber feine Infografiken, die eigens für den Auftritt neu kreiert wurden.</p>
<p>&#160;</p>
<p>Auf ausdrücklichen Kundenwunsch wurde die neue Seite entsprechend den Anforderungen für barrierefreies Webdesign gestaltet. So zeigt Griesson – de Beukelaer mit seinen hohen Standards auch in dieser Hinsicht Verantwortung und Vorbildfunktion.</p>
<p>&#160;</p>
<p>Link zur Webseite:  <a href="http://www.griesson.de/">http://www.griesson.de</a></p>
<p>&#160;</p>
<p>&#160;</p>
<p><strong>Netzbewegung – Agentur für interaktive Markenerlebniswelten:</strong></p>
<p><strong> </strong></p>
<p>Die Internet-Agentur Netzbewegung entwickelt interaktive Anwendungen und Markenerlebnisse, die durch kreative Ideen, hochwertiges Design und zukunftsweisende technische Lösungen begeistern. Sie betreut bekannte Marken und Unternehmen wie Haribo, Griesson – de Beukelaer, Maoam, Sun Rice, Gubor, FruchtZwerge, Actimel, Capri-Sonne, Prinzen, Babybel, Kiri, UHU, Bruder, WAS IST WAS und Merck Selbstmedikation.</p>
<p>&#160;</p>
<p>Die Agentur wurde 2000 gegründet und beschäftigt heute 32 feste Mitarbeiter. Das Leistungsportfolio der Agentur umfasst die Realisierung von interaktiven Marken-Erlebniswelten, Corporate-Websites, Online-Promotions, Online-Games, Communities, E-Shops, Online-Kampagnen, Multimediapräsentationen und Content Management Lösungen.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Pressekontakt:</strong></p>
<p><strong> </strong></p>
<p>Alwin Roppert<br />
Netzbewegung GmbH<br />
Pforzheimer Str. 132<br />
76275 Ettlingen</p>
<p>Tel.: 07243/2159-0<br />
Fax: 07243/2159-79<br />
Email: <a href="mailto:roppert@netzbewegung.com">roppert@netzbewegung.com</a><br />
Web: <a href="http://www.netzbewegung.com/">http://www.netzbewegung.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[On your mark...]]></title>
<link>http://maxhb.wordpress.com/2009/10/28/4/</link>
<pubDate>Wed, 28 Oct 2009 00:03:42 +0000</pubDate>
<dc:creator>maxhb</dc:creator>
<guid>http://maxhb.wordpress.com/2009/10/28/4/</guid>
<description><![CDATA[&lt;?php phpinfo(); Lorem ipsum dolor sit foreach. This is the rest of it&#8230;]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><pre>&#60;?php
phpinfo();
</pre>
<p>Lorem ipsum dolor sit foreach.</p>
<p><!--more-->This is the rest of it&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I 20 CMS Più Popolari Secondo CMSWire]]></title>
<link>http://lorenzobergamini.wordpress.com/2009/10/27/i-20-cms-piu-popolari-secondo-cmswire/</link>
<pubDate>Tue, 27 Oct 2009 17:56:04 +0000</pubDate>
<dc:creator>lorenzobergamini</dc:creator>
<guid>http://lorenzobergamini.wordpress.com/2009/10/27/i-20-cms-piu-popolari-secondo-cmswire/</guid>
<description><![CDATA[CMSWire è un portale Web dedicato interamente al mercato dei CMS (Content Management System) Open So]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;"><a href="http://lorenzobergamini.myblog.it/media/01/01/1765059675.jpg" target="_blank"><img style="border-width:0;margin:.7em 0;" src="http://lorenzobergamini.myblog.it/media/01/01/2045230647.jpg" alt="bli-argomenti-20-cms-popolar-secondo-cmswire.jpg" /></a></div>
<p style="text-align:center;"><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><strong><br /></strong></span></span></p>
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><strong>CMSWire</strong> è un portale Web dedicato interamente al mercato dei <em><strong>CMS</strong></em> (Content Management System) <em><strong>Open Source</strong></em>.</span></span></p>
<table style="width:100%;" border="0">
<tbody>
<tr style="text-align:left;">
<td style="background-color:#ffffcc;width:5px;text-align:left;"></td>
<td style="background-color:#ccffff;text-align:left;">
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Ulteriori informazioni:</span></span><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><a title="eCommerce: Caratteristiche Di VirtueMart" href="http://admin.blog.virgilio.it/admin/posts/faq-e-termini-servizio/caratteristiche-ecommerce-virtuemart.html" target="_blank"></a></span></span></p>
<ul>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">sui <em><strong>C.M.S.</strong></em> alla pagina</span></span> <a title="I 21 popolari CMS free e le loro risorse" href="http://www.bli.it/news-e-articoli/il-meglio-dal-web/attualita-e-argomenti/181-i-21-popolari-cms-free-e-le-loro-risorse.html" target="_blank"><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><span style="color:#ff0000;"><em><strong>I 21 Popolari CMS E Le Loro Risorse</strong></em></span></span></span></a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><strong>CMSWire </strong></span></span><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">ha recente pubblicato <strong>Open Source CMS Market Share Report</strong> edizione 2009 sui <em><strong>CMS</strong></em> più utilizzati in <em><strong>Internet</strong></em>. Questa edizione prende in considerazione 20 <em><strong>CMS</strong></em> e più precisamente:</span></span></p>
<ul>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Alfresco</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">CMS Made Simple</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">DotNetNuke</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Drupal</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">e107</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">eZ Publish</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Jahia</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Joomla!</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Liferay</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">MODx</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">OpenCms</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">phpWebSite</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Plone</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">SilverStripe</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Textpattern</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">TikiWiki</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Typo3</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Umbraco</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">WordPress</span></span></li>
<li><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Xoops</span></span></li>
</ul>
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;">Dalla lista è possibile notare che sono stati esclusi <em><strong>CMS</strong></em> noti come <em><strong>Mambo</strong></em> (da cui è nato <em>Joomla!</em>) e <strong><em>PhpNuke</em></strong>, inserendo realtà emergenti come <strong><em>Umbraco</em></strong> e <em><strong>Jahia</strong></em>.</span></span></p>
<p><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><a title="I 20 CMS Più Popolari Secondo CMSWire" href="http://www.bli.it/news-e-articoli/il-meglio-dal-web/attualita-e-argomenti/284-i-20-cms-piu-popolari-secondo-cmswire.html" target="_blank">Leggi tutto l&#8217;articolo su <span style="color:#ff0000;"><em><strong>I 20 CMS Più Popolari Secondo CMSWire</strong></em></span></a>.</span></span></p>
<div style="text-align:justify;"><span style="font-size:10pt;"><span style="font-family:verdana,geneva;"><span style="font-family:verdana,geneva;"><span style="font-size:10pt;"><br /></span></span></span></span></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Top Links Ulrich Kohlhoff Hanover]]></title>
<link>http://fotografhannover.wordpress.com/2009/10/27/top-links-ulrich-kohlhoff-hanover/</link>
<pubDate>Tue, 27 Oct 2009 11:00:58 +0000</pubDate>
<dc:creator>fotograf-hannover</dc:creator>
<guid>http://fotografhannover.wordpress.com/2009/10/27/top-links-ulrich-kohlhoff-hanover/</guid>
<description><![CDATA[Fotograf Hannover Top Links zu Ulrich Kohlhoff Webdesign Hannover Fotograf Fotoshooting Webhosting B]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>
<p><a title="Fotograf Hannover " href="http://www.ulrichkohlhoff.de" target="_blank">Fotograf Hannover Top Links zu Ulrich Kohlhoff</a></p>
</div>
<div>
<div id="bookmark_2713548">
<div>
<h3><a href="/bookmarks/redirect/2713548">Webdesign Hannover Fotograf Fotoshooting Webhosting Bilderse&#8230;</a></h3>
<p>cream media design, Fotografie, Kommunikationsdesign, Werbeagentur Eventfotos, Promifotos, Paparazie, Nightlife, Hochzeitfotos, Partyfotos und Portraitaufnahmen auch als Geschenk Gutschein. Pauschal u&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/produktfotografie">produktfotografie</a> <a rel="tag" href="/bookmarks/tags/casting">casting</a> <a rel="tag" href="/bookmarks/tags/modelshooting">modelshooting</a> <a rel="tag" href="/bookmarks/tags/erneuern">erneuern</a> <a rel="tag" href="/bookmarks/tags/hosting">hosting</a> <a rel="tag" href="/bookmarks/tags/aktualisierung">aktualisierung</a> <a rel="tag" href="/bookmarks/tags/homepage">homepage</a> <a rel="tag" href="/bookmarks/tags/werbefotograf">werbefotograf</a> <a rel="tag" href="/bookmarks/tags/professionell">professionell</a> <a rel="tag" href="/bookmarks/tags/neue_1">neue</a> <a rel="tag" href="/bookmarks/tags/festpreis">festpreis</a> <a rel="tag" href="/bookmarks/tags/full_1">full</a> <a rel="tag" href="/bookmarks/tags/psd">psd</a> <a rel="tag" href="/bookmarks/tags/architektur">architektur</a> <a rel="tag" href="/bookmarks/tags/bildbearbeitung%20-%20consulting%20-%20digita">bildbearbeitung &#8211; consulting &#8211; digital &#8211; flye</a> <a rel="tag" href="/bookmarks/tags/nachrichten">nachrichten</a></p>
</div>
</div>
</div>
<div id="bookmark_2713542">
<div>
<h3><a href="/bookmarks/redirect/2713542">Immobilien Management Propperty Verwaltung </a></h3>
<p>http://immobilienmanagement.wordpress.com/</p>
<p><a rel="tag" href="/bookmarks/tags/homepage">homepage</a> <a rel="tag" href="/bookmarks/tags/mediengestaltung">mediengestaltung</a> <a rel="tag" href="/bookmarks/tags/einpflegen">einpflegen</a> <a rel="tag" href="/bookmarks/tags/festpreis">festpreis</a> <a rel="tag" href="/bookmarks/tags/broschueren">broschueren</a> <a rel="tag" href="/bookmarks/tags/contentmanagement">contentmanagement</a> <a rel="tag" href="/bookmarks/tags/ulrich%20kohlhoff">ulrich kohlhoff</a> <a rel="tag" href="/bookmarks/tags/full%20service">full service</a> <a rel="tag" href="/bookmarks/tags/pagerank%20erhoehen">pagerank erhöhen</a> <a rel="tag" href="/bookmarks/tags/seitenpflege">seitenpflege</a> <a rel="tag" href="/bookmarks/tags/online%20marketing">online marketing</a> <a rel="tag" href="/bookmarks/tags/nachrichten">nachrichten</a> <a rel="tag" href="/bookmarks/tags/individuell">individuell</a> <a rel="tag" href="/bookmarks/tags/pressemitteilung">pressemitteilung</a> <a rel="tag" href="/bookmarks/tags/backlinks_1">backlinks</a></p>
</div>
</div>
<div id="bookmark_2713539">
<div>
<h3><a href="/bookmarks/redirect/2713539">Marketing Suchmaschinen « Web Art Design Hannover</a></h3>
<p>http://webdesignart.wordpress.com/online-marketing&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/hannover">hannover</a> <a rel="tag" href="/bookmarks/tags/fotograf_1">fotograf</a> <a rel="tag" href="/bookmarks/tags/fotografie">fotografie</a> <a rel="tag" href="/bookmarks/tags/fotos">fotos</a> <a rel="tag" href="/bookmarks/tags/webdesign">webdesign</a> <a rel="tag" href="/bookmarks/tags/service">service</a> <a rel="tag" href="/bookmarks/tags/people">people</a> <a rel="tag" href="/bookmarks/tags/mediendesign">mediendesign</a> <a rel="tag" href="/bookmarks/tags/homepage">homepage</a> <a rel="tag" href="/bookmarks/tags/werbefotograf">werbefotograf</a> <a rel="tag" href="/bookmarks/tags/fotoshooting">fotoshooting</a> <a rel="tag" href="/bookmarks/tags/professional">professional</a> <a rel="tag" href="/bookmarks/tags/fashion">fashion</a> <a rel="tag" href="/bookmarks/tags/kommunikation">kommunikation</a> <a rel="tag" href="/bookmarks/tags/profi">profi</a> <a rel="tag" href="/bookmarks/tags/hamburg">hamburg</a></p>
</div>
</div>
<div id="bookmark_2713529">
<div>
<h3><a href="/bookmarks/redirect/2713529">Webdesign Hannover Fotograf Fotoshooting Webhosting Bilderse&#8230;</a></h3>
<p>cream media design, Fotografie, Kommunikationsdesign, Werbeagentur Eventfotos, Promifotos, Paparazie, Nightlife, Hochzeitfotos, Partyfotos und Portraitaufnahmen auch als Geschenk Gutschein. Pauschal u&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/producer_1">producer</a> <a rel="tag" href="/bookmarks/tags/mediasupport">mediasupport</a> <a rel="tag" href="/bookmarks/tags/schlagzeile">schlagzeile</a> <a rel="tag" href="/bookmarks/tags/presse">presse</a> <a rel="tag" href="/bookmarks/tags/webseiten">webseiten</a> <a rel="tag" href="/bookmarks/tags/individuell">individuell</a> <a rel="tag" href="/bookmarks/tags/design">design</a> <a rel="tag" href="/bookmarks/tags/hp">hp</a> <a rel="tag" href="/bookmarks/tags/mediendesigner">mediendesigner</a> <a rel="tag" href="/bookmarks/tags/online">online</a> <a rel="tag" href="/bookmarks/tags/pressemitteilung">pressemitteilung</a> <a rel="tag" href="/bookmarks/tags/pagerank%20erhoehen">pagerank erhöhen</a> <a rel="tag" href="/bookmarks/tags/full%20service">full service</a> <a rel="tag" href="/bookmarks/tags/homepage%20erstellung">homepage erstellung</a> <a rel="tag" href="/bookmarks/tags/newsletter">newsletter</a> <a rel="tag" href="/bookmarks/tags/mitteilungen">mitteilungen</a></p>
</div>
</div>
<div id="bookmark_2713518">
<div>
<h3><a href="/bookmarks/redirect/2713518">Mediengestaltung Webdesign Hannover Webseiten Fotogrfie</a></h3>
<p>http://promediacast.blogspot.com/</p>
<p><a rel="tag" href="/bookmarks/tags/hannover">hannover</a> <a rel="tag" href="/bookmarks/tags/fotograf_1">fotograf</a> <a rel="tag" href="/bookmarks/tags/webdesign">webdesign</a> <a rel="tag" href="/bookmarks/tags/fotos">fotos</a> <a rel="tag" href="/bookmarks/tags/fotoshooting">fotoshooting</a> <a rel="tag" href="/bookmarks/tags/people">people</a> <a rel="tag" href="/bookmarks/tags/eventfotograf">eventfotograf</a> <a rel="tag" href="/bookmarks/tags/nord%20media">nord media</a> <a rel="tag" href="/bookmarks/tags/scripte_1">scripte</a> <a rel="tag" href="/bookmarks/tags/mediengestaltung">mediengestaltung</a> <a rel="tag" href="/bookmarks/tags/erstellen">erstellen</a> <a rel="tag" href="/bookmarks/tags/firmenfotograf">firmenfotograf</a> <a rel="tag" href="/bookmarks/tags/werbefotografie">werbefotografie</a> <a rel="tag" href="/bookmarks/tags/psd">psd</a> <a rel="tag" href="/bookmarks/tags/pressefotograf">pressefotograf</a> <a rel="tag" href="/bookmarks/tags/termin">termin</a></p>
</div>
</div>
<div id="bookmark_2713515">
<div>
<h3><a href="/bookmarks/redirect/2713515">SEO: MyLinkState vereinigt kontextabhängigen Advertising, O&#8230;</a></h3>
<p>http://www.mylinkstate.com/?ref=2800</p>
<p>MyLinkState vereinigt den kontextabhängigen Advertising, OnlineWerbung, Textlink-Handel, Suchmaschinenoptimierung und Linktausch, mit permanenten, nicht-gegenseitigen Textlinks</p>
<p><a rel="tag" href="/bookmarks/tags/linktausch">linktausch</a> <a rel="tag" href="/bookmarks/tags/onlinewerbung">onlinewerbung</a> <a rel="tag" href="/bookmarks/tags/online%20werbung">online werbung</a> <a rel="tag" href="/bookmarks/tags/link%20verkaufen">link verkaufen</a> <a rel="tag" href="/bookmarks/tags/link%20kaufen">link kaufen</a> <a rel="tag" href="/bookmarks/tags/seo">seo</a> <a rel="tag" href="/bookmarks/tags/textlink">textlink</a> <a rel="tag" href="/bookmarks/tags/textlinks_1">textlinks</a> <a rel="tag" href="/bookmarks/tags/advertiser">advertiser</a> <a rel="tag" href="/bookmarks/tags/link%20mieten">link mieten</a> <a rel="tag" href="/bookmarks/tags/link%20vermieten">link vermieten</a> <a rel="tag" href="/bookmarks/tags/backlinks_1">backlinks</a> <a rel="tag" href="/bookmarks/tags/links%20kaufen">links kaufen</a> <a rel="tag" href="/bookmarks/tags/backlink">backlink</a> <a rel="tag" href="/bookmarks/tags/fotografie">fotografie</a> <a rel="tag" href="/bookmarks/tags/links%20tauschen">links tauschen</a></p>
</div>
</div>
<div id="bookmark_2713495">
<div>
<h3><a href="/bookmarks/redirect/2713495">Fotografie Fotograf Webdesign Mediendesign Kommunikation Wer&#8230;</a></h3>
<p>web art design &#8211; Fotografie und Webdesign ist ART WEBDESIGN aus Hannover Niedersachsen. Unkonventionelles Fotodesign von langjährigem Art Director. Nutzen Sie unser multimedia Netzwerk. Evntfotografi&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/kuenstler">kuenstler</a> <a rel="tag" href="/bookmarks/tags/vermittlung">vermittlung</a> <a rel="tag" href="/bookmarks/tags/banner">banner</a> <a rel="tag" href="/bookmarks/tags/webhousing">webhousing</a> <a rel="tag" href="/bookmarks/tags/praesentationen">präsentationen</a> <a rel="tag" href="/bookmarks/tags/postkarten">postkarten</a> <a rel="tag" href="/bookmarks/tags/psd">psd</a> <a rel="tag" href="/bookmarks/tags/stuff">stuff</a> <a rel="tag" href="/bookmarks/tags/werbegeschenke">werbegeschenke</a> <a rel="tag" href="/bookmarks/tags/plakate">plakate</a> <a rel="tag" href="/bookmarks/tags/powerpoint">powerpoint</a> <a rel="tag" href="/bookmarks/tags/logos">logos</a> <a rel="tag" href="/bookmarks/tags/contentmanagement">contentmanagement</a> <a rel="tag" href="/bookmarks/tags/photoshop">photoshop</a> <a rel="tag" href="/bookmarks/tags/flyer">flyer</a> <a rel="tag" href="/bookmarks/tags/broschueren">broschueren</a></p>
</div>
</div>
<div id="bookmark_2713489">
<div>
<h3><a href="/bookmarks/redirect/2713489">Webdesign Hannover Fotograf Fotoshooting Webhosting Bilderse&#8230;</a></h3>
<p>cream media design, Fotografie, Kommunikationsdesign, Werbeagentur Eventfotos, Promifotos, Paparazie, Nightlife, Hochzeitfotos, Partyfotos und Portraitaufnahmen auch als Geschenk Gutschein. Pauschal u&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/seitenpflege">seitenpflege</a> <a rel="tag" href="/bookmarks/tags/intenretfotos">intenretfotos</a> <a rel="tag" href="/bookmarks/tags/loesungen">lösungen</a> <a rel="tag" href="/bookmarks/tags/content%20management%20system">content management system</a> <a rel="tag" href="/bookmarks/tags/pflege">pflege</a> <a rel="tag" href="/bookmarks/tags/admin">admin</a> <a rel="tag" href="/bookmarks/tags/selber%20machen">selber machen</a> <a rel="tag" href="/bookmarks/tags/neue%20homepage">neue homepage</a> <a rel="tag" href="/bookmarks/tags/einpflegen">einpflegen</a> <a rel="tag" href="/bookmarks/tags/hannover">hannover</a> <a rel="tag" href="/bookmarks/tags/verwalten_1">verwalten</a> <a rel="tag" href="/bookmarks/tags/redaktion">redaktion</a> <a rel="tag" href="/bookmarks/tags/optimieren">optimieren</a> <a rel="tag" href="/bookmarks/tags/mediendesign">mediendesign</a> <a rel="tag" href="/bookmarks/tags/professional">professional</a> <a rel="tag" href="/bookmarks/tags/professionell">professionell</a></p>
</div>
</div>
<div id="bookmark_2713479">
<div>
<h3><a href="/bookmarks/redirect/2713479">Fotografie Fotograf Webdesign Mediendesign Kommunikation Wer&#8230;</a></h3>
<p>web art design &#8211; Fotografie und Webdesign ist ART WEBDESIGN aus Hannover Niedersachsen. Unkonventionelles Fotodesign von langjährigem Art Director. Nutzen Sie unser multimedia Netzwerk. Evntfotografi&#8230;</p>
<p><a rel="tag" href="/bookmarks/tags/grafik">grafik</a> <a rel="tag" href="/bookmarks/tags/models">models</a> <a rel="tag" href="/bookmarks/tags/grafikdesign">grafikdesign</a> <a rel="tag" href="/bookmarks/tags/content">content</a> <a rel="tag" href="/bookmarks/tags/set">set</a> <a rel="tag" href="/bookmarks/tags/webhosting">webhosting</a> <a rel="tag" href="/bookmarks/tags/immobilien">immobilien</a> <a rel="tag" href="/bookmarks/tags/kommunikation">kommunikation</a> <a rel="tag" href="/bookmarks/tags/creativ">creativ</a> <a rel="tag" href="/bookmarks/tags/verlage">verlage</a> <a rel="tag" href="/bookmarks/tags/erstellung">erstellung</a> <a rel="tag" href="/bookmarks/tags/fest_1">fest</a> <a rel="tag" href="/bookmarks/tags/nord%20media">nord media</a> <a rel="tag" href="/bookmarks/tags/kontakt">kontakt</a> <a rel="tag" href="/bookmarks/tags/partyfotograf">partyfotograf</a> <a rel="tag" href="/bookmarks/tags/google%20adsense">google adsense</a></p>
</div>
</div>
<div id="bookmark_2713477">
<div>
<h3><a href="/bookmarks/redirect/2713477">Hannover « Web Art Design Hannover</a></h3>
<p><a rel="tag" href="/bookmarks/tags/hannover">hannover</a> <a rel="tag" href="/bookmarks/tags/fotograf_1">fotograf</a> <a rel="tag" href="/bookmarks/tags/fotografie">fotografie</a> <a rel="tag" href="/bookmarks/tags/fotos">fotos</a> <a rel="tag" href="/bookmarks/tags/webdesign">webdesign</a> <a rel="tag" href="/bookmarks/tags/service">service</a> <a rel="tag" href="/bookmarks/tags/mediendesign">mediendesign</a> <a rel="tag" href="/bookmarks/tags/fotoshooting">fotoshooting</a> <a rel="tag" href="/bookmarks/tags/kommunikationsdesign">kommunikationsdesign</a> <a rel="tag" href="/bookmarks/tags/werbung">werbung</a> <a rel="tag" href="/bookmarks/tags/traffic">traffic</a> <a rel="tag" href="/bookmarks/tags/scripte_1">scripte</a> <a rel="tag" href="/bookmarks/tags/professionell">professionell</a> <a rel="tag" href="/bookmarks/tags/neue_1">neue</a> <a rel="tag" href="/bookmarks/tags/fest_1">fest</a> <a rel="tag" href="/bookmarks/tags/werbefotografie">werbefotografie</a></p>
</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3...]]></title>
<link>http://uptoyouwrite.wordpress.com/2009/10/24/typo3/</link>
<pubDate>Sat, 24 Oct 2009 14:14:09 +0000</pubDate>
<dc:creator>uptoyouwrite</dc:creator>
<guid>http://uptoyouwrite.wordpress.com/2009/10/24/typo3/</guid>
<description><![CDATA[หลาย ๆ คนคงรู้จัก CMS มาบ้างแล้วในชื่อของ joomla, wordpress, Drupal, twitter และอื่น ๆ อีกมากมาย แต่]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>หลาย ๆ คนคงรู้จัก CMS มาบ้างแล้วในชื่อของ joomla, wordpress, Drupal, twitter และอื่น ๆ อีกมากมาย แต่สำหรับ TYPO3 ที่หลาย ๆ คนได้ยินแล้วอาจจะงงกันไม่น้อยเลยทีเดียว ว่าคืออะไรกันหนอ??</p>
<p>TYPO3 ก็เป็น CMS ตัวหนึ่งนี่แหละท่านผู้อ่าน แต่ความนิยมในเมืองไทยยังน้อย เพราะใช้ยากมาก (หลาย ๆ คนบอกมา) แต่สำหรับทางฝั่งยุโรปแล้วถือว่าเข้มแข็งที่สุด อันเนื่องมาจากการใช้ยากนี่แหละ ทำให้นักโปรแกรมเมอร์เจ๋ง ๆ มารวมตัวกันเพื่อพัฒนาความยาก ให้ง่ายต่อการใช้งาน</p>
<p>สำหรับเมืองไทยที่บอกว่า TYPO3 &#8220;ยาก&#8221; ก็เพราะน้อยคนที่จะใช้เป็น และสามารถพัฒนาระบบในแบบที่ถูกต้อง เอกสารสำหรับการศึกษาก็มีน้อย ซึ่งส่วนใหญ่เป็นภาษาเยอรมัน หรือภาษาอังกฤษ ซึ่งต่างจาก CMS ตัวอื่น ๆ เช่น Drupal, wordpress หรือ joomla ที่มีชุมชนขนาดใหญ่ในเมืองไทย..</p>
<p>ถึงเวลาแล้วแหละ ที่เราจะผลักดันของดี ๆ ให้มีใช้ในเมืองไทย..</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3 Advisories (TYPO3-SA-2009-016)]]></title>
<link>http://c22blog.wordpress.com/2009/10/24/typo3-advisories-typo3-sa-2009-016/</link>
<pubDate>Sat, 24 Oct 2009 10:50:49 +0000</pubDate>
<dc:creator>ChrisJohnRiley</dc:creator>
<guid>http://c22blog.wordpress.com/2009/10/24/typo3-advisories-typo3-sa-2009-016/</guid>
<description><![CDATA[Some people may have noticed the addition of an &#8220;advisories&#8221; section to the blog over th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="margin:5px 7px;" src="http://typo3.com/fileadmin/templates/images/logo-typo3.gif" alt="" width="123" height="34" align="left" /> Some people may have noticed the addition of an &#8220;advisories&#8221; section to the blog over the last few days. Despite the fact I&#8217;m drugged up on painkillers and muscle relaxants, I managed to post up some information about the newest TYPO3 Security Advisories released in the past week.</p>
<p>Although the latest additions are basic XSS type vulnerabilities, I thought it was worth adding some information to the text from the TYPO3 security team. Once I&#8217;m a little less dosed up, I&#8217;ll try and add some example XSS strings (purely for educational purposes). I&#8217;m a believer in responsible disclosure, but a part of that is obviously disclosing the vulnerability and how it can be tested. Without that, security practitioners end up with a list of possible exploits and no way to demonstrate this to their clients. I personally hate nothing more than having to write &#8220;vulnerable to unpublished exploit&#8221; in a report, and often see those kind of vulns ignored or pushed to the back of the pile.</p>
<ul>
<li><a href="http://www.c22.cc/advisories/" target="_blank">New Advisories section</a></li>
<li>Original advisory (<a title="typo3-sa-2009-016" href="http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-016/" target="_blank">TYPO3-SA-2009-016</a>)</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sicherheitslücken in neuer Typo3 Version geschlossen]]></title>
<link>http://serviceforen.wordpress.com/2009/10/23/sicherheitslucken-in-neuer-typo3-version-geschlossen/</link>
<pubDate>Fri, 23 Oct 2009 17:11:11 +0000</pubDate>
<dc:creator>ReneDD</dc:creator>
<guid>http://serviceforen.wordpress.com/2009/10/23/sicherheitslucken-in-neuer-typo3-version-geschlossen/</guid>
<description><![CDATA[Neun Sicherheitslücken wurden in den neuen Versionen 4.1.13, 4.2.10 und 4.3beta2 von Typo3 geschloss]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Neun Sicherheitslücken wurden in den neuen Versionen 4.1.13, 4.2.10 und 4.3beta2 von Typo3 geschlossen. Die Sicherheitslücken ermöglichen Cross-Site-Scripting, SQL-Injection und die Möglichkeit Daten auszuspionieren.</p>
<p>Weitere Infos und den Download findet Ihr hier:<br />
<a href="http://www.service-foren.de/viewtopic.php?f=61&#38;t=371">Sicherheitslücken in neuer Typo3 Version geschlossen</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3 szablony w TemplaVoila]]></title>
<link>http://typo3pl.wordpress.com/2009/10/19/typo3-szablony-w-templavoila/</link>
<pubDate>Mon, 19 Oct 2009 15:14:35 +0000</pubDate>
<dc:creator>typo3pl</dc:creator>
<guid>http://typo3pl.wordpress.com/2009/10/19/typo3-szablony-w-templavoila/</guid>
<description><![CDATA[Wtyczka TemplaVoila! ( templavoila ) to chyba najbardziej przydatna wtyczka pozwalająca na stworzeni]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Wtyczka TemplaVoila! ( templavoila ) to chyba najbardziej przydatna wtyczka pozwalająca na stworzenie prostej lub zaawansowanej strony bez potrzeby tworzenia skomplikowanych kodów Typo3Script.</p>
<p>Do ściągniecia: http://typo3.org/extensions/repository/view/templavoila/current/</p>
<p>Manual: http://typo3.org/documentation/document-library/extension-manuals/templavoila/1.3.7/view/</p>
<p>Tutorial: Czeka na napisanie</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AT.LANT.IS ist aufgetaucht!]]></title>
<link>http://netzbewegung.wordpress.com/2009/10/13/at-lant-is-ist-aufgetaucht/</link>
<pubDate>Tue, 13 Oct 2009 11:55:41 +0000</pubDate>
<dc:creator>roppert</dc:creator>
<guid>http://netzbewegung.wordpress.com/2009/10/13/at-lant-is-ist-aufgetaucht/</guid>
<description><![CDATA[Netzbewegung realisiert für die plazz entertainment AG eine Online-Unterwasserwelt mit neuartigem Co]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-24" title="AT.LANT.IS_400" src="http://netzbewegung.wordpress.com/files/2009/10/at-lant-is_4001.jpg?w=300" alt="AT.LANT.IS_400" width="300" height="198" />Netzbewegung realisiert für die plazz entertainment AG eine Online-Unterwasserwelt mit neuartigem Community-Ansatz.</p>
<p><strong> </strong></p>
<p>Mit AT.LANT.IS hat die Netzbewegung GmbH aus Ettlingen einen sicheren Online-Treffpunkt für Kinder zwischen 8 und 14 Jahren geschaffen, der Kommunikation und kindgerechte Unterhaltung auf innovative Weise in einer Community vereint: Alle vom Individuum in AT.LANT.IS erbrachten Leistungen kommen der Gesamtheit der User zu Gute. Die Bürger von AT.LANT.IS erweitern im freundschaftlichen Wettbewerb miteinander die frei begehbare Community. Durch gute Ergebnisse in den Online-Games können unter anderem ganze Bereiche von AT.LANT.IS zusätzlich freigeschaltet werden.</p>
<p><em> </em></p>
<p>Zwischen den ersten Grobskizzen mit der Vision einer Unterwasserwelt und dem komplexen interaktiven Erlebnisportal, das jetzt online gegangen ist, liegt insgesamt über ein Jahr internationale Teamarbeit und aufwendige Projektkoordination. Idee und Grundkonzeption für AT.LANT.IS hat die plazz entertainment AG entwickelt, während für das Character-Design der Avatare mit Stephane Tartelin ein bekannter französischer Künstler gewonnen werden konnte. Die Gestaltung der Unterwasser-Umgebung der Community wurde von der Netzbewegung übernommen. In detailverliebter Illustrations- und Animationsarbeit entstanden mehr als 17 unterschiedliche Räume, welche den Avataren der User eine Heimat bieten.</p>
<p>Auch die technische Realisierung des Projektes hielt einige Herausforderungen bereit. Nach der ersten Konzeptphase wurden zunächst auf Basis der Character-Studien die Avatare in 3ds Max umgesetzt. Dazu kamen über 100 verschiedene Items, die der Spieler für seinen Avatar erwerben kann. Alleine der hierfür betriebene Aufwand ist immens: Insgesamt wurden für die verschiedenen Zustände über 15.000 Einzelbilder exportiert.</p>
<p>Neben der Realisierung der Grundmechaniken wie dem Pathfinding auf Basis der OpenSpace-Engine hat die Netzbewegung für die Community eine sehr aufwendige und komplexe Flash-Applikation in AS3 entwickelt, sämtliche Online-Games realisiert sowie ein Backend für Moderation und Administration aufgesetzt. Für die simultane Verwaltung tausender Useranfragen wurde in enger Zusammenarbeit mit der plazz entertainment AG das Kernstück der Hardware, der SmartFox-Server, aufgesetzt. All diese unterschiedlichen Aufgaben wurden von einem großen, international vernetzten Projektteam bewältigt. Allein seitens der Netzbewegung waren mehr als 20 Mitarbeiter an diesem Projekt beteiligt.</p>
<p>Der Entscheidung für die Netzbewegung als Partner in der Entwicklung der Online-Unterwasserwelt ging eine ausführliche Screeningphase voraus. Neben der langjährigen Erfahrung in der Entwicklung von Communities und Games speziell für Kinder und Jugendliche gab auch die technische Kompetenz den Ausschlag für die Zusammenarbeit mit der Online-Agentur aus Ettlingen.</p>
<p>Nach einer Entwicklungszeit von gut 12 Monaten ist AT.LANT.IS am 28.08.2009 aus der Betaphase aufgetaucht und hat seine Schleusen nun für das Publikum geöffnet. Das Interesse der Zielgruppe spricht schon jetzt für die neuartige Community – bereits in den ersten beiden Wochen haben sich mehr als 15.000 User registriert. Die Netzbewegung freut sich gemeinsam mit der plazz entertainment AG über den erfolgreichen Launch des Großprojektes und hofft auf eine möglichst erfolgreiche Zukunft dieses ambitionierten Projektes.</p>
<p>Weiterführende Informationen: <a href="http://www.at.lant.is/">www.at.lant.is</a> / <a href="http://www.netzbewegung.com/">www.netzbewegung.com</a>.</p>
<p>Die Internet-Agentur Netzbewegung entwickelt am Firmenstandort Ettlingen bei Karlsruhe interaktive Anwendungen und Markenerlebniswelten, die durch kreative Ideen, hochwertiges Design und zukunftsweisende technische Lösungen begeistern. Die Netzbewegung betreut internationale Marken wie zum Beispiel Haribo, Maoam, Sun Rice, Gubor, FruchtZwerge, Actimel, Capri-Sonne, Prinzen, Babybel, Kiri, Bruder Spielwaren, WAS IST WAS, Perwoll, Weißer Riese und Merck Selbstmedikation. Die Agentur wurde 2000 gegründet und beschäftigt heute 32 feste Mitarbeiter.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3camp Munich, 09. bis 11.10.2009]]></title>
<link>http://munichwebweek.wordpress.com/2009/10/07/typo3camp-munich-09-bis-11-10-2009/</link>
<pubDate>Wed, 07 Oct 2009 10:45:09 +0000</pubDate>
<dc:creator>Munich Web Week</dc:creator>
<guid>http://munichwebweek.wordpress.com/2009/10/07/typo3camp-munich-09-bis-11-10-2009/</guid>
<description><![CDATA[Das TYPO3camp Munich findet vom 9. bis 11. Oktober 2009, wie im letzten Jahr, im SAE Institute Münch]]></description>
<content:encoded><![CDATA[Das TYPO3camp Munich findet vom 9. bis 11. Oktober 2009, wie im letzten Jahr, im SAE Institute Münch]]></content:encoded>
</item>
<item>
<title><![CDATA[Typo3 Installation "There is no connection to the database!"]]></title>
<link>http://spikomoko.wordpress.com/2009/09/29/typo3-installation-there-is-no-connection-to-the-database/</link>
<pubDate>Tue, 29 Sep 2009 02:19:08 +0000</pubDate>
<dc:creator>spikomoko</dc:creator>
<guid>http://spikomoko.wordpress.com/2009/09/29/typo3-installation-there-is-no-connection-to-the-database/</guid>
<description><![CDATA[You may have created ENABLE_INSTALL_TOOL in /typo3/typo3conf but it is still insufficient for the in]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You may have created ENABLE_INSTALL_TOOL in /typo3/typo3conf but it is still insufficient for the installation. You have to chmod the file AND</p>
<blockquote><p>chown -R apache /typo3<br />
chgrp -R apache /typo3</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3: Disabling 'no news_id given' in tt_news 'Single' view]]></title>
<link>http://rosgar.wordpress.com/2009/09/18/typo3-disabling-no-news_id-given-in-tt_news-single-view/</link>
<pubDate>Fri, 18 Sep 2009 05:21:33 +0000</pubDate>
<dc:creator>rosgar</dc:creator>
<guid>http://rosgar.wordpress.com/2009/09/18/typo3-disabling-no-news_id-given-in-tt_news-single-view/</guid>
<description><![CDATA[TYPO3 ver. 4.2.8, using extension tt_news ver. 2.2.24 Everything went smoothly adding tt_news plugin]]></description>
<content:encoded><![CDATA[TYPO3 ver. 4.2.8, using extension tt_news ver. 2.2.24 Everything went smoothly adding tt_news plugin]]></content:encoded>
</item>
<item>
<title><![CDATA[TYPO3: Disabling or renaming 'Breaking News:' in tt_news ver. 2.2.24]]></title>
<link>http://rosgar.wordpress.com/2009/09/18/typo3-disabling-or-renaming-breaking-news-in-tt_news-ver-2-2-24/</link>
<pubDate>Fri, 18 Sep 2009 05:09:59 +0000</pubDate>
<dc:creator>rosgar</dc:creator>
<guid>http://rosgar.wordpress.com/2009/09/18/typo3-disabling-or-renaming-breaking-news-in-tt_news-ver-2-2-24/</guid>
<description><![CDATA[TYPO3 ver 4.2.8 Using tt_news I&#8217;m having a trouble where to find this &#8216;Breaking News:]]></description>
<content:encoded><![CDATA[TYPO3 ver 4.2.8 Using tt_news I&#8217;m having a trouble where to find this &#8216;Breaking News:]]></content:encoded>
</item>
<item>
<title><![CDATA[What's wrong with Government websites!]]></title>
<link>http://pangahari.wordpress.com/2009/09/15/whats-wrong-with-government-websites/</link>
<pubDate>Tue, 15 Sep 2009 06:26:50 +0000</pubDate>
<dc:creator>Hariprasad</dc:creator>
<guid>http://pangahari.wordpress.com/2009/09/15/whats-wrong-with-government-websites/</guid>
<description><![CDATA[I have been regularly browsing lot of government websites primarily as part of my Business Developme]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have been regularly browsing lot of government websites primarily as part of my Business Development activity. The websites are in utter chaos and incomplete would be an under statement.</p>
<p>Most of the websites are compatible with IEx versions only, no concern for X browser compatibility. No concern for accessibility norms. AFAIK, in US and Europe non-compliance with visually impaired standards can lead to legal action. </p>
<p>I had the opportunity to participate in couple of bids for (state)government agencies and research institutes funded by government, the criteria they were looking at is so myopic that I was shocked and furious at the reasoning and questioning. Primarily on,</p>
<ul>
<li><span style="font-weight:bold;">Information Architecture : </span>Any website to be robust and scalable would need a high level of architecture that would be possible only on interacting with stake holders, addressing the current needs and challenges and projecting future needs. However, what I noticed was in complete contrast, where the IA meant a sitemap of main pages and inner pages. They were clearly not interested in answering your queries.
</li>
<li><span style="font-weight:bold;">Accessibility : </span>We have always maintained a rule that any website being developed at&#160; our development centre should pass the XHTML 1.0 transition and CSS 2.0 compliance validations at a minimum along with CSS and features to visually Impaired standards. Surprisingly, neither the existing websites or upcoming websites have this as a requirement and nor are the members interested in analysing on this front.</li>
<li><span style="font-weight:bold;">Biased towards MS products :</span> Most of the RFP of the government agencies demand organisations working in ASP, .NET and sometimes JAVA with opensource technologies mentioned as mere formality. Even when we try and explain the board that we would be developing/implementing the website in PHP, TYPO3 CMS or Drupal CMS they are lost. The maximum reach I encountered was when they enquired &#8220;Is Joomla an open source CMS?&#8221;. Phew&#8230; so much for dedicated IT departments and oganisations.</li>
<li><span style="font-weight:bold;">Experience :</span> This is a kind of monopoly practice that seems to be happening with every govt agency. Even if a company has developed and implemented websites much larger and complex than the current requirements, they insist on experience on similar projects. Thereby limiting the entry to only some agencies.</li>
<li><span style="font-weight:bold;">Affinity to tried and tested methods :</span> During a bid we had proposed implementing Apache Solr search, the members where absolutely not interested in finding out the benefits and advantages of this search application as compared to traditional applications.</li>
</ul>
<p>Now comes the important aspect, &#8220;<span style="font-weight:bold;">COST</span>&#8221; all the above features come at a cost. Though most of the RFPs mention that cost is not the only criteria and technical information and deliverables is important. This is far from the truth. To understand the &#8220;technical&#8221; proposal you need to understand and evaluate the advantages or new technologies that and agency is&#160; proposing, in the absence of such openness the Technical evaluation is more of an exercise to understand, if the agency works on MS techologies or Opensource. What are the projects executed? Since PHP is an opensource technology it has to be cheaper.</p>
<p>Since our organisation or similar ones look at providing a solution rather than give a website the activities invoved definitely come at a cost, which on a reasonable analysis would justify the cost and scope/deliverables. Whereas the selection criteria is more or less narrow such cost-benefit analysis is a distance dream.</p>
<p>I feel a more reasonable way to shortlist vendors in Technical Evaluation rouns would be to actually ask the bidding agencies to participate in a debate on the deliverables and advantages rather than a presentation in front of the board members woud give a better results and save embarassment on &#8220;GOVT&#8221; websites. </p>
<p>One of the badly made websites, in terms design, accessibility, usability and compliance is : <span style="font-weight:bold;">http://www.nrdcindia.com/</span> &#8211; check the website on different browsers ; searching for information is like searching a needle in a haystack</p>
<p>H</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flashback]]></title>
<link>http://deloba86.wordpress.com/2009/09/14/flashback/</link>
<pubDate>Mon, 14 Sep 2009 18:02:27 +0000</pubDate>
<dc:creator>deloba86</dc:creator>
<guid>http://deloba86.wordpress.com/2009/09/14/flashback/</guid>
<description><![CDATA[Seit Samstag ist einiges aber nicht wirklich spektakuläres passiert: Am Sonntag waren wir im Hotel M]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Seit Samstag ist einiges aber nicht wirklich spektakuläres passiert:</p>
<p>Am Sonntag waren wir im Hotel Mohnenfluh in Oberlech Essen mit Schatz&#8217; Eltern und seinem Bruder. Der liefert auch gleichzeitig auch die Story des Sonntags: Wir sitzen so gemeinsam als plötzlich das Telefon vom &#8220;Schwiegerpapi&#8221; läutet und er das Handy an seinen mittleren Sohn weiterreicht und der leicht überrascht dann mit dem am anderen Ende spricht. Danach länger nichts und dann während dem Essen plötzlich wieder ein Anruf auf  &#8220;Schwiegerpapi&#8221; &#8217;s Handy: &#8220;I was ned wo der is, irgendwo draußen.&#8221; Mein Schatz und ich blickten uns verwirrt an und erst in dem Moment wurde mir klar, dass sich der kleine Bruder von meinem Schatz vor seiner Freundin versteckt (ja genau, dieselbe über die ich auch im letzten Artikel geschrieben habe). Es gab dann noch ein zwei Anrufe von ihr und &#8220;Schwiegerpapi&#8221; erklärte immer dasgleiche: er ist nicht da und er weiß nicht wann sein Sohnemann nach Hause kommt. Am Abend dann kam der kleinste (ist jedoch körperlich der am Größten) Bruder nachhause von einem Lehrgang als Bergretter und erzählte uns nach dem Abendessen, dass sie (die schreckliche Freundin) ständig bei ihm angerufen hätte und das fast alle fünf Minuten. Sie war sogar mit dem Zug in der Gengend und hatte gehofft, dass der kleinere (nicht der kleinste <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) Bruder wieder zurück zu ihr kommt. Mittlerweile ist er bei ihr ausgezogen und sucht gerade nach einer neuen Wohnmöglichkeit. Seine Mama und ich haben vorgestern darüber gesprochen, dass er jetzt hoffentlich nicht gleich die Nächste aufreißt, denn sonst kann es gar nicht gut ausgehen mit der Beziehung. Bis jetzt hat er es immer so gemacht wurde mir erzählt und ich drück ihm die Daumen, dass er sich jetzt mal die Zeit nimmt um die letzte Beziehung zu verarbeiten.</p>
<p>Am Montag war dann nicht viel los ausser, dass ich mich etwas mit Typo3 versöhnt habe.</p>
<p>Dienstag gings dann mit dem Auslieferungsbus vom Bäcker und meinem zukünftigen Schreibtisch &#8211; statt mit lecker duftendem Brot und Gebäck beladen nach Innsbruck. Bei irgendeiner Raststation haben mein Schatz und ich dann Plätze getauscht und ich durfte das letzte Stück Autobahn mit dem rießen Schlachtschiff und rutschender Ladung fahren. Weil ich noch ein paar Möbel brauchte, kamen wir zufällig beim IKEA vorbei und haben etwas eingekauft <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Dort haben wir bei uns selber kassiert: hab noch nie gesehen, dass es beim IKEA eine Express-Kassa gibt. Die ist nicht etwa so wie bei andere Geschäften wo man einfach nur eine bestimmte Anzahl von Artikel haben darf, sondern man muss auch noch selber kassieren. Dabei mussten wir feststellen, dass die Usability dieser Geräte nicht besonders gut getestet wurde, denn innerhalb von den 5 Minuten an der Kassa schauten wir ca. 7mal ratlos auf den Monitor und so brauchten wir länger als wenn wir an einer normalen Kassa angestanden hätten.<br />
Beim Ausladen und rauftransportieren des &#8220;Schreibtisches&#8221; &#8211; der ehemalige Esstisch meiner &#8220;Schwiegereltern&#8221; hatten wir viel Glück, denn wenn der Tisch nur 1 cm breiter gewesen wäre, dann würde ich meinen Laptop jetzt nicht auf einem Tisch sondern auf dem Boden stehen haben. Schnell ging es dann wieder zurück.</p>
<p>Donnerstag war ich dann ganz alleine in Bludenz shoppen. Hab mir dafür eine Karte von Google Maps ausgedruckt und lief alles gut, nur schien die Strecke in der Stadt auf der Karte 10mal größer als in Wirklichkeit und so bin ich fast wieder aus der Stadt draußen gewesen bevor ich bemerkt habe, dass ich schon drin bin.</p>
<p>Am Freitag hatten ich die Begegnung der besonderen Art, wir fuhren bei meinem Schatz weg und dann geht eine kurvige Straße vom Berg runter in den Ort. Links und rechts von der Straße sind Weideflächen für Kühe (ohne Abzeunung zur Straße), die dürfen sich dort also überall frei bewegen. Das taten sie an diesem Morgen auch: Ungefähr 20 fette Kühe kamen uns mitten auf der Straße entgegen und hatten einen mords Spaß dabei den ganzen Verkehr aufzuhalten. Sie machten zwar alle einen schönen Bogen rund um das Auto, bis auf eine, die hat an unserem Scheinwerfer gerochen und sich dann langsam wieder in Bewegung gesetzt.</p>
<p>Die restliche Zeit hab ich hauptsächlich mit der Arbeit an der Website verbracht und endlich alle Inhalte in die ÖH Homepage eingepflegt, was mich wieder extrem viele Nerven gekostet hat &#8211; beides <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Am Samstag bin ich nun fix nach Innsbruck übersiedelt und hab das letzte Ferienwochenende mit meinem Schatz in Innsbruck verbracht.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
