<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/s9y/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://hauser-wenz.de/s9y/index.php?/feeds/atom10.xml" rel="self" title="Hauser &amp; Wenz :: Blog" type="application/atom+xml" />
    <link href="http://www.hauser-wenz.de/s9y/"                        rel="alternate"    title="Hauser &amp; Wenz :: Blog" type="text/html" />
    <link href="http://www.hauser-wenz.de/s9y/rss.php?version=2.0"     rel="alternate"    title="Hauser &amp; Wenz :: Blog" type="application/rss+xml" />
    <title type="html">Hauser &amp; Wenz :: Blog</title>
    <subtitle type="html"></subtitle>
    <icon>http://www.hauser-wenz.de/s9y/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.hauser-wenz.de/s9y/</id>
    <updated>2009-12-25T10:32:51Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.3">Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/286-Serendipity-Upgrade-to-v-1.5.x-Gotcha.html" rel="alternate" title="Serendipity Upgrade to v 1.5.x Gotcha" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-12-23T07:32:04Z</published>
        <updated>2009-12-25T10:32:51Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=286</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=286</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/2-PHP" label="PHP" term="PHP" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/286-guid.html</id>
        <title type="html">Serendipity Upgrade to v 1.5.x Gotcha</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just a quick note: I just updated <a href="http://s9y.org/" title="Serendipity homepage">Serendipity</a> to version 1.5.1 on one of our servers; yet afterwards I could not log in anymore. Also, Serendipity reported that version 1.5.1 was present, although I did not run the update script from the admin console yet. At first I thought I did something wrong, but <a href="http://board.s9y.org/viewtopic.php?f=1&t=16125" title="Serendipity forum posting with a similar problem">a s9y forum posting</a> described a similar issue.<br />
<br />
The fix was actually quite simple: for some reason&mdash;may it be due to my own fault or due to a bug in the upgrade logic&mdash;the SQL upgrade script was not run, but Serendipity still thought it had been upgraded already. The file <code>sql/db_update_1.5-alpha1_1.5-alpha2_mysql.sql</code> contains the required SQL commands (in case you are using MySQL). Just remember to replace <code>{PREFIX}</code> with the table prefix you are using (<code>s9y_</code> in my case):<br />
<br />
<code><br />
ALTER TABLE <b>s9y_</b>authors ADD COLUMN hashtype int(1);<br />
ALTER TABLE <b>s9y_</b>authors CHANGE password password VARCHAR(64) NOT NULL;<br />
</code><br />
<br />
HTH. Once again, Happy Holidays. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/285-PHP-Advent-2009-JSON-Gotchas.html" rel="alternate" title="PHP Advent 2009: JSON Gotchas" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-12-13T09:03:59Z</published>
        <updated>2009-12-13T09:03:59Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=285</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=285</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/2-PHP" label="PHP" term="PHP" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/285-guid.html</id>
        <title type="html">PHP Advent 2009: JSON Gotchas</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just a quick note that my <a href="http://phpadvent.org/2009/json-gotchas-by-christian-wenz" title="PHP Advent 2009 article on JSON Gotchas">JSON Gotchas article</a> has just been published. <a href="http://www.seancoates.com/" title="Sean Coates">The</a> <a href="http://shiflett.org/" title="Chris Shiflett">editors</a> removed the last sentence, so here it is again: <b>Happy holidays everyone!</b> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/284-video2brain-mdash;-Jetzt-auch-im-Abo.html" rel="alternate" title="video2brain &amp;mdash; Jetzt auch im Abo" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-11-03T14:50:54Z</published>
        <updated>2009-11-03T14:50:54Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=284</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=284</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/5-Publikationen" label="Publikationen" term="Publikationen" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/284-guid.html</id>
        <title type="html">video2brain &amp;mdash; Jetzt auch im Abo</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Ein Hinweis in eigener Sache: Die Kollegen von <a href="http://www.video2brain.com/" title="video2brain (Homepage)">video2brain</a>, die unter anderem auch ein paar <a href="http://www.hauser-wenz.de/publikationen.php" title="Publikationsliste Hauser &amp; Wenz">Videotrainings</a> von uns verlegen, haben heute Mittag angekündigt dass die Trainings nun auch in einem Abonnementsmodell veröffentlicht werden. Kurzform: für einen fixen Betrag hat man ein Jahr lang Zugriff auf alle Videotrainings. Hier die Langform auf Basis der Pressemitteilung:<br />
<br />
<blockquote>Die ab sofort erhältlichen Trainingsabonnements bieten ein Jahr lang unbeschränkten Zugang zu allen Originaltrainings von video2brain  in komplettem Umfang und mit vollständiger Funktionalität. Mehrmals im Monat kommen neue Trainings hinzu. So können Abonnenten jederzeit und überall ihr Können bedarfsgerecht weiterentwickeln und aktuell halten  mit wertvollem Wissen zu einem günstigen Komplettpreis. Das Trainingsabonnement gibt es in einer Standardvariante mit reiner Online-Verfügbarkeit für 199 Euro sowie in einer Premiumversion mit zusätzlicher Offline-Nutzbarkeit für 299 Euro. Schüler, Studenten, Lehrkräfte und Bildungseinrichtungen erhalten das Standard-Abonnement für 99 Euro. <br />
<br />
Die Trainingsabonnements erfüllen damit die Wünsche derjenigen Kunden, die ein hohes Maß an Flexibilität bei gleichzeitiger Planungssicherheit benötigen. Wer mit vielen unterschiedlichen Technologien und Softwareanwendungen arbeitet und wer in seinem Arbeitsalltag und Leben sich mit einer Vielzahl von Themen auseinandersetzt, schätzt besonders den kompletten Zugriff auf das gesamte Expertenwissen der video-2brain-Seminare  und zwar jederzeit und an jedem Ort. Wer ein Standard-Abonnement erwirbt, kann jederzeit über eine Online-Verbindung die Trainings durcharbeiten. Premium-Abonnenten stehen die Seminare auch als Download zur Verfügung sowie zusätzlich das Begleitmaterial zum jeweiligen Training. Damit können die Lektionen der Video-Trainings auch am eigenen Computer durchgearbeitet werden. <br />
<br />
Die Themenpalette der Trainingsabonnements entspricht dem Gesamtprogramm von video2brain und reicht von Expertenwissen für Kreativprofis und Fotografen, über Schulungen für Büroanwender, Anwendungsentwickler und IT-Fachleute bis hin zu Workshops für Privat- und Hobbyanwender. <br />
Durch die Themenvielfalt und die flexiblen Nutzungsmöglichkeiten, sind die video2brain-Trainingsabonnements sowohl für Einzelnutzer als auch für Unternehmen und Bildungseinrichtungen interessant. Gerade in Organisationen erleichtert der Online-Zugang zu den Schulungen den Verwaltungsaufwand enorm. Zugang, Kreis der Nutzer und die Zahl der gleichzeitig Lernenden lassen sich zentral festlegen.<br />
<br />
Nähere Informationen zu den Einzeltrainings und dem Gesamtprogramm finden sich unter <a href="http://www.video2brain.com/" title="video2brain (Homepage)">video2brain</a>. <br />
</blockquote> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/283-Wieviel-Sinn-machen-Unit-Tests.html" rel="alternate" title="Wieviel Sinn machen Unit-Tests?" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-11-01T08:37:00Z</published>
        <updated>2009-11-03T14:45:02Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=283</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=283</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/3-ASPNET-deutsch" label="ASP.NET (deutsch)" term="ASP.NET (deutsch)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/283-guid.html</id>
        <title type="html">Wieviel Sinn machen Unit-Tests?</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Am 13. Oktober 2008 haben Peter Bucher und Golo Roden unter dem Titel "Noch Fragen, Bucher? Ja, Roden!" angekündigt, jeweils zum ersten eines jeden Monats einen Kommentar zu einem vorab gemeinsam gewählten Thema verfassen zu wollen. Heute, am 1. November 2009, ist es nun wieder so weit, und das Thema für diesen Monat lautet:<br />
