<?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>TSCHITSCHEREENGREEN live &#187; AJAX</title>
	<atom:link href="http://www.tschitschereengreen.com/blog/index.php/category/technology/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tschitschereengreen.com/blog</link>
	<description>Tschitschereengreen - the yoosic coding division</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:57:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lighttpd 1.5 and Symfony 1.0.8</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2008/03/24/lighttpd-15-and-symfony-108/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2008/03/24/lighttpd-15-and-symfony-108/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 14:24:20 +0000</pubDate>
		<dc:creator>jerk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.tschitschereengreen.com/blog/2008/03/24/lighttpd-15-and-symfony-108/</guid>
		<description><![CDATA[finally just solved big problems I had with symfony &#8211; to get it running on lighttpd 1.5 with fcgi-sockets. The resulting lighttpd settings are a pure pain in the &#8230; &#8211; If you have a better solution for this, let me know. I&#8217;m pretty unhappy with these kind of hacks&#8230; $HTTP["host"] == "###TypeYourUrlHere###" { var.site-root [...]]]></description>
			<content:encoded><![CDATA[<p>finally just solved big problems I had with symfony &#8211; to get it running on lighttpd 1.5 with fcgi-sockets. The resulting lighttpd settings are a pure pain in the &#8230; &#8211; If you have a better solution for this, let me know. I&#8217;m pretty unhappy with these kind of hacks&#8230;</p>
<p><code><br />
$HTTP["host"] == "###TypeYourUrlHere###" {<br />
  var.site-root = "/var/www/###TypeYourUrlHere###/web/"<br />
  accesslog.filename = var.site-root + "../log/access.log"<br />
  alias.url = (<br />
   "/" => var.site-root,<br />
  )<br />
  # from: http://trac.symfony-project.com/wiki/lighttpd<br />
  url.rewrite-once = (<br />
   "^/(.*\..+(?!html))$" => "$0",<br />
   "^/(.*)\.(.*)"        => "$0",<br />
   "^/([^.]+)$"          => "/index.php/$1",<br />
   "^/$"                 => "/index.php"<br />
  )<br />
  # Handling dynamic content<br />
  $HTTP["url"] =~ "^/(?!js|css|images)" {<br />
    proxy-core.rewrite-request = (<br />
      "_pathinfo" => ( "^(/.*)" => "/$1" ),<br />
      "_scriptname" => ( "^/(.*)" => "/$1" )<br />
    )<br />
  }<br />
  # somthing is wrong here. this essential to get<br />
  # ajax calls /like/this/url.html working<br />
  # this is a really dirty hack<br />
  server.error-handler-404  = "index.php",<br />
  $HTTP["url"] =~ "backend\.php" {<br />
    server.error-handler-404  = "backend.php",<br />
  }<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2008/03/24/lighttpd-15-and-symfony-108/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Application Performance Tuning (FOWA2007)</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2007/10/03/web-application-performance-tuning-fowa2007/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2007/10/03/web-application-performance-tuning-fowa2007/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 13:59:26 +0000</pubDate>
		<dc:creator>jerk</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.tschitschereengreen.com/blog/2007/10/04/web-application-performance-tuning-fowa2007/</guid>
		<description><![CDATA[On of the most interesting presentations at FOWA2007 so far was the performance tuning talk by the Chief Performance Yahoo! Steve Sounders. He revealed very suprising results regarding their approaches and experiences regarding tuning website performance. The most core aspect of his talk was that 5% of all latency times are produced by the business [...]]]></description>
			<content:encoded><![CDATA[<p>On of the most interesting presentations at FOWA2007 so far was the performance tuning talk by the Chief Performance Yahoo! <a href="http://stevesouders.com/bio.html">Steve Sounders</a>.  He revealed very suprising results regarding <a href="http://developer.yahoo.net/blog/archives/2007/03/high_performanc.html">their approaches and experience</a>s regarding tuning website performance.</p>
<p>The most core aspect of his talk was that 5% of all latency times are produced by the business logic and all other backend stuff of your application. The other 95% (which are the ones after loading the HTML-page in the browser) are about loading images, flash files, movies, css files, javascript files as well as the interpretation of the css and the javascript.</p>
<p>Furthermore he recommends rules for developers how to minimíze these latency time where the user is waiting for the page beeing displayed.</p>
<p>The most important ones are:</p>
<ul>
<li><span class="green">&raquo; </span>Make Fewer HTTP Requests</li>
<li><span class="green">&raquo; </span>Use a Content Delivery Network</li>
<li><span class="green">&raquo; </span>Add an Expires Header</li>
<li><span class="green">&raquo; </span><a href="http://developer.yahoo.com/performance/rules.html">&#8230;the other 11</a></li>
</ul>
<p>Furthermore Yahoo introduced <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">!Yslow</a> as a Firebug/Firefox Plugin to analyze web traffic and return recommendations for performance tuning.</p>
<p>Finally check <a href="http://ajaxian.com/archives/video-steve-souders-chief-performance-yahoo-for-yahoo-discusses-site-performance">this video</a> to get more glue on it.</p>
<p>I was very impressed by their results and we are definitely going to test this out for our clients applications and see, if we can there add some more speed for the users accessing the pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2007/10/03/web-application-performance-tuning-fowa2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of the  tschitschereengreen website</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2007/09/03/new-version-of-wwwtschitschereengreencom/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2007/09/03/new-version-of-wwwtschitschereengreencom/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 07:12:41 +0000</pubDate>
		<dc:creator>jerk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://tschitschereengreen.com/blog/2007/09/03/new-version-of-wwwtschitschereengreencom/</guid>
		<description><![CDATA[We just updated the current version of the Tschitschereengreen website. The following modifications were put into production: &#187;Implementing an RSS-Feed and including it into the Auto-discovery-feature. => Tschitschereengreen RSS Feed &#187;Added Microformats to our contact page &#187;Got all pages with W3C conform html code.]]></description>
			<content:encoded><![CDATA[<p>We just updated the current version of the Tschitschereengreen website. The following modifications were put into production:</p>
<ul>
<li><span class="green">&raquo;</span>Implementing an <a href="http://en.wikipedia.org/wiki/RSS_(protocol)">RSS-Feed</a> and including it into the <a href="http://en.wikipedia.org/wiki/Atom_(standard)">Auto-discovery-feature</a>. => <a href="http://tschitschereengreen.com/feed/news">Tschitschereengreen RSS Feed</a></li>
<li><span class="green">&raquo;</span>Added <a href="http://microformats.org/">Microformats </a>to our contact page</li>
<li><span class="green">&raquo;</span>Got all pages with <a href="http://www.w3.org/">W3C </a>conform html code.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2007/09/03/new-version-of-wwwtschitschereengreencom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Dynamic User Experience at Web2.0 apps</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2007/09/02/switching-to-dynamic-user-experience-at-web20-apps/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2007/09/02/switching-to-dynamic-user-experience-at-web20-apps/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 20:01:04 +0000</pubDate>
		<dc:creator>jerk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://tschitschereengreen.com/blog/2007/09/02/switching-to-dynamic-user-experience-at-web20-apps/</guid>
		<description><![CDATA[While writing the previous blog entries, I ran into this inspiring article about the Transaction Model for kids. So as we all know websites like Amazon or eBay are switching their contents displayed for every user based on information they aquired while the user was browsing the page. So what happens, if we apply this [...]]]></description>
			<content:encoded><![CDATA[<p>While writing the previous blog entries, I ran into this inspiring <a href="http://www.unm.edu/~devalenz/handouts/transaction.html"> article about the Transaction Model for kids</a>.</p>
<p>So as we all know websites like Amazon or eBay are switching their contents displayed for every user based on information they aquired while the user was browsing the page.</p>
<p>So what happens, if we apply this to an Web2.0 application: The longer the user is using the web app the more &#8220;professional&#8221; look and feel he will get provided, making his clicks more precisious and bringing him faster towards the desired results. In parallel the user just registered, will see an very simple and intuitive interface guiding him through the functionality.</p>
<p>I&#8217;m wondering if this will work as well as it sounds or if I missed some critical aspect&#8230;</p>
<p>[Update] &#8211; take care that the user can influence the communication level by himself. (e.g. in Settings => display options)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2007/09/02/switching-to-dynamic-user-experience-at-web20-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackback &#8211; Test</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2007/08/30/trackbacktest/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2007/08/30/trackbacktest/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 13:49:17 +0000</pubDate>
		<dc:creator>jerk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://tschitschereengreen.com/blog/2007/08/30/trackbacktest/</guid>
		<description><![CDATA[Da es Indicatoren dafür gibt, dass unser Trackback des Blogs hier nicht funzt: einfach dieser Artikel hier mal zu testen&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Da es Indicatoren dafür gibt, dass unser Trackback des Blogs hier nicht funzt: einfach dieser Artikel hier mal zu testen&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2007/08/30/trackbacktest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XT-Commerce für IIS &amp; SQL Server 2005</title>
		<link>http://www.tschitschereengreen.com/blog/index.php/2007/04/07/xt-commerce-fur-iis-sql-server-2005/</link>
		<comments>http://www.tschitschereengreen.com/blog/index.php/2007/04/07/xt-commerce-fur-iis-sql-server-2005/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 17:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tschitschereengreen.com/blog/2007/04/07/xt-commerce-fur-iis-sql-server-2005/</guid>
		<description><![CDATA[&#8230; wieder eine Heldentat mehr &#8230; wir haben heute die aktuelle XT-Commerce-Version auf IIS und SQL Server 2005 portiert. Herausforderungen waren: Updating der benutzen MySQL-Funktionen (Kinderspiel) Ersatz der nicht-standardisierten MySQL-Funktionen (Limit, To_days) Vervollständigung von GroupBy-Klauseln und anderen Aggregatfunktionen Portierung der XTC DB-Struktur auf MSSQL Ersatz der &#8221; aus dem phpMyAdmin-Dump durch &#8220;&#8221; Anpassung der Datetime-Funktionen [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; wieder eine Heldentat mehr <img src='http://www.tschitschereengreen.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230; wir haben heute die aktuelle XT-Commerce-Version auf IIS und SQL Server 2005 portiert.</p>
<p>Herausforderungen waren:</p>
<ul>
<li>Updating der benutzen MySQL-Funktionen (Kinderspiel)</li>
<li>Ersatz der nicht-standardisierten MySQL-Funktionen (Limit, To_days)</li>
<li>Vervollständigung von GroupBy-Klauseln und anderen Aggregatfunktionen</li>
<li>Portierung der XTC DB-Struktur auf MSSQL</li>
<ul>
<li>Ersatz der &#8221; aus dem phpMyAdmin-Dump durch &#8220;&#8221;</li>
<li>Anpassung der Datetime-Funktionen</li>
<li>Konvertierung der Datumsangaben</li>
<li>Umwandeln der int() Angaben in &#8220;int&#8221;- Angaben</li>
</ul>
</ul>
<p>Als nächstes werden wir das Backend des XT ein wenig Ver-Web-Zwei-Nullen und dann die Produktpräsentation komplett mit einem AJAX-Framework neu bauen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tschitschereengreen.com/blog/index.php/2007/04/07/xt-commerce-fur-iis-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
