Category Archives: Wordpress

WP-Syntax Usage

I’m currently using Version 0.9.8 of WP-Syntax. I thought I would quickly go over its usage. To use WP-Syntax just switch over to HTML mode from Visual mode. The reason you need to do this is because Visual mode will escape out our <pre> code. Also, if your code contains any &, <, or >, you will need to stay in HTML mode for the rest of the post, otherwise if you switch back to Visual mode, some of your code could get double escaped and not work. (i.e. &amp;, &lt;, or &gt;). It might be easiest to write your post and add the code at the end.

There are 3 main options.

Continue reading WP-Syntax Usage

First of Many

We run into all sorts of IT/Web related questions everyday. Those questions sometimes result in a ton of searching and research in order to find a solution or adequate workaround to the problems we are facing. Sometimes even months later we run into the same question only to have forgotten the original solution we used. So with that in mind, we put together this blog to somewhat document most of the issues we come across in order to help ourselves in case we run into it again, or to help anyone that has similar issues.

Chances are there might be some fun oddities included as well. 🙂

This is the first post in what’s likely to be many…