It’s been a bit quite round here recently! Don’t be fooled! The CMS is more or less finished. Just refactoring and preparing bits and bobs. The actual core itself hasn’t really changed in 6 months and is independent from the CMS, it…Continue Reading →
Whilst working on the CMS I needed to be able to pass back the html a control will render when the user first adds it. The control doesn’t exist on the page yet as the sections are added via javascript….Continue Reading →
Been a bit quiet round here lately but not because I’ve not been working on it 😉 I’ve been using it for a project at work and converting a lot of my stuff to be compatible with it. Â It’s running…Continue Reading →
Simple Permissions The permission system is simple in design but allows complicted permissions to be created by layering the mixed key, role and level properties. The concept is that we have permissions that any item wanting to check just asks…Continue Reading →
I spent all weekend trying to convert a Sql Server db to a MySql v5 db and found it quite a frustrating experience! Â When you’re sytnax is incorrect MySql helpfully says ‘You have an error in your sql syntax near:’…Continue Reading →
Spent this weekend working on the cms and made good progress. Got the core page rendering working with masterpages and themes. Tested it with Db and normal aspx pages. I’m wondering whether I’ve over abstracted everything atm! Just added the…Continue Reading →