Home Page
   Articles
       links
About Us    
Traders        
Recipes            
Latest Articles
Any saddos who want to access the forum via a mobile?
Page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Post new topic   Reply to topic    Downsizer Forum Index -> Site guidelines, Announcements, Problems and Suggestions
Author 
 Message
jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 1:10 pm    Post subject: Reply with quote
    

Code:

   $user_agent = $_SERVER['HTTP_USER_AGENT'];
   $is_mobile = preg_match('/(up-browser)|(blackberry)|(windows ce)|symbian|palm|nokia/i', $user_agent);
 

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 1:15 pm    Post subject: Reply with quote
    

Ixy wrote:
what phones would do this and how much does it cost?


I'm dead ignorant on mobiles My charges are 30p for any day that I use the net, that is on virgin.

vegplot



Joined: 19 Apr 2007
Posts: 21301
Location: Bethesda, Gwynedd
PostPosted: Tue Nov 17, 09 1:20 pm    Post subject: Reply with quote
    

jema wrote:
Code:

   $user_agent = $_SERVER['HTTP_USER_AGENT'];
   $is_mobile = preg_match('/(up-browser)|(blackberry)|(windows ce)|symbian|palm|nokia/i', $user_agent);
 


That's interesting, I'm using

Code:

 Public Function IsMobile() As Boolean
            Dim userAgent As String = httpContext.Current.Request.UserAgent.ToLower
            Dim result As Boolean = False
            If userAgent.Contains("iphone") Or _
               userAgent.Contains("ppc") Or _
               userAgent.Contains("windows ce") Or _
               userAgent.Contains("blackberry") Or _
               userAgent.Contains("opera mini") Or _
               userAgent.Contains("mobile") Or _
               userAgent.Contains("palm") Or _
               userAgent.Contains("portable") Then
                result = True
            End If
            Return result
        End Function


I missed out Nokia and Symbian

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 1:22 pm    Post subject: Reply with quote
    

Where I am unsure is whether I should actually put in iphone? is there a point where the mobile is actually good enough not to be cut down?

Mrs R



Joined: 15 Aug 2008
Posts: 7202

PostPosted: Tue Nov 17, 09 1:22 pm    Post subject: Reply with quote
    

jema wrote:
Ixy wrote:
what phones would do this and how much does it cost?


I'm dead ignorant on mobiles My charges are 30p for any day that I use the net, that is on virgin.


but thats 30p the whole day, not per minute - because when WAP was first out I seem to remember it was something like £3/min

Fee



Joined: 21 Mar 2005
Posts: 15922
Location: Earth
PostPosted: Tue Nov 17, 09 1:36 pm    Post subject: Reply with quote
    

Testing from my Nokia, much better in terms of speed, I see a text list of forums, with description. Missing the latest posts tho.

Will this actually post, there stands the test for me.

Ixy, many providers offer that illusive 'unlimited' internet, some as little as #5pm, they all differ in cost and t&c's. There is a thread on here about it somewhere.

Hope this posts after all that typing!

Fee



Joined: 21 Mar 2005
Posts: 15922
Location: Earth
PostPosted: Tue Nov 17, 09 1:40 pm    Post subject: Reply with quote
    

Cool, it did

Yeah, it isn't very pretty and very basic, but it's a lot quicker.

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 1:48 pm    Post subject: Reply with quote
    

made a few tweaks.

mrs_ursus



Joined: 14 Sep 2009
Posts: 27
Location: Wiltshire
PostPosted: Tue Nov 17, 09 1:52 pm    Post subject: Reply with quote
    

Works a treat on my iphone. Super-speedy.

RichardW



Joined: 24 Aug 2006
Posts: 8443
Location: Llyn Peninsular North Wales
PostPosted: Tue Nov 17, 09 2:00 pm    Post subject: Reply with quote
    

I get a long list of links before I get to any info

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 2:06 pm    Post subject: Reply with quote
    

What browser?

Nick



Joined: 02 Nov 2004
Posts: 34535
Location: Hereford
PostPosted: Tue Nov 17, 09 2:58 pm    Post subject: Reply with quote
    

It's always worked just fine on my Crackberry, now it's less green. I'd say no change was needed for Crackberries or iPhones.

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 3:01 pm    Post subject: Reply with quote
    

I'd differ strongly using a Blackberry 8310. It was pretty unusable.

But as you can see I have wondered about this question

RichardW



Joined: 24 Aug 2006
Posts: 8443
Location: Llyn Peninsular North Wales
PostPosted: Tue Nov 17, 09 3:15 pm    Post subject: Reply with quote
    

jema wrote:
What browser?


Do you mean what phone?

Its a Sony erricson 850i

jema
Downsizer Moderator


Joined: 28 Oct 2004
Posts: 28120
Location: escaped from Swindon
PostPosted: Tue Nov 17, 09 3:22 pm    Post subject: Reply with quote
    

NO I mean what browser is used on the phone, we need to know the browser type.

Post new topic   Reply to topic    Downsizer Forum Index -> Site guidelines, Announcements, Problems and Suggestions All times are GMT
Page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 2 of 9
View Latest Posts View Latest Posts

 

Archive
Powered by php-BB © 2001, 2005 php-BB Group
Style by marsjupiter.com, released under GNU (GNU/GPL) license.
Copyright © 2004 marsjupiter.com