<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>Xmlguy =&gt; attributes of life</title>
        <link>http://xml-guy.com/Blog/Default.aspx</link>
        <description>a place where talk about developing, job experience and technology related topics, devoted to xml</description>
        <language>en-US</language>
        <copyright>Manuel Martone</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <image>
            <title>Xmlguy =&gt; attributes of life</title>
            <url>http://xml-guy.com/Blog/images/RSS2Image.gif</url>
            <link>http://xml-guy.com/Blog/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Test post for sysntaxhighligther</title>
            <link>http://xml-guy.com/Blog/archive/2010/01/29/test-post-for-sysntaxhighligther.aspx</link>
            <description>&lt;pre class="brush: xml;"&gt;&amp;lt;test&amp;gt;
    &amp;lt;indented text="anxkjanxkjxanka" /&amp;gt;
&amp;lt;/test&amp;gt;&lt;/pre&gt;

&lt;pre class="brush: csharp; ruler: true; collapse: true;"&gt;///&amp;lt;summary&amp;gt;This is a testing code content&amp;lt;/summary&amp;gt;
public void TestMethod(string input, ITask runnableTask)
{
    if(!string.IsNullOrEmpty(inpu))
        runnableTask(t =&amp;gt; t.Command = input);
    //do nothing...
}&lt;/pre&gt;

