<?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>Mastering WAVE &#187; jquery</title>
	<atom:link href="http://www.masteringwave.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringwave.com</link>
	<description>Google Wave Made Easy</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:17:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.masteringwave.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>WaveCalender 5: Wave Code Prettifier</title>
		<link>http://www.masteringwave.com/2009/12/wavecalender-5-wave-code-prettifier/</link>
		<comments>http://www.masteringwave.com/2009/12/wavecalender-5-wave-code-prettifier/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:33:41 +0000</pubDate>
		<dc:creator>Daniel Graversen</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WaveCalender]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.masteringwave.com/?p=582</guid>
		<description><![CDATA[
			
				
			
		
In wave you would often like to show some code to get some feed back on it. A gadget which can help with it is wave code prettifier by Milan Andrejevic . It is a gadget you can put into your Wave and you can then get formatted code in your wave.
The code gets highlighted [...]


Related posts:<ol><li><a href='http://www.masteringwave.com/2009/12/wavecalender-day-1-taskboardy/' rel='bookmark' title='Permanent Link: WaveCalender Day 1: Taskboardy'>WaveCalender Day 1: Taskboardy</a> <small> I have just completed the first sprint, where we...</small></li>
<li><a href='http://www.masteringwave.com/2009/12/wavecalender-5-tic-tac-toe/' rel='bookmark' title='Permanent Link: WaveCalender 6: Tic tac toe'>WaveCalender 6: Tic tac toe</a> <small> The Tic Tac Toe game by Sung Wu, is...</small></li>
<li><a href='http://www.masteringwave.com/2009/12/wavecalender-7html-gadget/' rel='bookmark' title='Permanent Link: WaveCalender 7:HTML Gadget'>WaveCalender 7:HTML Gadget</a> <small> HTML Gadget by Alex Tkachman lets you add HTML...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.masteringwave.com%2F2009%2F12%2Fwavecalender-5-wave-code-prettifier%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.masteringwave.com%2F2009%2F12%2Fwavecalender-5-wave-code-prettifier%2F&amp;source=masteringwave&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In wave you would often like to show some code to get some feed back on it. A gadget which can help with it is <a href="http://wave-samples-gallery.appspot.com/about_app?app_id=70046">wave code prettifier</a> by Milan Andrejevic . It is a gadget you can put into your Wave and you can then get formatted code in your wave.<br />
The code gets highlighted as you type. The language is determinate automatically, or you can overwrite the control.</p>
<p>The gadget XML can be found <a href="http://wave-code-prettifier.googlecode.com/svn/trunk/prettifier.xml">hire</a>.</p>
<p><img class="alignnone size-full wp-image-583" title="codeprettyfier" src="http://www.masteringwave.com/wp-content/uploads/2009/12/codeprettyfier.png" alt="codeprettyfier" width="450" height="341" /></p>
<p>You can enter you non formatted text on the top in the small window, and then the formatted text will be showed in the button panel. The buttum panel will be expanded as a result of data typed.</p>
<p>When you type something data is directly shared to the other users. If you type fast on a large text you are sometime send to the buttom of the field and complete the text at the end.</p>
<p>I would also like to see that gadget to have difference between edit mode and view mode. That way you would only see the formatted text as an ordinary user.</p>
<p>The gadget is written in Javascript and Jquery and uses a lot of standard libraries for code highlighting. The code in the gadget is only 29 lines. That is impressive.</p>


<p>Related posts:<ol><li><a href='http://www.masteringwave.com/2009/12/wavecalender-day-1-taskboardy/' rel='bookmark' title='Permanent Link: WaveCalender Day 1: Taskboardy'>WaveCalender Day 1: Taskboardy</a> <small> I have just completed the first sprint, where we...</small></li>
<li><a href='http://www.masteringwave.com/2009/12/wavecalender-5-tic-tac-toe/' rel='bookmark' title='Permanent Link: WaveCalender 6: Tic tac toe'>WaveCalender 6: Tic tac toe</a> <small> The Tic Tac Toe game by Sung Wu, is...</small></li>
<li><a href='http://www.masteringwave.com/2009/12/wavecalender-7html-gadget/' rel='bookmark' title='Permanent Link: WaveCalender 7:HTML Gadget'>WaveCalender 7:HTML Gadget</a> <small> HTML Gadget by Alex Tkachman lets you add HTML...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.masteringwave.com/2009/12/wavecalender-5-wave-code-prettifier/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wave News for  7 september 2009</title>
		<link>http://www.masteringwave.com/2009/09/wave-news-for-7-september-2009/</link>
		<comments>http://www.masteringwave.com/2009/09/wave-news-for-7-september-2009/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:14:59 +0000</pubDate>
		<dc:creator>Daniel Graversen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.masteringwave.com/2009/09/wave-news-for-7-september-2009/</guid>
		<description><![CDATA[
			
				
			
		
For this week there has been some interesting Wave blogs.


SAP Research in Brisbane had created a screen cast of their first Gadget. A gadget where people could collaborate on creating a process model. After the collaboration was done it was possible to export the process model and implement the model in SAP BPM.  The [...]


Related posts:<ol><li><a href='http://www.masteringwave.com/2009/09/wave-news-for-15-september/' rel='bookmark' title='Permanent Link: Wave News for 15 September'>Wave News for 15 September</a> <small> In this week there has been some interesting blogs...</small></li>
<li><a href='http://www.masteringwave.com/2009/09/wave-news-for-september-1/' rel='bookmark' title='Permanent Link: Wave news for september 1'>Wave news for september 1</a> <small> After a week of vacation I&#8217;m back again. I&#8217;ll...</small></li>
<li><a href='http://www.masteringwave.com/2009/08/is-wave-to-complicated/' rel='bookmark' title='Permanent Link: Is wave to complicated?'>Is wave to complicated?</a> <small> Anil Dash wrote that the Wave as a too...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.masteringwave.com%2F2009%2F09%2Fwave-news-for-7-september-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.masteringwave.com%2F2009%2F09%2Fwave-news-for-7-september-2009%2F&amp;source=masteringwave&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>For this week there has been some interesting Wave blogs.
</p>
<ul>
<li>SAP Research in Brisbane had created a <a href="https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15618">screen cast</a> of their first Gadget. A gadget where people could collaborate on creating a process model. After the collaboration was done it was possible to export the process model and implement the model in SAP BPM.  The screen cast show how complex gadgets can be and how they can assist with the collaboration. Also see Richards Hircsh <a href="https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15685">response</a>, which contains some insight full comments about the status.
</li>
<li><a href="http://www.linkedprocess.org">LinkedProcess</a> trying to make a more general protocol for Wave. The blog <a href="http://www.internetdagarna.se/track/media/social-computing-or-let-the-bots-talk">Social Computing or Let the bots talk!</a> Gives a great overview of the technology, which allows the user to submit scripts to be executed on other hosts via XMPP.
</li>
<li><a href="http://www.theshinywave.com/?p=143" title="Permanent Link to CodeBot – A Coding Robot for Google Wave">CodeBot – A Coding Robot for Google Wave</a> contains a demo on how to syntax highlight code in the wave.
</li>
<li><a href="http://www.eyeonfda.com/eye_on_fda/2009/08/google-wave-part-2-what-pharma-should-be-thinking-about.html">Eye on FDA: Google Wave, Part 2</a> Examples on how Wave can be used in the pharmacy industry to help in some of the processes they have. It is always nice to get some concrete examples on how Wave can be used to help organizations.
</li>
<li><a href="http://googleappengine.blogspot.com/2009/09/app-engine-sdk-125-released-for-python.html">App Engine SDK 1.2.5 released</a> which is not Wave, but has some very interesting perspectives for Wave. It supports XMPP, which could mean that it is possible create wave clients/servers on Appengine.
</li>
<li>I <a href="http://www.googlewaveblogger.com/?p=170">found</a> the youtube video embedded below on, it is rather old now. It contains some interesting facts. 50 enginers in Google working on Wave. Make sure the protocol is open. Takes 2½ half year with the first wave application, but they hope that other groups will implement servers faster. Google compliments Twitter, and are working on ways to integrate twitter closer with wave.
</li>
<li><a href="http://www.wibben.de/tweets-mittels-jquery-und-yql-in-einem-google-wave-gadget">Björn Wibben</a> has created a blog about using jQuery in gadgets it looks quite interesting. </li>
<li><a href="http://webstudio13.com/2009/09/05/7-reasons-why-google-wave-is-going-to-be-awesome/">7 Reasons Why Google Wave Is Going To Be Awesome</a><br />
has some interesting summerization of the features of Wave.
</li>
</ul>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/55JA6_mm-jE&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/55JA6_mm-jE&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>


<p>Related posts:<ol><li><a href='http://www.masteringwave.com/2009/09/wave-news-for-15-september/' rel='bookmark' title='Permanent Link: Wave News for 15 September'>Wave News for 15 September</a> <small> In this week there has been some interesting blogs...</small></li>
<li><a href='http://www.masteringwave.com/2009/09/wave-news-for-september-1/' rel='bookmark' title='Permanent Link: Wave news for september 1'>Wave news for september 1</a> <small> After a week of vacation I&#8217;m back again. I&#8217;ll...</small></li>
<li><a href='http://www.masteringwave.com/2009/08/is-wave-to-complicated/' rel='bookmark' title='Permanent Link: Is wave to complicated?'>Is wave to complicated?</a> <small> Anil Dash wrote that the Wave as a too...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.masteringwave.com/2009/09/wave-news-for-7-september-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
