<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Denis Shapovalenko</title>
    
    
    <link rel="alternate" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/" />
    <id>tag:typepad.com,2003:weblog-1595154</id>
    <updated>2008-03-21T17:07:17+02:00</updated>
    <subtitle>Technology, business, web, development, future</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/shapovalenko" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="shapovalenko" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://hubbub.api.typepad.com/" /><entry>
        <title>Mini research: Agile development</title>
        <link rel="alternate" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/mini-research-a.html" />
        <link rel="replies" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/mini-research-a.html" thr:count="3" thr:updated="2008-03-24T12:39:47+02:00" />
        <id>tag:typepad.com,2003:post-47347610</id>
        <published>2008-03-21T17:07:17+02:00</published>
        <updated>2008-03-21T17:07:17+02:00</updated>
        <summary>"Agile software development is a conceptual framework for software engineering that promotes development iterations throughout the life-cycle of the project" Wikipedia says. But there is a much self-contained definition at agilemodeling.com: "Agile is an iterative and incremental (evolutionary) approach to...</summary>
        <author>
            <name>Denis Shapovalenko</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Web/Tech" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://shapovalenko.typepad.com/denis_shapovalenko/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;a href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/21/agile_4.jpg" onclick="window.open(this.href, '_blank', 'width=475,height=360,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"&gt;&lt;img width="180" height="136" border="0" alt="Agile_4" title="Agile_4" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/21/agile_4.jpg" style="margin: 0px 5px 5px 0px; float: left;" /&gt;&lt;/a&gt;
&amp;quot;&lt;strong&gt;Agile software development&lt;/strong&gt; is a conceptual framework for &lt;a title="Software engineering" href="http://en.wikipedia.org/wiki/Software_engineering"&gt;software engineering&lt;/a&gt; that promotes development iterations throughout the life-cycle of the project&amp;quot; Wikipedia &lt;a href="http://en.wikipedia.org/wiki/Agile_software_development"&gt;says&lt;/a&gt;. But there is a much self-contained definition at &lt;a href="http://www.agilemodeling.com/essays/agileSoftwareDevelopment.htm"&gt;agilemodeling.com&lt;/a&gt;: &amp;quot;Agile is an iterative and incremental (evolutionary) approach to software development which is performed in a highly collaborative manner by self-organizing teams with &amp;quot;just enough&amp;quot; ceremony that produces high quality software in a cost effective and timely manner which meets the changing needs of its stakeholders&amp;quot;.&lt;/p&gt;

&lt;p&gt;Agile development is all about making project done and working as
fast as possible. It means that focus must be taken from some things
and put to another. In this case &amp;quot;losers&amp;quot; are: prediction,
documentation, processes, tools, contracts and plan. And the &amp;quot;winners&amp;quot;
are: people, interactions, working software, collaboration, quick
respond to changes. Let's see where it takes us.&lt;/p&gt;

&lt;p&gt;&lt;a onclick="window.open(this.href, '_blank', 'width=515,height=396,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/21/waterfall_model.png"&gt;&lt;img width="100" height="76" border="0" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/21/waterfall_model.png" title="Waterfall_model" alt="Waterfall_model" style="margin: 0px 5px 5px 0px; float: left;" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
Agile development appeared in 1990 as a result of heavy-weight project management approaches, that used in technology and required much resources and time. One of that approaches is &lt;a href="http://en.wikipedia.org/wiki/Waterfall_model"&gt;Waterfall&lt;/a&gt; model, which passively flows the project over predefined stages. What is bad - it could be slow and not flexible at all. Some other models include but not limited to &lt;a href="http://en.wikipedia.org/wiki/Cleanroom_Software_Engineering"&gt;Cleanroom&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Iterative_and_incremental_development"&gt;Iterative&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Rapid_application_development"&gt;RAD&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Scrum_%28development%29"&gt;Scrum&lt;/a&gt;&lt;a href="http://en.wikipedia.org/wiki/IBM_Rational_Unified_Process"&gt;RUP&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Spiral_model"&gt;Spiral&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Extreme_Programming"&gt;XP&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Scrum_%28development%29"&gt;Scrum&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;There is a document called &amp;quot;&lt;strong&gt;Manifesto for Agile Software Development&lt;/strong&gt;&amp;quot; that is located at special &lt;a href="http://agilemanifesto.org/"&gt;website&lt;/a&gt; and allows to sign it whoever wants to. It is short and quick (as supposed to be for Agile) and says:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value:&lt;/p&gt;

