<?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>Christian Grobmeier - JEE, EAI, PHP &#187; Adobe Wave</title>
	<atom:link href="http://www.grobmeier.de/tag/adobe-wave/feed" rel="self" type="application/rss+xml" />
	<link>http://www.grobmeier.de</link>
	<description>A Blog about technical thoughts</description>
	<lastBuildDate>Wed, 02 Jun 2010 12:32:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wavediver: An Adobe Wave API</title>
		<link>http://www.grobmeier.de/2010/01/08/wavediver-an-adobe-wave-api.html</link>
		<comments>http://www.grobmeier.de/2010/01/08/wavediver-an-adobe-wave-api.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 07:01:53 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Adobe Wave]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wavediver]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=289</guid>
		<description><![CDATA[Adobe Wave google code project founded with the name: Wavediver.]]></description>
			<content:encoded><![CDATA[<p>Readers of my blog maybe have already noticed it: <a href="http://blog.grobmeier.de/2009/08/04/adobe-wave-wordpress-plugin-finished.html" target="_self">Jason found out</a>, that somebody has taken my code, removed the copyright stuff and uploaded it to the WordPress directory. I was quite surprised &#8211; the content-thief is telling on his blog that he had two weeks holiday while he came across Wave and implemented this plugin. I mean, what the f***? Are people really thinking that nobody will notice that theft in the case of beta software? I just can say: don&#8217;t use tecinfor-wave. This is outdated code and the distributor didn&#8217;t write it &#8211; I doubt he can help in error cases.</p>
<p>But everything has its good sides. I decided to put my development on that plugin more into public and created a new google code project: <a href="http://code.google.com/p/wavediver/" target="_blank">Wavediver</a>. You can find the original WordPress plugin there. I will try to update the API and make it more usable. At the moment it&#8217;s a little bit, well, ugly <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Let&#8217;s hope that it will reach the status to be included in the PIWI framework later.</p>
<p>Already included is a cli.php file, which enables you to send Adobe Wave message from the command line, just with: php -f cli.php. That can help testing.</p>
<p>If there is anybody who wants to join up &#8211; don&#8217;t hesitate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2010/01/08/wavediver-an-adobe-wave-api.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Wave WordPress Plugin finished</title>
		<link>http://www.grobmeier.de/2009/08/04/adobe-wave-wordpress-plugin-finished.html</link>
		<comments>http://www.grobmeier.de/2009/08/04/adobe-wave-wordpress-plugin-finished.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 05:34:55 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Adobe Wave]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=251</guid>
		<description><![CDATA[Adobe Wave Plugin for Wordpress has been finished]]></description>
			<content:encoded><![CDATA[<p>Well, the term finished is a bit overrated. But I wrote a WordPress plugin which sends a message to your <a href="http://labs.adobe.com/technologies/wave/" target="_blank">Adove Wave</a> feed, after you have published a blog post. The message will contain the title of your post as text and is linked the latest blog post.</p>
<p>Installation is quite simple: just <a href="http://www.grobmeier.de/custom/downloads/grobmeier-wave-wordpress-0.1.zip">download the WordPress plugin</a>, unpack it, and upload it via FTP to your blog. You need to store it in the wp-content/plugins folder. Then log into you wordpress installation, choose &#8220;Plugins&#8221; and activate the &#8220;Christian Grobmeier Wave Plugin&#8221;. Sorry for the name dudes, but WordPress usually needs something unique and I hadn&#8217;t had a name which sounds more cool. Well, you have to deal with it.<br />
Once that is done you need to configure your plugin. This can be done in &#8220;Settings / Grobmeier Wave Plugin&#8221;. Please provide the topic you want to post to, your wave Username and your Wave password. If you don&#8217;t have such things, <a href="https://ps-wave.adobe.com/portal/PublisherAdmin.html">you&#8217;ll probably need a Adobe Publisher Account</a>.</p>
<p>That&#8217;s all for the plugin. Once you finished the steps above, WordPress will send notifications to your users when ever you post something.</p>
<p>If you come into unexpected trouble, then please check if you are running WordPress with PHP5. I figured out this morning that my installation was running on PHP4 for a long time&#8230; this brought up several syntax exceptions. To be clear: you&#8217;ll need PHP5 to run this plugin.</p>
<p>Last thing beeing said: this is licensed with Apache License 2.0. No guarantees, use at own risk.</p>
<p>Your feedback is appreciated. If you have any more questions, drop me some lines too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/08/04/adobe-wave-wordpress-plugin-finished.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Adobe Wave &#8211; Objectoriented API, first draft</title>
		<link>http://www.grobmeier.de/2009/08/03/adobe-wave-objectoriented-api-first-draft.html</link>
		<comments>http://www.grobmeier.de/2009/08/03/adobe-wave-objectoriented-api-first-draft.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 07:34:34 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Apache Log4PHP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Adobe Wave]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=249</guid>
		<description><![CDATA[Build a little Adobe Wave Script]]></description>
			<content:encoded><![CDATA[<p>For a while Adobe catched my attention with their new product <a href="http://labs.adobe.com/technologies/wave/" target="_blank">Adobe Wave</a>. It&#8217;s basically Growl, but for websites. Means one can subscribe and a website publisher can notify you if some update happens. I realized that I like AIR, the enviroment of the Wave client. Looking at the examples I put together a simple Wave script, which lets you publish news on your feed.</p>
<p>I think I will use a similar script for pushing stuff with Log4PHP. I will propose that today on the mailinglist. Additionally I think about making a WordPress plugin for my own blog. We&#8217;ll see how fast I am <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Your comments are appreciated!</p>
<p><a href="http://grobmeier.de/custom/downloads/wave-api-0.1.zip" target="_blank">Here is the wave script</a>. Its released under Apache SL 2.0. Credits to the Wave team, I based everything on their examples. <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/08/03/adobe-wave-objectoriented-api-first-draft.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
