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:
- Pages of DNN content to convert to Mobile.
- Mobile skin in css and html
What I do know:
- I don't want to duplicate pages in DNN to create the wap site if all the pages already exist.
- I need to use WURFL to detect the mobile phone accessing our client's site.
- I need to somehow tell the html modules I NEED to show in mobile, to show only if a mobile is accessing the site.
- 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:
- How to exclude certain sections on a page of content and only deliver the necessary useful information for the mobile version.
- 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 :)