That's a good idea indeed, cheers :)
On Aug 7, 5:00 pm, smika <[email protected]> wrote:
> Thanks Marco!
>
> May be also we can add a detection script into the onRequestStart
> handler, so it will automatically redirect to the "mobile" node.
>
> Mika
>
> On Aug 7, 7:11 pm, Marco van den Oever <[email protected]>
> wrote:
>
> > Is a possibility indeed, i still also, in addition, should use the
> > detection script as when a mobile user finds that website on his
> > mobile, he/she probably have a hard time finding the "Mobile" node
> > that is somewhere right up out of the mobile screen.
>
> > Nice work on the website :)
>
> > On Aug 7, 3:49 pm, smika <[email protected]> wrote:
>
> > > Thanks a lot for responses!
>
> > > I thought of creating another node under root, called "mobile", and
> > > than replicating a whole structure for the existing site, but just
> > > changing displays there (existing views will not fit into mobile
> > > screen for sure).
> > > That site website is for a weekly magazine Armenian Reporter
> > > (www.reporter.am).
>
> > > Mika
>
> > > On Aug 7, 5:47 pm, Marco van den Oever <[email protected]>
> > > wrote:
>
> > > > 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
-~----------~----~----~----~------~----~------~--~---