<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: HiLiteMe.com updated</title>
	<link>http://www.phpied.com/hilitemecom-updated/</link>
	<description>Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.</description>
	<pubDate>Fri, 16 May 2008 23:33:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: phpied.com &#187; Blog Archive &#187; JSON renderer for Text_Highlight</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-64117</link>
		<pubDate>Sun, 23 Mar 2008 17:54:23 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-64117</guid>
					<description>[...] Text_Highlighter is one of my favourite PEAR packages, seems like I'm addicted to highlighting source code. After adding BB code and simple HTML renderers and an ABAP code syntax definition, today I played with adding a JSON renderer. Useful in case you want to get highlighted source code in your new shiny AJAX app. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Text_Highlighter is one of my favourite PEAR packages, seems like I'm addicted to highlighting source code. After adding BB code and simple HTML renderers and an ABAP code syntax definition, today I played with adding a JSON renderer. Useful in case you want to get highlighted source code in your new shiny AJAX app. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Felicia</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-63758</link>
		<pubDate>Mon, 18 Feb 2008 15:10:49 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-63758</guid>
					<description>I found a bug…
your text_highlighter won't work well with the code below: (lang = cpp)
the hex numbers will be divided into two parts: 0 and x7fffffff

/***********************************************************************
Author: WHU_GCC
Created Time: 2008-1-23 19:34:33
File Name: 1444.cpp
Description: 
***********************************************************************/
#include 
using namespace std;
 
typedef long long int64;
const int maxint = 0x7fffffff;
const int64 maxint64 = 0x7FFFFFFFFFFFFFFFLL;</description>
		<content:encoded><![CDATA[<p>I found a bug…<br />
your text_highlighter won't work well with the code below: (lang = cpp)<br />
the hex numbers will be divided into two parts: 0 and x7fffffff</p>
<p>/***********************************************************************<br />
Author: WHU_GCC<br />
Created Time: 2008-1-23 19:34:33<br />
File Name: 1444.cpp<br />
Description:<br />
***********************************************************************/<br />
#include<br />
using namespace std;</p>
<p>typedef long long int64;<br />
const int maxint = 0&#215;7fffffff;<br />
const int64 maxint64 = 0&#215;7FFFFFFFFFFFFFFFLL;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Felicia</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-63757</link>
		<pubDate>Mon, 18 Feb 2008 15:02:32 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-63757</guid>
					<description>I found a bug...
your text_highlighter won't work well with the code below: (lang = cpp)
the hex numbers will be divided into two parts: 0 and x7fffffff

/***********************************************************************
Author: WHU_GCC
Created Time: 2008-1-23 19:34:33
File Name: 1444.cpp
Description: 
***********************************************************************/
#include 
using namespace std;
 
#define out(x) (cout </description>
		<content:encoded><![CDATA[<p>I found a bug&#8230;<br />
your text_highlighter won't work well with the code below: (lang = cpp)<br />
the hex numbers will be divided into two parts: 0 and x7fffffff</p>
<p>/***********************************************************************<br />
Author: WHU_GCC<br />
Created Time: 2008-1-23 19:34:33<br />
File Name: 1444.cpp<br />
Description:<br />
***********************************************************************/<br />
#include<br />
using namespace std;</p>
<p>#define out(x) (cout
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nigel James</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-63634</link>
		<pubDate>Tue, 05 Feb 2008 14:24:42 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-63634</guid>
					<description>Hey Stoyan, 
I like what you have done here - especially including ABAP!
Kind regards,
Nigel</description>
		<content:encoded><![CDATA[<p>Hey Stoyan,<br />
I like what you have done here - especially including ABAP!<br />
Kind regards,<br />
Nigel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-62258</link>
		<pubDate>Wed, 12 Sep 2007 21:29:24 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-62258</guid>
					<description>Hi Anon,

This is using the PEAR package &lt;a href=&quot;http://pear.php.net/package/Text_Highlighter/&quot; rel=&quot;nofollow&quot;&gt;Text_Highlighter&lt;/a&gt;, it's open source so I hope someone will contribute definition files for more languages.</description>
		<content:encoded><![CDATA[<p>Hi Anon,</p>
<p>This is using the PEAR package <a href="http://pear.php.net/package/Text_Highlighter/" rel="nofollow">Text_Highlighter</a>, it's open source so I hope someone will contribute definition files for more languages.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anon</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-62240</link>
		<pubDate>Wed, 12 Sep 2007 00:44:07 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-62240</guid>
					<description>Hey dude you jneed to have visual basic!!!!!!!!  how can you leave that out?!  and c#?</description>
		<content:encoded><![CDATA[<p>Hey dude you jneed to have visual basic!!!!!!!!  how can you leave that out?!  and c#?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Long</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-60400</link>
		<pubDate>Mon, 18 Jun 2007 10:48:59 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-60400</guid>
					<description>Can ya give me the source code of thiz thourgh email hlong290494 [at] yahoo.com ?</description>
		<content:encoded><![CDATA[<p>Can ya give me the source code of thiz thourgh email hlong290494 [at] yahoo.com ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: phpied.com &#187; Blog Archive &#187; ABAP code syntax highlighting</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-12312</link>
		<pubDate>Wed, 20 Sep 2006 12:35:08 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-12312</guid>
					<description>[...] Just finished and eager to share - I added a new syntax definition to the Text_Highlighter PEAR package (see also here). It's for highlighting code written in the SAP's own ABAP programming language. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Just finished and eager to share - I added a new syntax definition to the Text_Highlighter PEAR package (see also here). It's for highlighting code written in the SAP's own ABAP programming language. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: PHPDeveloper.org</title>
		<link>http://www.phpied.com/hilitemecom-updated/#comment-10831</link>
		<pubDate>Mon, 11 Sep 2006 12:44:27 +0000</pubDate>
		<guid>http://www.phpied.com/hilitemecom-updated/#comment-10831</guid>
					<description>&lt;strong&gt;PHPied.com: HiLiteMe.com updated...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>PHPied.com: HiLiteMe.com updated&#8230;</strong></p>
<p>&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
