<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>RDSquared</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/" />
    <link rel="self" type="application/atom+xml" href="http://www.rdsquared.net/atom.xml" />
    <id>tag:www.rdsquared.net,2009-08-05://1</id>
    <updated>2010-08-18T07:40:31Z</updated>
    <subtitle>Pensieri, parole, opere (poche) e omissioni su quello che mi interessa, mi piace o semplicemente mi viene in mente</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.31-en</generator>

<entry>
    <title>Arrivederci, Presidente</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/08/arrivederci-presidente.html" />
    <id>tag:www.rdsquared.net,2010://1.166</id>

    <published>2010-08-18T07:37:39Z</published>
    <updated>2010-08-18T07:40:31Z</updated>

    <summary></summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="zibaldone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="politica" label="Politica" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<img alt="Cossiga1.jpg" src="http://www.rdsquared.net/2010/08/18/Cossiga1.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0pt auto 20px;" height="312" width="250" /> <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Frasi celebri: Luigi Einaudi</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/08/frasi-celebri-luigi-einaudi.html" />
    <id>tag:www.rdsquared.net,2010://1.163</id>

    <published>2010-08-02T05:28:02Z</published>
    <updated>2010-08-02T05:29:50Z</updated>

    <summary>La frode fiscale non potrà essere davvero considerata alla stregua degli altri reati finché le leggi tributarie rimarranno vessatorie e pesantissime e finché le sottili arti della frode rimarranno l&apos; unica arma di difesa del contribuente contro le esorbitanze del...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="zibaldone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="citazioni" label="Citazioni" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<i>La frode fiscale non potrà essere davvero considerata alla stregua degli altri reati finché le leggi tributarie rimarranno vessatorie e pesantissime e finché le sottili arti della frode rimarranno l' unica arma di difesa del contribuente contro le esorbitanze del fisco</i>. (Corriere della Sera, 22 settembre 1907) ]]>
        
    </content>
</entry>

<entry>
    <title>WSE3 in Visual Studio 2008</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/05/wse3-in-visual-studio-2008.html" />
    <id>tag:www.rdsquared.net,2010://1.160</id>

    <published>2010-05-28T15:35:59Z</published>
    <updated>2010-05-28T15:52:10Z</updated>

    <summary>Si, lo so, WSE3 è il passato, esiste solo WCF, ecc.Solo che MS pensa che tutti possano passare come ridere da una framework all&apos;altro senza problemi...Qualche problema, se non altro per il tempo a disposizione, invece c&apos;è.Si può però, con...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="vs2008" label="vs2008" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webserviceextensions3" label="web service extensions 3" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wse3" label="wse3" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Si, lo so, WSE3 è il passato, esiste solo WCF, ecc.<br /><br />Solo che MS pensa che tutti possano passare come ridere da una framework all'altro senza problemi...<br /><br />Qualche problema, se non altro per il tempo a disposizione, invece c'è.<br /><br />Si può però, con qualche accorgimento, continuare ad utilizzare WSE3 in VS2008 con un paio di semplici modifiche a dei file di testo... il tutto ovviamente non supportato.<br /><br />Il primo file da modificare, dopo ovviamente aver installato <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&amp;displaylang=en">WSE 3.0</a>, è WSESettingsVS3.Addin, nella cartella <br /><br />C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins<br /><br />Si deve modificare il blocco<br /><br />&lt;HostApplication&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Name&gt;Microsoft Visual Studio Macros&lt;/Name&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Version&gt;8.0&lt;/Version&gt;<br />&lt;/HostApplication&gt;<br />&lt;HostApplication&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Name&gt;Microsoft Visual Studio&lt;/Name&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Version&gt;8.0&lt;/Version&gt;<br />&lt;/HostApplication&gt; <br /><br />in questo modo<br /><br />&lt;HostApplication&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Name&gt;Microsoft Visual Studio Macros&lt;/Name&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Version&gt;9.0&lt;/Version&gt;<br />&lt;/HostApplication&gt;<br />&lt;HostApplication&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Name&gt;Microsoft Visual Studio&lt;/Name&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Version&gt;9.0&lt;/Version&gt;<br />&lt;/HostApplication&gt;<br /><br />Fatto questo, si devono aggiungere al file devenv.exe.config queste righe, in modo che possa generare il proxy WSE quando richiesto.<br /><br />&lt;system.web&gt; <br />&nbsp;&nbsp;&nbsp; &lt;webServices&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;soapExtensionImporterTypes&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add type="Microsoft.Web.Services3.Description.WseExtensionImporter, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Microsoft.Web.Services3, Version=3.0.0.0, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Culture=neutral, PublicKeyToken=31bf3856ad364e35" /&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/soapExtensionImporterTypes&gt; <br />&nbsp;&nbsp;&nbsp; &lt;/webServices&gt; <br />&lt;/system.web&gt; <br /><br />Talvolta (non ho capito bene la casistica, su alcuni installazioni sono stati sufficienti i passi precedenti) è necessario aggiungere la cartella&nbsp; <br /><br />C:\Documents and Settings\All Users\Application 
