Regex validation on Tridion Schema fields

This is something I’ve wanted to do since we first started using Tridion at the RSPB – proper field validation. Turns out it’s ridiculously easy but I have never seen it in any Tridion documentation. Chris Van Leeuwen blogged about it back in March 2009. In your Schema, click on the Source tab and locate […]

Caching CSS and JS with auto-timestamping

Probably the most challenging elements of a website to cache correctly are the CSS and Javascript files. Getting the user’s browser to cache these files is a massive speed boost…but it’s absolutely imperative that you can expire the file and deliver an update at a moment’s notice. The only way to do this reliably is […]