<?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 Titov IV @ TechSplice &#187; developer</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/developer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 20 Dec 2011 18:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PayPal SOAP basics</title>
		<link>http://www.blog.techsplice.com/archives/49</link>
		<comments>http://www.blog.techsplice.com/archives/49#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:20:37 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/archives/49</guid>
		<description><![CDATA[The purpose of this article is to cover standard SOAP capability of PayPal interfaces.  As a reference I use PP_API_Reference.pdf document provided in the documentation section of PayPal Developer Center. Lets begin by defining some standard references that will come in-play later on: Test Sandbox links: PayPal Schema, eBL [Ebay Business Language] Base Components and [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this article is to cover standard SOAP capability of PayPal interfaces.  As a reference I use <a href="https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_API_Reference.pdf">PP_API_Reference.pdf</a> document provided in the documentation section of <a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/home_US">PayPal Developer Center</a>.</p>
<p>Lets begin by defining some standard references that will come in-play later on:</p>
<p><strong>Test Sandbox links</strong>: <a href="https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl">PayPal Schema</a>, <a href="https://www.sandbox.paypal.com/wsdl/eBLBaseComponents.xsd">eBL</a> [Ebay Business Language] <a href="https://www.sandbox.paypal.com/wsdl/eBLBaseComponents.xsd">Base Components</a> and <a href="https://www.sandbox.paypal.com/wsdl/CoreComponentTypes.xsd">Component Types</a></p>
<p><strong>Production links</strong>: <a href="https://www.paypal.com/wsdl/PayPalSvc.wsdl">PayPal Schema</a>,  <a href="http://www.paypal.com/wsdl/eBLBaseComponents.xsd">eBL Base Components</a> and <a href="http://www.paypal.com/wsdl/CoreComponentTypes.xsd">Component Types</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For the love of programming</title>
		<link>http://www.blog.techsplice.com/archives/123</link>
		<comments>http://www.blog.techsplice.com/archives/123#comments</comments>
		<pubDate>Sat, 25 Feb 2006 01:05:07 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[story]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=123</guid>
		<description><![CDATA[How Max got his grove back Change of scenery, sometimes that’s all it takes to snap you back in to the swing of things.  Last week I’ve been plagued by a series of tedious programming tasks, in addition to that my sleeping habits of 4-5.5 hours a night took away what ever motivation I had [...]]]></description>
			<content:encoded><![CDATA[<p>How Max got his grove back</p>
<p>Change of scenery, sometimes that’s all it takes to snap you back in to the swing of things.<span>  </span>Last week I’ve been plagued by a series of tedious programming tasks, in addition to that my sleeping habits of 4-5.5 hours a night took away what ever motivation I had left.</p>
<p class="MsoNormal">As you probably read my last entry I finished reading another Dan Brown’s book which left me without an enjoyable activity on my way to/from work [not that sleeping isn’t enjoyable but I like to feel productive during four hours of daily commute]. </p>
<p class="MsoNormal">So, what is there to do? Simple: take out my trusty laptop and start programming.</p>
<p class="MsoNormal">I don’t really know what it is about the public transportation but miraculously I was managing to get things done.<span>  </span>Embraced by the humming of a standard diesel engine I found my oasis, somehow things just seemed to come to me naturally.</p>
<p class="MsoNormal">
<p class="MsoNormal">I offer some reasons for this change. Maybe it’s boredom [accompanied by staring down complete strangers], maybe it’s the non-pesticide-infected environment or it’s as simple as applying my love for programming and removing the pressures of office atmosphere [on a subway there is no one to bug you besides the casual crazy person who loves your shoe laces]. </p>
<p class="MsoNormal">End results:</p>
<p class="MsoNormal">I cleaned up my own code [it runs smoother with fewer errors].</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I rewrote someone else’s program using my pre-build functions improving the usability [it actually works now] and efficiency [I cut down the code by 50% and that also includes additional commenting provided by yours truly].</p>
<p class="MsoNormal">Aren’t I a trooper!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.400 seconds -->

