SOT: mobile browser detection

2007-01-17 Thread Jim Wright
Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't need it to be perfect, but I'd like to redirect most mobile users to some optimized pages...I'm figuring that I could probably compare a list of keywords to the HTTP_USER_AGENT or

Re: SOT: mobile browser detection

2007-01-17 Thread Claude Schneegans
Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't know, but I think that testing the total screen width should be accurately enough. -- ___ REUSE CODE! Use custom tags; See

RE: mobile browser detection

2007-01-17 Thread Dave Watts
Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't need it to be perfect, but I'd like to redirect most mobile users to some optimized pages...I'm figuring that I could probably compare a list of keywords to the HTTP_USER_AGENT

Re: SOT: mobile browser detection

2007-01-17 Thread Robertson-Ravo, Neil (RX)
Sent: Wed Jan 17 18:50:36 2007 Subject: Re: SOT: mobile browser detection Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't know, but I think that testing the total screen width should be accurately enough

RE: SOT: mobile browser detection

2007-01-17 Thread Dave Watts
I don't know, but I think that testing the total screen width should be accurately enough. Mobile devices do not always provide that information. I think, actually, that most don't. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: SOT: mobile browser detection

2007-01-17 Thread Jim Wright
Claude Schneegans wrote: I don't know, but I think that testing the total screen width should be accurately enough. Are mobile browsers to the point that a large percentage of them would support the js functions to allow this?

Re: mobile browser detection

2007-01-17 Thread Jim Wright
Dave Watts wrote: This list is updated regularly: http://wurfl.sourceforge.net/ There are some other approaches, outlined here: http://www.thewirelessfaq.com/how_to_distinguish_a_mobile_browser_from_a_des ktop_browser Good links...thanks Dave.

OT: js browser detection library

2006-05-02 Thread Hugo Ahlenius
Hi, I was just looking for a javscript browser detection library. Yes, I know, one should do object detection foremost, but for special needs this is good. I found a lot of libraries out there, but they seem to all have been abandonded a couple of years ago (when the browser-wars got stale, when

RE: js browser detection library

2006-05-02 Thread Steve Brownlee
browser detection library Hi, I was just looking for a javscript browser detection library. Yes, I know, one should do object detection foremost, but for special needs this is good. I found a lot of libraries out there, but they seem to all have been abandonded a couple of years ago (when the browser

RE: js browser detection library

2006-05-02 Thread Hugo Ahlenius
| This looked like the best, but it is abandonded: | http://www.bgsu.edu/scripts/browser.js.html Sorry pasted a wrong link, the above wasn't anything too interesting, this was what I had in mind (extensive script, but not updated recently):

browser detection script

2004-04-07 Thread Bryan Stevenson
Hey All, Does anybody have a rock solid _javascript_ script for browser detection? or a CF code snippet? I'm under the gun and don't really want to re-invent the wheel using this script (it's kind of overkillbut very good): http://webreference.com/tools/browser/_javascript_.html I'm

Re: browser detection script

2004-04-07 Thread Kwang Suh
If you're looking for something server side, try Browserhawk: http://www.browserhawk.com/ - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] Date: Wednesday, April 7, 2004 3:28 pm Subject: browser detection script Hey All, Does anybody have a rock solid _javascript_ script

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
: browser detection script If you're looking for something server side, try Browserhawk: http://www.browserhawk.com/ - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] Date: Wednesday, April 7, 2004 3:28 pm Subject: browser detection script Hey All, Does anybody have a rock

Re: browser detection script

2004-04-07 Thread Jochem van Dieten
Bryan Stevenson wrote: Does anybody have a rock solid _javascript_ script for browser detection? or a CF code snippet? I'm under the gun and don't really want to re-invent the wheel using this script (it's kind of overkillbut very good): http://webreference.com/tools/browser

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jochem van Dieten To: CF-Talk Sent: Wednesday, April 07, 2004 2:49 PM Subject: Re: browser detection script Bryan Stevenson wrote: Does

Re: browser detection script

2004-04-07 Thread Jochem van Dieten
Bryan Stevenson wrote: Thanks Jochembut how do I test if a browser will render the site as intended (i.e. in NS 4 this site looks WAY off the intended look). You use certain functions, right? Just test for those :-) Instead of (pseudocode): function getIt(It) { return

Re: browser detection script

2004-04-07 Thread Charlie Griefer
PROTECTED] Sent: Wednesday, April 07, 2004 3:07 PM Subject: Re: browser detection script Thanks Jochembut how do I test if a browser will render the site as intended (i.e. in NS 4 this site looks WAY off the intended look). Mabye I can simplify this with a little help from CF-Talkers

RE: browser detection script

2004-04-07 Thread Samuel R. Neff
-Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 6:36 PM To: CF-Talk Subject: Re: browser detection script what Jochem is suggesting is testing for the capability of any browser to be able to correctly render your code. back

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
, April 07, 2004 3:27 PM Subject: Re: browser detection script Bryan Stevenson wrote: Thanks Jochembut how do I test if a browser will render the site as intended (i.e. in NS 4 this site looks WAY off the intended look). You use certain functions, right? Just test for those :-) Instead

Re: browser detection script

2004-04-07 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Samuel R. Neff To: CF-Talk Sent: Wednesday, April 07, 2004 3:58 PM Subject: RE: browser detection script That's fine for JS

browser detection script

2004-04-07 Thread Adrian J. Moreno
You don't have to reinvent the wheel. Just go to http://www.quirksmode.org/ and check out Peter-Paul Koch's DHTML Micro API. It'll cover everything you need by doing object detection instead of browser detection. By checking document.getElementById vs. document.all vs. document.layers

Browser Detection

2002-05-02 Thread Sean Daniels
What are people doing for browser detection these days? I am using a custom tag called browsercheck which is pretty old and I'm just curious if people have a slicker way. I have checked out the browser detection UDFs at cfdev but they don't do everything I'm looking for. I'm mainly looking

Re: Browser Detection

2002-05-02 Thread Kreig Zimmerman
to snuff in providing detailed browser/platform information... -- Kreig Zimmerman : Sr. Technical Mgr. : [EMAIL PROTECTED] Four Eyes Productions : Brooklyn, NY - Original Message - From: Sean Daniels To: CF-Talk Sent: Thursday, May 02, 2002 9:32 AM Subject: Browser Detection

browser detection UDF

2002-03-21 Thread Clint Tredway
Someone posted a UDF that detected the browser.. Does someone have this handy? I have misplaced it :0) Thanks, Clint __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion

RE: browser detection UDF

2002-03-21 Thread Jason Larson
Go to: www.cflib.org all sort of goodies Thanks, Jason -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:45 AM To: CF-Talk Subject: browser detection UDF Someone posted a UDF that detected the browser.. Does someone have

RE: browser detection UDF

2002-03-21 Thread Raymond Camden
] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:20 PM To: CF-Talk Subject: RE: browser detection UDF Go to: www.cflib.org all sort of goodies Thanks

RE: browser detection UDF

2002-03-21 Thread Clint Tredway
I looked before I posted my request. Clint -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:20 AM To: CF-Talk Subject: RE: browser detection UDF Go to: www.cflib.org all sort of goodies Thanks, Jason -Original Message- From

Re: browser detection UDF

2002-03-21 Thread Greg Alton
with experience using these. Greg Alton CFDev - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 12:21 PM Subject: RE: browser detection UDF Actually I'm pretty sure we don't have one for this yet. So... any enterprising

Browser Detection UDF

2002-01-21 Thread Russel Madere
Does anyone have a UDF that will detect the type and version of a user's browser? I checks CFLib.org and could not find one. I can probably write one, but I need the time to do it and it is outside of the domain of the current application I am working on. Russel

RE: Browser Detection UDF

2002-01-21 Thread C. Hatton Humphrey
PM To: CF-Talk Subject: Browser Detection UDF Does anyone have a UDF that will detect the type and version of a user's browser? I checks CFLib.org and could not find one. I can probably write one, but I need the time to do it and it is outside of the domain of the current application I am

RE: Browser Detection UDF

2002-01-21 Thread Steve Oliver
; } /cfscript __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:55 PM To: CF-Talk Subject: Browser Detection UDF Does anyone have a UDF that will detect

RE: Browser Detection UDF

2002-01-21 Thread Kevin Bridges
::: To: CF-Talk ::: Subject: Browser Detection UDF ::: ::: ::: Does anyone have a UDF that will detect the type and ::: version of a user's ::: browser? ::: ::: I checks CFLib.org and could not find one. I can probably ::: write one, but I ::: need the time to do it and it is outside of the domain

RE: Browser Detection UDF

2002-01-21 Thread Russel Madere
This is perfect! Thanks. I hope to put this into production. Russel -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:12 PM To: CF-Talk Subject: RE: Browser Detection UDF I found a custom tag and just converted it over to a UDF, hope

RE: Browser Detection UDF

2002-01-21 Thread Pete Freitag
here's one: http://www.cfdev.com/products/productdetail.cfm/id/1003 -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:55 PM To: CF-Talk Subject: Browser Detection UDF Does anyone have a UDF that will detect the type and version

RE: Browser detection w/CF

2001-11-25 Thread Peter Tilbrook
There's a good custom tag called CF_BrowserCheck on the Developer's Exchange that supports many browsers, including Opera and Lynx. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34712E-2830-11D4-AA 9700508B94F380method=Full Peter Tilbrook ([EMAIL PROTECTED]) Macromedia ColdFusion

Browser detection w/CF

2001-11-23 Thread Douglas L. Brown
Does anyone know how I can check for browser type and version with CF? I really do not want to use JS to do this, although I am currently doing it that way. I would imagine a CGI car, but not sure how to do it. CF_SIGNATURE NAME=Douglas L. Brown EMAIL=[EMAIL PROTECTED]

RE: Browser detection w/CF

2001-11-23 Thread Tangorre, Michael T.
.. Try here: http://www.digital-jungle.com/cfuseragent/ Mike -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, November 23, 2001 12:46 PM To: CF-Talk Subject: Browser detection w/CF Does anyone know how I can check for browser type and version with CF? I

CF and Browser Detection

2001-11-20 Thread Tangorre, Michael T.
Is there a way in CF to detect the clients browser and version or is JS the only way to go? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4 ~~ Get the

RE: CF and Browser Detection

2001-11-20 Thread Chris Bohill
Try #HTTP_USER_AGENT# -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 16:59 To: CF-Talk Subject: CF and Browser Detection Is there a way in CF to detect the clients browser and version or is JS the only way to go? Michael T. Tangorre

RE: CF and Browser Detection

2001-11-20 Thread Larry Juncker
#CGI.User_Agent# Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:59 AM To: CF-Talk Subject: CF and Browser Detection

RE: CF and Browser Detection

2001-11-20 Thread Robert Everland
www.browserhawk.com Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 12:01 PM To: CF-Talk Subject: RE: CF and Browser Detection #CGI.User_Agent# Larry Juncker Senior

Re: CF and Browser Detection

2001-11-20 Thread Max Paperno
Here's some code that may be useful. Not the most refined way, but works. Also doesn't return version info. Gecko is NN6. CFPARAM NAME=request.IsMSIE DEFAULT = #IIf( CGI.USER_AGENT CONTAINS MSIE, 1, 0 )# CFPARAM NAME=request.IsOpera DEFAULT = #IIf( CGI.USER_AGENT CONTAINS Opera, 1, 0 )#

Re: CF and Browser Detection

2001-11-20 Thread Jon Hall
Subject: CF and Browser Detection Is there a way in CF to detect the clients browser and version or is JS the only way to go? Michael T. Tangorre Resident Assistant - Brick Web Applications Developer A.U. Webteam Slave :-) AIM: CrazyFlash4

CF browser detection

2001-01-25 Thread sebastian palmigiani
Does anyone know how to detect the WebTV browser using ColdFusion? Which value of the CGI.HTTP_USER_AGENT would you be looking for? Also, I have seen discussions that WevTV spoofs Netscape. Sebastian ~~ Structure your ColdFusion code with

RE: CF browser detection??? - warning against BrowserHawk

2000-10-17 Thread Mike Amburn
: RE: CF browser detection??? Or...there is always the handy-dandy custom tag, CF_BrowserCheck! Here: http://devex.allaire.com/developer/gallery/SearchResults.cfm?k eywords=BROWSE RCHECKsearch=search Mike -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED

RE: Browser Detection

2000-10-17 Thread Doug Powell
//-- /SCRIPT -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 11:48 AM To: CF-Talk Subject: Browser Detection Now i feel dumb for recently deleating all of that past browser detection talk this is all i want to do: verify that whom

RE: Browser Detection

2000-10-17 Thread Paul Johnston
see cf_browser in the allaire tag gallery. Paul -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: 17 October 2000 16:48 To: CF-Talk Subject: Browser Detection Now i feel dumb for recently deleating all of that past browser detection talk this is all i want

RE: Browser Detection

2000-10-17 Thread Peter Tilbrook
Or even: cfif cgi.http_user_agent contains "MSIE" -Original Message- From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 October 2000 2:03 To: CF-Talk Subject: RE: Browser Detection cfif cgi.http_user_agent contains

CF browser detection???

2000-10-16 Thread Jeff Fongemie
CFOUTPUT query="GetNews" STARTROW="#the_start#" MAXROWS="3" if Netscape stupid browser,MAXROWS="6" if IE Obviously the above won't work, but is there something like this that will?? CFIF?? I don't want to use a javascript detection and redirect to a whole new page. Jeff

RE: CF browser detection???

2000-10-16 Thread Raymond K. Camden
ubject: CF browser detection??? CFOUTPUT query="GetNews" STARTROW="#the_start#" MAXROWS="3" if Netscape stupid browser,MAXROWS="6" if IE Obviously the above won't work, but is there something like this that will?? CFIF?? I don't want to use a java

RE: CF browser detection???

2000-10-16 Thread Doug Powell
You can use cfif HTTP_USER_AGENT CONTAINS "MSIE" code cfelse code /cfif -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000 3:38 PM To: CF-Talk Subject: CF browser detection??? CFOUTPUT query="GetNews"

RE: CF browser detection???

2000-10-16 Thread Raymond K. Camden
nt: Monday, October 16, 2000 3:49 PM To: CF-Talk Subject: RE: CF browser detection??? You can use cfif HTTP_USER_AGENT CONTAINS "MSIE" code cfelse code /cfif -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000

RE: CF browser detection???

2000-10-16 Thread Doyle, Mike
-Talk Subject: CF browser detection??? CFOUTPUT query="GetNews" STARTROW="#the_start#" MAXROWS="3" if Netscape stupid browser,MAXROWS="6" if IE Obviously the above won't work, but is there something like this that will?? CFIF?? I don't want to

browser detection

2000-06-01 Thread Britta Wingenroth
Anyone know of a way to write a statement like this that works? This is the idea: I need to write an "if" statement based on if netscape is being used. I would like to use the HTTP_USER_AGENT like this: cfif HTTP_USER_AGENT IS NOT "" cfif HTTP_USER_AGENT LIKE '%netscape%' put netscape

RE: browser detection

2000-06-01 Thread Lon Lentz
From: Britta Wingenroth [mailto:[EMAIL PROTECTED]] This is the idea: I need to write an "if" statement based on if netscape is being used. I would like to use the HTTP_USER_AGENT like this: cfif HTTP_USER_AGENT IS NOT "" cfif HTTP_USER_AGENT LIKE '%netscape%' This is IE: Browser

RE: browser detection

2000-06-01 Thread Chris Evans
Lentz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 8:58 AM To: [EMAIL PROTECTED] Subject: RE: browser detection From: Britta Wingenroth [mailto:[EMAIL PROTECTED]] This is the idea: I need to write an "if" statement based on if netscape is being used. I would l

Re: browser detection

2000-06-01 Thread Mike Hughes
Hello Britta, I use this code to detect the browser on the server side, it may work for you -- code CFSET ApprovedBrowsers = "IE,NS" CFSET BrowserOS = "" CFSET BrowserType = "NS" CFSET BrowserVersion = -1 CFSET BrowserVersionMajor = -1 CFSET

Browser detection in CF

2000-04-15 Thread Leong Yew
Just a quick question. Apart from the very few cgi variables available (eg. cgi.HTTP_USER_AGENT) is there any other way to find out more about the browser as well as the client requesting a particular CF template? Thanks. Leong