Hailing from the New Forest on the south coast of England I design websites and mobile applications
-
Teched Theme Released
Teched is my second responsive theme for Orchard CMS that's built around the excellent getskeleton responsive CSS framework that allows the site to scale to fit the size of the browser that's viewing it.
-
Teched Preview
Inspired by the Microsoft Tech Ed Europe website I decided to create a new Orchard Project theme called Teched. Currently the theme is only an HTML mock up so now the process of converting it in to a theme begins. Watch this space for more progress.
-
Serious Blue Released
Okay, so technically it was released last week but I've been a bit slack in updating the blog. Anyway, my latest Orchard Project theme is now up in the gallery ready for you to use on your website. You can find out more about the fully responsive theme and some of its features here.
-
Feeling lazy part two
In my earlier post I talked about the lazy observable collection I created so that I could lazy load an observable collection so that I wasn't loading the entire collection until it was absolutely necessary. As a companion to that piece of work I also created a lazy read only observable collection. This brings the same features as the lazy observable collection except with advantage, depending on your viewpoint, of being read only.
-
Feeling lazy part one
As part of a project I've been working on recently I needed to bind a potentially quite large collection to a listbox, due to the unknown size of the collection I didn't want to load it into memory until I actually had to. To get around this problem I decided to create a new lazy observable collection class that would leverage the power of IQueryable to delay loading of the collection until it's actually required.
