<?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/"
		>
<channel>
	<title>Comments for Keyvan Minoukadeh</title>
	<atom:link href="http://www.keyvan.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyvan.net</link>
	<description></description>
	<lastBuildDate>Mon, 15 Apr 2013 11:12:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Processing JS WordPress Plugin by Keyvan</title>
		<link>http://www.keyvan.net/code/processing-js/comment-page-2/#comment-370975</link>
		<dc:creator>Keyvan</dc:creator>
		<pubDate>Mon, 15 Apr 2013 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?page_id=637#comment-370975</guid>
		<description><![CDATA[Hi Gael, glad you found it useful. And thanks for the report about preview mode not displaying your sketch. I&#039;ve noticed this too. I think the reason is due to a security feature built into Chrome. See http://stackoverflow.com/questions/1547884/refused-to-execute-a-javascript-script-source-code-of-script-found-within-reque

I&#039;ll have to see what I can do to prevent this. As you say, reloading the page after hitting preview should work.]]></description>
		<content:encoded><![CDATA[<p>Hi Gael, glad you found it useful. And thanks for the report about preview mode not displaying your sketch. I&#8217;ve noticed this too. I think the reason is due to a security feature built into Chrome. See <a href="http://stackoverflow.com/questions/1547884/refused-to-execute-a-javascript-script-source-code-of-script-found-within-reque" rel="nofollow">http://stackoverflow.com/questions/1547884/refused-to-execute-a-javascript-script-source-code-of-script-found-within-reque</a></p>
<p>I&#8217;ll have to see what I can do to prevent this. As you say, reloading the page after hitting preview should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Processing JS WordPress Plugin by Embedding a Processing.js sketch in a WordPress page &#124; Gaël Jaffrain</title>
		<link>http://www.keyvan.net/code/processing-js/comment-page-1/#comment-370937</link>
		<dc:creator>Embedding a Processing.js sketch in a WordPress page &#124; Gaël Jaffrain</dc:creator>
		<pubDate>Sun, 14 Apr 2013 22:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?page_id=637#comment-370937</guid>
		<description><![CDATA[[...] I used the Processing JS plugin, written by Keyvan Minoukadeh. You can get it from this location : http://www.keyvan.net/code/processing-js/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I used the Processing JS plugin, written by Keyvan Minoukadeh. You can get it from this location : http://www.keyvan.net/code/processing-js/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Processing JS WordPress Plugin by Gael</title>
		<link>http://www.keyvan.net/code/processing-js/comment-page-1/#comment-370061</link>
		<dc:creator>Gael</dc:creator>
		<pubDate>Wed, 03 Apr 2013 00:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?page_id=637#comment-370061</guid>
		<description><![CDATA[Hi,

Great small plugin, it will be useful for me as I am writing some image processing tutorials using Processing.js, on my WP blog.
 
I currently have blog pages and processing.js sketches pages, now I can combine both.

I had an issue when trying your plugin, because I was testing in &quot;preview&quot; mode. The fix was simply to reload the preview (FYI, I am using Chrome 26.0.1410.43 on MacOS 10.7.5).]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great small plugin, it will be useful for me as I am writing some image processing tutorials using Processing.js, on my WP blog.</p>
<p>I currently have blog pages and processing.js sketches pages, now I can combine both.</p>
<p>I had an issue when trying your plugin, because I was testing in &#8220;preview&#8221; mode. The fix was simply to reload the preview (FYI, I am using Chrome 26.0.1410.43 on MacOS 10.7.5).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean up HTML on paste in CKEditor by Jordan</title>
		<link>http://www.keyvan.net/2012/11/clean-up-html-on-paste-in-ckeditor/comment-page-1/#comment-368627</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 14 Mar 2013 09:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1873#comment-368627</guid>
		<description><![CDATA[This is one of those rare so-simple-it-works solutions, and also one that required coming at the problem from a very clever route.

Thank you! I have honestly been searching for solutions and testing off and on for over a year now.]]></description>
		<content:encoded><![CDATA[<p>This is one of those rare so-simple-it-works solutions, and also one that required coming at the problem from a very clever route.</p>
<p>Thank you! I have honestly been searching for solutions and testing off and on for over a year now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean up HTML on paste in CKEditor by Vyache</title>
		<link>http://www.keyvan.net/2012/11/clean-up-html-on-paste-in-ckeditor/comment-page-1/#comment-366534</link>
		<dc:creator>Vyache</dc:creator>
		<pubDate>Mon, 25 Feb 2013 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1873#comment-366534</guid>
		<description><![CDATA[I mean, say I want to do something like this:

evt.editor.execCommand(&#039;RemoveFormat&#039;, evt.data.html);]]></description>
		<content:encoded><![CDATA[<p>I mean, say I want to do something like this:</p>
<p>evt.editor.execCommand(&#8216;RemoveFormat&#8217;, evt.data.html);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Port of Arc90&#8242;s Readability by Michael</title>
		<link>http://www.keyvan.net/2010/08/php-readability/comment-page-2/#comment-364884</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 10 Feb 2013 22:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1199#comment-364884</guid>
		<description><![CDATA[Thanks for your time to reply me.

I will then check the code again and try to come up with way to make the changes I need. Gladly it&#039;s very well documented and easy to understand.

Best regards.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your time to reply me.</p>
<p>I will then check the code again and try to come up with way to make the changes I need. Gladly it&#8217;s very well documented and easy to understand.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Port of Arc90&#8242;s Readability by Keyvan</title>
		<link>http://www.keyvan.net/2010/08/php-readability/comment-page-2/#comment-364865</link>
		<dc:creator>Keyvan</dc:creator>
		<pubDate>Sun, 10 Feb 2013 19:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1199#comment-364865</guid>
		<description><![CDATA[Hi Michael, that&#039;s interesting. I&#039;m not aware of a version that does that. For use on FiveFilters.org, we write custom extraction rules for sites where PHP Readability doesn&#039;t extract what we want. In cases where we want to extract multiple elements, we use XPath to select them. 

I&#039;m afraid I can&#039;t help with what you&#039;re trying to achieve, but it does sound interesting.]]></description>
		<content:encoded><![CDATA[<p>Hi Michael, that&#8217;s interesting. I&#8217;m not aware of a version that does that. For use on FiveFilters.org, we write custom extraction rules for sites where PHP Readability doesn&#8217;t extract what we want. In cases where we want to extract multiple elements, we use XPath to select them. </p>
<p>I&#8217;m afraid I can&#8217;t help with what you&#8217;re trying to achieve, but it does sound interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Port of Arc90&#8242;s Readability by Michael</title>
		<link>http://www.keyvan.net/2010/08/php-readability/comment-page-1/#comment-364859</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 10 Feb 2013 19:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1199#comment-364859</guid>
		<description><![CDATA[Hello. I&#039;ve tried the class you posted and it&#039;s really great! I&#039;ve tested it on different types of web pages and on most of them it gives awesome results!

But there&#039;s type of web pages that holds multiple blocks of content of similar size. I turned debug on and it showed me scores of 42 to 52, and I think instead of grabbing one of them it&#039;s better to get some. 

I was thinking about having some threshold, say 20-30% of top candidate&#039;s score and take all candidates that fit in it, so in my case 20% of 52 is 10.4, so all candidates with (score &gt; 41.6) would be included in the output.

Before I dive into rewriting it for my needs I wanted to ask this: do you have a version that extracts X top candidates instead of one or the way I described with the threshold? I&#039;ve looked into the grabArticle code and it looks like it won&#039;t be a quick fix to implement something like that.

Feel free to contact me if you find this idea interesting.]]></description>
		<content:encoded><![CDATA[<p>Hello. I&#8217;ve tried the class you posted and it&#8217;s really great! I&#8217;ve tested it on different types of web pages and on most of them it gives awesome results!</p>
<p>But there&#8217;s type of web pages that holds multiple blocks of content of similar size. I turned debug on and it showed me scores of 42 to 52, and I think instead of grabbing one of them it&#8217;s better to get some. </p>
<p>I was thinking about having some threshold, say 20-30% of top candidate&#8217;s score and take all candidates that fit in it, so in my case 20% of 52 is 10.4, so all candidates with (score &gt; 41.6) would be included in the output.</p>
<p>Before I dive into rewriting it for my needs I wanted to ask this: do you have a version that extracts X top candidates instead of one or the way I described with the threshold? I&#8217;ve looked into the grabArticle code and it looks like it won&#8217;t be a quick fix to implement something like that.</p>
<p>Feel free to contact me if you find this idea interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Full-Text RSS 3.0 by Keyvan</title>
		<link>http://www.keyvan.net/2012/09/full-text-rss-3/comment-page-1/#comment-363254</link>
		<dc:creator>Keyvan</dc:creator>
		<pubDate>Tue, 29 Jan 2013 13:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?p=1769#comment-363254</guid>
		<description><![CDATA[Hi stu, hard to say when this feature will be ready. I don&#039;t want to give a date. It&#039;ll be released when we&#039;re happy with it.]]></description>
		<content:encoded><![CDATA[<p>Hi stu, hard to say when this feature will be ready. I don&#8217;t want to give a date. It&#8217;ll be released when we&#8217;re happy with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Processing JS WordPress Plugin by Keyvan</title>
		<link>http://www.keyvan.net/code/processing-js/comment-page-1/#comment-363246</link>
		<dc:creator>Keyvan</dc:creator>
		<pubDate>Tue, 29 Jan 2013 12:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyvan.net/?page_id=637#comment-363246</guid>
		<description><![CDATA[Hi Lina, thanks for the update. I hope you managed to get a sketch up and running.

I should point out that I&#039;m not a Processing expert. This plugin is simply intended to offer an easy way to get Processing sketches up and running in WordPress using the hard work of the Processing.JS team. I&#039;m not a member of that team, and have had no involvement in creating Processing.JS itself.

About your question, I&#039;m not familiar with either of those plugins so I can&#039;t offer much help. I had a quick look at the Contact Form DB page and noticed there was mention of accessing the saved data as JSON. If I were doing this, I&#039;d try to load this data as JSON and then access it inside your Processing sketch. 

There&#039;s an example you might find useful: http://processingjs.org/articles/PomaxGuide.html#json - In this example the data is not loaded in the Processing code itself. Instead a method is provided in the Processing code (addPoint) to allow the data to be inserted into the sketch. Regular JavaScript is then used to grab an instance of the Processing sketch, load the JSON data, loop through it and call the Processing method to add the data into the sketch. I haven&#039;t tried doing this using this plugin.]]></description>
		<content:encoded><![CDATA[<p>Hi Lina, thanks for the update. I hope you managed to get a sketch up and running.</p>
<p>I should point out that I&#8217;m not a Processing expert. This plugin is simply intended to offer an easy way to get Processing sketches up and running in WordPress using the hard work of the Processing.JS team. I&#8217;m not a member of that team, and have had no involvement in creating Processing.JS itself.</p>
<p>About your question, I&#8217;m not familiar with either of those plugins so I can&#8217;t offer much help. I had a quick look at the Contact Form DB page and noticed there was mention of accessing the saved data as JSON. If I were doing this, I&#8217;d try to load this data as JSON and then access it inside your Processing sketch. </p>
<p>There&#8217;s an example you might find useful: <a href="http://processingjs.org/articles/PomaxGuide.html#json" rel="nofollow">http://processingjs.org/articles/PomaxGuide.html#json</a> &#8211; In this example the data is not loaded in the Processing code itself. Instead a method is provided in the Processing code (addPoint) to allow the data to be inserted into the sketch. Regular JavaScript is then used to grab an instance of the Processing sketch, load the JSON data, loop through it and call the Processing method to add the data into the sketch. I haven&#8217;t tried doing this using this plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              d5be0
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.keyvan.net @ 2013-06-20 03:12:26 -->