&lt;pre class="brush: xml;"&gt;
///&amp;lt;summary&amp;gt;This is a testing code content&amp;lt;/summary&amp;gt;
public void TestMethod(string input, ITask runnableTask)
{
    if(!string.IsNullOrEmpty(inpu))
        runnableTask(t =&amp;gt; t.Command = input);
    //do nothing...
}&lt;/pre&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/47.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2010/01/29/test-post-for-sysntaxhighligther.aspx</guid>
            <pubDate>Fri, 29 Jan 2010 18:29:36 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/47.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2010/01/29/test-post-for-sysntaxhighligther.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/47.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Workflow Tales n&amp;deg;1 &amp;ndash; in the beginning</title>
            <category>Ideas</category>
            <category>Developer Tales</category>
            <category>Workflow</category>
            <link>http://xml-guy.com/Blog/archive/2010/01/29/workflow-tales-ndeg1-ndash-in-the-beginning.aspx</link>
            <description>&lt;p align="justify"&gt;Ok, now my task, in this period, is evaluating and architecting a workflow engine implementation, better to say, how to support a workflow engine in an enterprise application to driving business processes (workflows). &lt;/p&gt;  &lt;p align="justify"&gt;Ok, I can hear many of you which might say “why loosing time in that, we have Workflow Foundation here” or “we are close to the release of &lt;strong&gt;AppFabric&lt;/strong&gt; and &lt;strong&gt;.NET 4.0 WF implementation&lt;/strong&gt;” and that would mean something like “all the games are done…”. &lt;/p&gt;  &lt;p align="justify"&gt;Well, I don’t really think so…&lt;/p&gt;  &lt;p align="justify"&gt;First of all i don’t really like the Workflow Foundation, I don’t feel more comfortable with it, I don’t like the implementation, the design about the pluggable services, and more.. and in the end the philosophy itself. This because fundamentally I agree with the fact that a workflow is no more that an IF-Machine.. and as an IF-Machine no more that is done with a workflow could be done in code, and doing things in code we know could much simple, extensible, and more&lt;/p&gt;  &lt;p align="justify"&gt;but proceeding with order, I need to support a workflow engine which would run state machine workflow, with rules and all the things which could be expected by a state machine workflow, transitions, events and so on&lt;/p&gt;  &lt;p align="justify"&gt;Now, with my great surprise I saw &lt;strong&gt;Microsoft&lt;/strong&gt; has break the support of Workflow State Machine in .NET 4.0, so now, in the time just before the .NET 4.0 release, if I would select the MS technology, I would have to change my implementation in the porting to .NET 4.0, this because the State Machine Workflow has been replaced by a “work around” customizing a Flow Chart Workflow… I was surprised when reading the &lt;strong&gt;&lt;em&gt;WF4 State Machine Guidance&lt;/em&gt;&lt;/strong&gt; from Microsoft I found this:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;There are two potential directions you can consider in this situation: &lt;/p&gt;    &lt;ol&gt;     &lt;li&gt;&lt;b&gt;Writing a custom state machine activity:&lt;/b&gt; The WF activity model provides you with rich extensibility to construct the perfect control flow mechanism for your scenarios. WF4 comes with a significantly improved activity model that you can use to write your own StateMachine activity. Implementing a custom state machine may be easier than you think using WF4.&lt;/li&gt;      &lt;li&gt;&lt;b&gt;Waiting: &lt;/b&gt;You can wait for a subsequent WF release that contains a StateMachine implementation out of the box. &lt;/li&gt;   &lt;/ol&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;So, I don’t want to continue to talk about, I hope you can imagine how I would continue, sometimes it’s impossible for me to understand some MS decisions… (sure someone could explain me maybe I’m ignorant, and if it’s true I’m not afraid to admit). After that I realized I have to looking for something different, maybe not just a single piece of software, but building a stack for example and drive all the pieces to realize what I have to, could be a better thing. &lt;/p&gt;  &lt;p align="justify"&gt;I found a stack, I made first of all an architectural stack and then a software one collecting some OSS projects which could help me gaining what I have to realize.. In the next post I will start to talk about the stack, the participants and more, but now I’m curious about what you think, in your opinion, so if you don’t get bored yet, please leave a comment.&lt;/p&gt;  &lt;p align="justify"&gt;See you&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1715f5c6-10b3-4f52-b526-bd57401e6fc0" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Workflow" rel="tag"&gt;Workflow&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Ideas" rel="tag"&gt;Ideas&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Developer+Tales" rel="tag"&gt;Developer Tales&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/46.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2010/01/29/workflow-tales-ndeg1-ndash-in-the-beginning.aspx</guid>
            <pubDate>Fri, 29 Jan 2010 01:02:33 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/46.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2010/01/29/workflow-tales-ndeg1-ndash-in-the-beginning.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/46.aspx</wfw:commentRss>
        </item>
        <item>
            <title>What I would like to do in the coming 2010</title>
            <category>Personal</category>
            <category>Work</category>
            <link>http://xml-guy.com/Blog/archive/2009/12/29/what-i-would-like-to-do-in-the-coming-2010.aspx</link>
            <description>&lt;p align="justify"&gt;After reading the last &lt;a title="new years resolution blog post" href="http://davybrion.com/blog/2009/12/new-years-resolutions/" target="_blank"&gt;Davy Brion's Blog post&lt;/a&gt; about the new year’s resolutions, I thought to do maybe the same, saying what are my intensions about the forth coming new year..&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/wedding_2.jpg" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="wedding" border="0" alt="wedding" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/wedding_thumb.jpg" width="128" height="97" /&gt;&lt;/a&gt;  Applying the Family pattern &lt;/strong&gt;this is the most important thing which makes the new year the better one, the greatest of my life! I need to apply all of my passion, love, qualities and more to apply the &lt;strong&gt;Family Pattern&lt;/strong&gt;&lt;em&gt; &lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em /&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em /&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/blogging_2.jpg" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="blogging" border="0" alt="blogging" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/blogging_thumb.jpg" width="131" height="93" /&gt;&lt;/a&gt;  Keep and increase blogging&lt;/strong&gt; unfortunately my last 5 months, or better, the last, or better yet the current year, has been so heavy about all, and all of my time was spent, so I cannot blog anything since I moved my blog and my site to webhosting4life. My idea is try to keep blogging frequently, about everything happen in my job career, in my day by day working experience, studying, talking and exchanging ideas with my colleagues&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/webdevelopment2_2.jpg" rel="lightbox"&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="webdevelopment2" border="0" alt="webdevelopment2" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/webdevelopment2_thumb.jpg" width="132" height="120" /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;  Get more involved in new developments&lt;/strong&gt; this year I tried to begun new development as open source projects, contribution in OSS projects and more, but my time was so empty that I couldn’t any of my idea, intention or what else. So This year I really hope to start and continue new OSS ideas, like the one I thrown the last week about developing a new OSS enterprise mail server starting from the Apache James  &lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/webdevelopment_2.jpg" rel="lightbox"&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="webdevelopment" border="0" alt="webdevelopment" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/webdevelopment_thumb.jpg" width="134" height="96" /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;  Get more involved in new tech to apply in day by day work&lt;/strong&gt; my big problem every day is the lack of time to do what could be interesting, useful and needed, I’m thinking about all the techs and knowledge which maybe could make me safe in many situations in my projects.. So I intend to acquire good  and better knowledge in new patterns and practices, tools, frameworks and more, now for example I’m thinking about deeper NHibernate knowledge, AppFabric, .net 4.0 plat, OpenId, Federated security, amd more &lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/learning_2.jpg" rel="lightbox"&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="learning" border="0" alt="learning" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/learning_thumb.jpg" width="131" height="89" /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;  Learning, learning, learning&lt;/strong&gt; what was so heavy for me during this &lt;em&gt;past&lt;/em&gt; year was keeping in learning every time the reason was the lack of time, I started I don’t know how many books, but maybe all of them are stopped at page 30, in the better situation at page 50… I’m a big sostenitor about continuos learning, I think this should be a kind of well known practice as “continuos integration”. I see how the big troubles comes in place starting from people ignorance starting from the simplest concept, just because today if someone ask “you know this or that tech?” the great part of the peoples tend to say YES just because they read two sentences about in some blog or in some sites.. I think as I ever said one of the big source of knowledge is learning from OSS projects, reading books.. but the most important is “talking” with colleagues, and “asking”…&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/playing-guitar_2.jpg" rel="lightbox"&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="playing-guitar" border="0" alt="playing-guitar" align="left" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/WhatIwouldliketodointhecoming2010_E2A/playing-guitar_thumb.jpg" width="85" height="126" /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;  Playing, playing, playing &lt;/strong&gt;the last one, but one of my best wish for my self is to re-begin to play, I hope I can take my classical guitar and start to study another time and to play continuosly.. even here “continuos playing” this because I saw in my past, when I was too young than now, that take my mind in an activity well structured helped me doing better my day by day work as never before…&lt;/p&gt;  &lt;p align="justify"&gt; &lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;“&lt;em&gt;And in the end…&lt;/em&gt;”&lt;/strong&gt; I wish for you (and for me) a great new year, the best ever seen (in the past) and I hope learning and starting from our 2009’s mistakes we can do better, first of all in our life, with peoples.&lt;/p&gt;  &lt;p align="justify"&gt;Ciao &lt;/p&gt;  &lt;p align="justify"&gt;p.s. sorry about my poor and bad english&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d3b88c43-2f6b-4535-b5b9-c9c640cbb1bf" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Personal" rel="tag"&gt;Personal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Thoughts" rel="tag"&gt;Thoughts&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/45.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/12/29/what-i-would-like-to-do-in-the-coming-2010.aspx</guid>
            <pubDate>Tue, 29 Dec 2009 00:00:36 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/45.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/12/29/what-i-would-like-to-do-in-the-coming-2010.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/45.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Because code matters</title>
            <category>Open Source</category>
            <category>Ideas</category>
            <link>http://xml-guy.com/Blog/archive/2009/12/17/because-code-matters.aspx</link>
            <description>&lt;p align="justify"&gt;I’m a great supporter of learning, self-training and “continuous training” this because our job is made in percentage : 15% prepared, 35% of passion and 50% of training and learning continuously without stop..&lt;/p&gt;  &lt;p align="justify"&gt;Maybe someone could say I’m crazy or these percentage are wrong or anyone could have his own percentage, but in my experience this is what I’ve seen.&lt;/p&gt;  &lt;p align="justify"&gt;So about me, what is the most, the great and the largest source of learning and training and so on? &lt;strong&gt;Open Source Projects!&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Most of the things I (hope I) know I’ve learned watching and reading open source project’s code listings, this because this kind of projects usually are made by volunteers who are good and experienced developers which wants to produce valuable software for the community, and, even that it’s driven by prepared, passion and training, learning and so on…&lt;/p&gt;  &lt;p align="justify"&gt;So now, my wish is to begin something new, not so new, but something new for me, I wish to try to &lt;strong&gt;translate and port&lt;/strong&gt; a Java open source project to .net, because I think this could be exciting and good about passion and learning… So I have a project in mind but I’m open about suggestions, ideas, and more, so if someone wants to suggest and maybe partecipate let me know by comments or mail or I don’t know what…. my mail is manuel&lt;strong&gt;dot&lt;/strong&gt;martone&lt;strong&gt;at&lt;/strong&gt;gmail&lt;strong&gt;dot&lt;/strong&gt;com I wish to start a new project in an hosting site (sourceforge, codeplex, github…) &lt;/p&gt;  &lt;p align="justify"&gt;Now what could be interesting for is doing that with two Apache Foundation projects:&lt;/p&gt;  &lt;p align="justify"&gt;1. Excalibur project&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/Becausecodematters_14E01/logo_2.gif" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="logo" border="0" alt="logo" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/Becausecodematters_14E01/logo_thumb.gif" width="244" height="68" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;2. James Mai Server project&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/Becausecodematters_14E01/james-server-logo_2.gif" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="james-server-logo" border="0" alt="james-server-logo" src="http://xml-guy.com/Blog/images/xml-guy_com/Blog/WindowsLiveWriter/Becausecodematters_14E01/james-server-logo_thumb.gif" width="244" height="86" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;James server is built on the excalibur project (ex Apache Avalon) so could be exiting thinking doing this for the two projects.. but first of all I hope someone is interested in.&lt;/p&gt;  &lt;p align="justify"&gt;Sorry for my english, bye&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ac7c55b5-579f-4a54-887c-46a3cbca6061" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Open+Source" rel="tag"&gt;Open Source&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Projects" rel="tag"&gt;Projects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Ideas" rel="tag"&gt;Ideas&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/44.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/12/17/because-code-matters.aspx</guid>
            <pubDate>Thu, 17 Dec 2009 22:45:01 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/44.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/12/17/because-code-matters.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/44.aspx</wfw:commentRss>
        </item>
        <item>
            <title>&amp;hellip;and maybe I&amp;rsquo;m come back</title>
            <category>Personal</category>
            <category>Work</category>
            <link>http://xml-guy.com/Blog/archive/2009/12/16/hellipand-maybe-irsquom-come-back.aspx</link>
            <description>&lt;p align="justify"&gt;Hi, it’s too much time I didn’t wrote anything on my blog, for many reasons I didn’t, but the most important is because I’m thinking! Yes you heard well..&lt;/p&gt;  &lt;p align="justify"&gt;Why I’m saying that, because in this period I’m thinking about how my work, my passion in my work could evolve to another level, I’m thinking about how technologies and how methodologies are applied in a day by day job and how could be applied in near future..&lt;/p&gt;  &lt;p align="justify"&gt;I’m not so happy this time, because I see how &lt;strong&gt;my&lt;/strong&gt;, or better &lt;strong&gt;OUR&lt;/strong&gt; job it’s done in my place, I would say in my country, but  I cannot talk about every place or every company, I know there are companies where job is done very well, but this is so singular as I seen in my experience..&lt;/p&gt;  &lt;p align="justify"&gt;The Italy part which I know about our job could be resumed in this words:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;do fast, do dirt, forget soon and make more money as possible… &lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;I think I’m doing this job first of all because I like it, then because I think it’s a really beautiful job, about it’s implications and how things could be applied an more.. but I see close to me only dirty things, dirty ways of applying even the simplest things. So I’m a little bit discouraged about that because:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;people won’t learn new things (auto-training it’s a kind of dream..)&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;people won’t hear&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;people won’t …&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;I know when you are reading this post you could think “these are the same things which every one says” or something similar, but when I think about that, I think when I read tech blogs which every day I consult, I think things I read there are from a “beautiful world out of the reality” or from another planet…&lt;/p&gt;  &lt;p align="justify"&gt;So my question is what can I do? how can I promote new technologies, methodologies, frameworks, guidance… and let people “hear” new words? &lt;/p&gt;  &lt;p&gt;Sorry I’m not so good in writing in english, and my thoughts in my mind are too fast that my fingers on my keyboard,  but I’m interested about what you think about, so please if it’s possible leave a comment!&lt;/p&gt;  &lt;p&gt;bye&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:17f39b5c-964b-42ff-bb4a-e447a4d3ee86" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Work" rel="tag"&gt;Work&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Thoughts" rel="tag"&gt;Thoughts&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/43.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/12/16/hellipand-maybe-irsquom-come-back.aspx</guid>
            <pubDate>Wed, 16 Dec 2009 18:26:32 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/43.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/12/16/hellipand-maybe-irsquom-come-back.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/43.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Principled or not principled&amp;hellip;a day by day story</title>
            <category>Work</category>
            <category>Practice</category>
            <link>http://xml-guy.com/Blog/archive/2009/07/11/principled-or-not-principledhellipa-day-by-day-story.aspx</link>
            <description>&lt;p align="justify"&gt;Hi,&lt;/p&gt;  &lt;p align="justify"&gt;recently working on some ASP.NET MVC projects, I saw first of all two things: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;div align="justify"&gt;how much exiciting the framework is and how much flexible and better design approach it tends&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;how much people in the way are not familiar with good developing standards, design and techniques&lt;/div&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p align="justify"&gt;I was reading the &lt;a href="http://odetocode.com/Blogs/scott/archive/2009/06/29/13036.aspx"&gt;K. Scott Allen post on Principles, Code-Behind, &amp;amp; View Engines&lt;/a&gt; and I saw how much the the &lt;strong&gt;Pushy and Principled&lt;/strong&gt; conversation is true in my day by day coding and working experience. &lt;/p&gt;  &lt;p align="justify"&gt;Let’s me explain, what if I said to a developer “ok..start to unit test the controller and then, try to isolate and let the controller free of so much &lt;strong&gt;&lt;em&gt;contextual &lt;/em&gt;&lt;/strong&gt;not testable or better hard-testable features” and he said to me “no…please don’t try to begin to play with tiny ugly long-named unit test methods and play with the (in our case) resharper nunit integration…please we have no time to spend, going to &lt;strong&gt;DEBUG&lt;/strong&gt; via browser and use F11 F10 as all the world does”… result… 5 hours of stupid debug, said to us what my unit tests said to me in an half an hour…&lt;/p&gt;  &lt;p align="justify"&gt;or what if say that I need to be carefull to explain new language features as then are used in any part of a project just because are funny? &lt;/p&gt;  &lt;p align="justify"&gt;or, why we need to use this &lt;strong&gt;&lt;em&gt;stupid concept &lt;/em&gt;&lt;/strong&gt;of partial views?? tag-soup?? it’s time to eat?&lt;/p&gt;  &lt;p align="justify"&gt;Now, as I ever said in other posts, I desire to know the beautiful developing world where the neautiful things are on the way, standards, priciples, techniques, and I don’t konw what else… I saw that in the day by day story, all of these things are (for somebody) just trash things… &lt;/p&gt;  &lt;p align="justify"&gt;I spend so much time explaining what principes and coding standards, techniques and good practice are that I don’t know if my job is what I’m doing, developing software and doing architectures, or I’m a storyteller?&lt;/p&gt;  &lt;p align="justify"&gt;What’s your experience? share with me please your story….&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b35a415e-44c5-4651-9c40-1da51000c4cb" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Work" rel="tag"&gt;Work&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Practice" rel="tag"&gt;Practice&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/42.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/07/11/principled-or-not-principledhellipa-day-by-day-story.aspx</guid>
            <pubDate>Sat, 11 Jul 2009 00:27:27 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/42.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/07/11/principled-or-not-principledhellipa-day-by-day-story.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/42.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Blogging Tales &amp;ndash; looking for source code formatter</title>
            <category>Personal</category>
            <category>Tools</category>
            <link>http://xml-guy.com/Blog/archive/2009/07/03/blogging-tales-ndash-looking-for-source-code-format.aspx</link>
            <description>&lt;p align="justify"&gt;Hi, recently my blogging activity was too poor, in these days my job and all of the things I have to finish are over my head…but I wush to begin to blogging frquently than now..&lt;/p&gt;  &lt;p align="justify"&gt;I have a request, I’m looking for a source formatter/syntax highlither wlw plugin, anyone can suggest me the better? Now my blog is on &lt;strong&gt;subtext&lt;/strong&gt; and I need a good feature plugin. I saw maybe tons of them but I cannot find the better to work with subtext.&lt;/p&gt;  &lt;p align="justify"&gt;So please, if you can help me please leave a comment, I will really appreciate it!&lt;/p&gt;  &lt;p align="justify"&gt;Ciao&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;p.s.&lt;/strong&gt; if you prefer, emai lme at &lt;a href="mailto:manuel.martone@gmail.com"&gt;manuel.martone@gmail.com&lt;/a&gt; &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a650c2b2-8300-499c-bca6-54ab5b0a5176" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Personal" rel="tag"&gt;Personal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Live+Writer" rel="tag"&gt;Windows Live Writer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Subtext" rel="tag"&gt;Subtext&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blogging" rel="tag"&gt;Blogging&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/41.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/07/03/blogging-tales-ndash-looking-for-source-code-format.aspx</guid>
            <pubDate>Thu, 02 Jul 2009 23:21:27 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/41.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/07/03/blogging-tales-ndash-looking-for-source-code-format.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/41.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Developer quality</title>
            <category>Development</category>
            <category>Personal</category>
            <category>Work</category>
            <link>http://xml-guy.com/Blog/archive/2009/06/27/developer-quality.aspx</link>
            <description>&lt;p align="justify"&gt;Hi, I'm thinking about what makes a good developer.. This could be a good Thought specially now, in this moment where technologies, strategies, and tools are so many in the show. I was reading the &lt;a href="http://www.hanselman.com/blog/TheWeeklySourceCode43ASPNETMVCAndT4AndNerdDinner.aspx"&gt;Scott Hanselman post  about T4 and Nerddinner app..&lt;/a&gt; what take me into thoughts was the sentence "&lt;em&gt;I really advocate folks reading as much source as they can because you become a better writer by reading as much as writing. That's the whole point of the Weekly Source Code - reading code to be a better developer.&lt;/em&gt;" &lt;/p&gt;
