<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jose&#039;s Blog</title>
	<atom:link href="http://softltd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://softltd.wordpress.com</link>
	<description>Software hints, tips, developments, jewels</description>
	<lastBuildDate>Tue, 11 Oct 2011 13:49:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='softltd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jose&#039;s Blog</title>
		<link>http://softltd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://softltd.wordpress.com/osd.xml" title="Jose&#039;s Blog" />
	<atom:link rel='hub' href='http://softltd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mixing .Net and Assembly Language in a standalone 64-bit exe</title>
		<link>http://softltd.wordpress.com/2011/10/11/mixing-net-and-assembly-language-in-a-standalone-64-bit-exe/</link>
		<comments>http://softltd.wordpress.com/2011/10/11/mixing-net-and-assembly-language-in-a-standalone-64-bit-exe/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 13:16:10 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[ASM 64-Bit]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[NET]]></category>

		<guid isPermaLink="false">http://softltd.wordpress.com/?p=114</guid>
		<description><![CDATA[Building a standalone 64-bit .Net .exe file that is statically linked with an Assembly Language compiled object file is something I would say &#8220;is not possible&#8221; a few months ago. Actually, it is possible, because .Net has all sorts of tricks to create the illusion that it is what it is not not. Let&#8217;s read [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=114&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Building a standalone 64-bit .Net .exe file that is statically linked with an Assembly Language compiled object file is something I would say &#8220;is not possible&#8221; a few months ago. Actually, it is possible, because .Net has all sorts of tricks to create the illusion that it is what it is not not. Let&#8217;s read my page about &#8220;<a href="http://softltd.wordpress.com/mixing-net-and-assembly-language-in-a-standalone-64-bit-exe/">Mixing .Net and Assembly Language in a standalone 64-bit exe</a>&#8221; and see how this can be done and in 64-bit (of course can be done in 32-bit as well)</p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/asm-64-bit/'>ASM 64-Bit</a>, <a href='http://softltd.wordpress.com/category/assembly-language/'>Assembly Language</a>, <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://softltd.wordpress.com/tag/asm/'>ASM</a>, <a href='http://softltd.wordpress.com/tag/assembly-language/'>Assembly Language</a>, <a href='http://softltd.wordpress.com/tag/c/'>C#</a>, <a href='http://softltd.wordpress.com/tag/net/'>NET</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=114&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2011/10/11/mixing-net-and-assembly-language-in-a-standalone-64-bit-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>More about Assembly Language and Delphi (64-bit and 32-bit)</title>
		<link>http://softltd.wordpress.com/2011/09/29/more-about-assembly-language-and-delphi-64-bit-and-32-bit/</link>
		<comments>http://softltd.wordpress.com/2011/09/29/more-about-assembly-language-and-delphi-64-bit-and-32-bit/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 21:13:17 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[Delphi Programming]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://softltd.wordpress.com/?p=112</guid>
		<description><![CDATA[Things are like this. We stay a long time without posting then comes a fever and we post two times in a row. It happen yesterday and today we are here again to write about a related subject, How to use Assembly Language with Delphi 64-bit (and 32-bit as well) Filed under: Delphi Programming, Developments, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=112&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Things are like this. We stay a long time without posting then comes a fever and we post two times in a row. It happen yesterday and today we are here again to write about a related subject, <a href="How to use Assembly Language with Delphi 64-bit (and 32-bit as well)">How to use Assembly Language with Delphi 64-bit (and 32-bit as well)</a></p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/delphi-programming/'>Delphi Programming</a>, <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=112&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2011/09/29/more-about-assembly-language-and-delphi-64-bit-and-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>64-bit Basm with Delphi XE2</title>
		<link>http://softltd.wordpress.com/2011/09/29/64-bit-basm-with-delphi-xe2/</link>
		<comments>http://softltd.wordpress.com/2011/09/29/64-bit-basm-with-delphi-xe2/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 05:13:10 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[Delphi Programming]]></category>
		<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[64-bit Assembly Language]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Basm]]></category>
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://softltd.wordpress.com/?p=92</guid>
		<description><![CDATA[After a long time without posting in this blog, I decided it was about time. I was trying the new Delphi XE2, to see if there was anything really useful and worthwhile on it. To my surprise, Delphi XE2 is the product to change the route to dead that Delphi was following. I and thousands of others [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=92&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long time without posting in this blog, I decided it was about time.</p>
<p>I was trying the new Delphi XE2, to see if there was anything really useful and worthwhile on it. To my surprise, Delphi XE2 is the product to change the route to dead that Delphi was following.</p>
<p>I and thousands of others always thought that was not worthwhile to upgrade from Delphi 5 or Delphi 7, unless we prefer bloated, slower and more buggy programs.</p>
<p>Well, things appear to be changing. Delphi XE2 is excellent value, particularly if you were waiting for the long promised 64-bit compiler.</p>
<p>Not that Delphi XE2 is bug free, not that its documentation is good (it is terribly bad), not that it has a good price (it is extremely expensive, namely for Europeans. Embarcadero, Microsoft and many other American companies suck for the price differentiation - and I am not talking about VAT).</p>
<p>Anyway, because Delphi XE2 brings somethig new, I rolled up my sleeves and wrote an article about BASM for 32-bit and 64-bit Delphi. <a href="http://softltd.wordpress.com/finally-64-bit-delphi-is-here-and-with-64-bit-basm/">Read it!</a></p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/delphi-programming/'>Delphi Programming</a>, <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://softltd.wordpress.com/tag/64-bit-assembly-language/'>64-bit Assembly Language</a>, <a href='http://softltd.wordpress.com/tag/assembly-language/'>Assembly Language</a>, <a href='http://softltd.wordpress.com/tag/basm/'>Basm</a>, <a href='http://softltd.wordpress.com/tag/delphi/'>Delphi</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=92&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2011/09/29/64-bit-basm-with-delphi-xe2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>New articles, but not yet here :(</title>
		<link>http://softltd.wordpress.com/2010/12/13/new-articles-but-not-yet-here/</link>
		<comments>http://softltd.wordpress.com/2010/12/13/new-articles-but-not-yet-here/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 11:59:12 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AW Monitor Informer]]></category>
		<category><![CDATA[Monitor Information]]></category>

		<guid isPermaLink="false">http://softltd.wordpress.com/?p=76</guid>
		<description><![CDATA[Since long I have not posted here but I had posted a couple of articles in my website, one about MPIR and MPFR and another is a great free software to get information about your monitor. May be I will post them here as well but for now please check at http://www.atelierweb.com/articles/index.htm Filed under: Developments, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=76&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since long I have not posted here but I had posted a couple of articles in my website, one about MPIR and MPFR and another is a great free software to get information about your monitor. May be I will post them here as well but for now please check at <a href="http://www.atelierweb.com/articles/index.htm">http://www.atelierweb.com/articles/index.htm</a></p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://softltd.wordpress.com/tag/aw-monitor-informer/'>AW Monitor Informer</a>, <a href='http://softltd.wordpress.com/tag/monitor-information/'>Monitor Information</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=76&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2010/12/13/new-articles-but-not-yet-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>Simulate Ctrl-Alt-Del</title>
		<link>http://softltd.wordpress.com/2010/05/03/simulate-ctrl-alt-del/</link>
		<comments>http://softltd.wordpress.com/2010/05/03/simulate-ctrl-alt-del/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:26:52 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AW-SASLib]]></category>
		<category><![CDATA[AW_SASLib]]></category>
		<category><![CDATA[Ctrl-Alt-Del]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SASLIB]]></category>
		<category><![CDATA[Security Attention Sequence]]></category>

		<guid isPermaLink="false">http://softltd.com/?p=57</guid>
		<description><![CDATA[As promised, I am posting today an amazing jewel. Follow the link or click the page called simulate ctrl-alt-del on the side bar. If you are the sort of developer that believe that .Net programming is all you need, don&#8217;t bother reading it. I am starting to like .Net but am still convinced that the real fun lies [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=57&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As promised, I am posting today an <a href="http://softltd.com/simulate-ctrl-alt-del-in-windows-vista-7-and-server-2008/">amazing jewel</a>. Follow the link or click the page called <em>simulate ctrl-alt-del</em> on the side bar.<br />
If you are the sort of developer that believe that .Net programming is all you need, don&#8217;t bother reading it. I am starting to like .Net but am still convinced that the real fun lies in doing things in the old fashioned way. This is the way Microsoft itself does the things while at the same time pushes everybody to do things in a different way.</p>
<p>If you like, or dislike the Ctrl-Alt-Del article, please cast your vote. It will help me decide if I should continue posting here this sort of jewels.</p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://softltd.wordpress.com/tag/aw-saslib/'>AW-SASLib</a>, <a href='http://softltd.wordpress.com/tag/aw_saslib/'>AW_SASLib</a>, <a href='http://softltd.wordpress.com/tag/ctrl-alt-del/'>Ctrl-Alt-Del</a>, <a href='http://softltd.wordpress.com/tag/sas/'>SAS</a>, <a href='http://softltd.wordpress.com/tag/saslib/'>SASLIB</a>, <a href='http://softltd.wordpress.com/tag/security-attention-sequence/'>Security Attention Sequence</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=57&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2010/05/03/simulate-ctrl-alt-del/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome!</title>
		<link>http://softltd.wordpress.com/2010/04/30/hello-world/</link>
		<comments>http://softltd.wordpress.com/2010/04/30/hello-world/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 06:58:29 +0000</pubDate>
		<dc:creator>jp2712</dc:creator>
				<category><![CDATA[Developments]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[atelier web software]]></category>
		<category><![CDATA[atelierweb.com]]></category>
		<category><![CDATA[developer's code]]></category>

		<guid isPermaLink="false">http://softltd.wordpress.com/?p=1</guid>
		<description><![CDATA[I will be using this blog to sport some rare developer&#8217;s code. Because rare is something unfrequent, please don&#8217;t expect the blog to be updated frequently! However, I have a number of undergoing hot developments which I plan to post here in the upcoming months (or years), I can&#8217;t establish a schedule because many other important [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=1&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I will be using this blog to sport some<em> rare</em> developer&#8217;s code.<br />
Because <em>rare</em> is something unfrequent, please don&#8217;t expect the blog to be updated frequently!<br />
However, I have a number of undergoing <em>hot</em> developments which I plan to post here in the upcoming months (or years), I can&#8217;t establish a schedule because many other important projects take much of my time.<br />
To celebrate the Grand Opening I have an extremely valuable jewel, which I will post here in the first week of May.<br />
No more hints at this time!</p>
<br />Filed under: <a href='http://softltd.wordpress.com/category/developments/'>Developments</a>, <a href='http://softltd.wordpress.com/category/software/'>Software</a> Tagged: <a href='http://softltd.wordpress.com/tag/atelier-web-software/'>atelier web software</a>, <a href='http://softltd.wordpress.com/tag/atelierweb-com/'>atelierweb.com</a>, <a href='http://softltd.wordpress.com/tag/developers-code/'>developer's code</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softltd.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softltd.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softltd.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softltd.wordpress.com&amp;blog=13404011&amp;post=1&amp;subd=softltd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softltd.wordpress.com/2010/04/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eeee271909e9d317656f0e7dbdef0e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">JP</media:title>
		</media:content>
	</item>
	</channel>
</rss>