Data\Microsoft\MSEnvShared\Addins<br /><br />all'elenco "Add-in/Macros Security" in Tools\Options\Environment.<br /><br />Ripeto, non ho indagato sui motivi, sono già contento cosi' ;-)<br /><br /><br /><br />Riferimenti<br /><a href="http://bijesh.net/post/137287365/using-wse-3-in-visual-studio-2008">http://bijesh.net/post/137287365/using-wse-3-in-visual-studio-2008</a><br />http://dotnetstep.blogspot.com/2009/04/wse-30-setting-tool-for-visual-studio.html<br /><a href="http://dotnetstep.blogspot.com/2009/04/wse-30-setting-tool-for-visual-studio.html">http://blogs.imeta.co.uk/jyoung/archive/2008/08/29/345.aspx</a><br /><br /><br /><strong></strong> ]]>
        
    </content>
</entry>

<entry>
    <title>ILVisualizer</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/04/ilvisualizer.html" />
    <id>tag:www.rdsquared.net,2010://1.157</id>

    <published>2010-04-26T10:32:27Z</published>
    <updated>2010-04-26T11:00:18Z</updated>

    <summary><![CDATA[Apprezzatissimo contributo di Haibo Luo, questa visualizzatore permette di verificare il codice IL generato via DynamicMethod a runtime dall'IDE. Per Vs2010, Vs2008/2005.Per utilizzarlo, compilare i progetti e copiare le dll generate nella cartella&nbsp;Visual Studio 2010\Visualizersdel proprio profilo, o nella cartella&nbsp;\Microsoft...]]></summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ilvisualizer" label="ILVisualizer" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="visualstudio" label="Visual Studio" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Apprezzatissimo contributo di <a href="http://blogs.msdn.com/haibo_luo/default.aspx">Haibo Luo</a>, questa visualizzatore permette di verificare il codice IL generato via DynamicMethod a runtime dall'IDE. Per <a href="http://www.rdsquared.net/2010/04/26/ILVisualizer2010.zip">Vs2010</a>, <a href="http://www.rdsquared.net/2010/04/26/ILVisualizer.zip">Vs2008/2005</a>.<div><br /></div><div>Per utilizzarlo, compilare i progetti e copiare le dll generate nella cartella&nbsp;</div><div><br /></div><div><code>Visual Studio 2010\Visualizers</code></div><div><br /></div><div>del proprio profilo, o nella cartella&nbsp;</div><div><span class="parameter"><br /></span></div><div><code>\Microsoft
 Visual Studio 10.0\Common7\Packages\Debugger\Visualizers</code></div><div><div><div><br /></div></div><div><br /></div></div>]]>
        
    </content>
</entry>

<entry>
    <title>Librerie: LinqKit</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/04/librerie-linqkit.html" />
    <id>tag:www.rdsquared.net,2010://1.155</id>

    <published>2010-04-14T19:53:16Z</published>
    <updated>2010-04-14T20:08:16Z</updated>

    <summary>Disponibile presso http://www.albahari.com, una libreria per semplificare la scrittura di query Linq.E&apos; possibile scaricare sia la libreria che i sorgenti, disponibili anche qui e qui.Sempre dello stesso autore, la libreria LinqBridge per utilizzare Linq e assessi con la versione 2.0...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="linq" label="Linq" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linqbridge" label="LinqBridge" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linqkit" label="LinqKit" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Disponibile presso <a href="http://www.albahari.com/nutshell/linqkit.aspx">http://www.albahari.com</a>, una libreria per semplificare la scrittura di query Linq.<br /><br />E' possibile scaricare sia la <a href="http://www.albahari.com/nutshell/LinqKit.zip">libreria</a> che i <a href="http://www.albahari.com/nutshell/LinqKitSource.zip">sorgenti</a>, disponibili anche <a href="http://www.rdsquared.net/2010/04/14/LinqKit.zip">qui</a> e <a href="http://www.rdsquared.net/2010/04/14/LinqKitSource.zip">qui</a>.<br /><a href="http://www.rdsquared.net/2010/04/14/LinqKit.zip"></a><br />Sempre dello stesso autore, la libreria <a href="http://code.google.com/p/linqbridge/">LinqBridge</a> per utilizzare Linq e assessi con la versione 2.0 del framework. La versione 1.1, compilata, è <a href="http://www.rdsquared.net/2010/04/14/LinqBridge-1.1.zip">disponibile</a> per il download.<br />I sorgenti della versione 1.1 sono invece <a href="http://www.rdsquared.net/2010/04/14/linqbridge_src_1.1.zip">qui</a>.<br /><br /> <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Sharpdevelop: color theme per C#</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/03/sharpdevelop-color-theme-per-c.html" />
    <id>tag:www.rdsquared.net,2010://1.150</id>

    <published>2010-03-23T15:02:17Z</published>
    <updated>2010-03-25T14:53:48Z</updated>

    <summary><![CDATA[Qui il mio.Per attivarlo, copiarlo nella cartella &nbsp;C:\Documents and Settings\&lt;user&gt;\Dati applicazioni\ICSharpCode\SharpDevelop3.0\modesIl risultato è questoAltri temi trovati un po' in giro:C# Vibrant InkHTML Vibrant InkVB.Net Vibrant Ink...]]></summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
    <category term="sharpdevelop" label="sharpdevelop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="temi" label="temi" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Qui il <a href="http://www.rdsquared.net/2010/03/23/CSharp-Mode-VSEnh.xshd">mio</a>.<div>Per attivarlo, copiarlo nella cartella &nbsp;</div><div><code>C:\Documents and Settings\&lt;user&gt;\Dati applicazioni\ICSharpCode\SharpDevelop3.0\modes</code></div><div><br /></div><div>Il risultato è questo</div><div><br /></div><div><a href="http://www.rdsquared.net/assets_c/2010/03/sharpdeveloptheme-214.html" onclick="window.open('http://www.rdsquared.net/assets_c/2010/03/sharpdeveloptheme-214.html','popup','width=780,height=560,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.rdsquared.net/assets_c/2010/03/sharpdeveloptheme-thumb-350x251-214.jpg" width="350" height="251" alt="sharpdeveloptheme.JPG" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></div><div>Altri temi <a href="http://cid-1eafce86943950d3.skydrive.live.com/browse.aspx/Dev/SharpDevelope3.0/modes">trovati un po' in giro</a>:</div><div><a href="http://www.rdsquared.net/2010/03/25/_CSharp%20Vibrant%20Ink.xshd">C# Vibrant Ink</a></div><div><a href="http://www.rdsquared.net/2010/03/25/_HTML%20Vibrant%20Ink.xshd">HTML Vibrant Ink</a></div><div><a href="http://www.rdsquared.net/2010/03/25/_VBNET%20Vibrant%20Ink.xshd_">VB.Net Vibrant Ink</a></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Temi per Visual Studio</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/03/temi-per-visual-studio.html" />
    <id>tag:www.rdsquared.net,2010://1.149</id>

    <published>2010-03-12T16:31:53Z</published>
    <updated>2010-03-12T16:36:11Z</updated>

    <summary>Vibrant Ink V2 (ispirato a TextMate), pubblicato da WekeRoad...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="temi" label="temi" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="visualstudio" label="Visual studio" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<a href="http://www.rdsquared.net/2010/03/12/VibrantInk_V2_Export.zip">Vibrant Ink V2</a> (ispirato a TextMate), pubblicato da <a href="http://blog.wekeroad.com/2007/10/17/textmate-theme-for-visual-studio-take-2/">WekeRoad</a><div><br /></div><div><a href="http://www.rdsquared.net/assets_c/2010/03/VibrantInk_V2-210.html" onclick="window.open('http://www.rdsquared.net/assets_c/2010/03/VibrantInk_V2-210.html','popup','width=539,height=459,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.rdsquared.net/assets_c/2010/03/VibrantInk_V2-thumb-300x255-210.gif" width="300" height="255" alt="VibrantInk_V2.gif" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>EclipsePDT: personalizzare i colori (senza impazzire)...</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/02/eclipsepdt-personalizzare-i-colori-senza-impazzire.html" />
    <id>tag:www.rdsquared.net,2010://1.147</id>

    <published>2010-02-27T16:14:50Z</published>
    <updated>2010-02-27T16:24:05Z</updated>

    <summary><![CDATA[Personalizzare i colori in Eclipse PDT non è semplicissimo, niente point &amp; clicka portata di mano...Fortunatamente, qualcuno ha provveduto a condividere un tema molto piacevole, che uso spesso anche in Visual Studio: Obsidian.La procedura per importarlo è semplice, avendo cura...]]></summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="software" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="eclipsepdt" label="EclipsePDT" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="temi" label="temi" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Personalizzare i colori in Eclipse PDT non è semplicissimo, niente point &amp; clicka portata di mano...<br />Fortunatamente, <a href="http://blog.philipbrown.id.au/2009/07/editor-themes-for-eclipse-pdt-obsidian/">qualcuno</a> ha provveduto a condividere un tema molto piacevole, che uso spesso anche in Visual Studio: <a href="http://www.rdsquared.net/2010/02/27/eclipsepdt-Obsidian.zip">Obsidian</a>.<div><br />La procedura per importarlo è semplice, avendo cura di salvare prima le impostazioni correnti: è sufficiente importare il file .epf (File -&gt; Import -&gt; General -&gt; Preferences), e ci si ritrova con i colori che vedete qui:<br /><br /><a href="http://www.rdsquared.net/assets_c/2010/02/eclipse-obsidian-php-300x157-206.html" onclick="window.open('http://www.rdsquared.net/assets_c/2010/02/eclipse-obsidian-php-300x157-206.html','popup','width=300,height=157,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.rdsquared.net/assets_c/2010/02/eclipse-obsidian-php-300x157-thumb-300x157-206.png" alt="eclipse-obsidian-php-300x157.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="157" width="300" /></a>Unico inconveniente (minimo davvero): alcune impostazioni eventualmente impostate (es. tabulazioni) vanno impostate nuovamente una volta conclusa l'importazione.<br /><br /><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Un wrapper completo per il controllo Webbrowser</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/01/un-wrapper-completo-per-il-controllo-webbrowser.html" />
    <id>tag:www.rdsquared.net,2010://1.145</id>

    <published>2010-01-27T10:57:41Z</published>
    <updated>2010-01-27T11:00:53Z</updated>

    <summary>Da CodeProject, un wrapper molto completo per il controllo Webbrowser.Qui il pdf e i sorgenti....</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="com" label="COM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iwebbrowser2" label="IWebBrowser2" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="win32" label="win32" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Da <a href="http://www.codeproject.com/">CodeProject</a>, un <a href="http://www.codeproject.com/KB/miscctrl/csEXWB.aspx">wrapper</a> molto completo per il controllo Webbrowser.<div>Qui il <a href="http://www.rdsquared.net/2010/01/27/CodeProject_The_Most_Complete_C%23_Webborwser_Wrapper_Control.pdf">pdf</a> e i <a href="http://www.rdsquared.net/2010/01/27/csEXWB.zip">sorgenti</a>.</div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>C#: Delegate, metodi anonimi e lambda expressions</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/01/c-delegate-metodi-anonimi-e-lambda-expressions.html" />
    <id>tag:www.rdsquared.net,2010://1.142</id>

    <published>2010-01-21T12:54:25Z</published>
    <updated>2010-01-21T12:57:38Z</updated>

    <summary>Da CodeProject, un riepilogo su delegate, metodi anonimi e lambda expressions (anche in PDF)....</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="net" label=".net" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Da CodeProject, un <a href="http://www.codeproject.com/KB/cs/DelegatesOMy.aspx">riepilogo</a> su delegate, metodi anonimi e lambda expressions (anche in <a href="http://www.rdsquared.net/2010/01/21/CodeProject_C%23_Delegates_Anonymous_Methods_and_Lambda_Expressions.pdf">PDF</a>).<div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>CodeProject: un&apos;introduzione a COM</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2010/01/codeproject-unintroduzione-a-com.html" />
    <id>tag:www.rdsquared.net,2010://1.141</id>

    <published>2010-01-21T12:36:19Z</published>
    <updated>2010-01-21T12:44:10Z</updated>

    <summary><![CDATA[Da CodeProject, un'intoduzione a COM.Prima parte&nbsp;in PDF, con sorgentiSeconda parte, in PDF,&nbsp;con sorgenti e demo.&nbsp;...]]></summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="com" label="COM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ole" label="OLE" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="win32" label="win32" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Da CodeProject, un'intoduzione a COM.<br /><div><a href="http://www.codeproject.com/KB/COM/comintro.aspx">Prima parte</a>&nbsp;in <a href="http://www.rdsquared.net/2010/01/21/CodeProject_Introduction_to_COM_Part_I.pdf">PDF</a>, con <a href="http://www.rdsquared.net/2010/01/21/COMIntro_src.zip">sorgenti</a></div><div><a href="http://www.codeproject.com/KB/COM/comintro2.aspx">Seconda parte</a>, in <a href="http://www.rdsquared.net/2010/01/21/CodeProject_Introduction_to_COM_Part_II.pdf">PDF</a>,&nbsp;con <a href="http://www.rdsquared.net/2010/01/21/COMIntro2_src.zip">sorgenti</a> e <a href="http://www.rdsquared.net/2010/01/21/COMIntro2_demo.zip">demo</a>.&nbsp;</div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Frasi celebri: Thomas Jefferson</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2009/12/frasi-celebri-thomas-jefferson.html" />
    <id>tag:www.rdsquared.net,2009://1.138</id>

    <published>2009-12-20T12:33:42Z</published>
    <updated>2009-12-20T12:34:45Z</updated>

    <summary>To preserve our independence, we must not let our rulers load us with perpetual debt. We must make our election between economy and liberty, or profusion and servitude...I place economy among the first and most important of republican virtues, and...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="zibaldone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="frasicelebri" label="frasi celebri" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<ul><li>To preserve our independence, we must not let our rulers load us with
perpetual debt. We must make our election between economy and liberty,
or profusion and servitude...I place economy among the first and most
important of republican virtues, and public debt as the greatest of the
dangers to be feared.</li></ul> ]]>
        
    </content>
</entry>

<entry>
    <title>Frasi celebri: Henry Hazlitt</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2009/12/frasi-celebri-henry-hazlitt.html" />
    <id>tag:www.rdsquared.net,2009://1.137</id>

    <published>2009-12-20T11:34:28Z</published>
    <updated>2009-12-20T11:35:40Z</updated>

    <summary>The &apos;private sector&apos; of the economy is, in fact, the voluntary sector; and the &apos;public sector&apos; is, in fact, the coercive sector....</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="zibaldone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="frasicelebri" label="frasi celebri" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<ul><li><span>The 'private sector' of the economy is, in fact, the voluntary sector; and the 'public sector' is, in fact, the coercive sector.</span></li></ul> ]]>
        
    </content>
</entry>

<entry>
    <title>Firefox: analizzare gli errori nell&apos;aggiornamento delle estensioni</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2009/12/firefox-analizzare-gli-errori-nellaggiornamento-delle-estensioni.html" />
    <id>tag:www.rdsquared.net,2009://1.135</id>

    <published>2009-12-15T09:59:53Z</published>
    <updated>2009-12-15T10:02:18Z</updated>

    <summary>Impostare a true la voceextensions.logging.enabledvia about:config...</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="programmazione" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="extensions" label="extensions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="firefox" label="firefox" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[Impostare a true la voce<div><br /><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>extensions.logging.enabled</div></blockquote><div><br /></div><div>via about:config</div></div>]]>
        
    </content>
</entry>

<entry>
    <title>Sono completamente d&apos;accordo... a metà, II</title>
    <link rel="alternate" type="text/html" href="http://www.rdsquared.net/2009/12/sono-completamente-daccordo-a-meta-ii.html" />
    <id>tag:www.rdsquared.net,2009://1.134</id>

    <published>2009-12-07T07:32:34Z</published>
    <updated>2009-12-07T07:33:56Z</updated>

    <summary>Giugno 2008, Di Pietro uno: Il sì al referendum favorirà il superamento della porcata di Calderoli e farà nascere una nuova legge elettorale. Maggio 2009, Di Pietro due: Il sì al referendum elettorale consegna definitivamente tutta l&apos;Italia al ducetto Berlusconi....</summary>
    <author>
        <name>riccardo</name>
        
    </author>
    
        <category term="zibaldone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="politica" label="politica" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.rdsquared.net/">
        <![CDATA[<p>Giugno 2008, Di Pietro uno: <em>Il sì al referendum favorirà il superamento della porcata di Calderoli<br />
e farà nascere una nuova legge elettorale</em>.</p>
<p>Maggio 2009, Di Pietro due: <em>Il sì al referendum elettorale consegna definitivamente tutta l'Italia al ducetto Berlusconi. </em></p> ]]>
        
    </content>
</entry>

</feed>