&lt;p&gt;Individuals and interactions over processes and tools&lt;br /&gt;Working software over comprehensive documentation&lt;br /&gt;Customer collaboration over contract negotiation&lt;br /&gt;Responding to change over following a plan&lt;/p&gt;

&lt;p&gt;That is, while there is value in the items on the right, we value the items on the left more. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;It describes the approach pretty clear, thou there are many sites in Internet, outlining it more specific. There are also a &lt;a href="http://agilemanifesto.org/principles.html"&gt;Principles&lt;/a&gt; of this approach, which disclose the needed focus position to get inside the model. The main idea is: Get things working, respond to changes and don't care too much about the rest.&lt;/p&gt;

&lt;p&gt;&lt;a onclick="window.open(this.href, '_blank', 'width=399,height=285,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/21/2063176831_4f2145206f.jpg"&gt;&lt;img width="200" height="142" border="0" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/21/2063176831_4f2145206f.jpg" title="2063176831_4f2145206f" alt="2063176831_4f2145206f" style="margin: 0px 5px 5px 0px; float: left;" /&gt;&lt;/a&gt;
But there is still a plan and management and goals and limits and so on. What makes Agile different is that only main goals are kept in mind always, throwing away not so important details and focusing on working software and satisfied customers. What is important and what is not - is described in Manifesto.&lt;/p&gt;

&lt;p&gt;While Waterfall model is completely build on consciousness and prediction, the Agile model is alive and running. When Waterfall does it slow and stubborn, Agile dances. While Waterfall plans, Agile does. If we look at the World - we see that that the winner is one who &amp;quot;does&amp;quot;. Perfectness is &amp;quot;a plus&amp;quot;, not is &amp;quot;a must&amp;quot;. What today is a must - is working stuff just on time.&lt;/p&gt;

&lt;p&gt;&lt;a onclick="window.open(this.href, '_blank', 'width=320,height=249,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/21/agile.gif"&gt;&lt;img width="200" height="155" border="0" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/21/agile.gif" title="Agile" alt="Agile" style="margin: 0px 5px 5px 0px; float: left;" /&gt;&lt;/a&gt;
This model is quite exciting and can make your and developer's life instantly get more &amp;quot;alive&amp;quot; and interesting, while the customers are satisfied and happy and the software is working great. Since it is done fast - the cash flow is all green too. If things go this way - no one will look behind and say &amp;quot;hey, that's not exactly what we planned at start&amp;quot;, it just does not matter now.&lt;/p&gt;

&lt;p&gt;So if you want to be more adaptive, flexible, fast and productive - you might want to get deeper inside the subject and find out more about techniques, that stand behind it.&lt;/p&gt;

