<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Zendlab - Death and Rebirth</title>
    <link>http://zend.lojcomm.com.br</link>
    <description>Zendlab - Death and Rebirth Feed</description>
    <language>en-us</language>
    <generator>Symphony (build 1701)</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/zendlab" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>TDD (Test Driven Development) in ASP/VBScript</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/xwjUQSpHYdY/</link>
      <pubDate>Mon, 22 Jun 2009 07:46:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/tdd-test-driven-development-in-asp-vbscript/</guid>
      <description>&lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;This article deals with an idea that I believe to be one of the key concepts of 
modern programming. When I say modern, I'm referencing to methodologies that &lt;a href="http://www2.umassd.edu/SWPI/xp/articles/r6047.pdf"&gt;re-appeared&lt;/a&gt; 
with &lt;em&gt;hype&lt;/em&gt; names and excessive power during the second half of the 90's and the 
beginning of the 21&lt;sup&gt;st&lt;/sup&gt; century as an answer to the bureaucratic, slow and heavy 
regulated methods in use at the time. As some of their examples are: &lt;a href="http://en.wikipedia.org/wiki/Adaptive_Software_Development"&gt;ASD(Adaptive Software Development)&lt;/a&gt;, 
&lt;a href="http://en.wikipedia.org/wiki/Dynamic_Systems_Development_Method"&gt;DSDM (Dynamic Systems Development Method)&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/Extreme_Programming"&gt;XP(Extreme Programming)&lt;/a&gt; among others...&lt;/p&gt;

&lt;p&gt;These methodologies, that were known as lightweight methods until year 2001 and then became the Agile Software Development, have 
some aspects in common. At first, they were "born" from the developers necessity to focus more on the product in which they're working on 
than in hard processes related to development. It means that, unlike the classic long-term strategies and specifications that predict and document the entire 
project from the beginning to the end, the development is made in small iterations, with minimal planning. Another important factor is that these methodologies are in 
favour of face-to-face communication rather than written documentation among the team members (which are small, around 5-9 people). Third and most important to all 
programmers, in my humble opinion, is the constant execution of automated tests in all steps to ensure the quality of each small unit of code they generate.&lt;/p&gt;

&lt;p&gt;Despite being an interesting topic, I'll stop my wondering here, because it's not my goal to teach techniques to manage software teams, but to teach one of the things 
that all of those techniques will be require you to do. Before anything, I want to remind you that a programmer will always program, so that doesn't matter too much 
what methodology is adopted by the company where you are working on. For fun, below is a strip from &lt;a href="http://www.geekherocomic.com/"&gt;Geek Hero Comic&lt;/a&gt; that was kindly 
provided by the author Salvatore Iovene for this article:&lt;/p&gt;

&lt;p&gt;&lt;img src="/workspace/img/entries/tdd-strip.png" alt="Agile Development Explained from Geek Hero Comic" /&gt;&lt;/p&gt;

