<?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>CagedEther: Corporate Blogging, Twitter Advice, Social Media Management in the B2B Space &#187; php</title>
	<atom:link href="http://www.cagedether.com/category/dabbler/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagedether.com</link>
	<description>Missives from a social media practitioner with a background in media peppered with social research experience</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:31:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Posting remotely to Wordpress using PHP</title>
		<link>http://www.cagedether.com/2007/07/31/posting-remotely-to-wordpress-using-php/</link>
		<comments>http://www.cagedether.com/2007/07/31/posting-remotely-to-wordpress-using-php/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 15:19:14 +0000</pubDate>
		<dc:creator>Daryl Pereira</dc:creator>
				<category><![CDATA[Dabbler]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cagedether.com/2007/07/31/posting-remotely-to-wordpress-using-php/</guid>
		<description><![CDATA[

OK, I thought there would have been a whole lot of documenation on this, but I&#8217;ve been trying to crack this for a while (read: find something useful from somebody clever online). 
I&#8217;ve tried a few implementations of PHP and XML-RPC myself, with probably the closest approach being using Keith Devens&#8217; XML-RPC classes using this [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.cagedether.com%252F2007%252F07%252F31%252Fposting-remotely-to-wordpress-using-php%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Posting%20remotely%20to%20Wordpress%20using%20PHP%22%20%7D);"></div>
<p>OK, I thought there would have been a whole lot of documenation on this, but I&#8217;ve been trying to crack this for a while (read: find something useful from somebody clever online). </p>
<p>I&#8217;ve tried a few implementations of PHP and XML-RPC myself, with probably the closest approach being using <a href="http://www.keithdevens.com/software/xmlrpc/">Keith Devens&#8217; XML-RPC classes</a> using this <a href="http://www.sitepoint.com/article/own-web-service-php-xml-rpc/6">Sitepoint article</a>. However, I wasn&#8217;t getting much back from Wordpress. </p>
<p>All that changed when I finally stumbled on<a href="http://sniptag.com/code/23"> this wonderful code snippet</a> courtesy of Sniptag. It uses the Blogger API and you just need to change the settings to those of your Wordpress blog. Great for dumb/newbies like me.</p>
<p>So if you want to build simple PHP scripts to post remotely to Wordpress, you should find your answer in these links. </p>
<p>BTW, if anyone knows how the code should look for the MetaWeblog API I&#8217;d be happy to know. I&#8217;m definitely no expert on PHP structures. </p></p>

]]></content:encoded>
			<wfw:commentRss>http://www.cagedether.com/2007/07/31/posting-remotely-to-wordpress-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php wysiwyg editor</title>
		<link>http://www.cagedether.com/2007/03/28/php-wysiwyg-editor/</link>
		<comments>http://www.cagedether.com/2007/03/28/php-wysiwyg-editor/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 14:58:18 +0000</pubDate>
		<dc:creator>Daryl Pereira</dc:creator>
				<category><![CDATA[Dabbler]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cagedether.com/2007/03/28/php-wysiwyg-editor/</guid>
		<description><![CDATA[

I&#8217;ve been looking for a way to edit textareas in a form with a toolbar for all the fancy formatting.
So far, the best solution appears to be Solmetra&#8217;s SPAW editor:

The page integration seems pretty straightforward. I&#8217;ll let you know how I get on.
If you are interested, there are some other options.

]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.cagedether.com%252F2007%252F03%252F28%252Fphp-wysiwyg-editor%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22php%20wysiwyg%20editor%22%20%7D);"></div>
<p>I&#8217;ve been looking for a way to edit textareas in a form with a toolbar for all the fancy formatting.</p>
<p>So far, the best solution appears to be Solmetra&#8217;s SPAW editor:</p>
<p><img width="540" height="135" style="margin: 5px" src="http://www.spaweditor.com/img/products/spaw_big.gif" /></p>
<p>The page integration seems pretty straightforward. I&#8217;ll let you know how I get on.</p>
<p>If you are interested, there are some <a target="_blank" href="http://www.hotscripts.com/PHP/Scripts_and_Programs/WYSIWYG_Editors/index.html">other options</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.cagedether.com/2007/03/28/php-wysiwyg-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