&lt;p&gt;There is &lt;a href="http://www.agilealliance.com/"&gt;Agile Alliance&lt;/a&gt;, organization, that took care about&amp;nbsp; the model.&lt;br /&gt;There is a on-line book from Martin Fowler &amp;quot;&lt;a href="http://martinfowler.com/articles/newMethodology.html"&gt;The New Methodology&lt;/a&gt;&amp;quot;.&lt;br /&gt;You can download PDF book &amp;quot;Essential Skills for Agile Development&amp;quot; (427 pages) at &lt;a href="http://www.agileskills.org/"&gt;agileskills.org&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And there are other comprehensive sites about the topic you might want to read:&lt;br /&gt;1. &lt;a href="http://martinfowler.com/articles/agileOffshore.html"&gt;Using an Agile Software Process with Offshore Development&lt;/a&gt;&lt;br /&gt;2. &lt;a href="http://www.versionone.com/"&gt;VersionOne&lt;/a&gt;&lt;br /&gt;3. &lt;a href="http://www.xprogramming.com/"&gt;XPProgramming.com&lt;/a&gt;&lt;br /&gt;4. &lt;a href="http://www.techbookreport.com/tutorials/agile-30-secs.html"&gt;Agile Development In 30 Seconds&lt;/a&gt;&lt;br /&gt;5. &lt;a href="http://www.regdeveloper.co.uk/2007/11/22/ten_agile_tips/"&gt;Ten tips on agile software development&lt;/a&gt;&lt;br /&gt;6. &lt;a href="http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html"&gt;Good Agile, Bad Agile&lt;/a&gt;&lt;br /&gt;7. &lt;a href="http://martinfowler.com/articles/newMethodology.html"&gt;The New Methodology&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This article is written in Agile style itself - it gives you
understanding about the topic, it is friendly and opened for collaboration, gives you the links for further research and took me not
more than 30 minutes together with research and finding images :) And I got real pleasure on focusing on what is matter - delivering the needed knowledge to you and making it fast. Now you know it on practice is this what you want or not.&lt;/p&gt;&lt;/div&gt;
</content>



    </entry>
    <entry>
        <title>Mini research: Semantic web</title>
        <link rel="alternate" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/mini-research-s.html" />
        <link rel="replies" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/mini-research-s.html" thr:count="1" thr:updated="2008-03-11T19:44:40+02:00" />
        <id>tag:typepad.com,2003:post-46851064</id>
        <published>2008-03-11T01:28:29+02:00</published>
        <updated>2008-03-11T01:28:29+02:00</updated>
        <summary>I've recently done some mini-research on Semantic Web and here what I found. Wikipedia says: "The Semantic Web is an evolving extension of the World Wide Web in which the meaning of information and services on the web is defined,...</summary>
        <author>
            <name>Denis Shapovalenko</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://shapovalenko.typepad.com/denis_shapovalenko/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><img border="0" alt="Web30_2" title="Web30_2" src="http://shapovalenko.typepad.com/photos/uncategorized/2008/03/10/web30_2.gif" style="margin: 0px 5px 5px 0px; float: left;" />
I've recently done some mini-research on Semantic Web and here what I found.</p>

<p>Wikipedia says: "<em>The Semantic Web is an evolving extension of the World Wide Web in which the meaning of information and services on the web is defined, making it possible for the web to understand and satisfy the requests of people and machines to use the web content</em>" (<a href="http://en.wikipedia.org/wiki/Semantic_Web">see more</a>).</p>

<p>Not clear enough, I need details.</p>

<p><strong>Key terms:</strong></p>

<p><strong>XML</strong> - The common language used for data storage and exchange (see <a href="http://en.wikipedia.org/wiki/XML">wikipedia</a>).</p>

<p><strong>RDF</strong> (Resource description framework) - The XML-based language, used to describe everything. See <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">wikipedia</a> article for general information and <a href="http://www.w3.org/RDF/">official site</a> for complete documentation if you need to.</p>

<p><strong>OWL</strong> (Web Ontology Language) - Extended language, based on XML and RDF, used for describing objects and connections between them. <a href="http://en.wikipedia.org/wiki/Web_Ontology_Language">Wikipedia</a> article shows general info and there is <a href="http://www.w3.org/TR/owl-features/">official site</a> for full specifications.</p>

<p><strong>SPARQL</strong> (SPARQL Protocol and RDF Query Language [yes, it's recursive acronym]) - The RDF query language. See <a href="http://en.wikipedia.org/wiki/SPARQL">wikipedia</a> and <a href="http://www.w3.org/TR/rdf-sparql-query/">official site</a>.</p>

<p>See full structure on diagram below:</p>

<p><a href="http://shapovalenko.typepad.com/photos/uncategorized/2008/03/10/semanticweblayercake2_2.png"><img border="0" class="image-full" alt="Semanticweblayercake2_2" title="Semanticweblayercake2_2" src="http://shapovalenko.typepad.com/photos/uncategorized/2008/03/10/semanticweblayercake2_2.png" /></a>


</p>

<p><strong>How does it work?</strong></p>

<p>Data on web sites is being described using languages above. There is software, that can read this language. By reading, it can classify and identify content on the pages. This makes software to "understand" the information as humans do.</p>

<p>A software may vary from web-based agents to desktop applications.</p>

<p>For example, you can describe your contact information using standard tags and commands of semantic languages and that will make you browser "understand" that there is a contact information on the page and that <em>that</em> particular number is the <em>phone</em> number of <em>this</em> contact name.</p>

<p>The browser is just one example of software, that can use this information. It is done on some level now and is planning to develop in the nearest future. For example there are add-ins for Firefox browser <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/2240">Tails Export</a> and Internet Explorer 8 is claimed to support these features.</p>

<p>But browsers are just the beginning, the main goal is to connect web resources together using standard approach and protocols and transform the Web to a <strong>structured and classified database</strong>, which takes the web to another level - from the chaotic mix of information, where users have to distinguish things by themselves, to a world wide database, that can be <strong>queried and given automated results</strong> depending on previously made semantic descriptions. This gives to Web a totally new quality - integrity, where it can act as a single object, giving absolutely new product - <strong>query result</strong>.</p>

<p>Now when we know how it is planned to evolve, we can think do we like it or not.</p>

<p><strong>What is going on now?</strong></p>

<p>All these languages and protocols are mainly developed, supported and promoted at <a href="http://www.w3.org/">World Wide Web Consortium (W3)</a> and it's director <a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Bernes-Lee</a>, the inventor of World Wide Web.</p>

<p>W3 has developed a row of approaches and frameworks, called <a href="http://www.w3.org/2001/sw/">W3 Semantic Web Activity</a>. As I can see the guys are working hard for making things done and changes to the Web are happening right now. More and more web sites are starting to support semantic tools and approaches. Even giants like Microsoft and Yahoo starting to deploy it in it's products (<a href="http://blogs.zdnet.com/web2explorer/?p=217">see article</a> at ZDNET).</p>

<p>But despite all benefits of the approach, the frameworks are very complex and complicated to apply. That's why Web will probably need some time to adopt new principles. Simpler and more easy-to-deploy services will start to show up.</p>

<p>One of them, and probably the only really popular organization is <a href="http://microformats.org/">Microformats</a> (ZDNET <a href="http://blogs.zdnet.com/web2explorer/?p=217">article</a> above shows us where it is being used now). It gives us a basic tools to easily deploy elements of semantic web to our web sites. The tools are standardized and supported by major software developers. You can read about how to use it on their <a href="http://microformats.org/">site</a>.</p>

<p>Using Microformats we can easily describe some of our web site elements, such as people, events, reviews, locations and tags and export them to semantic software (browser add-ins are among them, Microsoft products are getting ready to handle it too).</p>

<p>There is probably one, who could be unhappy about this trends - search advertising companies, since they use principles of "old" web, where human is the one, who distinguish things. When machines will learn to make difference between "apples" and "oranges" - humans will not read so much unwanted content. But I feel those companies will find their gaps ;)</p>

<p><strong>So what to do?</strong></p>

<p>Transforming the social Web2.0 to semantic Web3.0 and putting it on new rails will take time, so no need to panic, guys at W3 will make their job. But we must not ignore the new tendencies, we can and must prepare for new order.</p>

<p>Now it's great time to look at simple and easy-to-deploy, yet standardized approaches such as Microformats and use it as wide as we can. Wikipedia, Twitter, Yahoo Local and many other popular resources are already using elements of semantic web. If we want to get in stream - it's time now to relax about social and enjoy the new wave of semantic.</p>

<p>What I did - applied the hCard Microformat semantic code to contacts page on my web site - take a look ;)</p>

<p><strong>See more</strong></p>

<p>You might also want to see some extra links I visited today:<br /><a href="http://computer.howstuffworks.com/semantic-web1.htm">http://computer.howstuffworks.com/semantic-web1.htm</a><br /><a href="http://en.wikipedia.org/wiki/Dublin_core">http://en.wikipedia.org/wiki/Dublin_core</a><br /><a href="http://infomesh.net/2001/swintro/">http://infomesh.net/2001/swintro/</a><br /><a href="http://microformats.org/code/hcard/creator">http://microformats.org/code/hcard/creator</a><br /><a href="http://microformats.org/wiki/get-started">http://microformats.org/wiki/get-started</a></p>

<p>Hope you enjoyed it as much as I did!<br /><a href="http://www.shapovalenko.com">Denis Shapovalenko</a> </p>

