How to prevent MODx tags from parsing in MODx Revo

So, you have a shiny new blog rolling in MODx Revolution and you want to post up some code samples about MODx Revo - but, hold on, if MODx tags are posted in the sample code, they get parsed. Oh oh!

Just how do you work around that little annoyance? Well, with a plugin of course! Read on for the solution.

Using getResources to generate an RSS feed

A question came up on the MODx forums today about whether it is possible to use the getResources snippet to generate an RSS feed in MODx Revolution. Sure it is!

Quip: Get the comment count for a thread

Quip is the third-party component available for MODx Revolution to allow commenting on resources. For example, this blog uses Quip to allow commenting on blog posts.

But, say you want to get the comment count for a particular thread elsewhere within your site - how would you do it? For the solution, read on.

Understanding caching of placeholders in MODx Revo

Caching has had a serious update in MODx Revolution. Now, any element can be called uncached which provides an amazing granularity to caching. However, it also has a gotcha that if you aren't aware of will have you scratching your head for a while.