And it depends on how the design is done, if it's 'flexible' enough to also use it as mobile content or that you simply create a separate mobile version.
There is always the issue of the design being to big for mobile, i only created a mobile version once but created a separate page for it, detection script: <!--- check for wap device ---> <CFIF CGI.HTTP_ACCEPT CONTAINS "text/vnd.wap.wml"> <CFLOCATION URL="http://www.yourdomain.com/mobile/index.cfm"> </CFIF> In mobile/index.cfm used: <cfcontent type="text/vnd.wap.wml"> All content On Aug 7, 2:30 pm, Tomek Kott <[email protected]> wrote: > Mika, > > My first instinct is to do something using the bodyview url parameter and > URL redirects. So say that the mobile version of your site > iswww.mysite.com/m/etc. Then your redirect calls up the normal page requested, > except by adding bodyview=displayPageMobile, which has a simpler interface > (presumably). You could set a cookie I guess to make sure all the urls kept > as /m/, or just save the session --- this is where my knowledge gets fuzzy. > As for "best practices" I don't have any suggestions, not having done > anything similar. > > Tomek > > On Fri, Aug 7, 2009 at 8:12 AM, smika <[email protected]> wrote: > > > Dear friends, > > > Are there any best practices for creating mobile version of the > > website, which is on FarCry 5.1? > > > Thanks, > > > Mika > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
