<?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>remoteserver</title>
	<atom:link href="http://remoteserver.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://remoteserver.wordpress.com</link>
	<description>xml rpc php blog</description>
	<lastBuildDate>Sat, 25 Oct 2008 21:30:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='remoteserver.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>remoteserver</title>
		<link>http://remoteserver.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://remoteserver.wordpress.com/osd.xml" title="remoteserver" />
	<atom:link rel='hub' href='http://remoteserver.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Incutio XML-RPC php library</title>
		<link>http://remoteserver.wordpress.com/2008/10/25/incutio-xml-rpc-php-library/</link>
		<comments>http://remoteserver.wordpress.com/2008/10/25/incutio-xml-rpc-php-library/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 21:29:27 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=36</guid>
		<description><![CDATA[XMP-RPC stands for XML Remote Procedure Calling. It is a protocol for making and receiving procedure calls over the internet. What this means is that different computers can use XML-RPC to &#8220;ask each other questions&#8221;. Using XML-RPC is just like making a function call in PHP, only the computer that executes the function could be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=36&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>XMP-RPC stands for XML Remote Procedure Calling. It is a protocol for making and receiving procedure calls over the internet.</p>
<p>What this means is that different computers can use XML-RPC to &#8220;ask each other questions&#8221;. Using XML-RPC is just like making a function call in PHP, only the computer that executes the function could be thousands of miles away.</p>
<p>With the <a href="http://scripts.incutio.com/xmlrpc/" rel="nofollow" title="download and manual of php xml rpc library">Incutio XML-RPC Library</a>, making and receiving XML-RPC requests is almost as simple as calling native PHP functions. </p>
<p>The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and  is designed to hide as much of the workings of  XML-RPC from the user as possible. A key feature of the library is automatic  type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with  very little knowledge of the underlying XML-RPC standard.</p>
<p>IXR takes great pains to hide the details of the XML-RPC specification from the user. Where-ever possible, XML-RPC types are converted to PHP types (and vice versa) with no intervention needed from the web service programmer. Where this is not possible, objects are returned that allow easy access to the encapsulated data.</p>
<p>[<a href="http://scripts.incutio.com/xmlrpc/" rel="nofollow" title="incutio php xml rpc library">more...</a>]</p>
<br />Posted in library, php, xml-rpc, xmlrpc Tagged: library, php, xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=36&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/10/25/incutio-xml-rpc-php-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>XML-RPC Library for PHP v 2.5 keith devens</title>
		<link>http://remoteserver.wordpress.com/2008/10/03/xml-rpc-library-for-php-v-25-keith-devens/</link>
		<comments>http://remoteserver.wordpress.com/2008/10/03/xml-rpc-library-for-php-v-25-keith-devens/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 11:22:21 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=29</guid>
		<description><![CDATA[Here&#8217;s a fully compliant XML-RPC client and server written in pure PHP. Only requirements are PHP, and the XML parser you&#8217;re guaranteed to have if you&#8217;re using PHP built into Apache&#8230; The main benefit of using this XML-RPC library over others is that it uses native PHP datatypes wherever possible and doesn&#8217;t force you into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=29&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Here&#8217;s a fully compliant XML-RPC client and server written in pure PHP. Only requirements are PHP, and the XML parser you&#8217;re guaranteed to have if you&#8217;re using PHP built into Apache&#8230;</p>
<p>The main benefit of using this XML-RPC library over others is that it uses native PHP datatypes wherever possible and doesn&#8217;t force you into OO. I&#8217;d tried other XML-RPC libraries, and they make you use objects in complex ways just to build your XML-RPC message. With this library, you can build your message using nothing but native PHP datatypes. Since PHP is a high level scripting language, it has most of the type information available to you that you need to build an XML-RPC message. That&#8217;s called &#8220;reflection&#8221;. The library is also fairly small (&lt;500 lines).</p>
<p>This software is Open Source&#8230;</p></blockquote>
<p>Find out more at <a href="http://keithdevens.com/software/xmlrpc" rel="nofollow" title="keith deven's xml rpc php library">Keith Devens site</a> or <a href="http://keithdevens.com/software/xmlrpc/source" rel="nofollow" title="keith deven's xml rpc php library source">get the source</a></p>
<br />Posted in library, php, xml-rpc, xmlrpc Tagged: library, php, xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=29&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/10/03/xml-rpc-library-for-php-v-25-keith-devens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>Reverse Ajax : Comet</title>
		<link>http://remoteserver.wordpress.com/2008/10/02/reverse-ajax-comet/</link>
		<comments>http://remoteserver.wordpress.com/2008/10/02/reverse-ajax-comet/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 22:53:51 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xhr]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=27</guid>
		<description><![CDATA[The actual cool part about Ajax XmlHttpRequest XHR : Reverse Ajax. Readystate 3 polling. Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of sending data from client to server and a mechanism for pushing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=27&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The actual cool part about Ajax XmlHttpRequest XHR : Reverse Ajax. Readystate 3 polling.</p>
<blockquote><p>Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of sending data from client to server and a mechanism for pushing server data back to the browser.</p></blockquote>
<hr />
<a href="http://en.wikipedia.org/wiki/Comet_(programming)" rel="nofollow" title="Comet Reverse Ajax definition">wikipedia</a> </p>
<blockquote><p>In web development, Comet is &#8230; a web application model in which a long-held HTTP request allows a web server to push data to a browser, without the browser explicitly requesting it. Comet is an umbrella term that uses multiple techniques for achieving this interaction. All methods have in common that they rely on browser-native technologies such as JavaScript, rather than on proprietary plugins. In theory, the Comet approach differs from the original model of the web, in which a browser requests a complete web page or chunks of data to update a web page.<br />
However in practice, Comet applications typically use <strong>Ajax with long polling</strong> to detect new information on the server. The concept &#8230; is known by several other names, including <em>Ajax Push</em>, <strong><strong>Reverse Ajax</strong></strong>, <em>Two-way-web</em>, <em>HTTP Streaming</em> and <em>HTTP server push</em>.</p></blockquote>
<hr />
<strong>practical :</strong><br />
      Write a php routine with a usleep/flush command in an endless while loop, call it from the frontend with an XHR (Ajax) call and process the feedback through xhr readystate 3  state changes, triggered by the usleep command. </p>
<p>     XHR is a &#8216;wrapper&#8217; on the http call, and has the same logic as a normal http call. Every time I fire the &#8216;sleep/flush&#8217; combi in the php routine the backend sends data on the http connection and the xhr instance notices it, and it fires a statechange, but has to remain readystate 3, &#8220;<a href="http://en.wikipedia.org/wiki/Polling_(computer_science)" rel="nofollow" title="Polling refers to actively sampling the status of an external device by a client program">polling</a>&#8220;. </p>
<p>     If you keep a javascript pointer on the xhr-buffer and process only the latest received string you have a continual updating frontend. </p>
<p>Program one, it&#8217;s easy. </p>
<p>But it&#8217;s also clumsy, so here&#8217;s some alternatives : </p>
<p>Chris Chabot wrote a <a href="http://www.chabotc.com/phpsocketdaemon/" rel="nofollow">php socket daemon</a> :</p>
<blockquote><p>This project came into existence while i was writing a new web based IRC application.</p>
<p>To deal with 1000&#8242;s of concurrent, always on (comet aka hanging iframe) http (server) connections, and an equal amount of IRC client connections, plus being able to interpret and parse and delegate all the messages and events, i needed a very fast, stable, flexible and easy to use &#8216;daemon&#8217; library for PHP.</p></blockquote>
<p><em>Chris sounds like a geek <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but what he programmed is a bit like the windows messaging subsystem (okay, that&#8217;s vague geek stuff, too). I read it before I made my blog-pipe reader using the php stream commands and it&#8217;s inspiring stuff. For geeks.</em></p>
<p>Then there is (as usual) your basic java applet :<br />
<a href="http://www.caucho.com/resin/doc/resin-comet.xtp" rel="nofollow">caucho resin</a> java applet</p>
<blockquote><p>Resin&#8217;s server-push (Comet) servlet API enables streaming communication such as reverse AJAX dynamic updates for browser/JavaScript applications. The API encapsulates of the threading and communications issues between the request threads and the rest of the application.</p>
<p>Resin&#8217;s server-push (Comet) API lets server application push new data to the client as it becomes available. Administration and monitoring applications need to continually update the client when new information becomes available to the server. </p></blockquote>
<br />Posted in xhr Tagged: ajax, xhr, xmlhttprequest <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=27&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/10/02/reverse-ajax-comet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>apache xmlrpc</title>
		<link>http://remoteserver.wordpress.com/2008/10/02/apache-xmlrpc/</link>
		<comments>http://remoteserver.wordpress.com/2008/10/02/apache-xmlrpc/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:50:35 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=21</guid>
		<description><![CDATA[Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Version 3 of Apache XML-RPC is still compliant to the XML-RPC specification. However, several vendor extensions are available, that greatly extend the power of XML-RPC: All primitive Java types are supported, including long, byte, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=21&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://ws.apache.org/xmlrpc/" rel="nofollow" title="about apache xml remote procedure call extension">Apache XML-RPC</a> is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls.</p>
<p>Version 3 of Apache XML-RPC is still compliant to the <a href="http://www.xmlrpc.com/spec" title="official xml-rpc specification">XML-RPC spec</a>ification. However, several vendor extensions are available, that greatly extend the power of XML-RPC:</p>
<ul>
<li>All primitive Java types are supported, including long, byte, short, and double.</li>
<li>Calendar objects are supported. In particular, timezone settings, and milliseconds may be sent.</li>
<li>DOM nodes, or JAXB objects, can be transmitted. So are objects implementing the java.io.Serializable interface.</li>
<li>Both server and client can operate in a streaming mode, which preserves resources much better than the default mode, which is based on large internal byte arrays.</li>
</ul>
<h3>XML parser support</h3>
<p>Apache XML-RPC supports <a href="http://www.megginson.com/SAX/SAX1" rel="nofollow" title="(S)imple (A)pi for (X)ml ">SAX 1.0</a> and can therefore be used with any compliant XML parser. The default parser is John Wilson&#8217;s <a href="http://www.wilson.co.uk/xml/minml.htm" rel="nofollow" title="lightweight small embedded systems oriented parser">MinML parser</a> which is included in the package. MinML is an ideal parser for XML-RPC because it is small, fast, and implements exactly the features of XML which are used by XML-RPC. </p>
<br />Posted in apache, xml-rpc, xmlrpc Tagged: apache, xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=21&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/10/02/apache-xmlrpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>google1d7bb5c112eb4d07.html</title>
		<link>http://remoteserver.wordpress.com/2008/09/29/google1d7bb5c112eb4d07html/</link>
		<comments>http://remoteserver.wordpress.com/2008/09/29/google1d7bb5c112eb4d07html/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:05:29 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=17</guid>
		<description><![CDATA[google1d7bb5c112eb4d07.html google1d7bb5c112eb4d07.html google1d7bb5c112eb4d07.html google1d7bb5c112eb4d07.html Posted in xmlrpc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=17&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>google1d7bb5c112eb4d07.html</h1>
<p>google1d7bb5c112eb4d07.html google1d7bb5c112eb4d07.html <strong>google</strong>1d7bb5c112eb4d07.html</p>
<br />Posted in xmlrpc  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=17&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/09/29/google1d7bb5c112eb4d07html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>XMLRPC for Actionscript 3.0</title>
		<link>http://remoteserver.wordpress.com/2008/09/29/xmlrpc-for-actionscript-30/</link>
		<comments>http://remoteserver.wordpress.com/2008/09/29/xmlrpc-for-actionscript-30/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:51:02 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=12</guid>
		<description><![CDATA[august 2007 : [Daniel McLaren] just finished porting Matt Shaw&#8216;s XML-RPC for Actionscript 2.0 code to AS3. This is a really easy way to get Flash to transfer data with an XML-RPC endpoint. Matt did a great job and the conversion wasn&#8217;t too difficult. Nice going, Daniel. Posted in xml-rpc, xmlrpc Tagged: xml-rpc, xmlrpc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=12&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>august 2007 :</p>
<blockquote><p>[<a href="http://danielmclaren.net/2007/08/03/xmlrpc-for-actionscript-30-free-library" rel="nofollow" title="Daniel is a Flash and Flex developer specializing in the art of information visualization.">Daniel McLaren</a>] just finished porting <a href="http://mattism.com/" rel="nofollow" title="xml-rpc for action script as2.0">Matt Shaw</a>&#8216;s XML-RPC for Actionscript 2.0 code to AS3. This is a really easy way to get Flash to transfer data with an XML-RPC endpoint. Matt did a great job and the conversion wasn&#8217;t too difficult.</p></blockquote>
<p>Nice going, Daniel.</p>
<br />Posted in xml-rpc, xmlrpc Tagged: xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=12&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/09/29/xmlrpc-for-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac Os X XML-RPC debug tool</title>
		<link>http://remoteserver.wordpress.com/2008/09/29/mac-os-x-xml-rpc-debug-tool/</link>
		<comments>http://remoteserver.wordpress.com/2008/09/29/mac-os-x-xml-rpc-debug-tool/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:28:29 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[mac-tiger]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=9</guid>
		<description><![CDATA[Here is a XML-RPC debug tool for the Mac Os X Tiger desktop : How to operate the thing : 1. Type in the desired XML-RPC Endpoint URL. 2. Type in the specific desired XML-RPC function to call. 3. Now the interesting part&#8230; type in the params for your XML-RPC function call using JavaScript syntax [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=9&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a <a href="http://ditchnet.org/xmlrpc/" title="MacIntosh XML-RPC client" rel="nofollow">XML-RPC debug tool</a> for the Mac Os X Tiger desktop :</p>
<p>How to operate the thing :</p>
<blockquote><p>   1.  Type in the desired XML-RPC Endpoint URL.<br />
   2. Type in the specific desired XML-RPC function to call.<br />
   3. Now the interesting part&#8230; type in the params for your XML-RPC function call using JavaScript syntax for all of the XML-RPC datatypes (including arrays, structs, dates, and base64 values to an arbitrary depth).<br />
   4. Click &#8220;Execute&#8221;.</p></blockquote>
<p>Ehr&#8230; okay&#8230; so ?</p>
<blockquote><p>Upon completing the function call you will see three groups of information in the main tabbed display:<br />
   1. XML Request: This is the raw XML request you have just sent to the server.<br />
   2. XML Response: This is the raw XML response you have just received from the server.<br />
   3. Object Response: This is a psuedo-code representation of the objects that were returned from the server.
</p></blockquote>
<p>That&#8217;s what you want from a debug tool : feedback you can actually read in PseudoHuman Language. Nice tool.</p>
<br />Posted in mac-tiger, xml-rpc, xmlrpc Tagged: mac-tiger, xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=9&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/09/29/mac-os-x-xml-rpc-debug-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>what-is-phpxmlrpc</title>
		<link>http://remoteserver.wordpress.com/2008/09/28/what-is-phpxmlrpc/</link>
		<comments>http://remoteserver.wordpress.com/2008/09/28/what-is-phpxmlrpc/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:55:25 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[phpxmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=5</guid>
		<description><![CDATA[phpxmlrpc It is a library implementing the XML-RPC protocol, written in PHP. It is also known as PHPXMLRPC. It is designed for ease of use, flexibility and completeness. Speed and reduced memory footprint are not the main goals of the project. &#8230; XML-RPC for PHP was originally developed by Edd Dumbill of Useful Information Company. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=5&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><a title="php xml rpc" rel="nofollow" href="http://phpxmlrpc.sourceforge.net/" target="_blank">phpxmlrpc</a></h2>
<p>It is a library implementing the XML-RPC protocol, written in PHP. It is also known as <strong>PHPXMLRPC</strong>.<br />
It is designed for ease of use, flexibility and completeness. Speed and reduced memory footprint are not the main goals of the project.</p>
<p>&#8230;</p>
<p>XML-RPC for PHP was originally developed by Edd Dumbill of Useful Information Company. As of the 1.0 stable release, the project has been opened to wider involvement and moved to SourceForge.</p>
<p>PHPXMLRPC or derivative versions are used in many open source projects, including Ampache, Xaraya, Drupal (only up to releases 4.6.2 and 4.5.4), PostNuke, b2evolution, nucleus cms, phpmyfaq, phpPgAds, phpgroupware, egroupware, TikiWiki, Civicspace (old release only) and MailWatch for MailScanner.</p>
<br />Posted in phpxmlrpc, xml-rpc, xmlrpc Tagged: phpxmlrpc, xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=5&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/09/28/what-is-phpxmlrpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
		<item>
		<title>what is XML-RPC ?</title>
		<link>http://remoteserver.wordpress.com/2008/09/28/what-is-xml-rpc-remote-procedure-calling/</link>
		<comments>http://remoteserver.wordpress.com/2008/09/28/what-is-xml-rpc-remote-procedure-calling/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:53:32 +0000</pubDate>
		<dc:creator>loopbaanadvies</dc:creator>
				<category><![CDATA[xmlrpc]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://remoteserver.wordpress.com/?p=3</guid>
		<description><![CDATA[XML-RPC Copyright and disclaimer © Copyright 1998-2003 UserLand Software. All Rights Reserved. XML-RPC is a Remote Procedure Calling protocol that works over the Internet. An XML-RPC message is an HTTP-POST request. The body of the request is in XML. A procedure executes on the server and the value it returns is also formatted in XML. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=3&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>XML-RPC</h2>
<p><em>Copyright and disclaimer<br />
© Copyright 1998-2003 UserLand Software. All Rights Reserved.</em></p>
<p><strong>XML-RPC</strong> is a <a title="xml rpc specification" rel="nofollow" href="http://www.xmlrpc.com/spec" target="_blank">Remote Procedure Calling protocol</a> that works over the Internet.</p>
<p>An XML-RPC message is an HTTP-POST request. The body of the request is in XML. A procedure executes on the server and the value it returns is also formatted in XML. Procedure parameters can be scalars, numbers, strings, dates, etc.; and can also be complex record and list structures.</p>
<hr />
<a href="http://en.wikipedia.org/wiki/XML-RPC" rel="nofollow" title="what is xml rpc">wikipedia:</a><br />
XML-RPC is a very simple protocol, defining only a handful of data types and commands[2], and the entire description can be printed on two pages of paper. This is in stark contrast to most RPC systems, where the standards documents often run into the hundreds of pages and require considerable software support in order to be used.</p>
<br />Posted in xml-rpc, xmlrpc Tagged: xml-rpc, xmlrpc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/remoteserver.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/remoteserver.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/remoteserver.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=remoteserver.wordpress.com&amp;blog=5008488&amp;post=3&amp;subd=remoteserver&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://remoteserver.wordpress.com/2008/09/28/what-is-xml-rpc-remote-procedure-calling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f190bfbb9624551f32e3ca136e224b6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">loopbaanadvies</media:title>
		</media:content>
	</item>
	</channel>
</rss>