&lt;p align="justify"&gt;I completely agree what Scott says, because I think growing and becoming a better developer is not (maybe someone has) a falling-sky quality, but depends on &lt;strong&gt;learning&lt;/strong&gt;, &lt;strong&gt;reading&lt;/strong&gt;, &lt;strong&gt;&lt;u&gt;asking&lt;/u&gt;&lt;/strong&gt; from &lt;strong&gt;&lt;u&gt;&lt;em&gt;others&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;, I think it's a kind of mutual exchange.. Sometime ago I was talking about with a colleague of mine, and talking about that, he says to me that reading and learning, and then using what learned it's not a way to become a better developer, but instead it's a way to become a kind of "Code User" because this cuts off the personal quality of thinkng and invent. I said for me it's not true, Everything I could say I konw, it's from learning from: Colleagues, Open Source projects, books are the last isle, because I think books, technical better books are so rare! the great part of tech books are nothing more than a manual! So what you think?? &lt;/p&gt;
&lt;p align="justify"&gt;I really appreciate to recieve comments and thoughts from you, so I can learn more even from You!  Ciao&lt;/p&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/40.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/06/27/developer-quality.aspx</guid>
            <pubDate>Sat, 27 Jun 2009 17:42:50 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/40.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/06/27/developer-quality.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/40.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Points of view</title>
            <category>Work</category>
            <category>Personal</category>
            <link>http://xml-guy.com/Blog/archive/2009/05/25/points-of-view-again.aspx</link>
            <description>&lt;p&gt;&lt;span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: 12px/18px 'Trebuchet MS'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(51,51,51); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0" class="Apple-style-span"&gt;&lt;span style="text-align: left; widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: bold 10px 'Lucida Grande'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(51,51,51); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"&gt;This post was made on my wordpress blog on 05/06/2008&lt;/span&gt; &lt;/span&gt; &lt;/p&gt;  &lt;p align="justify"&gt;In these days I’m thinkng about the concept of “Achitecture” and “Architect”. Even now I’m experimenting what I’ve experienced for years about what the folks (in my country) thinks about that, and I’m, or better, I can be too confused..&lt;/p&gt;  &lt;p align="justify"&gt;I don’t want to fall here in discussions about &lt;strong&gt;what is an architect&lt;/strong&gt; or &lt;strong&gt;what is and what makes an architecture&lt;/strong&gt; because I thinks many good peolple talked about that (i.e. &lt;a href="http://www.rgoarchitects.com/" target="_blank"&gt;Arnon Rotem&lt;/a&gt;), I want just to post some thoughts about the fact generally people, in this job, think about architecture, design, development, as maybe the easiest thing to… I’m saying that because every day when decisions needs to be taken, or things have to be done well, the words I usually listen are “It must works”, “It must be done early and dirty” and so on… you can imagine what is the flow…&lt;/p&gt;  &lt;p align="justify"&gt;What I think, and everytime I stay on that, software architectures, software architect, doing this job in general, is not a trivial job as It can seems to the folks (I say this with caution..) It’s not possible to think our job could be done by everybody, not because to be architects or related is to be an &lt;strong&gt;elite&lt;/strong&gt;, but because IT’S NOT SO SIMPLE AS IT COULD SEEMS in general.&lt;/p&gt;  &lt;p align="justify"&gt;I’m not helped by my poor english to explain my concept, but I hope I can try.. I fell in so many troubles about bad decisions, bad organizations, bad communications, and so on in my tiny past (11yr) even me I did in bad things, but I hope I’ve learned from my mistakes.. but this story is going on and sometimes I think it never stops..&lt;/p&gt;  &lt;p align="justify"&gt;Recently I’m thinking about the fact, technologies, framework, tools, languages and so on, became everytime more detailed, &lt;strong&gt;more&lt;/strong&gt; in general, and the learning curve is eccesive than before, I think about the VB3/4/5/6, COM times, sometimes I thinks this could helps to understand the fact &lt;strong&gt;we have to continuosly learn&lt;/strong&gt;, &lt;strong&gt;concepts became everytime more sofisticated&lt;/strong&gt;, &lt;strong&gt;we have to be professionals &lt;/strong&gt;and good programming can’t be made by tools, Drag and dropping things or something similar. We daily read good people and good techinicians blogs, read articles and more, but our daily life it’s more soiled than the “dreaming” reality people continuosly read about… I call it “dreaming” because I would like if it could be reality, but in real, things are so dirty, and we have to &lt;strong&gt;fight&lt;/strong&gt; to try to do things well, and why not with passion…&lt;/p&gt;  &lt;p align="justify"&gt;I can continue talking about that hours, but now I stop, I’d like to know you’re opinion, how are things in your reality, in your country, or better near to you? I’m living in Italy..&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:be67e8a6-fcad-49b1-a0c7-6e2f74fc0f9f" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Personal" rel="tag"&gt;Personal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Work" rel="tag"&gt;Work&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/39.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/05/25/points-of-view-again.aspx</guid>
            <pubDate>Mon, 25 May 2009 08:55:44 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/39.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/05/25/points-of-view-again.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/39.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET MVC Released</title>
            <category>ASP.NET</category>
            <category>ASP.NET MVC</category>
            <link>http://xml-guy.com/Blog/archive/2009/05/25/aspnet-mvc-released.aspx</link>
            <description>&lt;p align="justify"&gt;&lt;span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: 12px/18px 'Trebuchet MS'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(51,51,51); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0" class="Apple-style-span"&gt;&lt;span style="text-align: left; widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: bold 10px 'Lucida Grande'; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(51,51,51); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"&gt;This post was made on my wordpress blog on 03/19/2008&lt;/span&gt; &lt;/span&gt; &lt;/p&gt;  &lt;p align="justify"&gt;Hi this morning I found an email with this notice: “&lt;strong&gt;ASP.NET MVC RELEASED&lt;/strong&gt;”… In the firs time I found it a joke or something else which doesn’t matter, but the email continue with a link to the &lt;a title="ASP.NET MVC 1.0 Release" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&amp;amp;displaylang=en" target="_blank"&gt;download page&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;Now I’m reading the release notes..very interesting, and as the email says: “I don't think there's been an official announcement yet, but we all    &lt;br /&gt;kind of knew (or highly suspected) it was coming at MIX anyway.”&lt;/p&gt;  &lt;p align="justify"&gt;Ciao&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:eb5c7a35-b2f2-4d34-b800-54a0683682e2" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/ASP.NET" rel="tag"&gt;ASP.NET&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ASP.NET+MVC" rel="tag"&gt;ASP.NET MVC&lt;/a&gt;&lt;/div&gt;&lt;img src="http://xml-guy.com/Blog/aggbug/38.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Manuel Martone</dc:creator>
            <guid>http://xml-guy.com/Blog/archive/2009/05/25/aspnet-mvc-released.aspx</guid>
            <pubDate>Mon, 25 May 2009 08:54:23 GMT</pubDate>
            <wfw:comment>http://xml-guy.com/Blog/comments/38.aspx</wfw:comment>
            <comments>http://xml-guy.com/Blog/archive/2009/05/25/aspnet-mvc-released.aspx#feedback</comments>
            <wfw:commentRss>http://xml-guy.com/Blog/comments/commentRss/38.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>