</div>
</content>



    </entry>
    <entry>
        <title>Schrodinger's Cat</title>
        <link rel="alternate" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/schrodingers-ca.html" />
        <link rel="replies" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/schrodingers-ca.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-46562864</id>
        <published>2008-03-04T17:41:52+02:00</published>
        <updated>2008-03-04T17:41:52+02:00</updated>
        <summary>Once upon a time having a trip between two Ukrainian cities and being in the middle of nowhere, I and my friend where having a talk about Erwin Schrodinger and his weird experiment - Schrodinger's Cat. That was the first...</summary>
        <author>
            <name>Denis Shapovalenko</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Science" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://shapovalenko.typepad.com/denis_shapovalenko/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/04/erwin_schrdinger_3.jpg" onclick="window.open(this.href, '_blank', 'width=200,height=260,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img width="100" height="130" border="0" alt="Erwin_schrdinger_3" title="Erwin_schrdinger_3" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/04/erwin_schrdinger_3.jpg" style="margin: 0px 0px 5px 5px; float: right;" /></a>
Once upon a time having a trip between two Ukrainian cities and being in the middle of nowhere, I and my friend where having a talk about <a href="http://en.wikipedia.org/wiki/Erwin_Schrodinger">Erwin Schrodinger</a> and his weird experiment - <a href="http://en.wikipedia.org/wiki/Schrodinger's_cat">Schrodinger's Cat</a>. That was the first time I've heard about this and it just don't go out of my head.</p>

<p> <a onclick="window.open(this.href, '_blank', 'width=426,height=288,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://shapovalenko.typepad.com/.shared/image.html?/photos/uncategorized/2008/03/04/black_cat_quantum_2.jpg"><img width="100" height="67" border="0" src="http://shapovalenko.typepad.com/denis_shapovalenko/images/2008/03/04/black_cat_quantum_2.jpg" title="Black_cat_quantum_2" alt="Black_cat_quantum_2" style="margin: 0px 5px 5px 0px; float: left;" /></a>
The experiment itself is well described in <a href="http://www.bbc.co.uk/dna/h2g2/A1073945">BBC article</a> and <a href="http://en.wikipedia.org/wiki/Schrodinger's_cat">Wikipedia</a>. The core is simple. A cat is being put into black box with no connections to outer world. There is a poison and a mechanism inside of it, that releases the poison depending on a state of a radioactive isotope. In that case cat dies. Now it goes to tasty part - a <a href="http://en.wikipedia.org/wiki/Quantum_superposition">superposition</a>. Basically it is a combination of all possible positions. Isotope has two possible positions - decayed and not decayed. It's superposition is both. So the superposition for the cat is dead and alive at the same time. As long as observer doesn't look inside of the box, it is unknown if cat is alive or not, so according to quantum mechanics it is both dead and alive.</p>

<p>What is strange is not only experiment, in some sources it is called a "joke experiment" or a "brain toy". The weird thing is <a href="http://en.wikipedia.org/wiki/Quantum_superposition">superposition</a>, which says, that the world exists in different configurations (positions) at the same time. And it is not science fiction, it is a conservative science point of view.</p>

<p>I think some major changes in science are going on right now and that is really exciting.</p>

<p>I don't actually know what to do with this knowledge, but I think it is highly important data to have in our heads. Maybe it will never be used in practice, but it can make us more prepared for something unexpected and unknown, that does exist for sure. </p></div>
</content>



    </entry>
    <entry>
        <title>Hi there!</title>
        <link rel="alternate" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/hi-there.html" />
        <link rel="replies" type="text/html" href="http://shapovalenko.typepad.com/denis_shapovalenko/2008/03/hi-there.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-46391008</id>
        <published>2008-03-01T12:19:01+02:00</published>
        <updated>2008-03-01T12:19:01+02:00</updated>
        <summary>Hello! This is my first post and I hope not last :) I am not exactly sure what is going to be posted here, but I am going to be focused on sharing interesting things, so hope not to disappoint...</summary>
        <author>
            <name>Denis Shapovalenko</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://shapovalenko.typepad.com/denis_shapovalenko/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Hello!</p>

<p>This is my first post and I hope not last :) I am not exactly sure what is going to be posted here, but I am going to be focused on sharing interesting things, so hope not to disappoint my friends and readers.</p>

<p>Pleased to meet you!</p></div>
</content>



    </entry>
 
</feed><!-- ph=1 -->

