Greenguy's Board WebcamWiz CRAZY $5,000 Reward Bonuses


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-08-25, 07:23 AM   #1
T Pat
You can now put whatever you want in this space :)
 
T Pat's Avatar
 
Join Date: Aug 2003
Location: Paridise
Posts: 3,244
Send a message via ICQ to T Pat
cell phone enabled web site

What's it take to view a video or picture that's on line with a cell phone
Do I simple have to have a separate size for cell phones?
Is there a way to send cell phone users to a page made for cell phones
Is there a script that sets everything up for you?
__________________
How To Keep An Asshole In Suspense

I'll Tell You Later
T Pat is offline   Reply With Quote
Old 2008-08-25, 08:03 AM   #2
Jim
Banned
 
Jim's Avatar
 
Join Date: Aug 2003
Location: Mohawk, New York
Posts: 19,477
Quote:
Originally Posted by T Pat View Post
What's it take to view a video or picture that's on line with a cell phone
Do I simple have to have a separate size for cell phones?
Is there a way to send cell phone users to a page made for cell phones
Is there a script that sets everything up for you?
Option number 2, I believe Pat. It always pisses me off when I go to my bank and a few other places with my iphone and am redirected to a cell phone only site when the iphone doesn't need it.

I think this may be the code...

Code:
     
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title>Test</title>
</head>
<body>

<?php
/* cell/pda browser detection */

if (strstr($_SERVER['HTTP_ACCEPT'], 'vnd.wap.xhtml'))
{
    echo "You are using a vnd.wap.xhtml WAP browser";
}
else if (strstr($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml'))
{
    echo "You are using a vnd.wap.wml WAP browser";
}
else
{
    echo "You are using a normal browser";
}

?>

</body>
</html>
Jim is offline   Reply With Quote
Old 2008-08-25, 09:33 AM   #3
ArtWilliams
You can now put whatever you want in this space :)
 
ArtWilliams's Avatar
 
Join Date: Sep 2004
Location: Toronto, Canada
Posts: 6,244
Send a message via ICQ to ArtWilliams
Hi T Pat,

I really want to do a mobile site because presumably if you're the first in then there is a greater chance of making money. Having said that, IMHO mobile is all fucked up because of lack of standards and fragmentation.

The British magazine, Practical Web Design (Issue 178) has a great article on designing sites for mobile. [I think the magazine might be called .Net in the States.] If you're serious about it then it is well worth the read. My mini summary of it would be this:

- There are no standards.
- You can adopt one of the following strategies:
1) Lowest common denominator (i.e. pics of 120px size)
2) Create a baseline of phones you'll support with Wireless CSS OR table based pages.
3) Only support the latest phones which will have full mini-browsers and video (iphone / (Google) Andriod [coming this fall] / Phones with Opera)

To answer your direct questions:

What's it take to view a video or picture that's on line with a cell phone

Fine, I've viewed NaughtyAmerica's 5 minute iPod movie verions just fine on my phone. If I were a "young buck" I'd wack off to it!

Do I simple have to have a separate size for cell phones?

See my comments above.

Is there a way to send cell phone users to a page made for cell phones

I don't know. I suspect a text link would do it. I can certainly open URLs in email on my Blackberry browser.

Is there a script that sets everything up for you?[/quote]

I have seen a script that determines from the referrer info what kind of page to send someone but I am afraid I've lost the link. Look up mobile, referrer, script -- maybe add Symbian or some other phone OS. That should find it for you.

Here are some links:

dotMobi Mobile Web Developers Guides
Designing For The Mobile User Experience
W3 Mobile Web Initiative

Good luck!
ArtWilliams is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:17 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc