<?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/"
	>

<channel>
	<title>Max The IT pro &#187; books</title>
	<atom:link href="http://maxtheitpro.com/tag/books/feed" rel="self" type="application/rss+xml" />
	<link>http://maxtheitpro.com</link>
	<description>Max explores the world of IT, Music, Travel &#38; other stuff...</description>
	<lastBuildDate>Fri, 16 Apr 2010 22:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Services and the Programmable Web</title>
		<link>http://maxtheitpro.com/web-services-and-the-programmable-web</link>
		<comments>http://maxtheitpro.com/web-services-and-the-programmable-web#comments</comments>
		<pubDate>Sat, 14 Apr 2007 13:30:00 +0000</pubDate>
		<dc:creator>MaxTheITpro</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[Opinions]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web developing]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://maxtheitpro.com/web-services-and-the-programmable-web</guid>
		<description><![CDATA[[Nairobi, Kenya]I MENTIONED in a previous post that I felt ASP.NET programming would be a lucrative ($$$) area for coders looking to move on to bigger and better things. Well, I still believe this, so I’ve been getting up to speed on this excellent technology thanks to Matthew MacDonald’s well-written book (er bible&#8230;um, it’s 1148 [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ebGi_GFXurg/RiDdlcrHPKI/AAAAAAAAABo/IuFppMFYFQs/s1600-h/Beginning-ASP.NET.jpg" rel="lightbox[424]"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 188px; height: 245px;" src="http://3.bp.blogspot.com/_ebGi_GFXurg/RiDdlcrHPKI/AAAAAAAAABo/IuFppMFYFQs/s320/Beginning-ASP.NET.jpg" alt="" id="BLOGGER_PHOTO_ID_5053282417331616930" border="0" /></a><span style=";font-family:arial;font-size:100%;"  >[<st1:place st="on"><st1:city st="on">Nairobi</st1:city>, <st1:country-region st="on">Kenya</st1:country-region></st1:place>]</span><br /><span style=";font-family:Arial;font-size:100%;"  ><span style="font-weight: bold;">I MENTIONED</span> in a <a href="http://maxtheitpro.blogspot.com/2006/12/job-survival-in-it-industry.html">previous post</a> that I felt ASP.NET programming would be a lucrative (<span style="color: rgb(0, 153, 0); font-weight: bold;">$$$</span>) area for coders looking to move on to bigger and better things. Well, I still believe this, so I’ve been getting up to speed on this excellent technology thanks to Matthew MacDonald’s well-written book (er bible&#8230;um, it’s 1148 bloody pages), </span><span style=";font-family:Arial;font-size:100%;"  ><a href="http://www.apress.com/book/bookDisplay.html?bID=10035"><i style="">Beginning ASP.NET 2.0 in C#: From Novice to Professional</i></a>.</span><span style=";font-family:Arial;font-size:100%;"  > Here&#8217;s a nice <a href="http://www.aspnetpro.com/bookreviews/1590595726_b/1590595726_b.asp">book review</a>. You see, I’m eager to take full advantage of the web by using web services as my secret weapon to create powerful applications. This should definitely bring in the big bucks. <img src='http://maxtheitpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br /></span><br /><span style=";font-family:Arial;font-size:100%;"  >For example, I could easily pass or share information (data) between various computer networks (B2B, B2C, etc.). Or, I might simply want a universal method in order to allow other web programmers to execute a shared, public function (programming code that does a particular task) on my web server that returns a piece of information (ie. a price quote, stock lookup, flight info, etc.). At the start of Chapter 21, Matthew does a fantastic job introducing web services. I also love his suggestion on how to “look” at said technology. See for yourself:</span><span style=";font-family:Arial;font-size:100%;"  ><br /></span><br />
<blockquote  style="font-family:arial;"><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >Web services enable the same evolution that COM did, with a twist. Web services are indi-vidual units of programming logic that exist on a web server. They can be easily integrated into all sorts of applications, including everything from other ASP.NET applications to simple command-line applications. The twist is that, unlike COM, which is a platform-specific standard, web services are built on a foundation of open standards. These stan-dards allow web services to be created with .NET but consumed on other platforms—or vice versa. In fact, the idea of web services didn’t originate at Microsoft. Other major computer forces such as IBM helped to develop the core standards that Microsoft uses natively in ASP.NET.</span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" ><o:p> </o:p></span>
<p style="color: rgb(0, 0, 153); font-style: italic;" class="MsoNormal"><span style="font-size:100%;">The root standard for all the individual web service standards is XML. Because XML is text-based, web service invocations can pass over normal HTTP channels. Other distributed object technologies, such as DCOM, are much more complex, and as a result, they are exceedingly difficult to configure correctly, especially if you need to use them over the Internet. So not only are web services governed by cross-platform standards, but they’re also easier to use.</span></p>
<p><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" ><o:p></o:p></span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >You can look at web services in two ways. Application programmers (and the .NET </span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >Framework) tend to treat a web service as a set of methods that you can call over the </span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >Internet. Of course, these methods have all the capabilities that ASP.NET programmers </span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >are used to, such as the automatic security and session state facilities discussed in other </span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >parts of this book. XML gurus take a different perspective. They prefer to treat web ser-vices as a way to exchange XML messages.<o:p></o:p></span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" ></p>
<p></span><span style="color: rgb(0, 0, 153); font-style: italic;font-size:100%;" >Which perspective you take depends to some extent on the type of web service you are </span><span style="font-size:100%;"><span style="color: rgb(0, 0, 153);"><span style="font-style: italic;">creating. For example, if you need to pass messages through several intermediaries as part of a long-running business-to-business transaction, you’ll have an easier time looking at your web service as a message-passing system. On the other hand, if you’re calling a web service just to get some information—such as a product catalog or stock quote—you’ll probably treat it like any other useful function.</span> </span>{source: <i style="">Beginning ASP.NET 2.0 in C#: From Novice to Professional</i> ; pg. 815}</span></p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmaxtheitpro.com%2Fweb-services-and-the-programmable-web&amp;linkname=Web%20Services%20and%20the%20Programmable%20Web"><img src="http://maxtheitpro.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://maxtheitpro.com/web-services-and-the-programmable-web/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP 5 book passes 1 Million FREE downloads</title>
		<link>http://maxtheitpro.com/php-5-book-passes-1-million-free-downloads</link>
		<comments>http://maxtheitpro.com/php-5-book-passes-1-million-free-downloads#comments</comments>
		<pubDate>Sat, 17 Mar 2007 23:32:00 +0000</pubDate>
		<dc:creator>MaxTheITpro</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP books]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://maxtheitpro.com/php-5-book-passes-1-million-free-downloads</guid>
		<description><![CDATA[[Dar es Salaam, Tanzania]THIS is old news (forgot this post in my drafts folder) but I think it&#8217;s worth mentioning here in 2007. Hopefully, more web developers will start coding PHP5 specific web apps instead of playing it safe with the well-tested PHP4.x lineage. What annoys me, though, is that most web hosting companies are [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:arial;">[Dar es Salaam, Tanzania]</span><br /><span style="font-family:arial;"><strong>THIS</strong> is old news (forgot this post in my drafts folder) but I think it&#8217;s worth mentioning here in 2007. Hopefully, more web developers will start coding PHP5 specific web apps instead of playing it safe with the well-tested PHP4.x lineage. What annoys me, though, is that most web hosting companies are also playing it safe and fail to install PHP5 on their web servers. This keeps developers from taking advantange of its new features.</span><br /><span style="font-family:Arial;"></span><br /><span style="font-family:Arial;"><strong>Get cracking</strong></span><br /><span style="font-family:Arial;">If you want to start cranking out some PHP5 code, but are unfamiliar with the new OOP features/syntax, etc., then I suggest you <a href="http://www.phptr.com/content/images/013147149X/downloads/013147149X_book.pdf">download the book</a> (<em>PHP 5 Power Programming</em>) I don&#8217;t think you&#8217;re going to find a better learning resource since the authors of the book are gods in the PHP world. Here&#8217;s the <a href="http://www.phptr.com/content/images/013147149X/downloads/013147149X_book.pdf">link</a>. It&#8217;s in PDF format. Oh, did I mention it&#8217;s FREE? <img src='http://maxtheitpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmaxtheitpro.com%2Fphp-5-book-passes-1-million-free-downloads&amp;linkname=PHP%205%20book%20passes%201%20Million%20FREE%20downloads"><img src="http://maxtheitpro.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://maxtheitpro.com/php-5-book-passes-1-million-free-downloads/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