<br />
Wieviel Sinn machen Unit-Tests? [Der Anglizismus ist natürlich arg hässlich. Ich kann es aber auf meine Mitstreiter schieben, die sich diese Formulierung haben einfallen lassen.]<br />
<br />
Die beiden haben mich netterweise gefragt ob ich dieses Mal wieder als "Gast-Mitstreiter" dabei bin, und so haben wir drei uns unabhängig voneinander im Vorfeld unsere Gedanken gemacht, wie wir diesem Thema gegenüberstehen. <a href="http://www.aspnetzone.de/blogs/peterbucher/archive/2009/11/01/wieviel-sinn-machen-unittests.aspx" title="Peters">Peters</a> und <a href="http://www.des-eisbaeren-blog.de/post.aspx?id=c9a5d57d-7337-49f8-b950-c082d49b2fdb" title="Golos">Golos</a> Kommentare finden sich zeitgleich in ihren Blogs, folgend nun meine Meinung zu diesem Thema:<br />
 <br /><a href="http://www.hauser-wenz.de/s9y/index.php?/archives/283-Wieviel-Sinn-machen-Unit-Tests.html#extended">Continue reading "Wieviel Sinn machen Unit-Tests?"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/282-C-oder-VB-Welche-Sprache-soll-ich-lernen.html" rel="alternate" title="C# oder VB: Welche Sprache soll ich lernen?" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-08-01T07:37:00Z</published>
        <updated>2009-08-05T07:42:17Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=282</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=282</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/3-ASPNET-deutsch" label="ASP.NET (deutsch)" term="ASP.NET (deutsch)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/282-guid.html</id>
        <title type="html">C# oder VB: Welche Sprache soll ich lernen?</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Am 13. Oktober 2008 haben Peter Bucher und Golo Roden unter dem Titel "Noch Fragen, Bucher? Ja, Roden!" angekündigt, jeweils zum ersten eines jeden Monats einen Kommentar zu einem vorab gemeinsam gewählten Thema verfassen zu wollen. Heute, am 1. August 2009, ist es nun wieder so weit, und das Thema für diesen Monat lautet:<br />
<br />
    C# oder VB: Welche Sprache soll ich lernen?<br />
<br />
Die beiden haben mich netterweise gefragt ob ich dieses Mal als "Gast-Mitstreiter" dabei bin, und so haben wir drei uns unabhängig voneinander im Vorfeld unsere Gedanken gemacht, wie wir diesem Thema gegenüberstehen. <a href="http://www.aspnetzone.de/blogs/peterbucher/archive/2009/08/01/c-oder-vb-welche-sprache-soll-ich-lernen.aspx" title="Streitgespräch bei Peter Bucher">Peters</a> und <a href="http://www.des-eisbaeren-blog.de/post.aspx?id=38c2877c-4bb0-460a-8205-8412770c1329" title="Streitgespräch bei Golo Roden">Golos</a> Kommentare finden sich zeitgleich in ihren Blogs, folgend nun meine Meinung zu diesem Thema:<br />
 <br /><a href="http://www.hauser-wenz.de/s9y/index.php?/archives/282-C-oder-VB-Welche-Sprache-soll-ich-lernen.html#extended">Continue reading "C# oder VB: Welche Sprache soll ich lernen?"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/281-TechDays-Fixing-Ajax-Applications.html" rel="alternate" title="TechDays: Fixing Ajax Applications" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-04-01T07:02:45Z</published>
        <updated>2009-04-01T07:02:45Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=281</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=281</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/4-ASPNET-English" label="ASP.NET (English)" term="ASP.NET (English)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/281-guid.html</id>
        <title type="html">TechDays: Fixing Ajax Applications</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I just finished my <a href="http://www.msfttechdays.com/public/home.aspx" title="TechDays">Microsoft TechDays</a> presentation (WEB309: Fixing Ajax Applications). Thanks to everybody who attended! This session will be repeated during the day, so if you missed it you still can tune in.<br />
<br />
There was a question at the very end on the history hash ASP.NET writes, but I was too slow to answer it before the session room was closed. The <code>EnableSecureHistoryState</code> property may help in the specific situation and lets you at least toggle between a secure and a human-readable format. <br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/280-Installing-PHP-on-Windows-7.html" rel="alternate" title="Installing PHP on Windows 7" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-01-12T11:45:07Z</published>
        <updated>1970-01-01T00:00:00Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=280</wfw:comment>
    
        <slash:comments>71</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=280</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/2-PHP" label="PHP" term="PHP" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/280-guid.html</id>
        <title type="html">Installing PHP on Windows 7</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Microsoft <a href="http://www.microsoft.com/windows/windows-7/" title="Windows 7">have released the first public beta for their upcoming Windows 7 operating system</a>. To me it looks surprisingly similar to Vista (which is a good thing and a bad thing <img src="http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" />), so I thought that installing PHP on it should be easy, as well. Actually, it was really easy, but since yesterday two people indenpendently from each other asked me how to do it, I thought I'd write down the required steps. <br />
 <br /><a href="http://www.hauser-wenz.de/s9y/index.php?/archives/280-Installing-PHP-on-Windows-7.html#extended">Continue reading "Installing PHP on Windows 7"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/279-Windows-7-Beta-Available-for-Download.html" rel="alternate" title="Windows 7 Beta Available for Download" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2009-01-09T17:35:35Z</published>
        <updated>2009-01-09T17:51:59Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=279</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/4-ASPNET-English" label="ASP.NET (English)" term="ASP.NET (English)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/279-guid.html</id>
        <title type="html">Windows 7 Beta Available for Download</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Well, kinda. It's true that you can <a href="http://www.microsoft.com/windows/windows-7/" title="Windows 7">download the first public beta of Windows 7</a>, but even if you passed the very slow "Server too busy" profile.microsoft.com server, there are still chances that you do not get the desired download afterwards, but this message instead ("next business day" is awesome):<br />
<br />
<!-- s9ymdb:59 --><img class="serendipity_image_center" width="993" height="408" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.hauser-wenz.de/s9y/uploads/w7error.png" alt="" /><br />
A glimpse at the source code reveals interesting insights:<br />
<br />
<code><br />
<strong>Debugoutput:</strong><br /><br />
System.Data.Odbc.OdbcException: ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.<br />
ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (PreLoginHandshake()).<br />
   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)<br />
   at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)<br />
   at System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions)<br />
   at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)<br />
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)<br />
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)<br />
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)<br />
   at System.Data.Odbc.OdbcConnection.Open()<br />
   at Futurecom.Microsoft.ProductKeys.Framework.DataAccess.GetProductKeys(String userSid, Int32 editionId, Int32 maxKeys, Boolean getAnotherKey, String fullEditionName, String&amp; debugOutput)<br />
   at Futurecom.Microsoft.ProductKeys.Framework.Controls.Win7Distribution.refreshProductKeyList(Boolean getAnotherKey)<br />
</code><br />
<br />
Hmmm ... Are they really using SQL Server or maybe rather Access? <img src="http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/277-Flash-Camp-Actionscript-3.0.html" rel="alternate" title="Flash Camp - Actionscript 3.0" />
        <author>
            <name>Tobias</name>
                    </author>
    
        <published>2008-09-20T10:12:00Z</published>
        <updated>2008-09-20T11:13:25Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=277</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=277</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/8-Allgemeines" label="Allgemeines" term="Allgemeines" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/277-guid.html</id>
        <title type="html">Flash Camp - Actionscript 3.0</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Eine Ankündigung in eigener Sache: Vom 20. bis 24. Oktober halten Christian und ich einen fünftägigen Intensiv-Workshop zu Flash und ActionScript 3.0 in München. Nähere Infos und eine Buchungsmöglichkeit finden sich bei der <a href="http://entwickler-akademie.de/ak/show.php3?id=44&ccid=14" title="entwickler akademie - Flash Camp">entwickler akademie</a>.<br />
<br />
<!-- s9ymdb:58 --><a href="http://entwickler-akademie.de/ak/show.php3?id=44&ccid=14" title="entwickler akademie - Flash Camp"><img class="serendipity_image_left" width="227" height="203" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.hauser-wenz.de/s9y/uploads/FLASH_CAMP_Actionscript.jpg" alt="" /></a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/278-Visual-Studio-2008-Service-Pack-1-Released.html" rel="alternate" title="Visual Studio 2008 Service Pack 1 Released" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-08-11T17:12:36Z</published>
        <updated>2008-08-12T07:17:49Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=278</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=278</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/4-ASPNET-English" label="ASP.NET (English)" term="ASP.NET (English)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/278-guid.html</id>
        <title type="html">Visual Studio 2008 Service Pack 1 Released</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just a quick note that Service Pack 1 for Visual Studio 2008 (and for TFS, too) has been released for <a href="http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx" title="MSDN subscription downloads">MSDN subscribers</a>. Enjoy!<br />
<br />
<b>Update: </b>The Service Pack is now also available on Microsoft downloads:<br />
<ul><li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en" title="Visual Studio 2008 SP1 Web Installer">Visual Studio 2008 Service Pack 1 (Web Installer)</a></li><li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en" title="Visual Studio 2008 SP1 (ISO)">Visual Studio 2008 SP1 (ISO)</a></li><li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9e40a5b6-da41-43a2-a06d-3cee196bfe3d&DisplayLang=en" title="Team Foundation Server SP1">Team Foundation Server SP1</a></li></ul><br />
<br />
Another important note for Silverlight 2 Beta 2 users: In order to be able to use the Silverlicht 2 Beta 2 Tools for Visual Studio 2008, you need to upgrade them after the SP1 installation if a previous Silverlight tools version is already installed. Microsoft released <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=50A9EC01-267B-4521-B7D7-C0DBA8866434&displaylang=en" title="Silverlight 2 Beta 2 Tools for Visual Studio 2008">a new version yesterday</a>. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/276-PHP-4.4.9-Released-And-Why-You-Should-Be-Worried-If-You-Consider-Installing-It.html" rel="alternate" title="PHP 4.4.9 Released (And Why You Should Be Worried If You Consider Installing It)" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-08-08T06:43:09Z</published>
        <updated>2008-08-12T13:01:24Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=276</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=276</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/2-PHP" label="PHP" term="PHP" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/276-guid.html</id>
        <title type="html">PHP 4.4.9 Released (And Why You Should Be Worried If You Consider Installing It)</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Today is a day many people have been looking forward to for quite some time. No, it's not mass-marrying on 8-8-08, it's the day after the <a href="http://www.php.net/archive/2008.php#id2008-08-07-1" title="PHP 4.4.9 release announcement">release of PHP 4.4.9</a>. The important fact of this release is that it will be the final one for PHP 4. Ever. (Well, of course there might be the scenario of companies offering posthumous security patches, but that doesn't count here.) If you are still not convinced that PHP 4 is at the end of its life, just have a look at the <a href="http://www.php.net/ChangeLog-4.php#4.4.9" title="PHP 4.4.9 changelog">changelog</a>: the previous release is seven months old, and since then only five issues have been fixed. <br />
<br />
I am aware that many sites, especially those with really old legacy code, will still not update (heck, I even know of some large PHP 3 based sites running strong [and insecure]), but if you have the resources to update your code base, you should do so really soon. PHP 5.3 will (most probably) be released later this year, and PHP 6 will get rid of a lot of stuff that has only been kept for the sake of backwards compatibility. <br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/275-ASP.NET-AJAX-4.0-CodePlex-Preview-1.html" rel="alternate" title="ASP.NET AJAX 4.0 CodePlex Preview 1" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-07-22T09:31:17Z</published>
        <updated>2008-07-22T09:31:17Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=275</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=275</wfw:commentRss>
    
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/275-guid.html</id>
        <title type="html">ASP.NET AJAX 4.0 CodePlex Preview 1</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                ASP.NET AJAX 4.0 CodePlex Preview 1 is <a href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=15511" title="ASP.NET AJAX 4.0 CodePlex Preview 1">available on CodePlex for download</a>. Features include:<br />
<ul><li>Client-side template rendering</li><li>Declarative instantiation of behaviors and controls</li><li>DataView control</li><li>Markup extensions</li><li>Bindings</li></ul><br />
The release notes also mention that the next preview release will be available in September (maybe another one coming at October's <a href="http://www.microsoftpdc.com/" title="PDC 2008">PDC08</a>&mdash;I am speculating here) and that "Ajax Futures" features will be moved to CodePlex in August. Interesting times for ASP.NET developers for sure, and I am looking foward to what's to come. <br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/274-Silverlight-2-Beta-2-Update.html" rel="alternate" title="Silverlight 2 Beta 2 Update" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-07-17T08:55:51Z</published>
        <updated>2008-07-17T08:55:51Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=274</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=274</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/4-ASPNET-English" label="ASP.NET (English)" term="ASP.NET (English)" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/274-guid.html</id>
        <title type="html">Silverlight 2 Beta 2 Update</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It's been a few week since <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/270-Silverlight-2-Beta-2-Released.html" title="blog entry on Silverlight 2 beta 2 release">Silverlight 2 beta 2 has been released</a>. Yesterday, Microsoft released <a href="http://support.microsoft.com/kb/955011" title="knowledge base entry on the critical update for Silverlight 2 beta 2">a critical update for Silverlight 2 beta 2</a> which is also distributed via Microsoft Update. The update promises to improve Firefox 3 compatibility, and also mentions streaming and stability. However the most interesting aspect is that the auto-update component has been worked on. The release notes do not state exactly what that means, but I think I know what it is: After installing the update, AutoUpdate can actually be enabled; the original version of Silverlight 2 beta 2 had this option greyed out. This suggests that new versions should be expected in the forseeable future <img src="http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
<!-- s9ymdb:56 --><img class="serendipity_image_center" width="416" height="322" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.hauser-wenz.de/s9y/uploads/SilverlightConfiguration.png" alt="" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/273-openSUSE-11.0-and-Virtual-PC.html" rel="alternate" title="openSUSE 11.0 and Virtual PC" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-06-25T10:14:03Z</published>
        <updated>2008-06-30T12:11:50Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=273</wfw:comment>
    
        <slash:comments>10</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=273</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/1-English" label="** English" term="** English" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/273-guid.html</id>
        <title type="html">openSUSE 11.0 and Virtual PC</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.opensuse.org/" title="openSUSE website">openSUSE 11</a> has been released, and as usual I had to try it using virtualization first. And as with some other recent distros, VPC crashes during installation. However, as with some other recent distros, these startup options help:<br />
<br />
<code>noreplace-paravirt i8042.noloop clock=pit</code><br />
<br />
So if you have issues getting the new openSUSE version installed, these options might do the trick. At least they worked for me. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.hauser-wenz.de/s9y/index.php?/archives/272-Silverlight-crashing-Firefox-3.html" rel="alternate" title="Silverlight crashing Firefox 3?" />
        <author>
            <name>Christian</name>
                    </author>
    
        <published>2008-06-18T10:40:46Z</published>
        <updated>2008-06-18T10:40:46Z</updated>
        <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=272</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=272</wfw:commentRss>
    
            <category scheme="http://www.hauser-wenz.de/s9y/index.php?/categories/1-English" label="** English" term="** English" />
    
        <id>http://www.hauser-wenz.de/s9y/index.php?/archives/272-guid.html</id>
        <title type="html">Silverlight crashing Firefox 3?</title>
        <content type="xhtml" xml:base="http://www.hauser-wenz.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Right after <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/271-Firefox-3-and-Firebug.html" title="Firefox 3 release (and how to get Firebug working with it)">yesterday's Firefox 3 release</a>, some readers wrote me that the browser would immediately crash (a really bad crash, without error reporting kicking in, the browser just vanishes) when they visited a Silverlight powered site. I could reproduce that on one of my machines and was investigating this further, when I stumbled upon Tim Heuer's <a href="http://timheuer.com/blog/archive/2008/06/17/silverlight-and-firefox-3-updates.aspx" title="Tim Heuer on Silverlight and Firefox 3">excellent post on the long history of Silverlight/Firefox 3 hubbub</a>. He concludes that Silverlight 2 beta 2 has solved the issue, but what's about the only Silverlight version marked as stable, 1.0? In my case a simple uninstallation of Silverlight, followed by <a href="http://www.microsoft.com/silverlight/resources/install.aspx" title="Silverlight plugin download">reinstalling the plugin</a> did the trick. Unfortunately I did not write down my previous plugin version number, but I now have version 1.0.30401.0. If you have an older version, you may want to update.<br />
Of course that doesn't help web master too much, but maybe this post can help some users to keep their new shiny browser alive when consuming Silverlight content. 
            </div>
        </content>
        
    </entry>

</feed>