<?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>margu.eu &#187; Sidebar</title>
	<atom:link href="http://blog.margu.eu/tag/sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.margu.eu</link>
	<description>Gedöns rund um die IT</description>
	<lastBuildDate>Sun, 27 Nov 2011 10:53:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
			<title>margu.eu</title>
			<url>http://blog.margu.eu/wp-content/uploads/2009/04/margublogfeed.gif</url>
			<link>http://blog.margu.eu</link>
			<width>90</width>
			<height>90</height>
			<description>Gedöns rund um die IT</description>
		</image>		<item>
		<title>New: margu-NotebookInfo2 Version 2.2.4</title>
		<link>http://blog.margu.eu/2010/06/08/new-margu-notebookinfo2-version-2-2-4/</link>
		<comments>http://blog.margu.eu/2010/06/08/new-margu-notebookinfo2-version-2-2-4/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 10:16:21 +0000</pubDate>
		<dc:creator>margu</dc:creator>
				<category><![CDATA[NotebookInfo2]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[Kalender]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[margu-NotebookInfo2]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Sprache]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.margu.eu/?p=472</guid>
		<description><![CDATA[Only a small update because I&#8217;m heavy employed the last month. This update adds support for danish and hungarian language. Further you can add parameters to program calls for the calendar app. As usual you can download the update on my .]]></description>
			<content:encoded><![CDATA[<p>Only a small update because I&#8217;m heavy employed the last month.</p>
<p>This update adds support for danish and hungarian language. Further you can add parameters to program calls for the calendar app.</p>
<p>As usual you can download the update on my <a href="http://blog.margu.eu/gadgets/margu-notebookinfo2/#Download">Download Page</a>.</p>
<p><br class="spacer_" /></p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.margu.eu/2010/06/08/new-margu-notebookinfo2-version-2-2-4/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Little bug in 2.1.3</title>
		<link>http://blog.margu.eu/2009/08/14/little-bug-in-2-1-3/</link>
		<comments>http://blog.margu.eu/2009/08/14/little-bug-in-2-1-3/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:14:55 +0000</pubDate>
		<dc:creator>margu</dc:creator>
				<category><![CDATA[NotebookInfo2]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[margu-NotebookInfo2]]></category>
		<category><![CDATA[Sidebar]]></category>

		<guid isPermaLink="false">http://blog.margu.eu/?p=414</guid>
		<description><![CDATA[There is a little bug in this release which makes the gadget a bit stuck all 10 to 15 seconds. It is a timeout value which I set wrong. This will be fixed in next release. If you want to fix it yourself for now, got to C:\Users\&#60;USER&#62;\AppData\Local\Microsoft\Windows Sidebar\Gadgets\margu-NotebookInfo2.gadget\js\ folder (where &#60;USER&#62; is your username) [...]]]></description>
			<content:encoded><![CDATA[<div id="cspc-trans-columns-wrap" class="cspc-wrapper">
<div id="cspc-content" style="clear:left;">
<div id="cspc-column-0" class="cspc-column" style="display:inline-block;float:left;margin-left:0%;width:48.5%;overflow:hidden;">
<p>There is a little bug in this release which makes the gadget a bit stuck all 10 to 15 seconds.</p>
<p>It is a timeout value which I set wrong. This will be fixed in next release.</p>
<p>If you want to fix it yourself for now, got to</p>
<blockquote><p><code>C:\Users\&lt;USER&gt;\AppData\Local\Microsoft\Windows Sidebar\Gadgets\margu-NotebookInfo2.gadget\js\</code></p>
</blockquote>
<p>folder (where &lt;USER&gt; is your username) and open the file gadget.js in your editor.</p>
<p>Search for the line</p>
<blockquote><p><code>if (xrefDiff &gt; 2) //after hibernate or suspend</code></p>
</blockquote>
<p>(it is line 633) and replace the 2 with 120000.<br />
 Afterwards the line should look like</p>
<blockquote><p><code>if (xrefDiff &gt; 120000) //after hibernate or suspend</code></p>
</blockquote>
<p>Then save the file and restart the sidebar.</p>
<p>Sorry for the bug. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/smile.gif' alt=':)' class='wp-smiley' /> </p>
</p>
</div>
<div id="cspc-column-1" class="cspc-column" style="display:inline-block;float:left;margin-left:3%;width:48.5%;overflow:hidden;">
<p>Da ist ein kleiner Fehler in dieser Version wodurch das Gadget alle 10 bis 15 Sekunden für einen kleinen Moment hängen bleibt.</p>
<p>Es ist eine Timeout variable falsch gesetzt. Das wird im nächsten Release behoben sein.</p>
<p>Wenn Du es jetzt schonmal selbst korrigieren willst, gehe in den Ordner</p>
<blockquote><p><code>C:\Benutzer\&lt;USER&gt;\AppData\Local\Microsoft\Windows Sidebar\Gadgets\margu-NotebookInfo2.gadget\js\</code></p>
</blockquote>
<p>(dabei ist &lt;USER&gt; Dein Benutzername) und öffne die Datei gadget.js in Deinem Editor.</p>
<p>Suche nach der Zeile</p>
<blockquote><p><code>if (xrefDiff &gt; 2) //after hibernate or suspend</code></p>
</blockquote>
<p>(es ist Zeile 633) und ersetze die 2 mit 120000.<br />
 Hinterher sollte die Zeile folgendermaßen aussehen</p>
<blockquote><p><code>if (xrefDiff &gt; 120000) //after hibernate or suspend</code></p>
</blockquote>
<p>Dann speichere die Datei und starte die Sidebar neu.</p>
<p>Entschuldigt den Fehler. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>
<div style="clear:left;"></div>
</div>
</div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.margu.eu/2009/08/14/little-bug-in-2-1-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New: Version 2.1.2 of margu-NotebookInfo2</title>
		<link>http://blog.margu.eu/2009/08/11/new-version-2-1-2-of-margu-notebookinfo2/</link>
		<comments>http://blog.margu.eu/2009/08/11/new-version-2-1-2-of-margu-notebookinfo2/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 06:56:23 +0000</pubDate>
		<dc:creator>margu</dc:creator>
				<category><![CDATA[NotebookInfo2]]></category>
		<category><![CDATA[Anregung]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[Idee]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[margu-NotebookInfo2]]></category>
		<category><![CDATA[Modul]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Notebook]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://blog.margu.eu/?p=397</guid>
		<description><![CDATA[Well, the next update is released. Hope you further like my gadget and send me suggestions, ideas and info about bugs (I know, there are some &#8230; I&#8217;m only human ) The download you&#8217;ll . So, da nächste Update ist fertig. Hoffe Euch gefällt mein Gadget weiterhin und Ihr schickt mir immer fleißig Anregungen, Ideen [...]]]></description>
			<content:encoded><![CDATA[<div id="cspc-trans-footer-wrap" class="cspc-wrapper">
<div id="cspc-content" style="clear:left;">
<div id="cspc-column-0" class="cspc-column" style="display:inline-block;float:left;margin-left:0%;width:48.5%;overflow:hidden;">
<p>Well, the next update is released. Hope you further like my gadget and send me suggestions, ideas and info about bugs (I know, there are some &#8230; I&#8217;m only human <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/engel.gif' alt=':angel:' class='wp-smiley' /> )</p>
<p>The download you&#8217;ll <a href="http://blog.margu.eu/gadgets/margu-notebookinfo2/#Download">find here</a>.</p>
</p>
</div>
<div id="cspc-column-1" class="cspc-column" style="display:inline-block;float:left;margin-left:3%;width:48.5%;overflow:hidden;">
<p>So, da nächste Update ist fertig. Hoffe Euch gefällt mein Gadget weiterhin und Ihr schickt mir immer fleißig Anregungen, Ideen und Informationen über Fehler (ich weiß da sind welche &#8230; bin auch nur ein Mensch <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/engel.gif' alt=':angel:' class='wp-smiley' /> )</p>
<p>Der <a href="http://blog.margu.eu/gadgets/margu-notebookinfo2/#Download">Download ist hier</a>.</p>
</p>
</div>
<div style="clear:left;"></div>
</div>
<div id="cspc-footer" style="clear:left;">
<p><span style="text-decoration: underline;">Changes:</span></p>
<ul>
<li>added: font can be changed for the gadget now.</li>
<li>added: option to set background to transparent. IMPORTANT: This is only experimental yet, because I&#8217;m searching for a good alternative method to go around the &#8220;magenta-bug&#8221; of the sidebar.</li>
<li>fixed: bouncing hour and minute are wrong positioned after full hour change.</li>
<li>fixed: problems downloading the .gadget file. I changed the automatic and manual update so now it collect the .zip file from my server instead.</li>
<li>fixed: &#8220;Display in GHz&#8221; checkbox isn&#8217;t disabled if CPU module is deactivated.</li>
<li>fixed: colour of battery info don&#8217;t change sometimes.</li>
<li>changed: more preselect date formats and they are shown in realtime</li>
</ul>
<p><br class="spacer_" /></p>
</div>
<div style="clear:both; height:0;"> </div>
</div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.margu.eu/2009/08/11/new-version-2-1-2-of-margu-notebookinfo2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gadgets with transparent background</title>
		<link>http://blog.margu.eu/2009/08/07/gadgets-with-transparent-background/</link>
		<comments>http://blog.margu.eu/2009/08/07/gadgets-with-transparent-background/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 06:51:43 +0000</pubDate>
		<dc:creator>margu</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[NotebookInfo2]]></category>
		<category><![CDATA[aliasing]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[Grafik]]></category>
		<category><![CDATA[Hintergrund]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[magenta]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://blog.margu.eu/?p=383</guid>
		<description><![CDATA[There again Microsoft afforded something. Who of you already tried to provide a gadget with transparent background but not to do it without CSS formatting, tear one&#8217;s hair. It is simply impossible to put a transparent picture on the background and finish. As soon as I want to place a second semi-transparent image on top [...]]]></description>
			<content:encoded><![CDATA[<div id="cspc-trans-columns-wrap" class="cspc-wrapper">
<div id="cspc-content" style="clear:left;">
<div id="cspc-column-0" class="cspc-column" style="display:inline-block;float:left;margin-left:0%;width:48.5%;overflow:hidden;">
<p><br class="spacer_" /></p>
<div id="attachment_384" class="wp-caption alignright" style="width: 102px"><a href="http://blog.margu.eu/wp-content/uploads/2009/08/transparent_Gadget.jpg" rel="lightbox[383]" title="transparent_Gadget"><img class="size-thumbnail wp-image-384" title="transparent_Gadget" src="http://blog.margu.eu/wp-content/uploads/2009/08/transparent_Gadget-92x150.jpg" alt="transparent gadget" width="92" height="150" /></a><p class="wp-caption-text">transparent gadget</p></div>
<p>There again Microsoft afforded something. Who of you already tried to provide a gadget with transparent background but not to do it without CSS formatting, tear one&#8217;s hair.</p>
<p><br class="spacer_" /></p>
<p>It is simply impossible to put a transparent picture on the background and finish. As soon as I want to place a second  semi-transparent image on top or simply write some text into the gadget, I&#8217;ll have a cute secondary effect: All will get a neat magenta coloured border (as you can see on the picture).</p>
<p>This results on a bug in the anti-aliasing engine of the sidebar, which causes problems with alpha-cannels. Microsoft use a magenta coloured mask for transparency in sidebar and this won&#8217;t be erased completely if using semi-transparency. Thus these develop nice edges with the anti-aliasing of images or text.</p>
<p>You can minimise this on images, by putting only e.g. GIF files on top of PNG background images (who don&#8217;t use semi-transparent images on top can use e.g. JPG either), because only PNG use alpha-cannels. But the problem with the text remains existing.</p>
<p>However, Microsoft provide us one alternative method, as we can use the Tag &lt;<code>g:background ... </code>&gt; or the JavaScript variant <code>addImageObject()</code> . For this, either take a look at <a href="http://msdn.microsoft.com/en-us/library/aa359356%28VS.85%29.aspx"><em>MSDN g:background Element</em></a>.</p>
<p>Example:</p>
<pre><code>&lt;html&gt;
    &lt;head&gt;
        &lt;title&gt;Hello World&lt;/title&gt;
        &lt;script type="text/jscript" language="jscript"&gt;
        function init()
        {
            System.Gadget.background = "images\\background.png";
        }
        &lt;/script&gt;
    &lt;/head&gt;

    &lt;body onload="init()"&gt;
        &lt;g:background id="imgBackground"&gt;
            <span id="gadgetContent">Hello World!</span>
        &lt;/g:background&gt;
    &lt;/body&gt;
&lt;/html&gt;</code></pre>
<p><br class="spacer_" /></p>
<p>The crucial disadvantage of this possibility is that thereby no events &#8211; like e.g. mouse click or mouse movement &#8211; are passed on, since images merged in such a way becomes part of the background.</p>
<p>Now my consideration goes by, whether I will really do myself this cramp and converts my gadget completely, or try to go around the restrictions with cheats so that all functions remain and I nevertheless get a transparent background. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/schulterzuck.gif' alt=':schulterzuck:' class='wp-smiley' /> </p>
<p><br class="spacer_" /></p>
</p>
</div>
<div id="cspc-column-1" class="cspc-column" style="display:inline-block;float:left;margin-left:3%;width:48.5%;overflow:hidden;">
<p>Da hat sich Microsoft ja mal wieder was geleistet. Wer von Euch schonmal versucht hat ein Gadget mit transparentem Hintergrund zu erstellen und dabei auf CSS Formatierung nicht verzichten möchte, der rauft sich die Haare.</p>
<p>Es ist schlicht unmöglich einfach nur eine transparente Grafik zu nehmen, diese auf den Hintergrund zu legen und fertig. Sobald ich eine weitere Grafik mit semi-transparenten Teilen darüber lege oder auch einfach nur Schrift ins Gadget einfüge, bekomme ich einen netten Nebeneffekt, über den sich unser großes T hier in Deuschland sicher freut: Alles bekommt einen netten Rand in Magenda (auf der nebenstehenden Grafik zu sehen).</p>
<p>Das liegt an einem Bug der Anti-Aliasing Engine der Sidebar, der Probleme mit den Alphakanälen hat. Microsoft verwendet für die Transparenz bei der Sidebar eine magentafarbene Maske, die bei Teiltransparenz nicht vollständig entfernt wird. Dadurch entstehen beim Anti-Aliasing von Grafiken oder Schriften diese netten Ränder.</p>
<p>Vermindern läßt sich das bei Grafiken, indem man über den aus einer transparenten PNG Grafik bestehenden Hintergrund nur z.B. GIF Dateien legt (wer auf transparente Grafiken verzichten kann, kann auch z.B. JPG nutzen), weil nur PNG Alphakanäle unterstützt. Aber das Problem bei den Schriften bleibt weiter bestehen.</p>
<p>Eine (proprietäre) Alternative liefert Microsoft uns aber gleich mit, indem wir den Tag &lt;<code>g:background ... </code>&gt; oder die JavaScript Variante <code>addImageObject()</code> nutzen. Siehe dazu auch <a href="http://msdn.microsoft.com/en-us/library/aa359356%28VS.85%29.aspx"><em>MSDN g:background Element</em></a>.</p>
<p>Beispiel:</p>
<pre><code>&lt;html&gt;
    &lt;head&gt;
        &lt;title&gt;Hello World&lt;/title&gt;
        &lt;script type="text/jscript" language="jscript"&gt;
        function init()
        {
            System.Gadget.background = "images\\background.png";
        }
        &lt;/script&gt;
    &lt;/head&gt;

    &lt;body onload="init()"&gt;
        &lt;g:background id="imgBackground"&gt;
            <span id="gadgetContent">Hello World!</span>
        &lt;/g:background&gt;
    &lt;/body&gt;
&lt;/html&gt;</code></pre>
<p><br class="spacer_" /></p>
<p>Der entscheidende Nachteil dieser Möglichkeit ist, daß dadurch keine Ereignisse &#8211; wie z.B. Mausklick oder -bewegung &#8211; weitergeleitet werden, da die so eingebundene Grafik Teil des Hintergrundes wird.</p>
<p>Nun geht meine Überlegung dahin, ob ich mir wirklich diesen Krampf antun werde und mein Gadget komplett umbaue, mit Tricks versuche die Einschränkungen zu umgehen, damit alle Funktionen erhalten bleiben und ich trotzdem einen transparenten Hintergrund bekomme. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/schulterzuck.gif' alt=':schulterzuck:' class='wp-smiley' /> </p>
<p><br class="spacer_" /></p>
</div>
<div style="clear:left;"></div>
</div>
</div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.margu.eu/2009/08/07/gadgets-with-transparent-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New: Version 2.1.1 of margu-NotebookInfo2</title>
		<link>http://blog.margu.eu/2009/08/04/new-version-2-1-1-of-margu-notebookinfo2/</link>
		<comments>http://blog.margu.eu/2009/08/04/new-version-2-1-1-of-margu-notebookinfo2/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:15:00 +0000</pubDate>
		<dc:creator>margu</dc:creator>
				<category><![CDATA[NotebookInfo2]]></category>
		<category><![CDATA[Akku]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[margu-NotebookInfo2]]></category>
		<category><![CDATA[Restlaufzeit]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://blog.margu.eu/?p=377</guid>
		<description><![CDATA[A few fixes and changes I&#8217;ve done in this release. The problem with remaining battery time if it is collected from Windows is nearly fixed. No problems if using Windows7 but working with Vista is hard, because Microsoft didn&#8217;t implement the System.Machine.PowerStatus.batteryCapacityRemaining in Vista for the sidebar. I did a hack so now it works [...]]]></description>
			<content:encoded><![CDATA[<div id="cspc-trans-columns-wrap" class="cspc-wrapper">
<div id="cspc-content" style="clear:left;">
<div id="cspc-column-0" class="cspc-column" style="display:inline-block;float:left;margin-left:0%;width:48.5%;overflow:hidden;">
<p>A few fixes and changes I&#8217;ve done in this release. The problem with remaining battery time if it is collected from Windows is nearly fixed. No problems if using Windows7 but working with Vista is hard, because Microsoft didn&#8217;t implement the <span style="font-size: x-small;"><em><strong>System.Machine.PowerStatus.batteryCapacityRemaining</strong></em></span> in Vista for the sidebar.  <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/wallbash.gif' alt=':wall:' class='wp-smiley' /> </p>
<p>I did a hack so now it works with Vista but stuck every 15 seconds. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If you check the box on the settings page for self calculating remaining batterytime all is working well.</p>
<p>As usual all changes you&#8217;ll find in changelog.</p>
<p><br class="spacer_" /></p>
</p>
</div>
<div id="cspc-column-1" class="cspc-column" style="display:inline-block;float:left;margin-left:3%;width:48.5%;overflow:hidden;">
<p>Ein paar Fehlerkorrekturen und Änderungen habe ich in dieser Version eingebaut. Das Problem mit der Restlaufzeit des Akku wenn der Wert aus Windows herausgeholt wird ist annähernd behoben. Unter Windows7 funktioniert alles tadellos, aber mit Vista ist es schwer, weil Microsoft wohl vergessen hat das <span style="font-size: x-small;"><em><strong>System.Machine.PowerStatus.batteryCapacityRemaining</strong></em></span> in Vista für die Sidebar zu aktivieren. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/wallbash.gif' alt=':wall:' class='wp-smiley' /> </p>
<p>Ich habe das nun notdürftig geflickt, so daß es unter Vista einigermaßen funktioniert, aber alle 15 Sekunden hängt das Gadget kurz. <img src='http://blog.margu.eu/wp-content/plugins/smilies-themer/margu/sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Ganz ohne Probleme läuft alles, wenn in den Gadget Settings der Haken gesetzt wird, daß die Restlaufzeit vom Gadget berechnet werden soll.</p>
<p>Die Änderungen in dieser Version findest Du wie immer im Changelog.</p>
<p><br class="spacer_" /></p>
</div>
<div style="clear:left;"></div>
</div>
</div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.margu.eu/2009/08/04/new-version-2-1-1-of-margu-notebookinfo2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
