Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPied.com:
HiLiteMe.com updated
Sep 11, 2006 @ 12:38:47

On PHPied.com, there's a new post about some updates that have been made to the HiLiteMe.com site work even more features to make it more flexible.

Following from here, I'm proud to announce an update to HiLiteMe.com with two custom renderers for Text_Highlighter.

The additions are an option to make the output in a BB Code format (easier for forum pasting) and some simple HTML code integration to make the results more portable. There are also enhancements to the CSS that keep you from having to View Source each time to get the results and a setting letting you specify the tab size. You can test it out here.

tagged: highlight css bbcode html text_highlighter highlight css bbcode html text_highlighter

Link:

PHPied.com:
HiLiteMe.com updated
Sep 11, 2006 @ 12:38:47

On PHPied.com, there's a new post about some updates that have been made to the HiLiteMe.com site work even more features to make it more flexible.

Following from here, I'm proud to announce an update to HiLiteMe.com with two custom renderers for Text_Highlighter.

The additions are an option to make the output in a BB Code format (easier for forum pasting) and some simple HTML code integration to make the results more portable. There are also enhancements to the CSS that keep you from having to View Source each time to get the results and a setting letting you specify the tab size. You can test it out here.

tagged: highlight css bbcode html text_highlighter highlight css bbcode html text_highlighter

Link:

Pierre's Blog:
Syntax highlighter in PHP
Mar 20, 2006 @ 13:08:39

Pierre has a quick post on his blog about the highlighting of PHP code in his blog entries and mentions some of the tools that can add it to your scripts.

Scripts and codes in my posts always look sad, gray. I knew there a syntax highliter plugin for dotclear. It works very well and is relatively fast (being in php...). This plugin uses GeSHi (Generic Syntax Highlighter), a porwerfull and easy library.

The other tools that he lists are: PeclColorer, PEAR TEXT_Highlighter, and Beautifier. Of course, there's always the PHP function highlight_string, but it's also not very full-featured. There are also plugins for other blogs as well, such as PHP Highlighter for Wordpress.

tagged: syntax highlighter script blog PealColorer PEAR Text_Highlighter syntax highlighter script blog PealColorer PEAR Text_Highlighter

Link:

Pierre's Blog:
Syntax highlighter in PHP
Mar 20, 2006 @ 13:08:39

Pierre has a quick post on his blog about the highlighting of PHP code in his blog entries and mentions some of the tools that can add it to your scripts.

Scripts and codes in my posts always look sad, gray. I knew there a syntax highliter plugin for dotclear. It works very well and is relatively fast (being in php...). This plugin uses GeSHi (Generic Syntax Highlighter), a porwerfull and easy library.

The other tools that he lists are: PeclColorer, PEAR TEXT_Highlighter, and Beautifier. Of course, there's always the PHP function highlight_string, but it's also not very full-featured. There are also plugins for other blogs as well, such as PHP Highlighter for Wordpress.

tagged: syntax highlighter script blog PealColorer PEAR Text_Highlighter syntax highlighter script blog PealColorer PEAR Text_Highlighter

Link:


Trending Topics: