1. #1
    Deleted

    Web-Development Question

    Hey, I am coding a website, that should work good on any screen resolution. My main objective is to make my website Phone friendly, is there some kind of software that shows how my website would look on my phone? I don't have a domain (yet), can I do it without it?

  2. #2
    Scarab Lord
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Toronto, Ontario
    Posts
    4,664
    You can use a user agent switcher addon for your browser as well as simply resizing the browser window to that of a phone.
    (This signature was removed for violation of the Avatar & Signature Guidelines)

  3. #3
    Deleted
    http://docs.seleniumhq.org/

    Selenium is a free tool to test websites with. It should be able to do what you want to do.

  4. #4
    Scarab Lord
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Toronto, Ontario
    Posts
    4,664
    Quote Originally Posted by nzall View Post
    http://docs.seleniumhq.org/

    Selenium is a free tool to test websites with. It should be able to do what you want to do.
    Selenium is for UI automation. I was under the impression that he just wants to make sure that it looks correct when scaled down to a phone, which I don't think selenium can do.
    (This signature was removed for violation of the Avatar & Signature Guidelines)

  5. #5

  6. #6
    just google bootstrap
    LFGdating
    Currently playing: WoW, D3, SC2, and wait for it ... Red Alert 3. (And possibly some Goldeneye here or there.)

  7. #7
    Pandaren Monk Tragedia's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Tlön, Uqbar, Orbis Tertius
    Posts
    1,814
    Yes! Try using Google Chrome and check out the inspector. There should be a button that looks like a phone in the top left corner. Toggle the device mode (or CTRL SHFT M) and you can check out how the page would look like in various phone's screen.

    Check this video out for more: https://www.youtube.com/watch?v=FrAZWiMWRa4

    Black Lives Matter

  8. #8
    Deleted
    Quote Originally Posted by Tragedia View Post
    Yes! Try using Google Chrome and check out the inspector. There should be a button that looks like a phone in the top left corner. Toggle the device mode (or CTRL SHFT M) and you can check out how the page would look like in various phone's screen.

    Check this video out for more: https://www.youtube.com/watch?v=FrAZWiMWRa4

    Ah, thanks, used your method.

  9. #9
    Merely a Setback PACOX's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    ██████
    Posts
    26,366
    Quote Originally Posted by Bobby Shmurda View Post
    Hey, I am coding a website, that should work good on any screen resolution. My main objective is to make my website Phone friendly, is there some kind of software that shows how my website would look on my phone? I don't have a domain (yet), can I do it without it?
    developer console in chrome.

    Resident Cosplay Progressive

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •