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

<channel>
	<title>MP:Mediaprojekte &#187; Webdevelopment</title>
	<atom:link href="http://mediaprojekte.de/tag/webdevelopment/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediaprojekte.de</link>
	<description>Webentwicklung Grafik und Design Marketing und Werbung Multimedia</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:48:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Subversion Repository checker &#8211; Commit Monitor</title>
		<link>http://mediaprojekte.de/webdevelopment/subversion-repository-checker-commit-monitor/</link>
		<comments>http://mediaprojekte.de/webdevelopment/subversion-repository-checker-commit-monitor/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:02:26 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[WebSightSeeing]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/subversion-repository-checker-commit-monitor/</guid>
		<description><![CDATA[Keep track of changes in different Subversion repositories with the great Commit Monitor 920kilobytes of real power! You´ll never need to svn-checkout manually again. Commit Monitor monitors your favorite subversion repositories.]]></description>
			<content:encoded><![CDATA[<p>Keep track of  changes in different Subversion repositories with the great <a href="http://tools.tortoisesvn.net/CommitMonitor" title="http://tools.tortoisesvn.net/CommitMonitor" target="_blank">Commit Monitor</a></p>
<p><a href="http://tools.tortoisesvn.net/CommitMonitor" title="go get commit monitor for subversion" target="_blank"><img src="http://www.mediaprojekte.de/wp-content/uploads/2008/04/commit_monitor.jpg" alt="commit_monitor.jpg" /></a></p>
<p>920kilobytes of real power!</p>
<p>You´ll never need to svn-checkout manually again. Commit Monitor monitors your favorite subversion repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/subversion-repository-checker-commit-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx directive to deny all access to .svn directories</title>
		<link>http://mediaprojekte.de/webdevelopment/nginx-directive-to-deny-all-access-to-svn-directories/</link>
		<comments>http://mediaprojekte.de/webdevelopment/nginx-directive-to-deny-all-access-to-svn-directories/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 10:14:36 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/nginx-directive-to-deny-all-access-to-svn-directories/</guid>
		<description><![CDATA[When deploying a Rails application you should make sure not to put .svn folders on the server. If this is unevitable, you should at least deny the access to those. Ever tried this on your domain?  http://my_super_project.com/.svn/entries If you are using nginx as a webserver and the link above serves you a download, you should [...]]]></description>
			<content:encoded><![CDATA[<p>When deploying a Rails application you should make sure not to put .svn folders on the server. If this is unevitable, you should at least deny the access to those.</p>
<p>Ever tried this on your domain?</p>
<blockquote><p> http://my_super_project.com<strong>/.svn/entries</strong></p></blockquote>
<p>If you are using nginx as a webserver and the link above serves you a download, you should add the following location-directive to your nginx.conf:</p>
<blockquote><p> location ~ /\.svn/* {<br />
deny  all;<br />
}</p></blockquote>
<p>This directive should reside in your server{}  definition before all other location definitions.</p>
<p>Let me know if this works .. at least it did the job on my server.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/nginx-directive-to-deny-all-access-to-svn-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kein Javascript im SalesKing Startup &#8230; bisher</title>
		<link>http://mediaprojekte.de/webdevelopment/javascript/kein-javascript-im-salesking-startup-bisher/</link>
		<comments>http://mediaprojekte.de/webdevelopment/javascript/kein-javascript-im-salesking-startup-bisher/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 10:31:53 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SalesKing]]></category>
		<category><![CDATA[Unobstrusive]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/javascript/kein-javascript-im-salesking-startup-bisher/</guid>
		<description><![CDATA[Ein Web Startup ohne Javascript (JS), geht das überhaupt?? Ja &#8230; und wir sind der Meinung, es ist sogar essentiell auf diese Weise zu starten. Dass diese Meinung in der Web2.0 Startups keine große Verbereitung hat, findet man schnell heraus indem man diverse Webservices einmal ohne Javascript besucht. Doch warum gehen wir diesen, zugegebenermaßen steinigen [...]]]></description>
			<content:encoded><![CDATA[<p>Ein Web Startup ohne Javascript (JS), geht das überhaupt??</p>
<p>Ja &#8230; und wir sind der Meinung, es ist sogar essentiell auf diese Weise zu starten.</p>
<p>Dass diese Meinung in der Web2.0 Startups keine große Verbereitung hat, findet man schnell heraus indem man diverse Webservices einmal ohne Javascript besucht.</p>
<p>Doch warum gehen wir diesen, zugegebenermaßen steinigen Weg? Es ist doch so einfach die in Ruby on Rails oder anderen Frameworks verfügbaren Javascript-Helferlein zu verwenden? Nicht zuletzt sind solche Javascript Code-Generatoren ja auch für den Erfolg vieler Frameworks verantwortlich.</p>
<p>Die kurze Antwort:</p>
<p><strong>Wir wollen die Kontrolle über unser Javascript behalten!</strong></p>
<p>Die lange Antwort :</p>
<h5>Unauffälliges / Unobstrusive  Javascript</h5>
<p>Es soll dem User nicht auffallen wenn er die Seite ohne Javascript benutzt. &#8220;Wer hat denn schon JS ausgeschaltet?&#8221;, ist meist die Gegenfrage. Jede größere Firma, welche halbwegs auf ihre interne Netzsicherheit achtet, wird/sollte JS ausgeschaltet haben. Ein weiterer Vorteil dieser Restriktion ist übrigens, daß die Mitarbeiter sich auf Ihre Arbeit konzentrieren, da das Internetz  keinen Spass mehr macht.<br />
Auf mögliche JS basierte Angriffe will ich hier nicht weiter eingehen, Google hilft aber gerne weiter:</p>
<p><a href="http://www.google.de/search?q=Javascript+angriff" title="Google hilft beim verstehen von Javascript Hacks" target="_blank">http://www.google.de/search?q=Javascript+angriff</a></p>
<h5>Spagetti Code und enge Kopplung vermeiden</h5>
<p>Ist die Soße, in diesem Falle JS, erst einmal auf den Nudeln, ist es so gut wie unmöglich sie wieder von den Spagetti zu trennen. Die enge Kopplung von zwei intelligenten Sprachen, bzw. das Generieren von JS mittels PHP, Ruby, Java;  macht die folgenden Punkte so gut wie unmöglich:</p>
<ul>
<li> JS Fehler finden / Debuggen</li>
<li> JS Sicherheitslücken finden</li>
<li> JS Schnelligkeit und Effizienz Testen / Profiling</li>
<li> Austausch der Soße(JS) je nach Client (IE / mobile Webbrowser / iPhone / ..)</li>
<li> Wiederverwendung von JS z.B. in einer komplementären Adobe Air Anwendung oder Widgets</li>
</ul>
<p>Wem diese Punkte nicht reichen, ein weiteres Beispiel:</p>
<p>Bevor CSS in seiner heutigen Anwendung(komplette Trennung von CSS / HTML) populär wurde, schrieben wir es einfach mit in die jeweiligen HTML-Elemente. Kam dann der Kunde und wollte neue Farben, war es ein Heidenspass 150 HTML Dateien anzupassen.</p>
<h5>Wie Kontrolle behalten?</h5>
<p>Der einzig richtige Weg ist: <strong>Lerne Javascript </strong>und du wirst es lieben!</p>
<p>Auch ich habe mit den tollen JS Helfer in Rails und cakePHP angefangen, ohne einen blassen Schimmer von der Materie zu haben. Das Ende vom Lied war ein dreckiger Haufen Code und x vertane Stunden mit drei Fragezeichen über meinem Kopf. Das waren übrigens, vor zwei Jahren, die ersten Versuche den SalesKing zu bauen.<br />
Nachdem 3 Versuche und drei Monate Arbeit im Müll gelandet waren, habe ich mich tiefer mit jQuery und Javascript beschäftigt. Es ging nicht von heute auf morgen, doch ein halbes Jahr später hatte ich meine Javascript-Angst überwunden, unter anderem durch das Ormigo Dschungelcamp und <a href="http://teemow.com/" title="der komische teemow">Teemow</a>.</p>
<p>Das populärste Javascript-Müll Beispiel ist übrigens<a href="http://www.mediaprojekte.de/cms-systeme/wordpress/wordpress-update-version-22/" title="Wordpress Developers are javascript dummies!!!"> seit langem</a> in WordPress, zu finden, die „Artikel schreiben“ Seite enthält 14 Javascripte. Chaos deluxe und keiner weiß warum es noch funktioniert!!!</p>
<h5>Unsere Vorgehensweise</h5>
<p>Wir sehen in JS den Zucker auf dem Kuchen. Im Gegensatz zu Schokostücken, kommt dieser erst nach dem Backen zum Einsatz.</p>
<p>Der Programmier-Ablauf sieht grob wie folgt aus:</p>
<ol>
<li>Programmieren der Basisfunktionen ohne JS, dafür mit vielen Zwischenseiten.</li>
<li>Testen</li>
<li>Einbinden der Basis JS Scripte</li>
<li>simple ergonomische Verbesserungen z.B. Show/Hide funktion für vormals sichtbare Elemente</li>
<li>erweitern des (php/ruby) Code um Schalter zur Erkennung ob es sich um JS-initierte Abfragen handelt (xhr-requests)</li>
<li>erweiterte JS Funktionen z.B. direkte Auslieferung von vorherigen Zwischenseiten (z.B. Löschen Dialog) in einer Thickbox. Oder konsumieren vom xml/json Rückgabewerten aus nr. 5.</li>
<li>JS Tests / Packing</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/javascript/kein-javascript-im-salesking-startup-bisher/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Startschuß zum ersten Devhouse in Deutschland .. natürlich in Köln</title>
		<link>http://mediaprojekte.de/webdevelopment/startschuss-zum-ersten-devhouse-in-deutschland-natuerlich-in-koeln/</link>
		<comments>http://mediaprojekte.de/webdevelopment/startschuss-zum-ersten-devhouse-in-deutschland-natuerlich-in-koeln/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 07:23:53 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[DevHouse]]></category>
		<category><![CDATA[Köln]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/startschuss-zum-ersten-devhouse-in-deutschland-natuerlich-in-koeln/</guid>
		<description><![CDATA[Auf gehts zum ersten DevHouse in Deutschland. Warum habe ich darüber nicht früher geschrieben?]]></description>
			<content:encoded><![CDATA[<p>Auf gehts zum ersten DevHouse in Deutschland.</p>
<p><a href="http://devcologne.pbwiki.com/" title="DevHouse Cologne Wiki" target="_blank"><img src="http://farm1.static.flickr.com/222/535885303_010323d218.jpg" title="DevHouse Cologne Logo" alt="DevHouse Cologne Logo" align="middle" height="500" width="354" /></a></p>
<p>Warum habe ich darüber nicht früher geschrieben?</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/startschuss-zum-ersten-devhouse-in-deutschland-natuerlich-in-koeln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nicer Templates with HAML in Ruby or PHP</title>
		<link>http://mediaprojekte.de/webdevelopment/nicer-templates-with-haml-in-ruby-or-php/</link>
		<comments>http://mediaprojekte.de/webdevelopment/nicer-templates-with-haml-in-ruby-or-php/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 10:32:18 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[HAML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/nicer-templates-with-haml-in-ruby-or-php/</guid>
		<description><![CDATA[Writing templates for a browser based app does alway mean to mix HTML with you preferred Scripting language. The beauty of such code differs, depending on the template language used, but it never reaches the beauty of pure scripting language codeblocks in your models or controllers. This fact could change with a new markup approach [...]]]></description>
			<content:encoded><![CDATA[<p>Writing templates for a browser based app does alway mean to mix HTML with  you preferred  Scripting language.  The beauty of such code differs, depending on the template language used, but it never reaches the beauty of pure scripting language codeblocks in your models or controllers.</p>
<p>This fact could change with a new markup approach called <a href="http://haml.hamptoncatlin.com/" title="HAML for Ruby" target="_blank">HAML &#8211; HTML Abstraction Markup Language.</a> To quote the Author of HAML, Hampton Catlin:</p>
<blockquote><p>Haml is a refreshing take that is meant to free us from the shitty templating languages we have gotten used to.</p></blockquote>
<p>But why are the traditional approaches we all use so ugly? Well take a look at this:</p>
<blockquote><p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;?php if ($title) { ?&gt;<br />
&lt;title&gt;&lt;?php echo $title; ?&gt;&lt;/title&gt;<br />
&lt;?php } else { ?&gt;<br />
&lt;title&gt;&lt;?php echo $pagename; ?&gt;&lt;/title&gt;<br />
&lt;?php } ?&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;header&#8221;&gt;<br />
&lt;h1&gt;&lt;?php echo $pagename; ?&gt;&lt;/h1&gt;<br />
&lt;?php if ($slogan) { ?&gt;<br />
&lt;span&gt;&lt;?php echo $slogan; ?&gt;&lt;/span&gt;<br />
&lt;?php } ?&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>Transfered into HAML Markup it looks like this:</p>
<blockquote><p> %html<br />
%head<br />
- if ( $title)<br />
%title= $title<br />
- else<br />
%title= $pagename<br />
%body<br />
#header<br />
%h1 Example page<br />
- if ($slogan)<br />
%span= $slogan</p></blockquote>
<p>HAML was initially coded for Ruby and <a href="http://phphaml.sourceforge.net/" title="phpHaml website" target="_blank">Amadeusz Jasak ported it to php 5 called phpHAML</a>.</p>
<p>This is the most readable approach i have seen so far and i definitely need to give it a try in my cakePHP projects. There is already a tutorial in the <a href="http://bakery.cakephp.org/articles/view/haml-markup-haiku" title="HAML inside CakePHP MVC Framework">CakeBakery </a>covering the implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/nicer-templates-with-haml-in-ruby-or-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug 1.0 Web Developer Tool</title>
		<link>http://mediaprojekte.de/webdevelopment/firebug-10-web-developer-tool/</link>
		<comments>http://mediaprojekte.de/webdevelopment/firebug-10-web-developer-tool/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 09:07:06 +0000</pubDate>
		<dc:creator>MP:Carsten</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/?p=548</guid>
		<description><![CDATA[Ein heller Stern am Plugin-Himmel: Das &#34;Firebug 1.0 Web Developer Tool&#34;! Was es kann:&#160; HTML anzeigen und bearbeiten CSS anzeigen und bearbeiten Java-Script debuggen DOM anzeigen und bearbeiten Besonders interessant ist der Style Inspector. Er gibt an welche CSS-Regeln f&#252;r das Styling des ausgew&#228;hlten Elements verantwortlich sind. Er zeigt nicht nur die direkt zugewiesenen Regeln [...]]]></description>
			<content:encoded><![CDATA[<p>Ein heller Stern am Plugin-Himmel: Das &quot;Firebug 1.0 Web Developer Tool&quot;! </p>
<p>Was es kann:&nbsp;</p>
<ul>
<li>HTML anzeigen und bearbeiten</li>
<li>CSS anzeigen und bearbeiten</li>
<li>Java-Script debuggen</li>
<li>DOM anzeigen und bearbeiten</li>
</ul>
<p>Besonders interessant ist der Style Inspector. Er gibt an welche CSS-Regeln f&uuml;r das Styling des ausgew&auml;hlten Elements verantwortlich sind. Er zeigt nicht nur die direkt zugewiesenen Regeln an, sondern auch die vererbten und &uuml;berstimmten. Spannend ist auch die M&ouml;glichkeit AJAX-Applikationen on the fly zu testen. </p>
<p>Vielleicht ist Firebug 1.0 das <a href="http://www.456bereastreet.com/archive/200612/firebug_10_web_developer_tool_of_the_year/">Web Developer Tool des Jahres</a>!? Auf alle F&auml;lle sollte sich jeder Webworker das Tool einmal ansehen (<a href="http://files.jnewland.com/firebug.mov">Screencast</a>) und dann sofort <a href="http://www.getfirebug.com/">downloaden</a> und installieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/firebug-10-web-developer-tool/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://files.jnewland.com/firebug.mov" length="0" type="video/quicktime" />
		</item>
		<item>
		<title>Entwickeln im Second Life</title>
		<link>http://mediaprojekte.de/webdevelopment/entwickeln-im-second-life/</link>
		<comments>http://mediaprojekte.de/webdevelopment/entwickeln-im-second-life/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 09:13:09 +0000</pubDate>
		<dc:creator>MP:Ole</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Second Life]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/entwicklen-im-second-life/</guid>
		<description><![CDATA[Nachdem ich im Wiki des BarCamp Cologne gerade eine Liste mit Links zum Thema &#8220;Entwickeln im Second Life&#8221; (Massively Multiplayer Virtual World [MMVW]) erstellt habe, stelle ich diese nun auch im MP:Blog euch zur Verfügung. Sehr interessant zum Thema Metaverse ist sicher auch das OpenGrid Projekt. Das BarCamp Cologne hat wirklich Spaß gemacht einen schnellen [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich im <a href="http://barcampcologne.pbwiki.com/" title="Wiki Barcamp Cologne">Wiki des BarCamp Cologne</a> gerade eine Liste mit Links zum Thema &#8220;Entwickeln im Second Life&#8221; (Massively Multiplayer Virtual World [MMVW]) erstellt habe, stelle ich diese nun auch im MP:Blog euch zur Verfügung. Sehr interessant zum Thema Metaverse ist sicher auch das <a href="http://metaverse.sourceforge.net/">OpenGrid Projekt</a>. Das BarCamp Cologne hat wirklich Spaß gemacht <img src='http://mediaprojekte.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  einen schnellen Überblick über das BarCamp, (Berichte, Fotos, Videos  und Links) findet ihr auf meinem <a href="http://barcampcologne.pbwiki.com/Mashup" title="BarCamp Cologne Mashup">BarCamp Cologne Mashup</a>.</p>
<p><strong><img src="http://data44.sevenload.de/i/ia/vz/jmohz5y/9um.jpg" title="BarCamp Cologne" alt="BarCamp Cologne" border="0" height="455" width="455" /></strong></p>
<p><strong>Links zum Thema SL und Entwicklung</strong></p>
<p>SL Blogs</p>
<ul>
<li><a href="http://blog.secondlife.com/">http://blog.secondlife.com/</a></li>
<li><a href="http://www.secondlifeinsider.com/">http://www.secondlifeinsider.com/</a></li>
<li><a href="http://freshtakes.typepad.com/sl_communicators/">http://freshtakes.typepad.com/sl_communicators/</a></li>
<li><a href="http://nwn.blogs.com/nwn/">http://nwn.blogs.com/nwn/</a></li>
<li><a href="http://www.2life.ch/">http://www.2life.ch/</a> (deutsch)</li>
<li><a href="http://www.meinsecondlife.de/">http://www.meinsecondlife.de/</a> (deutsch)</li>
<li><a href="http://secondslog.blogspot.com/">http://secondslog.blogspot.com/</a></li>
<li><a href="http://www.electricsheepcompany.com/">http://www.electricsheepcompany.com/</a></li>
<li><a href="http://secondlife.reuters.com/">http://secondlife.reuters.com/</a></li>
<li><a href="http://www.jasonpettus.com/inthegrid/">http://www.jasonpettus.com/inthegrid/</a></li>
<li><a href="http://taotakashi.wordpress.com/">http://taotakashi.wordpress.com/</a></li>
<li><a href="http://blog.cosyhome.org/">http://blog.CosyHome.org</a> (deutsch)</li>
<li><a href="http://www.bernd-schmitz.net/blog/?cat=12">http://www.bernd-schmitz.net/blog/?cat=12</a> (deutsch)</li>
<li><a href="http://www.sltalk.de/" title="Secondlife Talk">http://www.sltalk.de/</a> (deutsch)</li>
</ul>
<p>18 Blogs via <a href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Feco.netvibes.com%2Fopml%2F46711ee7b8408f62ab5beaaa51ecbcf8%2Fscond-life-blog-news.opml&amp;type=opml"><img src="http://www.netvibes.com/img/add2netvibes.gif" alt="Add to Netvibes" height="17" width="91" /></a> oder als <a href="http://eco.netvibes.com/opml/46711ee7b8408f62ab5beaaa51ecbcf8/scond-life-blog-news.opml">OPML</a> zum Download.</p>
<p>SL Web-Services</p>
<ul>
<li><a href="http://www.slbuzz.com/">SL Buzz</a></li>
<li><a href="http://www.slquery.com">SLQUERY</a></li>
</ul>
<p>SL Wiki</p>
<ul>
<li><a href="http://www.lslwiki.com/">www.lslwiki.com/</a></li>
<li><a href="http://www.lslwiki.com/lslwiki/wakka.php?wakka=llHTTPRequest">HTTPRequest</a></li>
</ul>
<p>SL Forum</p>
<ul>
<li><a href="http://www.sl-forums.com/">www.sl-forums.com/</a></li>
</ul>
<p>SL Portal</p>
<ul>
<li><a href="http://www.slinside.de/" title="SL Inside">www.slinside.de/</a></li>
</ul>
<p>SL Online Shops</p>
<ul>
<li><a href="http://www.slboutique.com/">www.slboutique.com/</a></li>
<li><a href="http://www.slexchange.com/">www.slexchange.com/</a></li>
</ul>
<p>3D Tools und Scripte im SL</p>
<ul>
<li>REZZ Box (OpenSource Script) <a href="http://rpgstats.com/wiki/index.php?title=LibraryBuildersBuddy">http://rpgstats.com/wiki/</a></li>
<li> 			 				<a href="http://www.slexchange.com/modules.php?name=Marketplace&amp;file=item&amp;ItemID=93006" class="blue">Skidz Primz</a> im SL bei Skidz Partz <a href="http://slurl.com/secondlife/San/200/81/57/">http://slurl.com/secondlife/San/200/81/57/</a></li>
</ul>
<p>SL Scripts</p>
<ul>
<li><a href="http://www.kan-ed.org/second-life/using-LSL.html">http://www.kan-ed.org/second-life/using-LSL.html</a> Using the Linden Script Language</li>
</ul>
<p>SL URL / Mapping</p>
<ul>
<li><a href="http://slurl.com/">http://slurl.com/</a></li>
</ul>
<p>Immobilien Händler im SL</p>
<ul>
<li><a href="http://www.anshechung.com/">http://www.anshechung.com/</a></li>
</ul>
<p>Externe Software/Plugins für SL</p>
<ul>
<li>2D &amp; 3D Tools <a href="http://secondlife.com/knowledgebase/article.php?id=049">secondlife.com/knowledgebase/article.php?id=049</a></li>
<li>SLCP (Texturen für Kleidung lokal testen) <a href="http://www.fileden.com/files/2006/10/8/271989/slcp.zip">www.fileden.com/files/2006/10/8/271989/slcp.zip</a></li>
<li>Create SL Objects in Blender <a href="http://www.3pointd.com/20060602/create-sl-objects-in-blender-if-you-dare/">www.3pointd.com/20060602/create-sl-objects-in-blender-if-you-dare/</a></li>
<li>King Events WordPress Plugin (Private Beta)</li>
</ul>
<p>Orte wo man gut im SL lernen kann</p>
<ul>
<li>Technical User interfacing (TUi) Builden/Scripts/Texturen &#8211; 8-10 Klassen täglich in 4 Leveln <a href="http://slurl.com/secondlife/Beyond%20The%20Prim/33/225/24/">http://slurl.com/secondlife/Beyond%20The%20Prim/33/225/24/</a> TUi is a business dedicated to educating Second Life residents with a focus on higher levels of training.TUi Kurse</li>
<li>The Ivory Tower Library of Primi | Alle was man über das Builden mit Prims wissen sollte <a href="http://slurl.com/secondlife/Natoma/167/181/37/">http://slurl.com/secondlife/Natoma/167/181/37/</a></li>
<li>Deutsche Tutorial und eine Lernstätte für Studenten (Einsteiger) <a href="http://slurl.com/secondlife/Pixel%20Expo%20II/190/168/41" set="yes">http://slurl.com/secondlife/Pixel%20Expo%20II/190/168/41</a></li>
</ul>
<p>Diese Liste ist sicher noch nicht vollständig, interessante Links zum Thema bitte als Kommentar anfügen. Ich werde versuchen die Liste aktuell zu halten. <img src='http://mediaprojekte.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/entwickeln-im-second-life/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>CakePHP eröffnet neue Backstube</title>
		<link>http://mediaprojekte.de/webdevelopment/cakephp-eroeffnet-neue-backstube/</link>
		<comments>http://mediaprojekte.de/webdevelopment/cakephp-eroeffnet-neue-backstube/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 10:35:07 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/webdevelopment/cakephp-eroeffnet-neue-backstube/</guid>
		<description><![CDATA[Strickst du noch oder b&#228;ckst du schon? Diese Frage sollte sich jeder stellen, der mit PHP einige Software entwickelt. Ich habe lange Zeit die Entwicklung von php Scripten gescheut und stattdessen nach OpenSource L&#246;sungen gesucht, welche ich dann angepasst habe. Das Ergebniss war nicht immer das was man als Programmierer gerne h&#228;tte, doch der Zeitaufwand [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Link zur neuen Backstube auf http://bakery.cakephp.org/" href="http://bakery.cakephp.org/"><img width="316" vspace="0" hspace="5" height="120" border="0" align="right" title="cake.logo.png" alt="cake.logo.png" src="http://www.mediaprojekte.de/wp-content/wp-filez/cake.logo.png" /></a>Strickst du noch oder b&auml;ckst du schon? Diese Frage sollte sich jeder stellen, der mit PHP einige Software entwickelt. </p>
<p>Ich habe lange Zeit die Entwicklung von php Scripten gescheut und stattdessen nach OpenSource L&ouml;sungen gesucht, welche ich dann angepasst habe. Das Ergebniss war nicht immer das was man als Programmierer gerne h&auml;tte, doch der Zeitaufwand war&nbsp; schon reduziert.</p>
<p>Mit einem MVC Framework wie CakePHP l&auml;sst sich die Entwicklungszeit eigener Programme extrem beschleunigen. Die Konventionen der Entwicklungsumgebung lenken den Programmierer und nehmen Ihm viele grundlegende Arbeiten ab. Ich habe z.B. in den 4 Monaten in denen ich CakePHP einsetze noch keine einzige SQL Abfrage schreiben m&uuml;ssen. Ich kann mittlerweile Funktionen an einem Tag programmieren, welche ich mir ohne Cake nicht in einer Woche zugetraut h&auml;tte. (ich bin eben kein Monster-Progger).</p>
<p>Ein weiterer Vorteil eines Frameworks ist die (fast automatisch) saubere Struktur der Software, solange die Konventionen eingehalten werden.</p>
<p>Zur&uuml;ck zum Titel. Auf <a target="_blank" title="die neue Backstube" href="http://bakery.cakephp.org/">http://bakery.cakephp.org/</a> ist ein neues Portal f&uuml;r News, Tutorials und Code Schnipsel entstanden, welches das alte Wiki abl&ouml;st. Die neue Plattform kommt in einem frischem Web 2.0 Design und ist um Welten &uuml;bersichtlicher als das Wiki.</p>
<p>Also auf in die Backstube und fr&ouml;hliches Teig kneten!&nbsp;</p>
<p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/webdevelopment/cakephp-eroeffnet-neue-backstube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How OpenLaszlo and CakePHP could team up.</title>
		<link>http://mediaprojekte.de/cms-systeme/how-openlaszlo-and-cakephp-could-team-up/</link>
		<comments>http://mediaprojekte.de/cms-systeme/how-openlaszlo-and-cakephp-could-team-up/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 20:03:32 +0000</pubDate>
		<dc:creator>MP:Schorsch</dc:creator>
				<category><![CDATA[CMS Systeme]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[OpenLaszlo]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/?p=499</guid>
		<description><![CDATA[Implementing different OpenSource CMS Systems brings up the same need for plugins each time.&#160; F.ex. You can find classified scripts , chats or galleries for Joomla, WordPress or Typo3 but they are all differently implemented. Every time you start again cleaning them up or enhancing them. But all the work is useless if you switch [...]]]></description>
			<content:encoded><![CDATA[<p><img width="316" vspace="0" hspace="5" height="120" border="0" align="right" alt="cake.logo.png" title="cake.logo.png" src="http://www.mediaprojekte.de/wp-content/wp-filez/cake.logo.png" />Implementing different OpenSource CMS Systems brings up the same need for plugins each time.&nbsp; F.ex. You can find classified scripts , chats or galleries for Joomla, WordPress or Typo3 but they are all differently implemented. Every time you start again cleaning them up or enhancing them. But all the work is useless if you switch from one system to the other or want to use some totally new CMS Software.</p>
<p>One solution is of course taking special standalone software for the special task. But here too you have to clean up the mess. Most of the special special functions are not used and you need to update a couple of systems for every customer. Keeping track of the changes is another enerving job as well as programming the css for each browser (&#8230;pucke)</p>
<p>I&acute;m thinking of something more usable which could be accomplished with the following tecniques. My idea&acute;s are not new, i just want to draw a &quot;OpenSource-software-mix scenario&quot; to point out one possible attempt. To follow what i&acute;m writing about you should take a look into this pdf:</p>
<p>&nbsp;<a title="openlaszlo_and_cakephp.pdf" href="http://www.mediaprojekte.de/wp-content/wp-filez/docs/openlaszlo_and_cakephp.pdf"><img border="0" alt="openlaszlo_and_cakephp.pdf" src="http://www.mediaprojekte.de/wp-content/plugins/Wysi-Wordpress/plugins/filemanager/InsertFile/img/ext/pdf_small.gif" />&nbsp;openlaszlo_and_cakephp.pdf&nbsp;(<span style="font-size: 80%">10.08.2006 21:39)</span></a></p>
<p>The solution to those scattered pieces of Addons and Plugins could be a central webservice which would deliver the main funtionality. Let&acute;s stick with the classifieds script. </p>
<p>The whole intelligence like the classified management, emails, user administration could be done with the cakePHP framwork. The user would login here to do all his adminsitrative tasks. Instead of rendering normal HTML pages for the public classifieds views Cake would just render pure XML. </p>
<p><img width="204" vspace="0" hspace="5" height="46" border="0" align="right" alt="ol_logo_small.gif" title="ol_logo_small.gif" src="http://www.mediaprojekte.de/wp-content/wp-filez/ol_logo_small.gif" />The public view side would be programmed with OpenLaszlo which generates a standalone swf File. The connection between both is made over HTTP Request. Of course there are some variables which the SWF needs to fetch the correct URL&acute;s. Those variables could reside in an config file contaning the user&acute;s login, special url&acute;s or settings for the flashfilm itself, like textsize.</p>
<p>The technical advantages of such an enviroment is that the implementer does not have to worry about technical details, updates, formating html and whatever comes his way. He can simply put the swf wherever he wants and it quickly shows the classifieds from the webservice. The enduser get&acute;s a really rich dynamic enviroment which can only be accomplished with flash. The Service Programmer does also not have to worry about different CMS Systems or Server setups.</p>
<p>Of course you are not bound to the cakePHP framework for rendering xml and delivering the intelligence. Ruby on Rails is another damn nice framework for such a scenario and there is already a OpenLaszlo Plugin available. I choose cakePHP in this example because it runs whith most webspaces, whereas ruby on rails support is not so widespread.</p>
<p>Please note that this is just a rough draft of an idea. Such a couple-up is not only usefull for small enhancements of cms systems like mentioned at the start. What kind of idea do you have? &nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/cms-systeme/how-openlaszlo-and-cakephp-could-team-up/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Das Web und die Farben</title>
		<link>http://mediaprojekte.de/grafik-design/das-web-und-die-farben/</link>
		<comments>http://mediaprojekte.de/grafik-design/das-web-und-die-farben/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 11:42:07 +0000</pubDate>
		<dc:creator>MP:Stefan</dc:creator>
				<category><![CDATA[Grafik + Design]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Barrierefrei]]></category>
		<category><![CDATA[Farben]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de//das-web-und-die-farben/</guid>
		<description><![CDATA[ Beim gestalten von Webseiten stellt sich immer wieder die Frage nach den zu verwendenden Farben.

Gibt es einen CI, hat der Kunde/Auftraggeber bestimmte Vorgaben, oder gefällt ihm etwas grelles besser als etwas gedecktes… soll man Barrierefreiheit beachten, wie sieht die Zielgruppe aus, etc. …

Gott-sei-Dank ist das (zum größten Teil) eine Aufgabe, welche die Designer und Grafiker mir/uns abnehmen, aber man will ja auch mal was eigenes schaffen… oder einen Kleinst-Auftrag ohne fremde Hilfe abwickeln… oder für Freunde, Familie, Bekannte etwas "kleines" machen… was also tun? ]]></description>
			<content:encoded><![CDATA[<p><img width="195" vspace="0" hspace="5" height="195" border="0" align="right" title="web-farben.jpg" alt="web-farben.jpg" src="http://www.mediaprojekte.de/wp-content/wp-filez/web-farben.jpg" />            Beim gestalten von Webseiten stellt sich immer wieder die Frage nach den zu verwendenden Farben.  </p>
<p>Gibt es einen CI, hat der Kunde/Auftraggeber bestimmte Vorgaben, oder gef&auml;llt ihm etwas grelles besser als etwas gedecktes&hellip; soll man Barrierefreiheit beachten, wie sieht die Zielgruppe aus, etc. &hellip;  </p>
<p>Gott-sei-Dank ist das (zum gr&ouml;&szlig;ten Teil) eine Aufgabe, welche die Designer und Grafiker mir/uns abnehmen, aber man will ja auch mal was eigenes schaffen&hellip; oder einen Kleinst-Auftrag ohne fremde Hilfe abwickeln&hellip; oder f&uuml;r Freunde, Familie, Bekannte etwas &quot;kleines&quot; machen&hellip; was also tun?  </p>
<p>Eine kleine aber feine Hilfestellung bieten die diversen Seiten mit &mdash; ich nenn&#8217; sie mal &mdash; &quot;Farb-Helfern&quot;:  <br /> Diese helfen zusammen passende Farbwerte, Kontraste und auch Barrierefreie Farbangaben zu finden, auf denen man dann sein Layout gr&uuml;nden kann.  </p>
<p>Hier mal eine Auswahl (Dank auch an <a href="http://www.mediaprojekte.de/author/mpole/feed/">MP:Ole</a> + <a href="http://www.mediaprojekte.de/author/mpcarsten/">MP:Carsten</a>):   </p>
<ul>
<li><a href="http://pourpre.com/outils/chromafiltre.php">Chromafiltre</a></li>
<li><a href="http://pourpre.com/chromograf/en/">Chromograf</a></li>
<li><a href="http://www.ficml.org/jemimap/style/color/wheel.html">4096 Color Wheel</a></li>
<li><a href="http://www.pathways.plus.com/palette.html">Smart Web Palette 4096 Colors</a></li>
<li><a href="http://wellstyled.com/tools/colorscheme/index-en.html">Color scheme</a></li>
<li><a href="http://wellstyled.com/tools/colorscheme2/index-en.html">Color scheme 2</a></li>
<li><a href="http://www.colorschemer.com/">Color Schemer</a></li>
<li><a href="http://www.colorschemer.com/online.html">Color Schemer online</a></li>
<li><a href="http://webcolor.webmaster-kit.com/">Web-color kit</a></li>
<li><a href="http://slayeroffice.com/tools/color_palette/">Color Palette Creator v1.6</a></li>
<li><a href="http://www.morecrayons.com/palettes/webSmart/colorcube.php">Color Cube</a></li>
<li><a href="http://www.clearink.com/dynakewb/">Dynakewb</a></li>
<li><a href="http://returnofdesign.com/colors">Returnofdesign</a></li>
<li><a href="http://jrm.cc/color-palette-generator">Color-Palette-Generator</a></li>
<li><a href="http://www.themaninblue.com/experiment/Technicolor">Technicolor</a></li>
<li><a href="http://www.metacolor.de/">Metacolor</a></li>
<li><a target="_blank" href="http://www.colourlovers.com/">COLORlovers</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/grafik-design/das-web-und-die-farben/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS-Browserweiche für Safari und ihr Nutzen</title>
		<link>http://mediaprojekte.de/sonstige-themen/css-browserweiche-fur-safari-und-ihr-nutzen/</link>
		<comments>http://mediaprojekte.de/sonstige-themen/css-browserweiche-fur-safari-und-ihr-nutzen/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 10:09:59 +0000</pubDate>
		<dc:creator>MP:Stefan</dc:creator>
				<category><![CDATA[Sonstige Themen]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Browserweiche]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de//css-browserweiche-fur-safari-und-ihr-nutzen/</guid>
		<description><![CDATA[Wie schon in meinem Blog berichtet, hat Malarkey von StuffAndNonsens eine valide CSS-Browserweiche f&#252;r den Safari-Browser entdeckt. Um es kurz zu machen: &#34;@import inside @media causes Safari to ignore all styles within @media&#34; Malarkay hat seinen Artikel jedoch mit den Worten geschlossen: &#34;So, if you feel the need to be nasty to Safari, here&#8217;s another [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" style="margin: 0.4em 0pt 0pt 1em; float: right" src="http://www.w3junkies.com//toocool/images/safari.jpg" />
<p>Wie schon in meinem <a href="http://s-fels.de/software/valide-css-browserweiche-fur-safari/">Blog</a> berichtet, hat Malarkey von <a href="http://www.stuffandnonsense.co.uk/">StuffAndNonsens</a> eine <a href="http://www.stuffandnonsense.co.uk/archives/hide_css_from_safari.html">valide CSS-Browserweiche f&uuml;r den Safari-Browser</a> entdeckt.</p>
<p> 
<p>Um es kurz zu machen:<br /> &quot;@import inside @media causes Safari to ignore all styles within @media&quot;</p>
<p>Malarkay hat seinen Artikel jedoch mit den Worten geschlossen:<br /> &quot;So, if you feel the need to be nasty to Safari, here&#8217;s another way to do just that.&quot;</p>
<p>Mit &quot;nasty&quot; hat das in meinen Augen jedoch nix zu tun, denn ich habe konkret zwei Anwendungsbeispiele gefunden, wo diese Browserweiche absolut Sinn macht:</p>
<ul>
<li>Safari hat (ebenso wie der MSIE) Probleme mit PNGs, bzw.mit der Farbgetreuen Darstellung dieser.<br /> D.h., dass man entweder auf GIFs umsteigen sollte, oder aber mittels der Browserweiche andere (angepasste) Farbwerte f&uuml;r den Safari vorgibt.</li>
<li>Safari hat Probleme damit ein Flash-Film mittels &quot;float: right;&quot; von Text umflie&szlig;en zu lassen.<br /> D.h., man muss auch hier Auswege finden, die man teilweise mit extra Safari-CSS-Anweisungen umsetzen kann.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/sonstige-themen/css-browserweiche-fur-safari-und-ihr-nutzen/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Homepage API</title>
		<link>http://mediaprojekte.de/internet/google-homepage-api/</link>
		<comments>http://mediaprojekte.de/internet/google-homepage-api/#comments</comments>
		<pubDate>Wed, 14 Dec 2005 17:27:52 +0000</pubDate>
		<dc:creator>MP:Stefan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/internet/google-homepage-api/</guid>
		<description><![CDATA[Create a Module for the Google Homepage The Google Homepage API is our effort to open the Google homepage to developers. Use it to turn your web content or application into modules that users can add to their personalized homepage. You can also develop features that affect other aspects of the page, such as font [...]]]></description>
			<content:encoded><![CDATA[<blockquote><strong><img width="210" vspace="0" hspace="5" height="150" border="0" align="right" src="http://www.mediaprojekte.de/wp-content/wp-filez/google-ig.jpg" alt="google-ig.jpg" title="google-ig.jpg" /> Create a Module for the Google Homepage</strong> <br /> The Google Homepage API is our effort to open the Google homepage to developers. Use it to turn your web content or application into modules that users can add to their personalized homepage. You can also develop features that affect other aspects of the page, such as font and color schemes.<br />   The Homepage API doesn&#8217;t require any downloads, and was designed to be flexible and easy to use:
<ol>
<li><strong>Write a module</strong><br />   The Developer Guide walks through how to use the Google Homepage API to write a module. At a basic level, a module is just an XML file that wraps existing web content or applications.</li>
<li><strong>Submit your module</strong><br />   Once you&#8217;ve completed a module, you can submit it to request its inclusion in the directory, which we&#8217;re hoping to fill with high-quality modules that are useful and fun for personalized homepage users.</li>
<li><strong>Enjoy the fruits of your labor</strong><br />   You can then add your module to your Google homepage &mdash; and be sure to let your friends know, so they too can benefit from your hard work and revel in your web development skills.</li>
</ol>
</blockquote>
<p>   Google Homepage API &#8211; <a href="http://www.google.com/apis/homepage/">Overview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/internet/google-homepage-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Warum mySQL-Datenbanken immer nur mit phpMyAdmin verwalten?</title>
		<link>http://mediaprojekte.de/internet/warum-mysql-datenbanken-immer-nur-mit-phpmyadmin-verwalten/</link>
		<comments>http://mediaprojekte.de/internet/warum-mysql-datenbanken-immer-nur-mit-phpmyadmin-verwalten/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 09:43:39 +0000</pubDate>
		<dc:creator>MP:Enrico</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.mediaprojekte.de/internet/warum-mysql-datenbanken-immer-nur-mit-phpmyadmin-verwalten/</guid>
		<description><![CDATA[Auf den Seiten von TurboAjax Group habe ich ein Datenbank-Management-System auf AJAX-Basis entdeckt. Durch den Einsatz von AJAX wird nicht nur die Darstellung von Tabellen und Inhalten wesentlich verbessert, sonder auch die Verarbeitung. Das ganze gibt es als kostenlosen Download und als Live-Demo.&#160; weiter zur Website]]></description>
			<content:encoded><![CDATA[<p>Auf den Seiten von <a href="http://www.turboajax.com/">TurboAjax Group</a> habe ich ein Datenbank-Management-System auf <span class="caps">AJAX</span>-Basis entdeckt. Durch den Einsatz von <span class="caps">AJAX</span> wird nicht nur die Darstellung von Tabellen und Inhalten wesentlich verbessert, sonder auch die Verarbeitung.</p>
<p>Das ganze gibt es als <a href="http://www.turboajax.com/tda_download.html">kostenlosen Download</a> und als <a href="http://www.turboajax.com/turbodbadmin_demo/">Live-Demo</a>.&nbsp;</p>
<p><a href="http://www.turboajax.com/turbodbadmin.html">weiter zur Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediaprojekte.de/internet/warum-mysql-datenbanken-immer-nur-mit-phpmyadmin-verwalten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

