views:

82

answers:

0

Hi,

There is an existing module to convert a DNN site to a mobile site called mobiNuke.

I need to however create this from scratch for our client and I don't have any idea as to where I should begin.

This is what I have:

  1. Pages of DNN content to convert to Mobile.
  2. Mobile skin in css and html

What I do know:

  1. I don't want to duplicate pages in DNN to create the wap site if all the pages already exist.
  2. I need to use WURFL to detect the mobile phone accessing our client's site.
  3. I need to somehow tell the html modules I NEED to show in mobile, to show only if a mobile is accessing the site.
  4. There's a great resource for Mobi at http://www.networksolutions.com/help/mobi-guide.pdf which I am going through now.

What I don't know:

  1. How to exclude certain sections on a page of content and only deliver the necessary useful information for the mobile version.
  2. C# to write my own code behind files to do all the above.

Some advice on how to get this going would be helpful.

Thanks :)