&lt;p&gt;For those who don't know yet, this is the third article of a series that I committed myself to write. Here is the list of articles:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="/entries/asp-a-misinterpreted-technology/"&gt;ASP, a misinterpreted technology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/entries/event-driven-programming-and-lambda-function-in-as/"&gt;Event-Driven-Programming and lambda function in ASP/VBScript.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TDD (Test Driven Development) in ASP/VBScript.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Languages: Based on Objects and Object Oriented.&lt;/li&gt;
&lt;li&gt;Object Oriented in ASP/VBScript "Hackers way".&lt;/li&gt;
&lt;li&gt;"Scripting Components", the ace in the role.&lt;/li&gt;
&lt;li&gt;Caching: the concept of DRY (Don't Repeat Yourself) applied to ASP.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you're reading one of my articles for the first time, I strongly recommend that you read the previous ones first, because I'm trying to lead you into a great abstraction, presenting the topics incrementally.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/xwjUQSpHYdY" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/tdd-test-driven-development-in-asp-vbscript/</feedburner:origLink></item>
    <item>
      <title>Projects are now on GitHub</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/0Iwiadxjtjc/</link>
      <pubDate>Fri, 29 May 2009 04:43:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/projects-are-now-on-github/</guid>
      <description>&lt;p&gt;&lt;img src="/workspace/img/entries/github.gif" alt="github/nagaozen screenshot" title="github" /&gt;&lt;/p&gt;

&lt;p&gt;Better late than never! From now on, all my recent open-source contributions will be available at &lt;a href="http://github.com/nagaozen/"&gt;my github.com account&lt;/a&gt;. The current projects are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ASP Xtreme Evolution (my ASP framework)&lt;/li&gt;
&lt;li&gt;Exuberant-ctags (updates to make it's ASP parsing better)&lt;/li&gt;
&lt;li&gt;Gedit-* (a lot of good things for gedit)&lt;/li&gt;
&lt;li&gt;GTKSourceView-2.0 (updates to add/enhance language.specs)&lt;/li&gt;
&lt;li&gt;jquery-vs-mootools (this one is an interesting article I translated)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Although this blog isn't being informative and updated as I think it should be, I'm currently very active and developing a lot of things but not writing much about it. Watching my git account will help you to keep the track of the latest updates in my software development. Enjoy!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/0Iwiadxjtjc" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/projects-are-now-on-github/</feedburner:origLink></item>
    <item>
      <title>Tidy and GeSHi WebServices for the mankind</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/54IB9EOoNGs/</link>
      <pubDate>Mon, 11 May 2009 07:45:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/tidy-and-geshi-webservices-for-the-mankind/</guid>
      <description>&lt;p&gt;&lt;img src="/workspace/img/entries/tidy-geshi-webservices.png" alt="&amp;quot;Tidy and GeSHi webservices&amp;quot;" title="Tidy and GeSHi webservices" /&gt;&lt;/p&gt;

&lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;Sometime ago I spent a good amount of time playing with &lt;a href="http://netevil.org/"&gt;Wez Furlong&lt;/a&gt; PHPScript to merge PHP functionalities directly into ASP pages. Although it really can be done, I couldn't feel comfortable enough with the stability of the final application. In fact, the merge between PHP and other ASP languages (VBScript, Javascript, Ruby, Perl and Python) in the same script caused the application to work only in odd requests and not in even ones. Plus it was triggering processing errors in the server. This is incredibly strange and clearly shows that the Active Script port of PHP is flawed. It works fine for &lt;code&gt;.wsc&lt;/code&gt; and other command lines things but not plays well with ASP.&lt;/p&gt;

&lt;p&gt;Since PHP has a huge community which create really good things, it's interesting to get the benefits of their work in other environments that doesn't run the language. Two notable examples of the good things available in PHP are &lt;a href="http://qbnz.com/highlighter/" title="GeSHi"&gt;GeSHi&lt;/a&gt;, an incredible code highlighting extension that currently work with over than 130 languages, and &lt;a href="http://php.net/tidy" title="Tidy"&gt;Tidy&lt;/a&gt;, a nice extension to wrap and indent your XML and HTML. As we can't live without them, I've built the webservices for them both.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/54IB9EOoNGs" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/tidy-and-geshi-webservices-for-the-mankind/</feedburner:origLink></item>
    <item>
      <title>Geek Hero Comic at iGoogle</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/NKY0gyQXRjQ/</link>
      <pubDate>Sun, 10 May 2009 00:44:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/geek-hero-comic-at-igoogle/</guid>
      <description>&lt;p&gt;&lt;a href="http://www.geekherocomic.com/"&gt;&lt;img src="http://zend.lojcomm.com.br/workspace/img/entries/geek-hero-comic-at-igoogle.png" alt="GeekHeroComic in iGoogle" title="GeekHeroComic in iGoogle" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's &lt;a href="http://www.geekherocomic.com"&gt;geekherocomic.com&lt;/a&gt; strip came with an interesting news. &lt;strong&gt;It's Salvatore Iovene birthday!&lt;/strong&gt; And the post was about the book his fiancée built with the last entire year strips archive. I really like this guy work, it's a funny part of my day and to celebrate this special occasion I created a gadget to all GeekHeroComic readers to monitor the latest strip directly from iGoogle homepage.&lt;/p&gt;

&lt;p&gt;You can add it using: &lt;a href="http://www.google.com/ig/adde?moduleurl=http://zendold.lojcomm.com.br/geekherocomic/gadget.xml"&gt;&lt;img src="http://gmodules.com/ig/images/plus_google.gif" alt="&amp;quot;Add to Google&amp;quot;" title="Add to Google" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy birthday &lt;a href="http://twitter.com/siovene"&gt;@siovene&lt;/a&gt;! Keep doing this amazing work!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/NKY0gyQXRjQ" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/geek-hero-comic-at-igoogle/</feedburner:origLink></item>
    <item>
      <title>Event-Driven-Programming and lambda function in ASP/VBScript</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/raxVclDT08M/</link>
      <pubDate>Thu, 07 May 2009 07:20:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/event-driven-programming-and-lambda-function-in-as/</guid>
      <description>&lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;In this article, I'll speak a little about some issues that I believe are relevant to all modern programmers. However the examples will be written in &lt;a href="http://msdn.microsoft.com/en-us/library/aa286483.aspx"&gt;ASP&lt;/a&gt;/&lt;a href="http://msdn.microsoft.com/en-us/library/t0aew7h6"&gt;VBScript&lt;/a&gt;+&lt;a href="http://msdn.microsoft.com/en-us/library/hbxc2t98"&gt;JScript&lt;/a&gt;, so I'll be coherent with the purpose of these articles, which will showcase ASP as an extremely versatile and efficient environment. Here is the list of articles:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="/entries/asp-a-misinterpreted-technology/"&gt;ASP, a misinterpreted technology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Event-Driven-Programming and lambda function in ASP/VBScript.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;TDD (Test Driven Development) in ASP/VBScript.&lt;/li&gt;
&lt;li&gt;Languages: Based on Objects and Object Oriented.&lt;/li&gt;
&lt;li&gt;Object Oriented in ASP/VBScript "Hackers way".&lt;/li&gt;
&lt;li&gt;"Scripting Components", the ace in the role.&lt;/li&gt;
&lt;li&gt;Caching: the concept of DRY (Don't Repeat Yourself) applied to ASP.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you're reading one of my articles for the first time, I strongly recommend that you read the previous ones first, because I'm trying to lead you into a great abstraction, presenting the topics incrementally.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/raxVclDT08M" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/event-driven-programming-and-lambda-function-in-as/</feedburner:origLink></item>
    <item>
      <title>ASP, a misinterpreted technology</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/xSwqr2uejJ4/</link>
      <pubDate>Tue, 05 May 2009 05:51:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/asp-a-misinterpreted-technology/</guid>
      <description>&lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;After thirteen years of web development, in which the last five I spent almost entirely developing with the .NET platform, I finally saw in Classic &lt;a href="http://msdn.microsoft.com/en-us/library/aa286483.aspx"&gt;ASP&lt;/a&gt; the most versatile environment for web development. The main reason for this versatility is, surprisingly, the fact that it is interpreted. It might sound like a joke, mainly because of the whole buzz around the code-behind and the advantages of the compiled code's performance. But, in my opinion, this attribute, summed to multiple languages support, is what guarantees to ASP a distinguish position among the environments for advanced programmers.&lt;/p&gt;

&lt;p&gt;Aiming to share my experience and point of view to the whole community, I've decided to create a series of articles, where I'll address key topics that will lead to a greater understanding of the strength hidden in ASP. I've ordered them so that easier topics are discussed first before moving on to the harder ones. Here they are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ASP, a misinterpreted technology&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Event-Driven-Programming and lambda function in ASP/VBScript.&lt;/li&gt;
&lt;li&gt;TDD (Test Driven Development) in ASP/VBScript.&lt;/li&gt;
&lt;li&gt;Languages: Based on Objects and Object Oriented.&lt;/li&gt;
&lt;li&gt;Object Oriented in ASP/VBScript "Hackers way".&lt;/li&gt;
&lt;li&gt;"Scripting Components", the ace in the role.&lt;/li&gt;
&lt;li&gt;Caching: the concept of DRY (Don't Repeat Yourself) applied to ASP.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In all subsequent articles, I'll indicate the current stage in bold. I don't intend to stop contributing after the end of the seven subjects. I'll probably attack more problems and more specific topics that illustrate the advantage of using ASP. Well, one step at a time...&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/xSwqr2uejJ4" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/asp-a-misinterpreted-technology/</feedburner:origLink></item>
    <item>
      <title>Quick Highlight Mode gedit plugin</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/HIeqKWkLsoI/</link>
      <pubDate>Sun, 12 Apr 2009 13:17:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/quick-highlight-mode-gedit-plugin/</guid>
      <description>&lt;p&gt;&lt;a href="/entries/quick-highlight-mode-gedit-plugin/"&gt;&lt;img src="/workspace/img/plugins/quickhighlightmode.gif" alt="Quick Highlight Mode - Screenshot" title="Quick Highlight Mode - Screenshot" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This plugin provides a faster and easier way to select the current document highlighting mode in &lt;a href="http://projects.gnome.org/gedit/"&gt;gedit&lt;/a&gt;. 
Just press &lt;strong&gt;Ctrl+Shift+H&lt;/strong&gt;, &lt;strong&gt;type&lt;/strong&gt; the language and press &lt;strong&gt;Enter&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's written in &lt;a href="http://www.python.org/"&gt;Python&lt;/a&gt;, so you don't have to compile anything or get any binary. The source is there for 
inspection and installation.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/HIeqKWkLsoI" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/quick-highlight-mode-gedit-plugin/</feedburner:origLink></item>
    <item>
      <title>Logomark and Icons for &lt;acronym title="ASP Xtreme Evolution"&gt;&lt;span class="caps"&gt;AXE&lt;/span&gt;&lt;/acronym&gt;</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/OsL-7yReS8E/</link>
      <pubDate>Sun, 18 Jan 2009 16:32:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/logomark-and-icons-for-axe-asp-xtreme-evolution/</guid>
      <description>&lt;p&gt;Almost a year has been passed from the first release of &lt;acronym title="ASP Xtreme Evolution"&gt;&lt;span class="caps"&gt;AXE&lt;/span&gt;&lt;/acronym&gt; and from that to today the project still haven&amp;#8217;t it&amp;#8217;s own logomark or icons to be used as faveicon. But today, I spent my morning trying to solve this issue. Look, I&amp;#8217;m no professional designer, but did my best in this task and liked the result. For the icons I tried to make it compatible with the &lt;a href="http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines"&gt;Tango Icon Guidelines&lt;/a&gt; to guarantee a good contrast for both dark and bright backgrounds.  I would love to know what you all like or dislike about it. Here&amp;#8217;s the final art:&lt;/p&gt;

&lt;p&gt;&lt;img src="/workspace/img/asp-xtreme-evolution/logomark-icons.jpg" alt="ASP Xtreme Evolution logo" title="ASP Xtreme Evolution logo" /&gt;&lt;/p&gt;

	&lt;p&gt;Well, about the new version of &lt;span class="caps"&gt;AXE&lt;/span&gt;, I&amp;#8217;m a bit busy working on another project and have no time to polish it. But the enhancements are huge and I hope to have a new version in the next 1 or 2 months.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/OsL-7yReS8E" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/logomark-and-icons-for-axe-asp-xtreme-evolution/</feedburner:origLink></item>
    <item>
      <title>Reserved Words in &lt;span class="caps"&gt;ASP&lt;/span&gt;</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/g2o180gX7x8/</link>
      <pubDate>Mon, 05 Jan 2009 23:46:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/reserved-words-in-asp/</guid>
      <description>&lt;p&gt;First of all, &lt;strong&gt;&lt;span class="caps"&gt;HAPPY&lt;/span&gt; &lt;span class="caps"&gt;NEW&lt;/span&gt; &lt;span class="caps"&gt;YEAR&lt;/span&gt;&lt;/strong&gt;! Finally, the first entry in 2009! I&amp;#8217;ve been working really hard in the latest days, hoping to get a release version of &lt;acronym title="ASP Xtreme Evolution"&gt;&lt;span class="caps"&gt;AXE&lt;/span&gt;&lt;/acronym&gt; with tons of new features like: Events, XSession, Markdown and Textile parsers and a lot lot more.&lt;/p&gt;

	&lt;p&gt;This entry is about reserved words in &lt;span class="caps"&gt;ASP&lt;/span&gt;. My current main languages to code &lt;span class="caps"&gt;ASP&lt;/span&gt; are &lt;span class="caps"&gt;VBS&lt;/span&gt;cript, Javascript and Python and they are interacting perfectly under the god damn awesome Microsoft &lt;acronym title="Common Language Infrastructure"&gt;&lt;span class="caps"&gt;CLI&lt;/span&gt;&lt;/acronym&gt;. Enough talk, let&amp;#8217;s start! The post is about the boring fact that when developing low-level code, you inevitably fall in the task of recreating something important that you feel is missing or is lacking features. You go for it, start a project and everything goes fine until you need to baptize your new child. Spent a little time thinking, you knows the perfect name, try to assign it and Bang! An error happen. This is usually related to reserved words and the devil lives in the ones that you never used and forgot about their existance because they are simply reserved words don&amp;#8217;t have any meaning to the compiler! For a quick reference, see below a list of the reserved words of the cited languages. Rare words are in &lt;strong&gt;strong&lt;/strong&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/g2o180gX7x8" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/reserved-words-in-asp/</feedburner:origLink></item>
    <item>
      <title>Deploying and Consuming Web Services based in Classic &lt;span class="caps"&gt;VBS&lt;/span&gt;cript &lt;span class="caps"&gt;ASP&lt;/span&gt; 3.0 pages</title>
      <link>http://feedproxy.google.com/~r/zendlab/~3/7QweNSIw8Ck/</link>
      <pubDate>Fri, 03 Oct 2008 10:20:00 GMT</pubDate>
      <guid isPermaLink="false">http://zend.lojcomm.com.br/entries/deploying-and-consuming-web-services-based-in-clas/</guid>
      <description>&lt;p&gt;Yesterday I received a request to implement some Web Services for a legacy application which is written in Classic &lt;span class="caps"&gt;ASP&lt;/span&gt;. Well, I&amp;#8217;ve nothing against using Microsoft .&lt;span class="caps"&gt;NET&lt;/span&gt; to achieve this task, but once the application has a good design and the classes are already there, shouldn&amp;#8217;t it be easiest to take the &lt;span class="caps"&gt;VBS&lt;/span&gt;cript code and use it to increase my productivity? &lt;span class="caps"&gt;IMHO&lt;/span&gt; the answer is yes.&lt;/p&gt;

	&lt;p&gt;Well, in summary this article covers the following problem: &amp;#8220;How to create a Web Service based in Classic &lt;span class="caps"&gt;VBS&lt;/span&gt;cript &lt;span class="caps"&gt;ASP&lt;/span&gt; 3.0 classes using MS &lt;span class="caps"&gt;SOAP&lt;/span&gt; Toolkit 3.0 and Visual Basic 6.0 to work in a &lt;span class="caps"&gt;IIS&lt;/span&gt; 6.0 (Windows 2003) environment?&amp;#8221; and the reason why I&amp;#8217;m writing this is because I had a little hard time to solve it. I think it mainly happened because the MS &lt;span class="caps"&gt;SOAP&lt;/span&gt; Toolkit was already discontinued when Microsoft released Windows 2003 and the .&lt;span class="caps"&gt;NET&lt;/span&gt; Framework was at it&amp;#8217;s climax in the hightech world. So, there isn&amp;#8217;t too many material available.&lt;/p&gt;

	&lt;p&gt;Ah, one more note: I&amp;#8217;ve no intention to describe or introduct any of the concepts involved in this task, since you can simply google it an get a lot of results about the definitions. That&amp;#8217;s why I&amp;#8217;m choosing a very practical way to present this. Ok, that said, let&amp;#8217;s begin.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/zendlab/~4/7QweNSIw8Ck" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://zend.lojcomm.com.br/entries/deploying-and-consuming-web-services-based-in-clas/</feedburner:origLink></item>
  </channel>
</rss>
