<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Un po' di spazio per Theswra...</title>
        <link>http://blogs.ugidotnet.org/theswra/Default.aspx</link>
        <description>...o solo qualche idea</description>
        <language>it-IT</language>
        <copyright>Antonio Santise</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <image>
            <title>Un po' di spazio per Theswra...</title>
            <url>http://blogs.ugidotnet.org/images/RSS2Image.gif</url>
            <link>http://blogs.ugidotnet.org/theswra/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Essential ITIL: What You Need To Succeed</title>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/essential-itil-what-you-need-to-succeed.aspx</link>
            <description>Segnalo e segno a futura memoria questo interessante documento _molto_ introduttivo sull'ITIL, scritto da Malcolm Fry (CA) &lt;a href="http://www.ca.com/files/WhitePapers/essential-itil-what-you-need-to-succeed.pdf" target="_blank"&gt;http://www.ca.com/files/WhitePapers/essential-itil-what-you-need-to-succeed.pdf&lt;/a&gt;.  In pratica si pone la seguente domanda: "Da dove cominciare?" E cerca di rispondere a suo modo. HTH&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/94992.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/essential-itil-what-you-need-to-succeed.aspx</guid>
            <pubDate>Fri, 19 Dec 2008 23:03:35 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/94992.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/essential-itil-what-you-need-to-succeed.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/94992.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/94992.aspx</trackback:ping>
        </item>
        <item>
            <title>Describing RESTful Applications</title>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/describing-restful-applications.aspx</link>
            <description>Interessante aticolo sul come ci si debba approcciare ai serivizi REST-ful. &lt;a href="http://www.infoq.com/articles/subbu-allamaraju-rest" target="_blank"&gt;http://www.infoq.com/articles/subbu-allamaraju-rest&lt;/a&gt;  Da leggere. Anche i commenti.&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/94991.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/describing-restful-applications.aspx</guid>
            <pubDate>Fri, 19 Dec 2008 23:01:10 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/94991.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/12/20/describing-restful-applications.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/94991.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/94991.aspx</trackback:ping>
        </item>
        <item>
            <title>Aspect Oriented Programming - PostSharp e altri framework</title>
            <category>Architetture</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/aspect-oriented-programming---postsharp-e-altri-framework.aspx</link>
            <description>&lt;p&gt;Mi collego al &lt;a href="http://blogs.ugidotnet.org/dimotta/archive/2008/09/24/postsharp.aspx"&gt;post&lt;/a&gt; di &lt;a href="http://blogs.ugidotnet.org/dimotta/"&gt;Antonio di Motta&lt;/a&gt; per segnalare questo framework, una serie di link e fare il punto di quanto ne so su AOP.&lt;/p&gt;  &lt;p&gt;Per dare una definizione breve (&lt;a href="http://en.wikipedia.org/wiki/Aspect-oriented_programming"&gt;Wikipedia&lt;/a&gt;):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Aspect-oriented programming&lt;/b&gt; (&lt;b&gt;AOP&lt;/b&gt;) is a &lt;a href="http://en.wikipedia.org/wiki/Programming_paradigm"&gt;programming paradigm&lt;/a&gt; that increases &lt;a href="http://en.wikipedia.org/wiki/Modularity_%28programming%29"&gt;modularity&lt;/a&gt; by allowing the &lt;a href="http://en.wikipedia.org/wiki/Separation_of_concerns"&gt;separation of&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Cross-cutting_concern"&gt;cross-cutting concerns&lt;/a&gt;.       &lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Separation_of_concerns"&gt;Separation of concerns&lt;/a&gt; entails breaking down a program into distinct parts (so-called &lt;i&gt;concerns&lt;/i&gt;, cohesive areas of functionality). All programming paradigms support some level of grouping and &lt;a href="http://en.wikipedia.org/wiki/Encapsulation"&gt;encapsulation&lt;/a&gt; of concerns into separate, independent entities by providing new abstractions (e.g. procedures, modules, classes, methods) that can be used to represent these concerns. But some concerns defy these forms of encapsulation and are called &lt;i&gt;crosscutting concerns&lt;/i&gt; because they "cut across" multiple abstractions in a program.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;In pratica è una modalità differente di concepire la struttura del software. Esistono dei concetti (aspetti) molto trasversali, rispetto al dominio applicativo. Mi vengono in mente tracing, logging, gestione delle eccezioni, gestione della sicurezza... solo per citarne alcuni.    &lt;br /&gt;In un classico approccio OO prevederemmo le nostre classi (o componenti/servizi se volessimo riutilizzare quanto già sviluppato) e, ovunque volessimo "curare" questi aspetti, inseriremmo chiamate a metodi di questi oggetti. Seguendo questo approccio si "sporcherebbe" la logica applicativa del nostro dominio con aspetti che non c'entrano molto con esso.&lt;/p&gt;  &lt;p&gt;La programmazione orientata agli aspetti serve a separare maggiormente i concetti cross-cutting dal dominio applicativo, semplificando l'ancoraggio di questi aspetti al dominio in modo molto discreto e poco invasivo. Mi vengono in mente, per parlare di .Net, gli attributi custom o inversione di controllo; le modalità di inserimento di queste ancore potrebbero essere molteplici. Dipende tutto dal framework utilizzato o dalla propria fantasia.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.postsharp.org"&gt;PostSharp&lt;/a&gt; è proprio un framework implementato allo scopo di supportare AOP in .Net. Mentre nel modo Java i framework sono molteplici ma credo vada per la maggiore AspectJ, in .Net non c'era molta scelta. Io avevo sentito parlare di &lt;a href="http://www.puzzleframework.com/forum/forum.aspx?Forum=24"&gt;NAspect&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;NAspect is an Aspect Oriented Programming (AOP) framework, which uses runtime subclassing in order to inject interceptors and mixins into your classes. It supports method, property and constructor interception.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Non credo sia molto manutenuto. O almeno non ne ho notizia. Per quanto riguarda PostSharp, consiglio di dare un'occhiata al &lt;a href="http://www.postsharp.org/about/video/default.aspx"&gt;video&lt;/a&gt;. Fantastico! Non sono mai stato così tentato dal riscrivere un'applicazione in produzione da 0 come adesso! :)&lt;/p&gt;  &lt;p&gt;Cercando informazioni utili per questo post su NAspect, ho trovato &lt;a href="http://rogeralsing.com/2008/01/08/naspect-the-first-debuggable-aop-framework-for-net/"&gt;questo link&lt;/a&gt;, un post in cui si elogiano le caratteristiche di debugging di NAspect.&lt;/p&gt;  &lt;p&gt;Qualche altro link utile:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://home.dei.polimi.it/ghezzi/_PRIVATE/AOP.pdf"&gt;http://home.dei.polimi.it/ghezzi/_PRIVATE/AOP.pdf&lt;/a&gt; (si tratta di una tesina di alcuni studenti del PoliMI, docente Ghezzi) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.postsharp.org/aop.net/"&gt;http://www.postsharp.org/aop.net/&lt;/a&gt; (dal sito del framework, una introduzione) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;HTH&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7d9bfa0e-9dee-471f-a91d-2ba413416096" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/AOP" rel="tag"&gt;AOP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Aspect%20Oriented%20Programming" rel="tag"&gt;Aspect Oriented Programming&lt;/a&gt;,&lt;a href="http://technorati.com/tags/PostSharp" rel="tag"&gt;PostSharp&lt;/a&gt;,&lt;a href="http://technorati.com/tags/NAspect" rel="tag"&gt;NAspect&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/94166.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/aspect-oriented-programming---postsharp-e-altri-framework.aspx</guid>
            <pubDate>Thu, 25 Sep 2008 21:12:03 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/94166.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/aspect-oriented-programming---postsharp-e-altri-framework.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/94166.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/94166.aspx</trackback:ping>
        </item>
        <item>
            <title>Deadlock e Profiler di SQL Server 2005</title>
            <category>Sql Server 2000/2005</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/deadlock-e-profiler-di-sql-server-2005.aspx</link>
            <description>
&lt;p&gt;Segnalo questo interessantissimo &lt;a href="http://www.extremeexperts.com/SQL/Yukon/DeadLockDetection.aspx"&gt;articolo&lt;/a&gt; su come individuare/monitorare un deadlock con il profiler di Sql Server 2005.
&lt;br /&gt;
La cosa interessante è il grafo: graficamente dà subito l'idea di cosa è successo.
&lt;br /&gt;
&lt;br /&gt;
Anche &lt;a href="http://code.google.com/p/sqlexpressprofiler/"&gt;SqlExpressProfiler&lt;/a&gt; offre la possibilità di monitorare, tra gli altri eventi, i deadlock e disegna anche un grafo!. Niente male per un tool completamnete free. L'interfaccia è un po' più spartana e la ricerca lascia un po' a desiderare, ma se non potete permettervi una licenza standard o developer di Sql Server, questo tool va benissimo.
&lt;br /&gt;
&lt;br /&gt;
HTH&lt;/p&gt;
&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/94163.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/deadlock-e-profiler-di-sql-server-2005.aspx</guid>
            <pubDate>Thu, 25 Sep 2008 15:56:27 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/94163.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/09/25/deadlock-e-profiler-di-sql-server-2005.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/94163.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/94163.aspx</trackback:ping>
        </item>
        <item>
            <title>OOXML (forse) standard, polemiche e pregiudizi</title>
            <category>Varie</category>
            <category>Riflessioni</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/04/04/ooxml-forse-standard-polemiche-e-pregiudizi.aspx</link>
            <description>Dopo il &lt;a href="http://blogs.ugidotnet.org/raffaele/archive/2008/04/02/92000.aspx"&gt;post &lt;/a&gt;di &lt;a href="http://blogs.ugidotnet.org/raffaele/"&gt;Raffaele &lt;/a&gt;sulla standardizzazione ISO di OOXML, ho letto qualche nota non proprio altrettanto entusiasta.&lt;br /&gt;
Il post di Raffaele lodava i meriti della standardizzazione del formato (minore libertà di modificare a piacimento il formato std) ma soprattutto esprimeva il concetto "tutto è migliorabile, adesso cominciamo".&lt;br /&gt;
Di oggi è la &lt;a href="http://punto-informatico.it/2244720/PI/News/OOXML--la-tempesta-dopo-il-sole/p.aspx"&gt;notizia &lt;/a&gt;che da diversi fronti stanno sollevando polemiche per la standardizzazione.&lt;br /&gt;
IBM, RedHat ed altri stanno contestando vivacemente il consorzio... mentre la commissione europea ha aperto un'inchiesta per verificare eventuali "influenze" di MS nelle decisioni dello stesso consorzio.&lt;br /&gt;
Certo che di MS si potrebbe dire tutto e l'esatto contrario, ma alcuni pregiudizi (o luoghi comuni) non moriranno mai! :(&lt;br /&gt;
E se lo dico io...&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/92052.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/04/04/ooxml-forse-standard-polemiche-e-pregiudizi.aspx</guid>
            <pubDate>Fri, 04 Apr 2008 09:25:55 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/92052.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/04/04/ooxml-forse-standard-polemiche-e-pregiudizi.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/92052.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/92052.aspx</trackback:ping>
        </item>
        <item>
            <title>Silverlight - Applicazione HardRock</title>
            <category>Varie</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/04/03/silverlight---applicazione-hardrock.aspx</link>
            <description>Bellissimo: &lt;a href="http://memorabilia.hardrock.com/"&gt;http://memorabilia.hardrock.com/&lt;br /&gt;
&lt;/a&gt;Davvero una bellissima applicazione... la velocità, i dettagli... lo scroll del mouse!&lt;br /&gt;
Fantastico!&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/92028.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/04/03/silverlight---applicazione-hardrock.aspx</guid>
            <pubDate>Wed, 02 Apr 2008 22:14:42 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/92028.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/04/03/silverlight---applicazione-hardrock.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/92028.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/92028.aspx</trackback:ping>
        </item>
        <item>
            <title>Gestione delle identità con Higgins</title>
            <category>Varie</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2008/03/07/gestione-delle-identita-con-higgins.aspx</link>
            <description>&lt;p&gt;Da &lt;a href="http://www.databusiness.it/it/news/2008/03/06/l_identity_management_aperta_di_eclipse"&gt;DataBusiness&lt;/a&gt;: &lt;br /&gt;
&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;Higgins, che conta Ibm e Novell fra gli sviluppatori, ha l’intento di fornire agli sviluppatori un quadro applicativo che consenta loro di &lt;strong&gt;integrare l’insieme delle informazioni legate alla gestione delle identità&lt;/strong&gt; e ricavati da fonti eterogenee, quindi basati su diversi standard, come Ws-Trust, OpenId o Saml. Una delle particolarità di Higgins è di fornire uno strato di astrazione per favorire la portabilità dei dati sulle identità. Questo, in un ambiente middleware, garantisce, soprattutto grazie all’integrazione di Higgins Identity Attribute Service, un livello dedicato alle identità messo sopra quello dei dati.&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;&lt;strong&gt;Higgins è interoperabille con CardSpace&lt;/strong&gt; e come questo propone un selettore di identità che si basa su un sistema di i-card. Entrambe le soluzioni partono dal principio che ogni applicazione ha necessità differenti in termini di autenticazione, Il selettore di identità, dunque, consente di scegliere un’identità integrata al browser in funzione dell’autenticazione da fornire a un sito.&lt;/p&gt;
&lt;p&gt;Mi sembra un'ottima premessa per leggere il resto: &lt;a href="http://www.eclipse.org/higgins/about.php"&gt;http://www.eclipse.org/higgins/about.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;

&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/91561.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2008/03/07/gestione-delle-identita-con-higgins.aspx</guid>
            <pubDate>Fri, 07 Mar 2008 10:54:59 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/91561.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2008/03/07/gestione-delle-identita-con-higgins.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/91561.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/91561.aspx</trackback:ping>
        </item>
        <item>
            <title>Asynchronous Method Invocation</title>
            <category>.NET</category>
            <category>Altro</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2007/12/18/asynchronous-method-invocation.aspx</link>
            <description>Interessante ed esauriente articolo di &lt;a href="http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=313446"&gt;mikeperetz &lt;/a&gt;sull'invocazione di metodi in modo asincrono (&lt;a href="http://www.codeproject.com/KB/cs/AsyncMethodInvocation.aspx?df=100&amp;amp;forumid=326357&amp;amp;exp=0&amp;amp;select=1641801"&gt;Asynchronous Method Invocation: How to use .NET to call methods in a non-blocking mode&lt;/a&gt;).&lt;br /&gt;
Risale al luglio 2006, ma lo considero il mio bigino.&lt;br /&gt;
Contiene interessanti spunti per la gestione delle eccezioni, il passaggio parametri (by val, ref e out), e anche un cenno al pattern Command.&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/90329.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2007/12/18/asynchronous-method-invocation.aspx</guid>
            <pubDate>Tue, 18 Dec 2007 09:36:28 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/90329.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2007/12/18/asynchronous-method-invocation.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/90329.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/90329.aspx</trackback:ping>
        </item>
        <item>
            <title>Object-Relational Mapping Tool for .NET</title>
            <category>NHibernate</category>
            <category>.NET</category>
            <category>Tool</category>
            <category>ORM</category>
            <category>Altro</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2007/12/17/object-relational-mapping-tool-for-.net.aspx</link>
            <description>Già segnalato da &lt;a href="http://blogs.ugidotnet.org/matteomigliore/archive/2007/12/01/quanti-orm-si-possono-trovare-nhibernate-nahh.aspx"&gt;Matteo&lt;/a&gt;, lo inserisco anche io a futura (mia) memoria: &lt;a href="http://www.howtoselectguides.com/dotnet/ormapping/"&gt;&lt;span style="font-weight: bold;"&gt;Object-Relational Mapping Tool for .NET&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/90316.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2007/12/17/object-relational-mapping-tool-for-.net.aspx</guid>
            <pubDate>Mon, 17 Dec 2007 15:04:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/90316.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2007/12/17/object-relational-mapping-tool-for-.net.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/90316.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/90316.aspx</trackback:ping>
        </item>
        <item>
            <title>[OT] A botta sicura! :)</title>
            <category>OT</category>
            <link>http://blogs.ugidotnet.org/theswra/archive/2007/12/12/ot-a-botta-sicura.aspx</link>
            <description>Nessun commento, solo mi chiedo (due punti e accapo):&lt;br /&gt;
1) ho sbagliato lavoro &lt;br /&gt;
oppure&lt;br /&gt;
2) certa gente non ha nulla da fare tutto il giorno?&lt;br /&gt;
&lt;br /&gt;
:D&lt;br /&gt;
&lt;br /&gt;
Argomento: prostituzione a Milano&lt;br /&gt;
&lt;a href="http://maps.google.it/maps/ms?ie=UTF8&amp;amp;hl=it&amp;amp;msa=0&amp;amp;msid=110197702744350574853.0004397fa1f12b922421e&amp;amp;ll=45.454833,9.056854&amp;amp;spn=0.320304,0.583649&amp;amp;z=11&amp;amp;om=1"&gt;Mappa&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://canali.libero.it/affaritaliani/milano/prostituzionemilano111207.html"&gt;Fonte&lt;br /&gt;
&lt;/a&gt;&lt;img src="http://blogs.ugidotnet.org/theswra/aggbug/90241.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Antonio Santise</dc:creator>
            <guid>http://blogs.ugidotnet.org/theswra/archive/2007/12/12/ot-a-botta-sicura.aspx</guid>
            <pubDate>Wed, 12 Dec 2007 13:51:02 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/theswra/comments/90241.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/theswra/archive/2007/12/12/ot-a-botta-sicura.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/theswra/comments/commentRss/90241.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/theswra/services/trackbacks/90241.aspx</trackback:ping>
        </item>
    </channel>
</rss>