Membrane Content Editing - more thoughts

John | .Net, Membrane, MonoRail | Thursday, February 19th, 2009

I may repeat myself a bit here from the previous post regarding content editing, but I think it’s worth putting everything together in one post. This post has been written following more discussions with the team at the yorkshire based marketing agency I work at.

(more…)

Simplifying View Model to Domain Model Mapping

John | .Net, Membrane | Thursday, February 19th, 2009

The worst part about having a separate View Model and Domain Model is that creating the mapping, and tests for the mappings, between the two is boring and time consuming. I was discussing this with James Gregory and he pointed me in the direction of the AutoMapper project.

I’ve already started implementing this into the Membrane project and wow it’s been really easy and useful. It means now I can concentrate on the important stuff and not waste time on mapping. Sure there may be times where I need to do a little work on the mapping, but a large percentage of the time I shouldn’t need to lift a finger.

Simple JS and CSS compression for MonoRail

John | .Net, Web Standards, MonoRail | Wednesday, February 11th, 2009

Just came across a post about JavaScript compression for MonoRail. These guys have written a great patch for Hammett’s CombineJS Component.

(more…)

Membrane - Navigation Management

John | .Net, Membrane, MonoRail | Monday, February 9th, 2009

I’ve been giving the navigation management section of Membrane some thought over the weekend. This has also meant I’ve had to consider the url rewriting side of things.

(more…)

MonoRail Hijax continued

John | .Net, MonoRail | Friday, February 6th, 2009

In my last post about Hijax I was only hijacking links. Here’s what I had to do to hijack form submissions.

(more…)

Membrane - Content Editing

John | .Net, Membrane, MonoRail | Friday, February 6th, 2009

No coding has started on this section of Membrane yet, however I need to start considering the functionality as this will impact quite a few other areas of the system.

(more…)

MonoRail Hijax - Unobtrusive AJAX

John | .Net, Membrane, MonoRail | Wednesday, February 4th, 2009

Whilst working on the Asset Library for Membrane I decided that I needed to improve the user experience by adding some AJAX into the mix. This can be done fairly easily in MonoRail but I didn’t want to go down the route of using brailjs and I wanted to keep everything accessible. Hijax to the rescue!

(more…)

Membrane - Asset Library

John | Membrane, MonoRail | Tuesday, February 3rd, 2009

The Asset Library will allow CMS users and administrators to store files relating to their sites including:

  • Images files (jpegs, gifs, etc)
  • Flash files (swfs)
  • Movie files (avis, flvs, etc)
  • Documents (docs, pdfs, etc)

(more…)

Membrane - Open Source CMS

John | .Net, Web Standards, Work, MonoRail | Monday, February 2nd, 2009

I’ve been procrastinating about writing an open source CMS for a while. From a personal point of view the aims of this project are as follows:

  1. Have a new CMS to use at work
  2. Write a large project using the Castle, NHibernate and Rhino trunks
  3. Have a chance to gain feedback on my coding practices from other people

(more…)

Powered by WordPress | Theme by Roy Tanck