How do I make a web page recognize an iPhone?

I want to make my site recognize when someone browses it with an iPhone so I can redirect the iPhone users to a specific page. Anyone know how to do it?

As an iPhone user, I see some sites that are doing this and I can't say that it's welcome. Knowing that the iPhone can view full web pages over a WiFi connection, I'd rather have a button on the main page for "mobile" instead of being shunted to the mobile site automatically.
Right now, going to macnn.com reroutes me to macnn.com/mobile. It's well laid out and well intentioned, but if I want to surf the full site (which Safari would allow me to do), I don't have that option. I can understand how this was important for other mobile devices as their browser didn't even remotely give a true web experience, but for the iPhone, I feel it should be optional.

Similar Messages

  • How do I make safari web page go direct to "Open pdf in preview" without having choose it manually

    how do I make safari web page go direct to "Open pdf in preview" without having choose it manually

    Well crap!  Internet explorer goes direct to actual pdf, would'nt you know it, safari wont!  I will have to change my pdf order form to include instructions on how to find that toggle thing at the bottom so it wont wig out safari users.
    Kind of *****, if people dont know they have to click the open in preview choice, my form wont work.
    Thought maybe it was an HTML issue that could be overidden.
    Thanks for your answer.
    LeeCM

  • How can I make my web page fill up the entire browser screen regardless of monitor it is viewed on,

    I have noticed that some websites are designed so that the page expands to fill in the entire screen, regardless of the size of the monitor. Here is an example: https://www.draft2digital.com/support/
    I have viewed the Muse tutorial that expands the Footer area to fill in the whole screen, but it does not address how to do this for the main part of the web page, or the header. I have looked at the site setup section and do not see where I could set it to expand.
    Any help would be appreciated.
    Thanks.

    Okay, in your link the blue bars would be in muse as a blue box then drag the right side so that it stamps just outside your page area. This will make muse program it so you will always see it extend to fill the browser window. Do the same on left side and you should be good. It will work even better if you also centre the rest of your content under page, page properties, padding - check the box for centre horizontally. Any content you want to extend with the browser, while the rest stays centred, you have to drag extending the content so it snaps just outside the main page in muse.
    Hope this helps.

  • How do I make a web page that changes every time the user refreshes it? Is it possible in Muse?

    Hi, i'd like to make quite a simple website where the main text in the centre of the page changes every time the user refreshes the page in their browser. I assume i'll have to make one master, and multiple pages that are all the same except for the changes in the text, but i'm not sure how to make it so that every refresh directs to a different page and not just the home page? Is this even possible in Muse?
    This is an example of what i'm going for: :: procatinator ::
    Thanks!

    You can't do it with Muse alone. Would probably be fairly simple to do with a bit of Javascript. Check the widget directory as it is possible someone has made a widget for random content. If not, maybe I will make one this weekend. ;-)

  • How to make a Web Page with Labview?

    I have a Project: CONTROL A CAMERA OVER INTERNET (with Labview)
    i try to make a Web Page but it s very difficult for me.I have Labview 8.6 and Internet Toolkit.
    Why can i make a simple Web page?
    Why can i control the camera over Internet?
    Thanks...

    This thread is quite old but there is a new answer that might better suite your needs... So, for those who are looking for the answer, have a look at WebPager plugin for LabVIEW here: https://labicom.net/labdeveloper/WebPager/ . It will make much better job (in most cases) than Remote Panels and Web Services suggested above. The only difficulty I see in your request is a 'camera' word. With WebPager you'll be able to control it from the browser (without any plugins or similar things), but the video image itself will pose problems... Still, it can be tackled. 
    =========================
    Igor Titov, CLA
    WebPager - put LabVIEW front panels into the web page
    Labicom.net

  • How to make a Web page

    I am trying to make a Web page with iWeb 09, but it is really confusing. I presently have a Go Daddy account that forwards my chosen domain name to the obsolete HomePage name I have. When I created the HomePage account, as I recall, it told me the name of the page very clearly, very simple. iWeb does no such thing! I select "Publish" and I get this crazy page that says "Go to your registrar's website (sic). Define web.me.com as the 'www' CNAME (alias) for your domain." That sentence makes no sense! What happened to the simplicity of HomePage. Anyway, I go to Go Daddy and, of course, there is not such thing anywhere obvious. This should be easy. I have a so called Mobile-me account, but it does nothing. What is up with this? Do I even need Go Daddy any more? Any help is very much appreciated.

    Any iWeb url is going to be http://web.me.com/username/sitename - so no difference at all.
    So when you open iWeb and click on the name of your site you will get the publishing options, so select publish to MobileMe and your site should publish there. Rather than visiting the link, close iWeb and empty your browser cache and then type in your url - http://web.me.com/username/sitename and your site should then come up.
    If you want to use your domain name with iWeb you can. Close iWeb and log into your MobileMe account under System Preferences and then go to the Personal Domain name section and enter your domain name in here. Once this is done, close MobileMe and log into your account at GoDaddy.
    You do not need to know exactly what CNAME means, but GoDaddy uses CNAME forwarding, so log into your GoDaddy account and go to the DNS setting section. Then set-up a new CNAME, which means forwarding 'www' which is your sub-domain to web.me.com and this should then be set up to forward to your MobileMe published website. Note that when setting this up your alias is your domain name and your host is web.me.com and you are forwarding your domain name (alias) to your host (web.me.com) as this is where your website is published.
    If you want to check that your website has actually been published, then you can open System Preferences and click on iDisk and you can then log into your iDisk and go to Web/Sites and check whether there is a folder there with the name of your website on it. If so, then your site has been published.
    I am also assuming that as you have posted this in iWeb 09 that you are in fact using iWeb 09?

  • I want to make a web page using labview.

    I want to make a web page using labview. I have the internet tool kit. Where do I start. Till now all I have used labview is for industrial I/O and mmi. I have used various TCP UDP comms for network purposes, but I haven't ever done anything with Web page design.

    The internet toolkit has some functions for generating and manipulating HTML, but it isn't really intended as a Web page authoring tool. I personally wouldn't use it for such a purpose, and I've done a good bit of Web programming in various different environments, including LabVIEW.
    The true power of the internet toolkit lies in its ability to create LabVIEW VIs to handle CGI requests, the way that perl or PHP might be used in more traditional Web development. In the old days, this was really the only way to provide Web interactivity with LabVIEW on the back end. Here is a document that outlines how to start up the toolkit's Web server and check out the CGI examples that ship with LabVIEW. This is the best jumping-off point for creating your own pages, if you are planning to use the CGI functionality in the internet toolkit. Just examine how the HTML pages and the CGI VIs in the examples work together and begin to try out your own VIs.
    Since LabVIEW 6i, LabVIEW has shipped with Remote Panel functionality that allows you to publish any LabVIEW VI in a Web browser without the burden of creating special CGI functionality. Furthermore, users can fully interact with the VI--buttons, graphs, string controls, etc. That's really a better solution if you want to make VIs available via the Web and aren't so much interested in CGI/transactional behavior. Check this out by choosing Tools >> Web Publishing Tool from LabVIEW.
    I hope this info gives you some ideas about starting points for Web functionality in LabVIEW. Please follow up if you have more specific questions.
    Best Regards,
    John

  • How do i open a web page with VeriSign Class 3 Extended Validation SSL SGC SS CA certfificate i can't open web pages with this, how do i open a web page with VeriSign Class 3 Extended Validation SSL SGC CA certfificate i can't open web pages with this

    how do i open a web page with VeriSign Class 3 Extended Validation SSL SGC SS CA ?

    Hi
    I am not suprised no one answered your questions, there are simply to many of them. Can I suggest you read the faq on 'how to get help quickly at - http://forums.adobe.com/thread/470404.
    Especially the section Don't which says -
    DON'T
    Don't post a series of questions in  a single post. Splitting them into separate threads increases your  chances of a quick answer.
    PZ
    www.pziecina.com

  • How do I enlarge my web page to use the whole screen?

    How do I enlarge my web page to use the whole computer screen?

    Reduce dock size or hide same.
    Also depends on what browser you're using  all have full screen modes.
    Safari :
    http://support.apple.com/kb/PH11941
    To enlarge an entire webpage so it uses the screen, click the arrows in the top-right corner of an app window:

  • How do you build a web page to display queued messages ?

    How do you build a web page to display queued messages in all states?
    Thanks,
    Reeta
    Reeta Joseph Benoy
    EDS@XEROX
    Database Administration
    1350 Jefferson Rd
    Rochester, NY 14623

    You can build a form to a procedure in oracle portal that explores the queue with the option browse and prints de type message with htp package. I made it in this way and my applicattion works right. The procedure must loop the select count(msgid) from aq$[queuetable_name] times.

  • How do you insert live web pages in keynote?

    How do you insert live web pages in keynote?

    Insert a 2D Pie chart on the slide (Insert > Chart > 2D Pie), then place a circle from Shapes overlaid in the centre:

  • How do you put safari web pages into icloud with the safari iCloud button?

    how do you put safari web pages into icloud with the safari iCloud button?

    What that button does is sync your tabs between your devices. So if you have multiple macs with Mountain Lion and/or devices with iOS 6 (once it comes out this fall) you can pick up where you left off. For example, let's say I have apple.com, nytimes.com, and facebook.com open on my mac, but I need to run. Later, if I need to use another computer in my household, I can just restore the tabs that I was using before on this other mac.

  • How do you send a web page in safari

    How do you send a web page in safari

    File > Mail Contents of This Page
    File > Mail Link to This Page

  • How do you close safari web pages on iPad air

    Hi  Can any body tell me how to close the safari web pages on ipad air.  I have a 5S and it has your pages collected in the right had corner you can click on this and then delete each page, but the Air does not have this.  Can anybody tell me please. 
    Thanks

    thanks for that help.   When I double tap the plus sign it clears my tabs thank you sooo much.  What sberman said I cannot do that as I do not have my pages I have opened run across like he is showing? dont know why.  thanks anyway

  • How do you make a web browser?

    I would like to make a Web Browser of my own but how did you make FireFox?

    Read this:
    http://thepattysite.com/window_sizes1.cfm
    You don't want to try to launch your site to full screen,
    honest, as you'd
    drive your (potential) visitors away.
    Jo
    "Steve Zavodny" <[email protected]> wrote in
    message
    news:escrfa$s7$[email protected]..
    > How do you make a web browser launch your site to a
    specific size or even
    > full screen?
    > Thanks...

Maybe you are looking for