<?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>Hannes Moser &#187; Webby Web</title>
	<atom:link href="http://impossiblearts.com/blog/category/webby-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://impossiblearts.com/blog</link>
	<description>Games, Web &#38; Design</description>
	<lastBuildDate>Wed, 23 Jun 2010 13:19:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dreamweaver CS4 Beta: &quot;It&#039;s time for teamwork baby&quot;</title>
		<link>http://impossiblearts.com/blog/2008/07/dreamweaver-cs4-beta-its-time-for-teamwork-baby/</link>
		<comments>http://impossiblearts.com/blog/2008/07/dreamweaver-cs4-beta-its-time-for-teamwork-baby/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 11:33:48 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://impossiblearts.com/blog/?p=382</guid>
		<description><![CDATA[We are using Dreamweaver in different versions at our company and sometimes for us, Dreamweaver is more or less the best choice. But we are always missing some workflow-features. We have tried to implement an Eclipse-based solution (PDT, WDT, Subclipse, etc.) into our daily workflow, but this was no real alternative. Next step was to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://labs.adobe.com"><img class="alignnone size-full wp-image-383" title="Dreamweaver CS4 Beta" src="http://impossiblearts.com/blog/wp-content/uploads/2008/07/dw.jpg" alt="" width="450" height="100" /></a></p>
<p>We are using Dreamweaver in different versions at our company and sometimes for us, Dreamweaver is more or less the best choice. But we are always missing some workflow-features. We have tried to implement an Eclipse-based solution (PDT, WDT, Subclipse, etc.) into our daily workflow, but this was no real alternative.</p>
<p>Next step was to put all of our code into a repository. But if you have to do quick changes(and this happens very often) and login with Remote-Desktop on the Production-Environment, you always will break the repository, because lack of time and the next day someone has to &#8220;Clean-Up&#8221; the mess. So we are falling back to the Check-In, Check-Out method, availabe in Dreamweaver since i know it (MX or so). But in comparison to an SVN-solution this is not very satisfying.</p>
<p>Next big issue we have is using CSS-based layouts and &#8220;Includes&#8221; in DW. It seems that till version CS3, DW is pratically only useable with static pages (except you use tables for some parts of the page, but i do not like this idea very much). For cases, where a CMS is not a solution, Dreamweaver is our best friend and so we have to do a lot of debugging with FF and Firebug, or IE and Developer Toolbar.</p>
<p><strong>BUT</strong></p>
<p>Dreamweaver CS4 will have some features that are targeting this 2 major problems we have. SVN integration into DW. Works great for me, but check your SVN-version, DW will not work with the current release of SVN(I hope a more  SVN client into DW will be replaced for the final release).</p>
<p>And, the new Live-View is wonderful. F.e. if you have a calendar-widget which is included like this</p>
<pre class="brush: php;">

include(&quot;calendar.php&quot;);
</pre>
<p>you will never get the page correctly rendered. But if you have access to a testserver(Configured within Site-Manager), than you can use Live-View. Therefore Dreamweaver loads the site from the testserver and link the code from you to this live-perspective. So, you can jump between Code and Design perspective and edit your code.</p>
<p>We also like, that related documents are opened in &#8220;subtabs&#8221; and you can instantly work on these. We have discovered some bugs in Live-Mode and there are some feature requests we have.</p>
<ul>
<li>If you have Java-Script activated and you click on Design-View, you could never go back to any line in Code-View, because of a &#8220;marker&#8221; or so, DW is tries to jump all the time.</li>
<li>If i edit a file in Live-View, the Webkit-rendered-presentation never get updated.</li>
</ul>
<p>I have to restart DW after writing some messy HTML-code, because the Webkit-DW-Combo could not handle this. I have to do further testing to find out under which conditions this things are going to happen.</p>
<p>Finally, DW CS4 will be one of the most important releases in 10-years of development.</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2008/07/dreamweaver-cs4-beta-its-time-for-teamwork-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 4.2 &#8211; Usability?</title>
		<link>http://impossiblearts.com/blog/2008/04/typo3-42-usability/</link>
		<comments>http://impossiblearts.com/blog/2008/04/typo3-42-usability/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 23:34:45 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[Design/UI]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://impossiblearts.com/blog/2008/04/30/typo3-42-usability/</guid>
		<description><![CDATA[The first CMS-framework i ever used was Typo3. I liked the idea behind it from a technical point of view but was always disappointed from the user-experience. With Typo3 4.0, the Typo3 association hast started the &#8220;Cleaner Backup&#8221;-initiative. The release statement of today says something like, &#8220;We have finished the backup reorganization&#8221;. I have waited [...]]]></description>
			<content:encoded><![CDATA[<p>The first CMS-framework i ever used was Typo3. I liked the idea behind it from a technical point of view but was always disappointed from the user-experience. With Typo3 4.0, the Typo3 association hast started the &#8220;Cleaner Backup&#8221;-initiative. The release statement of today says something like, &#8220;We have finished the backup reorganization&#8221;. I have waited for this moment about 3 or more years and downloaded the Typo3 4.2 immediately, but&#8230;.</p>
<p><strong>yeah.. but what?</strong></p>
<p>Nothing happened, this is maybe a bit unfair, but from a user&#8217;s view, really nothing happened, even simple design and UI-rules have not been followed and the old problems of the interaction design are still the same or worse (A nice new game is, &#8220;Find the Save-button&#8221;). I do not want to bash Typo3 or it&#8217;s developers, but the following points prevents me from using Typo3 as a base for new platforms.<span id="more-365"></span></p>
<p><strong>1. Who has the smallest&#8230;&#8230; icons?</strong><br />
<strong> </strong></p>
<p align="left"><a href="http://impossiblearts.com/blog/wp-content/uploads/2008/04/typo3_1.jpg" title="typo3_1.jpg"><img src="http://impossiblearts.com/blog/wp-content/uploads/2008/04/typo3_1.thumbnail.jpg" alt="typo3_1.jpg" align="left" /></a>Is anyone able to explain me why are there still more than 20 buttons on the left-navigation-bar? What is about a common application-layout and a categorized menu? (have a look at <a href="http://www.webedition.de/de/index.php" target="_blank">Webedition</a>)</p>
<p> The icons are to small and they are simply not modern (Even <a href="http://joomla.org/" target="_blank">Joomla</a> has this kind of glossy icons). Everyone knows the bigger-is-better Web 2.0 aesthetic and it simply works, if you do a direct comparison of web-user-interfaces (content-management) and you compare WordPress with Typo3, Typo3 simply sucks. WordPress is easy-to-use from the first minute and for more advanced users it still have advantages too. F.e. if you do a lot of publishing, you will be much faster with WordPress than with Typo3.<br />
You might think i am comparing apples with oranges but from a editor&#8217;s view, where is the difference?. HtmlArea vs. TinyMCE, Categories vs. site-tree, these things are all the same for an editor&#8230;</p>
<p><strong>2. Performance, User-experience</strong><br />
One statement in the release notes is, that the performance of the worflow has been increased. There were several points listened, but i want to mention one. The AJAX-driven-site-tree. Ok, it&#8217;s cool, but in 4th year a.O (this is my personal time period of Web 2.0: &#8220;b.O&#8221; means <strong>b</strong>efore <strong>O</strong>&#8216;Reilly mentioned Web 2.0 and &#8220;a.O&#8221; for <strong>a</strong>fter <strong>O</strong>&#8216;Reilly&#8230; ok sad joke) it should be a standard for rich-applications. But if you have ever worked with the &#8220;Categories&#8221;-Panel in WordPress you will recognize how bad the tree is made in Typo3. Even if i work alone on my local test machine(Core2Duo, 4Gb RAM, Win x64) the whole Typo3 interface is so annoying to work with, because of the high response times after an action, that i always think that no Typo3 developer uses his own system to work in a daily workflow.</p>
<p>I have an execise for you.</p>
<p>Take your &#8220;blog&#8221; and move it to Typo3, than write at least 3 articles a week with images inside and some common layout-elements like lists, after a period of one or two month move your blog to a blogging-software like WordPress or MovableType and do the same again. You only have to do this if you don&#8217;t believe me that you will never go back to Typo3 for this kind of use.</p>
<p><strong>3. Workflow, no&#8230; not for developers, for those who have to use the system daily</strong></p>
<p>From a developer&#8217;s perspective Typo3 is a great system, modular, extendable, Open-Source, well-written-codebase, etc. etc. But a developer only sees the system a short time and afterwards the editor&#8217;s have to spend most of the time with Typo3.<br />
In the last years i have met a lot of Typo-developers and Typo-editor&#8217;s and the major problem i recognized is complexity.</p>
<p>Complexity, not only from a editor&#8217;s view, also the average developer is overstrained with the system. Nearly every Typo3-setup i see was not done by an Typo3-expert. Most of the time a small web-agency has to follow the wishes of their clients and lots of them have heared from Typo3. &#8220;Ouh i have heared about a CMS, it&#8217;s completely free and it&#8217;s superduper easy to use and you have nothing to build on your own, so it will be very cheap to build our new site with it&#8230;.&#8221;. Wuäh&#8230;. i hate this statements from the marekting-executives.<br />
The problem is, that all this &#8220;cheap&#8221;-setup&#8217;s are completely misconfigured and after a period of time, most of the editor&#8217;s are completely disappointed by Typo3. This is a real problem. I does not happened once or twice that a client asked me for a Typo3 alternative because they are not able to use it&#8230;. So, a Typo3-expert will have problems to sell his profession.</p>
<p>I think, this is not what the Typo3-association wants!</p>
<p><strong>My suggestions</strong></p>
<p>One solution could be, to preconfigure an <strong>easiest-to-use</strong> Typo3-setup that is as simple as WordPress to install and configure.</p>
<p>Next step should be asset-management. Have a look at the WordPress-image-upload. It should be that easy to include images, videos or sound.</p>
<p>Improve the speed of the UI and improve the UI-design. Have a look at libraries like <a href="http://extjs.com/" title="ExtJS" target="_blank">extjs</a>, i think it&#8217;s easier to develop a new frontend with it than to develop your own UI-solutions.</p>
<p>Reduce the options a user have. F.e. if i want to write an article with text and an image, why i have to choose a lyout before i could start to write. I want to include images, videos and sound on-the-fly during i write an article.</p>
<p>A tabbed menu should never be needed, i don&#8217;t think that an editor should be in a position where he has to make 3 great decisions for one article.</p>
<p>Increase the size of all fonts and start to layout Typo3 menu/sites from a typographic/interaction-designer-perspective.</p>
<p>Increase the size of all buttons and take well-designed icons.</p>
<p>Make heavy and right use of AJAX.</p>
<p>Animation is not an overload if you use it well.</p>
<p>Instantly show context-sensitive-help-bubbles if you move over a button, and do not use the typical &#8220;title&#8221; or &#8220;alt&#8221;-tag html solution, A real-context sensitive help should include more information than the button-name.</p>
<p>And finally, work on the steps to publish a new article. Why should i create a categorie or page before i can start to write an article. In Typo3 there is the possibility of &#8220;already-opened-documents&#8221;. Sort this documents in tabbed layouts (look at some of the great new RIA&#8217;s developed in the last months).</p>
<p>Some of this points above, are not the fault of the Typo3-developers. But an application like Typo3 could only be succesful if the editor&#8217;s like it. And the great problem of misconfigured Typo3-systems has to be solved. I think the decision that has to be made is, &#8220;<strong>hide complexity from the user</strong>&#8221; !</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2008/04/typo3-42-usability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash XMLSocket Verbindungen</title>
		<link>http://impossiblearts.com/blog/2006/04/flash-xmlsocket-verbindungen/</link>
		<comments>http://impossiblearts.com/blog/2006/04/flash-xmlsocket-verbindungen/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 18:58:54 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://impossiblearts.com/blog/?p=86</guid>
		<description><![CDATA[Wie im vorigen Beitrag berichtet ist die XMLSocket Klasse und die daraus resultierende Streaming Verbindung alles andere als flott. Was ich noch schuldig bin, ist eine Erklärung für dieses Verhalten. Flash verwendet für die Verbindung das TCP-Protokoll, was ja laut Spezifikation nicht schlecht wäre (gesicherte Ãœbertragung der Pakete, sowie korrekte Reihenfolge). Der Nachteil zu UDP [...]]]></description>
			<content:encoded><![CDATA[<p>Wie im vorigen Beitrag berichtet ist die XMLSocket Klasse und die daraus resultierende Streaming Verbindung alles andere als flott.</p>
<p>Was ich noch schuldig bin, ist eine Erklärung für dieses Verhalten.</p>
<p>Flash verwendet für die Verbindung das TCP-Protokoll, was ja laut Spezifikation nicht schlecht wäre (gesicherte Ãœbertragung der Pakete, sowie korrekte Reihenfolge). Der Nachteil zu UDP <span id="more-86"></span>ist aber, dass dadurch die Ãœbertragung der Pakete teilweise verzögert wird. So schließt man zwar ein falsches Paket aus, bzw. ein falsch sortiertes Paket, was aber nicht immer wünschenswert sein muss.</p>
<p>Denn eine Validierung der eingehenden Informationen ist weniger zeitkritisch als die Ãœbertragungdauer für Echzeitanwendungen. Die Interpolationsmöglichkeiten die sich daraus wahrscheinlich ergeben würden, wären wesentlich zufriedenstellender als mit der auf TCP basierenden Verbindung.</p>
<p>Zu guter Letzt noch eine schlechte Nachricht. Laut ActionScript 3 Definition wird sich daran auch in naher und mittlerer Zukunft nichts ändern. In der <a title="Language Reference" target="_blank" href="http://livedocs.macromedia.com/labs/1/flex/langref/index.html">Online Dokumentation</a> wird das TCP Protokoll weiterhin als Grundlage angeführt.</p>
<p>Ein weiterer Punkt, der für eventuelle Latenzzeiten verantwortlich sein könnte ist nahezu auszuschließen. Es wurde eingeworfen das Java auch nicht das Flotteste sei und dadurch die Ãœbertragung weiterhin verlangsamt werde. Dem ist meiner Meinung nach zu widersprechen, den eine Virtual Machine läuft ständig im Hintergrund und durch JustInTime &#8211; Compiling oft ausgeführter Befehle ist eigentlich davon auszugehen, dass die Java Applikation einer nativen Applikation nahezu ebenbürtig ist.</p>
<p>Vor allem bei Useranzahl = 2 beschränkt sich bei einem 40ms Zyklus die Anzahl der Funktionsaufrufe auf 4(dies waren die Testbedingungen für das Echtzeitsystem), was ein Klacks ist und sogar Flash in einer Zeit abwickeln würde, die nicht merkbar wäre.</p>
<p>Die Anzahl der verschickten Bytes entsprach 4 bzw. AnzahlUser * 4.</p>
<p>Der nächste Problempunkt stellt die Entfernung Client < -> Server dar. Eine Verbindung die über viele Netzknoten wandert verursacht natürlich auch eine Menge an Verzögerung die nicht geschätzt werden kann. Für eventuell funktionierende Interpolationslösungen wäre ich dankbar, aber immer mit dem Bewusstsein, dass die Anwendung bei 24fps keine merklichen Abweichungen aufweisen darf.</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2006/04/flash-xmlsocket-verbindungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX vs Flash</title>
		<link>http://impossiblearts.com/blog/2006/03/ajax-vs-flash/</link>
		<comments>http://impossiblearts.com/blog/2006/03/ajax-vs-flash/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 12:42:55 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://impossiblearts.com/blog/?p=62</guid>
		<description><![CDATA[An der FH Salzburg (Multi Media Art) brandete gestern im Zuge der Vortragsreihe Multimedia-Programmierung ein äußerst interessante Diskussion über die Verwendung dynamischer Datenaustauschtechnologien auf. Im Prinzip ging es nur um eines Welchen Sinn hat Flash? Diese Frage hat sich bis jetzt nie für mich gestellt, aus dem einfachen Grund, weil die Beschäftigung mit einem Hype [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image63" alt="Flash vs AJAX" src="http://impossiblearts.com/blog/wp-content/uploads/2006/03/flashvsajax.jpg" /></p>
<p>An der <a target="_blank" title="FH Salzburg" href="http://fh-salzburg.ac.at/">FH Salzburg</a> (Multi Media Art) brandete gestern im Zuge der Vortragsreihe Multimedia-Programmierung ein äußerst interessante Diskussion über die Verwendung dynamischer Datenaustauschtechnologien auf.</p>
<p>Im Prinzip ging es nur um eines <strong>Welchen Sinn hat Flash?</strong></p>
<p>Diese Frage hat sich bis jetzt nie für mich gestellt, aus dem einfachen Grund, weil die Beschäftigung mit einem Hype nie mein Fall war, doch was ist <a target="_blank" title="AJAX Description on Wikipedia" href="http://de.wikipedia.org/wiki/Ajax_%28Programmierung%29">AJAX</a> überhaupt.</p>
<p>Grundsätzlich ist es ein im HTTP 1.1 Protokoll definierter Weg HTML-Requests ohne einen Reload durchzuführen. Die eigentliche Mächtigkeit ergibt sich aber erst seit ca. 1/2 Jahr mit der Entwicklung von offenen Java-Script Libraries für diese Technologie die zeitgesteuerte Abläufe einfach ermöglichen. Als tolles Beispiel ist eben jenes <a target="_blank" title="Wordpress" href="http://wordpress.org">System</a> anzuführen, an dem ich gerade eben diesen Text tippe, WordPress setzt mit <a title="TinyMCE" target="_blank" href="http://tinymce.moxiecode.com/">TinyMCE</a> und der Kategorieverwaltung stark auf AJAX.</p>
<p>Es ermöglicht eine bis dahin in Websites nie gekannte Interaktivität und Usability. Allerdings muss man ganz klar feststellen, dass dies aber erst der Anfang eines großen Schrittes sein kann. Erst eine GUI und ein leistungsstarkes Authoring, bzw. Codekonzepte und der Einsatz von JavaScript-Spezifikation 2 erlauben große Projekte mit stabilem Coding.</p>
<p>Aber nochmal zurück zum Anfang, was ist <a target="_blank" title="Macromedia/Adobe" href="http://macromedia.com">Flash</a>?</p>
<p>Flash setzt seit Version 7(Flash MX 2004) auf 2 getrennte Authoring-Umgebungen, eine für Animationskünstler und Designer und die Professionel-Variante für Programmierer. In diesem Zusammenhang sind auch 2 Entwicklungsumgebungen besonders hervorzuheben, der in Eclipse implementierte FDT-Editor und ein von Alessandro Crugnola programmierter Open-Source Editor namens <a title="SEPY Homepage" target="_blank" href="http://sepy.it">SEPY</a>.</p>
<p>Seit diesen Versionen ist ein für Programmierer sinnvolles API-Handling zumindest teilweise implementiert und ermöglicht prinzipiell die Produktion von stabilem sauberen Code. Auch die Produktion von Komponenten und die Entwicklung des <a title="Flex 2 Framework" target="_blank" href="http://labs.macromedia.com">Flex-Framework </a>haben wesentlich dazu beigetragen mächtige RIA´s (Rich Internet Application) zu designen.</p>
<p>Diese Trennung der Programmteile war ein wichtiger Schritt um die Prioritäten von Flash neu zu definieren. Flash ist historisch betrachtet ein Tool für Designer und Animateure und entwickelte mit ActionScript eine mehr oder minder fähige Sprache, die auf die Zeitleistenfunktionalität aufsetzte. Mit der Zeit wurde die Entwicklung von Applikationen derart wichtig, dass sich die Sprache auf einer komplett falschen Basis rasant entwickelte. Durch Einführung von ActionScript 2 wurde der erste richtige Schritt getan und die von Adobe/Macromedia veröffentlichte Spezifikation von <a title="ActionScript 3" target="_blank" href="http://labs.macromedia.com">ActionScript 3</a> verspricht eine weitere Steigerung.</p>
<p>Wenn man versucht Flash nicht als ein Tool für alles zu betrachten, sondern jeweils die Stärkten der unterschiedlichen Versionen als eigenständiges Entwicklunsgerät zu verwenden ist meiner Meinung nach der 1. Schritt getan. Flash für Entwickler muss ein Compiler werden(wie es bei <a target="_blank" title="MTASC" href="http://mtasc.org">MTASC</a> bereits als OpenSource umgesetzt wurde) der auf ein starkes, mächtiges und großes Framework aufsetzt.</p>
<p>Flash für Designer und Animationskünstler muss eine zeitleistengesteuerte Oberfläche bleiben und auf die Stärke des Small Web Format (SWF) setzen. Die Ãœberlegenheit die diese Applikation von anderen und natürlich von AJAX unterscheidet ist ein Austausch der einzelnen Komponenen von Entwickler und Designer ist einfach und schnell zu realisieren, die Oberfläche für eine RIA oder ein Spiel sind in einem einzigen Programm zu realöisieren und ermöglichen dem Einzelnen und dem Team eine feste Entwicklungsstruktur für Projekte zu integrieren. Die Verwendung von Editoren wie <a target="_blank" title="FDT Editor" href="http://fdt.powerflasher.de">FDT</a> und <a title="SEPY Editor" target="_blank" href="http://sepy.it">SEPY</a> ist mit seinen Refactoring und Entwicklungswerkzeugen ein erster Schritt in Richtung Applikationsentwicklung.</p>
<p>Wenn jetzt natürlich der berechtigte Einwand kommt, <a target="_blank" title="Sun - Java" href="http://javasoft.com">Java</a> und Co. sind &#8220;richtige Programmiersprachen&#8221; und für die Applikationsentwicklung vorgesehen, muss man hier prinzipiell recht geben, allerdings der wirtschaftliche Faktor ist bei Webapplikationen ein wesentlicher im Gegensatz zur Softwareentwicklung, betrachtet man die Durchlaufzeiten bei Desktop-Anwendungen im Vergleich zu Webanwendungen ist dieser gravierend, da die Test und Entwicklungszeiten im Web nur einen Bruchteil ausmachen.</p>
<p>Flash kann eine Lösung für zukünftige Präsentationen im Webbereich und interaktive Anwendungen werden. Was meiner Meinung nach auszuschließen ist, das AJAX und ähnliche Entwicklungen in die Präsentationssparte eindringen können.</p>
<p>Interessanter ist der Vergleich im Bereich interaktiver Anwendungen. Sobald die Entwicklungswerkzeuge und Frameworks von AJAX eine genügend entwickeltes Stadium erreichen, wird die Implementierung um ein vielfaches kostengünstiger und einfacher zu lösen sein als mit bisherigen Flash-Applikationen. Allerdings mit einer Einschränkung, die Strukturen erfordern auch ein serverseitiges Lösungsmodell, dass zu 100% kompatibel sein muss und natürlich in der Einfachheit der Client-Entwicklung nicht nachstehen soll, Macromedia/Adobe haben hier den Vorteil von 10 Jahren Entwicklungszeit und eine Konformität innerhalb der Produktlinie, die zwischen den unterschiedlichen Entwicklungswerkzeugen einen nahezu reibungslosen Austausch ermöglicht.</p>
<p>Wie Fr. Mairitsch (Studiengangsleitung Multi Media Art) ziemlich treffend formulierte ist es eine Frage der Timeline und der Dimension Zeit an dem sich diese Fragestellung entscheiden wird. Fr. Jellinek (Studiengangsleitungsstv. Multi Media Art und Head für Multi Media Programmierung) brachte ein meiner Meinung nach weiter interessantes Argument, das die Entwicklung eines neuen Client und Backend-Modells wie mit <a title="Ruby" href="http://www.ruby-lang.org/en/">Ruby</a>, die beidseitig auf dieselbe Technologie und Struktur aufsetzen der Weg in zukünftiger Webentwicklung darstellt.</p>
<p>Der Konkurrenzkampf Flash vs AJAX und Co. um interaktive Webanwendungen wird in den nächsten 5 Jahren sicher interessant zu beobachten. Eines sollte man aber nie vergessen, Flash bietet ein in eine Sandbox (Flash Virtual Machine) implementiertes geschlossenes Sytem. Es wird auch eine Frage der Performance und natürlich der Wirtschaftlichkeit. Der einzige Vergleich der in dieser Diskussion hinkt und deshalb auch nicht angesprochen wurde ist der Vergleich Director &#8211; Flash und Flash &#8211; AJAX, weil diese Systemvergleiche meiner Meinung nach auf Grund der unterschiedlichen Ausgangssituation nicht möglich ist.(Geschlossenes System, proprietär, etc.).</p>
<p>Was AJAX aber absolut einen Startvorteil verschafft, bestehende und bekannte Strukturen zu verwenden und als Open-Source Implementierung natürlich frei verfügbar zu sein.</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2006/03/ajax-vs-flash/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SelfHTML enter the blogging scene</title>
		<link>http://impossiblearts.com/blog/2005/11/selfhtml-enter-the-blogging-scene/</link>
		<comments>http://impossiblearts.com/blog/2005/11/selfhtml-enter-the-blogging-scene/#comments</comments>
		<pubDate>Thu, 24 Nov 2005 18:45:47 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://blog.impossiblearts.com/?p=44</guid>
		<description><![CDATA[SelfHTML Blog]]></description>
			<content:encoded><![CDATA[<p><a href="http://aktuell.de.selfhtml.org/weblog/">SelfHTML Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/11/selfhtml-enter-the-blogging-scene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 2 Public Alpha</title>
		<link>http://impossiblearts.com/blog/2005/11/flex-2-public-alpha/</link>
		<comments>http://impossiblearts.com/blog/2005/11/flex-2-public-alpha/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 22:12:54 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://blog.impossiblearts.com/?p=39</guid>
		<description><![CDATA[Macromedia has announced a new portal for developers. With the Macromedia labs the company is going a new wey in their strategy. By time their are some alpha releases of Flex 2, Flex Framework and the Flash Player 8.5. If you are a interested RIA developer this alpha release is a must have. Today it [...]]]></description>
			<content:encoded><![CDATA[<p>Macromedia has announced a new portal for developers. With the <a href="http://labs.macromedia.com">Macromedia labs</a> the company is going a new wey in their strategy.</p>
<p>By time their are some alpha releases of Flex 2, Flex Framework and the Flash Player 8.5. If you are a interested RIA developer this alpha release is a must have. Today it was my first time with a flex product and i was surprised how fast you can create RIA´s with it. I am using the Eclipse plugin(codenamed Zorn). For me the IDE is nearly complete, their is an easy way to debug the application threw the Flash 8 authoring enviroment and you are able to run and compile the application directly threw the eclipse IDE(Run As -> Flex Application).</p>
<p>But what i am most suprised was the new Action Script Virtual Machine which is included into the new Flash Player 8. I have seen tests withit and the new scripting language ActionScript 3 and i was very surprised by the results. Up to 100!! times more performance for specific applications. And what i like also a lot is that the guys from MM have not implemented the old AS 1 and AS 2 waste into this virtual machine.</p>
<p>There are also several new features wich are supported by Player 8.5, one of them is i have already said the AS 3 language, but read the articles at the MM labs.</p>
<p>see ya in a completly new RIA world <img src='http://impossiblearts.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/11/flex-2-public-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Script 3</title>
		<link>http://impossiblearts.com/blog/2005/10/action-script-3/</link>
		<comments>http://impossiblearts.com/blog/2005/10/action-script-3/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 01:07:50 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://blog.impossiblearts.com/?p=38</guid>
		<description><![CDATA[Macromedia has announced a new step of their famous Flash Platform. They have released an Alpha state version of their Flex 2 framework, Flex Builder 2 and Flash Player 8.5. Flash Player 8.5 provides a new milestone in flash history, Action Script 3. Action Script 3 becomes a very stable, clean and powerful language and [...]]]></description>
			<content:encoded><![CDATA[<p>Macromedia has announced a new step of their famous Flash Platform. They have released an Alpha state version of their Flex 2 framework, Flex Builder 2 and Flash Player 8.5.</p>
<p>Flash Player 8.5 provides a new milestone in flash history, Action Script 3.</p>
<p>Action Script 3 becomes a very stable, clean and powerful language and i hope it will be integrated into Flash Authoring Enviroment as well.</p>
<p>They have built in a new ActionScriptVirtual Machine into the coming up Flash Player.</p>
<p>Some of the new features are:</p>
<p> &#8211; E4X (ECMA Standard for native object XML support)<br />
 &#8211; reorganisation of the Flash API<br />
 &#8211; new primitive data types<br />
 &#8211; create display objects threw the <strong>&#8220;new&#8221;</strong> operator<br />
 &#8211; and many more</p>
<p>For a little bit more detail, read this <a href="http://labs.macromedia.com/wiki/index.php/ActionScript_3:Learning_Tips">article</a> from the <a href="http://labs.macromedia.com">macromedia labs</a>.</p>
<p>MM has also set the <a href="http://livedocs.macromedia.com/labs/1/flex/langref/index.html">livedocs</a> for ActionScript3 as a public.</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/10/action-script-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will become a tutor</title>
		<link>http://impossiblearts.com/blog/2005/10/will-become-a-tutor/</link>
		<comments>http://impossiblearts.com/blog/2005/10/will-become-a-tutor/#comments</comments>
		<pubDate>Tue, 04 Oct 2005 07:41:46 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://blog.impossiblearts.com/?p=36</guid>
		<description><![CDATA[Yesterday i had a little conversation with the lecturer of MultiMedia Programing and Informatics. They offer a job as a tutor for MultiMedia Programing and Informatics. The students will learn the principial technologuies of the WWW like Protocols, HTML, Flash, PHP, MySQL and much more in about 6 episodes. It is my first employment as [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i had a little conversation with the lecturer of MultiMedia Programing and Informatics.</p>
<p>They offer a job as a tutor for MultiMedia Programing and Informatics.</p>
<p>The students will learn the principial technologuies of the WWW like Protocols, HTML, Flash, PHP, MySQL and much more in about 6 episodes.</p>
<p>It is my first employment as a tutor and i am a little bit nervous <img src='http://impossiblearts.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/10/will-become-a-tutor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Blog Search Service</title>
		<link>http://impossiblearts.com/blog/2005/09/google-blog-search-service/</link>
		<comments>http://impossiblearts.com/blog/2005/09/google-blog-search-service/#comments</comments>
		<pubDate>Wed, 14 Sep 2005 13:03:20 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://blog.impossiblearts.com/?p=33</guid>
		<description><![CDATA[Google has announced a new feature. The blogsearch.google.com domain offer a textinput field in common google style, where you can search for blog topics that interest you. Blog Search is Google search technology focused on blogs. Google is a strong believer in the self-publishing phenomenon represented by blogging, and we hope Blog Search will help [...]]]></description>
			<content:encoded><![CDATA[<p>Google has announced a new feature. The <a href="http://blogsearch.google.com">blogsearch.google.com</a> domain offer a textinput field in common google style, where you can search for blog topics that interest you.</p>
<blockquote><p>Blog Search is Google search technology focused on blogs. Google is a strong believer in the self-publishing phenomenon represented by blogging, and we hope Blog Search will help our users to explore the blogging universe more effectively, and perhaps inspire many to join the revolution themselves. Whether you´re looking for Harry Potter reviews, political commentary, summer salad recipes or anything else, Blog Search enables you to find out what people are saying on any subject of your choice.</p>
<p>Your results include all blogs, not just those published through Blogger; our blog index is continually updated, so you´ll always get the most accurate and up-to-date results; and you can search not just for blogs written in English, but in French, Italian, German, Spanish, Chinese, Korean, Japanese, Brazilian Portuguese and other languages as well.</p></blockquote>
<p>Every blog which send a ping to weblogs.com or anything like this will get scanned by google.</p>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/09/google-blog-search-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox 1.5 Beta</title>
		<link>http://impossiblearts.com/blog/2005/09/firefox-15-beta/</link>
		<comments>http://impossiblearts.com/blog/2005/09/firefox-15-beta/#comments</comments>
		<pubDate>Mon, 12 Sep 2005 09:08:19 +0000</pubDate>
		<dc:creator>Hannes Moser</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Webby Web]]></category>

		<guid isPermaLink="false">http://impossiblearts.com/blog/?p=32</guid>
		<description><![CDATA[Last Friday i have downloaded FireFox 1.5 Beta and i happy to see, there is no heavy change on the well designed GUI. The Beta version is sometimes unstable but i think this are only cross-platform problems in the Beta-version. I work with FireFox since its release a few months ago and i never will [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday i have downloaded FireFox 1.5 Beta and i happy to see, there is no heavy change on the well designed GUI. The Beta version is sometimes unstable but i think this are only cross-platform problems in the Beta-version. I work with FireFox since its release a few months ago and i never will touch the IE again.</p>
<p><a href="http://mozilla.org"><img src="http://blog.impossiblearts.com/wp-content/uploads/ffbeta.jpg" alt="FireFox 1.5 Beta Release" /></a></p>
<p>New features of FireFox 1.5:</p>
<ul>
<li>JavaScript 1.6</li>
<li>better CSS implementation</li>
<li>SVG support</li>
<li>more accessibility features</li>
<li>security improvements</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impossiblearts.com/blog/2005/09/firefox-15-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
