Welcome Guest, Not a member yet? Register   Sign In
php, codeigntier, blackberry browser, cookie and redirect issues
#4

[eluser]searain[/eluser]
bigtimslim, as for your question.

First of all, mobile site is not just regular site but with small screen size like some people said. Totally wrong.

1) First, if you want, you can check out this book and the author has a simple but very good framework sample in this book. I borrowed some ideas from this book but I totally rewrote all the MVC.

http://p2p.wrox.com/book-professional-co...245-8-414/

2) Actually, yes. You just need a different view for the mobile site justlike for the regular site. But this different view is not just small size.

My co-worker gave me some good advices like the below when I started on mobile sites.

Good tutorial - please read: - especially info about xHtml Mobile Profile and Wap Css/Wcss:
http://www.developershome.com/wap/xhtmlm...lessMarkup

xHtml mobile profile - please read:
http://en.wikipedia.org/wiki/XHTML_Mobile_Profile

xHtml tutorial - please read:
http://www.w3schools.com/Xhtml/default.asp

Guidelines to building a mobile website - good post - please read:
http://groups.google.com/group/google-ch...e167?pli=1

Mobile best practices - for reference only, if you need to look something up
http://www.w3.org/TR/mobile-bp/

3) Several points from my experience.

use strict xhtml.

Use utf-8 will save you a lot of troubles.

use this line to add the at the top in your php view page (I set this in header file of the view), echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n";

add this meta tag too, <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

use css not table.

keep everything simple.

Use less javascript, not trying to be fancy if you want your mobile site support more devices.

Now I would add this. be careful with cookie and redirect. Smile

Good luck.


Messages In This Thread
php, codeigntier, blackberry browser, cookie and redirect issues - by El Forum - 08-02-2010, 02:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB