<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Printme</title>
	<atom:link href="http://be4dev.wordpress.com/2009/01/08/printme/feed/" rel="self" type="application/rss+xml" />
	<link>http://be4dev.wordpress.com/2009/01/08/printme/</link>
	<description>Developing wp plugins and other open source stuff</description>
	<lastBuildDate>Sun, 28 Jun 2009 08:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: be4dev</title>
		<link>http://be4dev.wordpress.com/2009/01/08/printme/#comment-46</link>
		<dc:creator>be4dev</dc:creator>
		<pubDate>Mon, 16 Mar 2009 19:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://be4dev.wordpress.com/?p=20#comment-46</guid>
		<description>Thanks Rob, I tried it on Safari Windows XP and it WORKS :) I will check later on my Mac.

&lt;blockquote&gt;Good teamwork i&#039;d say. &lt;/blockquote&gt;


I totally  agree with you! In the end the big winner is the WP MU community. Maybe it also works on WP ;)

Jorge</description>
		<content:encoded><![CDATA[<p>Thanks Rob, I tried it on Safari Windows XP and it WORKS <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I will check later on my Mac.</p>
<blockquote><p>Good teamwork i&#8217;d say. </p></blockquote>
<p>I totally  agree with you! In the end the big winner is the WP MU community. Maybe it also works on WP <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Jorge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob cain</title>
		<link>http://be4dev.wordpress.com/2009/01/08/printme/#comment-44</link>
		<dc:creator>rob cain</dc:creator>
		<pubDate>Mon, 16 Mar 2009 14:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://be4dev.wordpress.com/?p=20#comment-44</guid>
		<description>Glad you like it Jorge :).
Good teamwork i&#039;d say.
Must also give great credit to http://simonwillison.net/2004/May/26/addLoadEvent/ 
for the (neat!) onload event stack.
i havent tried it on mac safari yet (..we are not worthy..) - but i shall later-on this pm.</description>
		<content:encoded><![CDATA[<p>Glad you like it Jorge <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Good teamwork i&#8217;d say.<br />
Must also give great credit to <a href="http://simonwillison.net/2004/May/26/addLoadEvent/" rel="nofollow">http://simonwillison.net/2004/May/26/addLoadEvent/</a><br />
for the (neat!) onload event stack.<br />
i havent tried it on mac safari yet (..we are not worthy..) &#8211; but i shall later-on this pm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: be4dev</title>
		<link>http://be4dev.wordpress.com/2009/01/08/printme/#comment-43</link>
		<dc:creator>be4dev</dc:creator>
		<pubDate>Mon, 16 Mar 2009 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://be4dev.wordpress.com/?p=20#comment-43</guid>
		<description>Rob Cain did a great job in extending and moddifying this plugin. 
Adding the extra javascript code was very nice, useful and smart. 

It opens a new window or tab calling the css print version, the print dialogue is also started.
The  plugin usuability has much improved leaving the reader on the same page.

I have tried it in IE 6 and Firefox 3 and works perfectly
I will update the plugin to reflect this changes. 

Big thanks Rob!

Jorge Alves</description>
		<content:encoded><![CDATA[<p>Rob Cain did a great job in extending and moddifying this plugin.<br />
Adding the extra javascript code was very nice, useful and smart. </p>
<p>It opens a new window or tab calling the css print version, the print dialogue is also started.<br />
The  plugin usuability has much improved leaving the reader on the same page.</p>
<p>I have tried it in IE 6 and Firefox 3 and works perfectly<br />
I will update the plugin to reflect this changes. </p>
<p>Big thanks Rob!</p>
<p>Jorge Alves</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob cain</title>
		<link>http://be4dev.wordpress.com/2009/01/08/printme/#comment-42</link>
		<dc:creator>rob cain</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://be4dev.wordpress.com/?p=20#comment-42</guid>
		<description>hi,
i have extended/modded this plugin so that 
it automatically open same page in new browser(tab) using print media css, then autmatically invokes browser print function, then automatically closes print screen and returns to normal screen css page. nice!

you can see the changes to printme.php here:

http://pastebin.com/f14f20f43

(look for &#039;mod jrc&#039; in source). 

note, it also &#039;stacks&#039; any function calls it finds in page onload and &#039;embedds/stacks&#039; the auto print function only when it is required (this way it doesnt interfere with any other onload events that may have been set).

also, it overcomes a firefox (v3.1) bug that 
leaves an eggtimer going in the parent browser/page. it fixes this by calling both print and close functions within asynch settimeout calls.

hope this is useful.

regards
rob cain</description>
		<content:encoded><![CDATA[<p>hi,<br />
i have extended/modded this plugin so that<br />
it automatically open same page in new browser(tab) using print media css, then autmatically invokes browser print function, then automatically closes print screen and returns to normal screen css page. nice!</p>
<p>you can see the changes to printme.php here:</p>
<p><a href="http://pastebin.com/f14f20f43" rel="nofollow">http://pastebin.com/f14f20f43</a></p>
<p>(look for &#8216;mod jrc&#8217; in source). </p>
<p>note, it also &#8217;stacks&#8217; any function calls it finds in page onload and &#8216;embedds/stacks&#8217; the auto print function only when it is required (this way it doesnt interfere with any other onload events that may have been set).</p>
<p>also, it overcomes a firefox (v3.1) bug that<br />
leaves an eggtimer going in the parent browser/page. it fixes this by calling both print and close functions within asynch settimeout calls.</p>
<p>hope this is useful.</p>
<p>regards<br />
rob cain</p>
]]></content:encoded>
	</item>
</channel>
</rss>
