<?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 on: jParser release in the pipeline</title>
	<atom:link href="http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/feed/" rel="self" type="application/rss+xml" />
	<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/</link>
	<description>Tim Whitlock&#039;s personal site and blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:28:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Martin Stoilov</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-70</link>
		<dc:creator>Martin Stoilov</dc:creator>
		<pubDate>Fri, 26 Mar 2010 04:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-70</guid>
		<description>The RPA engine has a PHP extension able to parse pretty much anything if given the appropriate BNF rules. Here is a online demo of the RPA PHP extension parsing JavaScript:
http://www.rpasearch.com/web/en/parsejavascript.php</description>
		<content:encoded><![CDATA[<p>The RPA engine has a PHP extension able to parse pretty much anything if given the appropriate BNF rules. Here is a online demo of the RPA PHP extension parsing JavaScript:<br />
<a href="http://www.rpasearch.com/web/en/parsejavascript.php" rel="nofollow">http://www.rpasearch.com/web/en/parsejavascript.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baker</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-69</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Mon, 11 Jan 2010 13:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-69</guid>
		<description>Thank you Tim. You are the daddy!</description>
		<content:encoded><![CDATA[<p>Thank you Tim. You are the daddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-68</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-68</guid>
		<description>Here it is folks:
http://web.2point1.com/2009/11/14/jparser-and-jtokenizer-released/</description>
		<content:encoded><![CDATA[<p>Here it is folks:<br />
<a href="http://web.2point1.com/2009/11/14/jparser-and-jtokenizer-released/" rel="nofollow">http://web.2point1.com/2009/11/14/jparser-and-jtokenizer-released/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-67</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-67</guid>
		<description>I would love to, but I am just too busy with my full time job and also trying to find time to work on TwitBlock.org. Even opening up the project as open source so others can work on it is in itself too time consuming. Sorry to disappoint.</description>
		<content:encoded><![CDATA[<p>I would love to, but I am just too busy with my full time job and also trying to find time to work on TwitBlock.org. Even opening up the project as open source so others can work on it is in itself too time consuming. Sorry to disappoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-66</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-66</guid>
		<description>This is exactly what I was looking for. Well, it&#039;s the starting point I was looking for -- I only want a subset of the complete JavaScript functionality and want to add some custom functions for a mini-language. I don&#039;t see any updates on this since February -- any chance you&#039;ll still be releasing the source code?</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for. Well, it&#8217;s the starting point I was looking for &#8212; I only want a subset of the complete JavaScript functionality and want to add some custom functions for a mini-language. I don&#8217;t see any updates on this since February &#8212; any chance you&#8217;ll still be releasing the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-65</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-65</guid>
		<description>I&#039;m searching for a method to minify my js within php, but the use of packer for example is not the best method cause it uses eval and other things i not really like (and with enabled gzip it&#039;s also bigger than reducing it in a less destructive way)
Another way of using JParser would for my current project where i want to give the user the ability to use their own scripts to enhance their experience, a bit like the apps on the iphone or widgets etc. on igoogle, the yahoo thing or whatever, using just a filter against specific things like the bad eval etc. is a solution but it reduces the abilities for some (mainly stupid or bad) programmers. I could copy the fbopen-platform with it&#039;s fbml-parser but thats quit a big client and i also don&#039;t have the money for an extra server only for the parsing, it should be easy to use ;) (perhaps a port to python, which my provider also enabled, but not something so big)</description>
		<content:encoded><![CDATA[<p>I&#8217;m searching for a method to minify my js within php, but the use of packer for example is not the best method cause it uses eval and other things i not really like (and with enabled gzip it&#8217;s also bigger than reducing it in a less destructive way)<br />
Another way of using JParser would for my current project where i want to give the user the ability to use their own scripts to enhance their experience, a bit like the apps on the iphone or widgets etc. on igoogle, the yahoo thing or whatever, using just a filter against specific things like the bad eval etc. is a solution but it reduces the abilities for some (mainly stupid or bad) programmers. I could copy the fbopen-platform with it&#8217;s fbml-parser but thats quit a big client and i also don&#8217;t have the money for an extra server only for the parsing, it should be easy to use <img src='http://timwhitlock.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (perhaps a port to python, which my provider also enabled, but not something so big)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baker</title>
		<link>http://timwhitlock.info/blog/2009/02/24/jparser-release-in-the-pipeline/#comment-64</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2009/02/24/jparser-release-in-the-pipeline/#comment-64</guid>
		<description>I&#039;m less interested in the pure javascript parser, but am very interested in the approach that you&#039;ve taken. I&#039;m looking at the feasibility of embedding a VB Script parser within the PHPExcel Open Source project, initially to support user-defined functions within Excel workbooks.

Ultimately, I want to convert VB code to a set of PHP calls that can be executed to replicate VB functionality read from the workbook when they&#039;re loaded into PHP; and conversely, to validate VBscript macros before they are written to newly created workbooks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m less interested in the pure javascript parser, but am very interested in the approach that you&#8217;ve taken. I&#8217;m looking at the feasibility of embedding a VB Script parser within the PHPExcel Open Source project, initially to support user-defined functions within Excel workbooks.</p>
<p>Ultimately, I want to convert VB code to a set of PHP calls that can be executed to replicate VB functionality read from the workbook when they&#8217;re loaded into PHP; and conversely, to validate VBscript macros before they are written to newly created workbooks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

