Skip to main content
Tag

Plugin

JQuery syntax Highlight plugin

By Development 37 Comments

This plugin allows syntax highlighting of source code snippets in an html page. It is very important especially when we want to show our code example. There are a lot of free and useful syntax highlighting scripts around, but they are big, slow and have unnecessary functionality.
So that people can see examples of work in our portfolio, I wrote this little script to highlight HTML, CSS, PHP and JavaScript syntax. It’s very simple and works quickly.

Read More

WordPress Category HTML Description plugin

By Development No Comments

To more personalize your WordPress blog you can use the categories description. But WordPress uses content filters that strip out all but the most basic formatting tags. And we can not add HTML code for the categories descriptions.

Our team wrote a small WordPress Category HTML Description plugin, which solves this problem.
Plugin disables content filters and any html code you add to the category description will not be stripped out.

Read More