New PlugIns for WordPress
Yesterday i have upgraded my Blog. And today i have install some plug-ins:
Chilli & Enzymes – code styling
After writing my previous post about Persistence API i understood that i need some of the code highlighting plug-ins and so i just tried out the Chili & Enzymes.
Download Enzymes and just put it in /wp-content/plugins of your WordPress. Then activate. Read manual to get all the features.
Troubles: If you try to install Chili & Enzymes composition as described using the newest component (chili 1.4, enzymes 1.2) you get in some trouble. The Enzymes templates will not work by default.
Solution: There is a bug at about line 68 in the enzymes-1.2.php: exchange: {[.php1 /enzymes/chili-php.php]} to {[.php2 /enzymes/chili-php.php]}
Also i notice that chili not work properly with slow connections. I just get warnings pointing me to the fact that some receipts could not be found or something like this. After moving following lines to form head the end of body (footer), the problems was not appearing again.
{[.jscipt1 /enzymes/chili-js.php]}
So the browser have time to load the page and required js files. and starts the highlighting routine at the end.
Other plug-ins
After that i have found Google sitemap generator plug in and of course i have installed it already. This plug-in can be just copied and activated. It’s pretty nice.
Also i found aLinks plugin that generates links automatically for predefined keywords. So now some predefined keywords should be automatically added. There of course other opportunities like automated links to amazon and so on. So for example the following text is just a keyword typed as plain text: my homepage
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Comments
Just want to say this blog is quite good. I always like to find out some thing new about this simply because I have the similar blog in my Nation on this subject so this help“s me a lot. I did a research on a theme and discovered a good range of blogs but nothing like this.Thanks for sharing so a lot inside your blog.



And as you can see i solved the problem with php highliting. The default enzyme handler for php does not enclose the code tag in the pre tag. So you just need to adde the code tag.