<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://gis.shandyba.com/feeds/atom.xml" rel="self" title="GiS" type="application/atom+xml" />
    <link href="http://gis.shandyba.com/"                        rel="alternate"    title="GiS" type="text/html" />
    <link href="http://gis.shandyba.com/rss.php?version=2.0"     rel="alternate"    title="GiS" type="application/rss+xml" />
    <title type="html">GiS</title>
    <subtitle type="html">Gone Into SEH</subtitle>
    <icon>http://gis.shandyba.com/templates/default/img/s9y_banner_small.png</icon>
    <id>http://gis.shandyba.com/</id>
    <updated>2008-04-08T10:42:48Z</updated>
    <generator uri="http://www.s9y.org/" version="1.2">Serendipity 1.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://gis.shandyba.com/archives/15-Same-DLL-loaded-twice.html" rel="alternate" title="Same DLL loaded twice" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2008-01-08T11:06:15Z</published>
        <updated>2008-04-08T10:42:48Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/15-guid.html</id>
        <title type="html">Same DLL loaded twice</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">If you ever felt interest into how Windows loader works you definitely know that it works just so same DLL can't be loaded twice, under any circumstances. OK, I can put a correction here, a DLL referred by <em>same </em>path.</p><br /><p align="justify">Though a colleague of mine, <a href="mailto:Please,%20ask%20for%20contact%20details%20in%20comments%20to%20this%20article%20or%20by%20direct%20inquiry%20sent%20to%20me">James Thomson</a>, was lucky to prove the opposite. The question has already been risen in 4 different places in the Internet:</p><br /><p align="justify"><a onclick="javascript:urchinTracker('/extlink/forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2535695&amp;SiteID=1');" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2535695&amp;SiteID=1" target="_blank">MSDN Forums</a><br /><a onclick="javascript:urchinTracker('/extlink/groups.google.com/group/microsoft.public.vc.atl/browse_thread/thread/6798d92924ea759c/2c114cb23eb72cb9?lnk=gst&amp;q=dll+loaded+twice+side+by+side#2c114cb23eb72cb9');" href="http://groups.google.com/group/microsoft.public.vc.atl/browse_thread/thread/6798d92924ea759c/2c114cb23eb72cb9?lnk=gst&amp;q=dll+loaded+twice+side+by+side#2c114cb23eb72cb9" target="_blank">Google Groups</a><br /><a onclick="javascript:urchinTracker('/extlink/www.wasm.ru/forum/viewtopic.php?id=24411');" href="http://www.wasm.ru/forum/viewtopic.php?id=24411" target="_blank">WASM Phorum</a> (russian language)<br /><a onclick="javascript:urchinTracker('/extlink/www.rsdn.ru/forum/message/2773971.all.aspx');" href="http://www.rsdn.ru/forum/message/2773971.all.aspx" target="_blank">RSDN Forums</a> (russian language)</p><br /><p align="justify" /><p align="justify">Still I would like to point out attention to it here as well, as in none of that places we were able to get the explanation of what's going on with Windows loader.</p><br /><p align="justify">If you like you can have a look at sample application prepared by James <a onclick="javascript:urchinTracker('/download/uploads/Stuff/SideBySideTest.zip');" href="http://gis.shandyba.com/uploads/Stuff/SideBySideTest.zip">here</a>.</p><br /><p align="justify">In few words we first load a DLL by creating a COM object living in it using SxS (Side by Side) COM manifest for that purpose. And then we load it again, as statically linked DLL to an intermediate DLL that we load via LoadLibrary. Load order is explained in <a href="http://gis.shandyba.com/uploads/Stuff/SideBySideCOMProblem.jpg" target="_blank">this</a> pic. Well, voila, you can already see 2 instances of the same binary image in memory. Just if you are curious and try changing steps of load procedure you'll be surprised to see that doing so causes only one DLL instance to reside in memory.</p><br /><p align="justify">That's all. Reproducible under WinXP SP2 and under Vista Business. Have not tried under any other OS though.</p><p align="justify" />  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/14-Can-it-be-design-less.html" rel="alternate" title="Can it be design-less?" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-08-14T11:43:13Z</published>
        <updated>2007-08-14T11:54:52Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/14-guid.html</id>
        <title type="html">Can it be design-less?</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">Have just spent 20 minutes arguing with my colleague about whether big-good-selling and very complicated piece of software can have bad design or not. Personally when I do have produce poor designs that projects never become good or used just because they are badly designed or are bad by design <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> That is almost the same in this case <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p><p align="justify">In contradict my colleague persisted on fact that still this (we discussed it on a concere example, I'll not publish the name due to ethical reasons) huge code collection is poor by itself, inside and outside. He've seen the code. What I think is that the code he've seen was actually far not the software core code. Just a plugin stuff or alike. If company has a policy of not spending much attention to plugin like stuff the latter can pretty be not designed properly at all while the project itself remains perfectly maintained.  So we didn't agree at last. </p><p align="justify">Well, I think if that company-head-politicians can put a little attention to minor stuff it just confirms how sure and stable they feel themselves on the market. Still it brings some shadow on how it might be expected to be.</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/13-MOT-1.0-design-is-confirmed.html" rel="alternate" title="MOT 1.0 design is confirmed" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-20T18:08:19Z</published>
        <updated>2007-07-20T18:18:16Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=13</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/13-guid.html</id>
        <title type="html">MOT 1.0 design is confirmed</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">Today I've finally managed to put the bold dot on MOT internal design. The situation was such that I've had 2 different architecture designs, both nicely layered, reasonably simple and powerful and I just couldn't understand what functionality should I put on each level of the system on one and on another. That was a real problem that drew me almost crazy putting methods up an down on a piece of paper for about, heh, one month. Hopefully it's done.</p><p align="justify">I stopped on the version less sticked to source control functionality, rather on a one with nice granularity and pretty easy implementation so I hope to have some results soon.</p><p align="justify">The preliminary core design of actual source control system has not changed. I've been thinking of it for a rather long time so I hope it's pretty fundamental for my side. As soon as I have working MOT - I'll start with source control stuff. I'll continue with MOT optimizations only when I have source control up and running. That'll be a perfect time for everyone interested to try it out as a source control. Other applications also might come soon if there is enough interest to them.</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/12-What-the-f...k!-thought-Bill-trying-to-find-a-Start-button-on-his-iPhone.html" rel="alternate" title="&quot;What the f[...]k?!&quot; thought Bill trying to find a &quot;Start&quot; button on his iPhone" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-18T14:26:51Z</published>
        <updated>2007-07-18T16:30:54Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=12</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/12-guid.html</id>
        <title type="html">&quot;What the f[...]k?!&quot; thought Bill trying to find a &quot;Start&quot; button on his iPhone</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">Don't really know why everybody talks about <a onclick="javascript:urchinTracker('/extlink/www.iphone.com/');" href="http://www.iphone.com/">iPhone</a> so much?! <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> I was not really on the pike of all news about it so it was surprising for me to know about AT&amp;T and Apple collaboration in US. Seems to be a good deal really. But what I think even if I liked that iPhone so much that wouldn't force me to change my mobile operator to use it. Nothing of a like. Moreover I think that won't work in Ukraine at all. At least now.</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/11-Google-Analytics-does-not-reveal-IP-addresses-of-site-visitors.html" rel="alternate" title="Google Analytics does not reveal IP addresses of site visitors" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-14T16:30:27Z</published>
        <updated>2007-07-16T13:58:35Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=11</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/11-guid.html</id>
        <title type="html">Google Analytics does not reveal IP addresses of site visitors</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">Recently while playing with wonderful <a onclick="javascript:urchinTracker('/extlink/analytics.google.com/');" href="http://analytics.google.com/">Google Analytics</a> service I've been greatly dissapointed to know that there was no way to obtain statistical information about visitors IP addresses! This sounds like nonsense having in mind an awesome number of different other pieces of information about visitors capable of being analyzed. Really, the prehistory was also quite interesting, just look here: <a onclick="javascript:urchinTracker('/extlink/www.roirevolution.com/blog/2006/09/view_visitor_ip_address_in_google_analytics.html');" href="http://www.roirevolution.com/blog/2006/09/view_visitor_ip_address_in_google_analytics.html">http://www.roirevolution.com/blog/2006/09/view_visitor_ip_address_in_google_analytics.html</a>. The found backdoor to workaround the limitation was closed quite fast <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> If you haven't read all the comments there, here is what I wrote:</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p align="justify"><font face="courier new,courier,monospace">&quot;It seems to be a strange position of Google. Information about IP addresses hardly breaks any privacy rules as there is no way to access a web site and not to reveal the IP address. So any visitor by default agrees for his / her IP to be collected. If higher level of privacy is need, higher level tools should be used by users. That's how it is done, you all know that.<br />This Analytics limitation just makes the product less handy as info about IPs is anyway stored in web-server's log files and can be easily accessed and analyzed by site owner.&quot;</font></p></blockquote><p dir="ltr" align="justify"> </p><p dir="ltr" align="justify">Another interesting thing is that there are people agreeing with Google in this strange Policy. Internet is a big sandbox with little still fundamental rules. One of the main ones is that privacy is really a hardly achievable thing. Just becuase it's not there by design.</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/10-When-is-C++-gonna-die.html" rel="alternate" title="When is C++ gonna die?" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-13T13:35:27Z</published>
        <updated>2007-07-13T14:04:44Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=10</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/10-guid.html</id>
        <title type="html">When is C++ gonna die?</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify" /><div class="serendipity_imageComment_left" style="WIDTH: 100px"><div class="serendipity_imageComment_img"><a class="serendipity_image_link" onclick="F1 = window.open('/uploads/Stuff/work_for_meal.jpg','Zoom','height=319,width=292,top=360,left=501.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;" href="http://gis.shandyba.com/uploads/Stuff/work_for_meal.jpg"><img height="110" src="http://gis.shandyba.com/uploads/Stuff/work_for_meal.serendipityThumb.jpg" width="100" alt=""  /></a></div><div class="serendipity_imageComment_txt">&quot;I write on C++ for food&quot;</div></div><p align="justify">During last 5 years I've been hearing &quot;soon&quot; quite a lot. Just recently average salaries for C++ developers have jumped above Java averages in Kiev, Ukraine (can't remember the source now, I'll put it later if I find). One may say it's becase the language ain't popular anymore, younger people are moving to .NET and things alike, still there are projects to be supported and maintained so people are needed. Good. Other can say it's because the number of startup / growing C++ projects is increasing so people are needed. Good. The third one may say it's because more C++ projects are being brought to Kiev for outsourcing. Good. ... Hey, hey. No fourth opinion. These 3 are enough to notice the simple fact: no matter what actually caused salaries here to be grown the conclusion is that existing number of C++ based projects and depending people is so significant that it's enough for C++ not only to be used everyday massively but <strong>easily</strong> prove it's vitability so differently! The community bears its legatees without any side help. It's currently so stable that it can just exist with no external support for<strike><font color="#999999">ever</font></strike> as long as x86 era is here.</p><p align="justify"> </p><p align="justify">No doubt it's the opinion. But I hope it's quite an adequate reason for community to relax in it's be-or-not-to-be dilemma...</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/9-Joel-definitely-likes-something-special-about-Windows.html" rel="alternate" title="Joel definitely likes something special about Windows :)" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-10T19:59:28Z</published>
        <updated>2007-07-13T13:36:03Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=9</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/9-guid.html</id>
        <title type="html">Joel definitely likes something special about Windows :)</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">With my all respect to <a onclick="javascript:urchinTracker('/extlink/www.joelonsoftware.com/');" href="http://www.joelonsoftware.com/">Joel</a> I don't read his blog often. Still I get a lot of pleasure when I do so. Today I read his <a onclick="javascript:urchinTracker('/extlink/www.joelonsoftware.com/items/2007/07/09.html');" href="http://www.joelonsoftware.com/items/2007/07/09.html">recent post</a> about on-demand services for their main product. Cool business-oriented-nicely-written stuff in usual Joel's style <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> But what made me feel something different is the way Joel speaks about Dell and Windows <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> The thing is that I still can't make my mind how could lamp be better being substituted with win.server.2003 <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> I mean how Joel thinks of it being so. Goog - lamp - no - business. Holy War <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> </p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/8-Brief-overview-of-MOT.html" rel="alternate" title="Brief overview of MOT" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-09T19:40:48Z</published>
        <updated>2007-07-13T13:35:46Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=8</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/8-guid.html</id>
        <title type="html">Brief overview of MOT</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>As I told before the main intention for me to start the blog was the upcoming development of <a href="http://gis.shandyba.com/pages/mot.html">MOT</a> project that I wanted to have efficient supporting web site for.</p><br /><p>MOT is an acronym for Memory Object Tree. Whereas the full name sounds nice the acronym does not so I'd really prefer to keep it an internal name rather than a public one.</p><br /><p>Please refer to the <a href="http://gis.shandyba.com/pages/mot.html">main MOT page</a> for further information.</p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/7-Pure-technical-entry.html" rel="alternate" title="Pure technical entry" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-08T22:27:03Z</published>
        <updated>2007-07-14T12:20:30Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=7</wfw:comment>
    
        <slash:comments>4</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/7-guid.html</id>
        <title type="html">Pure technical entry</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify" /><p align="justify" /><div class="serendipity_imageComment_left" style="WIDTH: 110px"><div class="serendipity_imageComment_img"><a class="serendipity_image_link" href="http://gis.shandyba.com/uploads/Members/ilex.00.jpg"><img height="97" src="http://gis.shandyba.com/uploads/Members/ilex.00.serendipityThumb.jpg" width="110" alt=""  /></a></div><div class="serendipity_imageComment_txt">Ilex</div></div><p align="justify">The idea was to make this a purely technical page. So here is the first purely technical entry. It was driven by Ilex, the very beginning of the story you can find <a href="http://gis.shandyba.com/comment.php?serendipity[entry_id]=3&amp;serendipity[type]=comments#c4"><font style="BACKGROUND-COLOR: #ffffff">here</font></a><font style="BACKGROUND-COLOR: #ffffff">. So we go.</font></p><br /><p dir="ltr" style="MARGIN-RIGHT: 0px" align="justify"><font style="BACKGROUND-COLOR: #ffffff" face="courier new,courier,monospace" color="#330066">Pressing the &quot;vote&quot; button multiple times in Karma voting system does not make it count all the votes made from one IP address. Really. It stores IPs for votes for a long time. For me it stores them forever. It's clever isn't it? No multiple voting, no dialup votes.</font></p><br /><p align="justify"><font style="BACKGROUND-COLOR: #ffffff">It's pretty uselles still it's pretty technical. Nice as for the beginning.</font></p>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://gis.shandyba.com/archives/3-Short-back-turn-a-head.html" rel="alternate" title="Short back turn-a-head" />
        <author>
            <name>Dmitry Shandyba</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-06T22:06:56Z</published>
        <updated>2007-07-09T19:03:30Z</updated>
        <wfw:comment>http://gis.shandyba.com/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://gis.shandyba.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://gis.shandyba.com/categories/1-Main" label="Main" term="Main" />
    
        <id>http://gis.shandyba.com/archives/3-guid.html</id>
        <title type="html">Short back turn-a-head</title>
        <content type="xhtml" xml:base="http://gis.shandyba.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><font style="BACKGROUND-COLOR: #ffffff"><font size="2">Just few words have been dropped to be something to call the &quot;beginning&quot; : </font><a href="http://gis.shandyba.com/pages/about.html"><font size="2">/pages/about.html</font></a><font size="2"> <img src="http://gis.shandyba.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></font></font></p>  
            </div>
        </content>
        
    </entry>

</feed>