How can I try to anticipate the user's screen size/resolution?

I would like to help with how to test my web pages to see what he might look like with smaller screens.
First off, the site is for an artist fine art then his most important audience will probably use much larger monitors, I guess they are but which is not based on empirical evidence.  But I still want to know that the site looks good on a small monitor with lower resolution.  I just watched my first attempt on my screen work and things have changed a lot.  At home, I use a 26 "what is new and at work, it's a cheapo 19"
My structure can contain up to but quite different white space and the size of the images and make the site look less uh... refined.
So here are my questions.
one) can I set up my own pc to emulate small screens with low resolution without having to change the native resolution?
(b) I am worrying needlessly?
(c) is someone aware of a tutorial out there?
Thank you
Martin

Web development toolbar has a resizing of the window option... I use it all the time;

Web Developer Toolbar

http://chrispederick.com/work/Web-Developer/

Tags: Dreamweaver

Similar Questions

  • I bought my computer from someone else. Change user accounts did not name of each file in the computer. How can I change or remove the user/name (my name) /document? __

    I bought my computer from someone else. Change user accounts did not take their name off of each (or more) file in the computer. How can I change or remove the user/name/document
    I have looked everywhere and changed user information and the name of the administrator. What can I do else?

    Hello flashgordonjxn,

    Who has ever done the installation of Windows, the installation program asks you to enter your name and optionally, the name of the organization. These registration information appears under recommended for in the general tab of the System when you click Start, click Control Panel, click performance and Maintenanceand then click System.

    To change see instructions below:

    1. Click Startand then click run.
    2. In the Open box, type regedit, and then click OK.
    3. Look for the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    4. To change the name of the company, follow these steps:

      In the right pane, double-click RegisteredOrganization. Under value data, type the name that you want, and then click OK.

    5. To change the name of the registered owner, follow these steps:

      In the right pane, double-click RegisteredOwner. Under value data, type the name that you want, and then click OK.

    6. Click Exit on the file menu to exit the registry editor.

    Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • How can I get rid of the things unwanted screen IE start Messenger

    Help How can I get rid of the things unwanted screen IE start Messenger

    Hi Kenneth,

    1. What do you mean by "IE Messenger?

    2 are. what Internet Messenger you referring?

    3. what exactly is the undesirable thing you get on your Messenger IE?

    If you are referring to Windows Live Messenger, please follow the link below and post your question.

    http://answers.Microsoft.com/en-us/windowslive

  • How can I remove comments from the users and groups

    I have my in my users and groups in the system preferences a user snd invited another user

    How can I remove them

    Go to Preferences system-> users and groups, and then press the lock to allow you to change the settings. Then choose 'user comments' in the sidebar and uncheck "Allow clients to connect to this computer". This will not make this option disappear, but after that you will not be able to use the Guest user.

    «Respect for the other user, simply choose it in the sidebar and press on the '-' button.» Make sure that no one uses this user.

  • How can I stop loading if the user selects another mp3 mp3?

    I work with a lot of mp3 files and I want to be able to stop an MP3 of loading from the server if the user selects a different mp3. How can I do this?  Here is my code so far:

    function startNewSound (): void
    {
    var mySound:Sound = new Sound();
    mySound.load (new URLRequest (tempo + ".mp3"));
    mySound.addEventListener (Event.COMPLETE, soundLoaded);

    function soundLoaded(evt:Event):void
    {
    sndChannel.stop ();                   his previous is stopped
    sndChannel = mySound.play (0, int.) MAX_VALUE);
    myTransform.volume =-volumeNum/100;
    sndChannel.soundTransform = myTransform;
    }
    }

    Any help is greatly appreciated.

    Your code can be something like this:

    var mySound:Sound = new Sound();// listeners should be added BEFORE load is calledmySound.addEventListener(Event.COMPLETE, soundLoaded);var sndChannel:SoundChannel = new SoundChannel();
    
    function startNewSound():void  {     mySound.close();     mySound.load(new URLRequest(tempo + ".mp3"));}
    
    function soundLoaded(evt:Event):void{     sndChannel.stop();  //previous sound is stopped     sndChannel = mySound.play(0, int.MAX_VALUE);     myTransform.volume = volumeNum / 100;     sndChannel.soundTransform = myTransform;}
    
  • How can CC program installed on the user's computer?

    Dear please help

    my IT admin cutomer using the COMMON tariff with 20 reviews and intend to detect what kind CC program installed on the user's computer? all programs to detect?

    concerning

    Deto

    We can detect if the CC has been activated, but we can't detect what the app program CC has been installed & activated the subscription of the CC.

    Activation can be detected but not the product in question.

    Concerning

    Baudier

  • How can I change or modify the windows logon screen?

    I want to change the image and the sound at startup of windows

    Hi, Germain,.

    Thanks for posting your query in the Microsoft Community Forums.

    According to the description, it seems that you wish to change or modify the Windows logon screen and also, you want to change the sound of the system. I will help you in this problem.

    For the opening of window screen:

    Change the logon screen background is not supported by default in Windows 7. You will need to consult a 3rd party program.

    Note:

    With the help of third-party software or a link, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third party software or link can be resolved. Using third-party software or a link is at your own risk.

    For the Windows startup sound:

    I suggest you to follow the steps and check if it helps.

    (a) click Start, select Control Panel, sounds and click on tab "sounds".
     
    From there, you can select the individual and change them in the drop-down list of the default sounds provided by Windows. If you want your own sound select it using Browse. Remember that it should be in format WAV for Windows to run. After you click apply and Ok.
     

    I hope it helps. If you have any questions about Windows in the future, please let us know. We will be happy to help you.

  • How can I remove my password, the user name et al. of the Tablet

    HP 7.

    I created a user name and password for this Tablet; have decided to sell. You will need to clear remove all usernames and passwords.

    Instructions of it please.

    Instructions can be found on the Pages of the HP Support for your device.

    WyreNut

  • How can I try again on the legend of Java

    Hello

    I have a scenario, im doing the service call one of the remote service using java code to java embedding. (as im not able to do it with the webservice component)

    and everything works fine.

    I want to start this action when I get my service remotely empty response.

    I can achieve this by policies or what I need to add some logic in the java code itself.

    I don't have how the retry policy works like im making a java embedding here.

    Please let me know if you guys need more information on this.

    Concerning

    Sujan

    Hello

    You mentioned before that you manipulated with a JSON webservice and REST... Here are a few references...

    JSON-Lib can do XML - JSON interface

    http://JSON-lib.sourceforge.NET/

    Blog of Biemond is also always a good reference...

    http://Biemond.blogspot.com.au/2009/05/OSB-rest-service-with-XML-JSON-output.html

    Blog of Raja has an example on how to call a REST service using the HTTP binding...

    http://rajbpelblog.blogspot.com.au/2010/10/HTTP-binding-in-soa11g.html

    There is a sample on JSON REST here...
    http://Java.NET/projects/oraclesoasuite11g/Downloads/Download/OSB/OSB-206-JSONREST.zip

    For other samples, see this...
    http://Java.NET/projects/oraclesoasuite11g/pages/OSB

    See you soon,.
    Vlad

  • How can I get rid of the parent login screen that keeps appearing on my son's computer?

    He accepts my login information but after some time he comes again, saying: "ask your Parent to sign in so control parental can get the last parameters.

    the program sees that I do to the green list no matter, that I am enrolled in or no updates.

    OS: Windows 7 x 64,
    security settings: only green list
    Thank you

    Hello

    To isolate the cause of this problem, can you please answer the following questions:

    -What is this error began to occur?
    -Have there been changes to the client of Windows Live family safety before this error?
    -Can you confirm please if you use the latest version of the Windows Live Family Safety customer? To check the version of the Windows Live Family Safety client you use, kindly sign parental control with the parent account, once connected client, click the icon of questionmark located at the top right of the customer and select On Family Safety.
    The current version is 15.4.3555.0308
    -Have you updated your client to get the latest settings that you changed on the Family Safety website?

    Thank you!

  • How can you get rid of the keyboard on the screen... forever?

    How can I get rid of the keyboard on screen forever please?

    Start > Control Panel > Classic view > accessibility > click "Use the computer without a mouse or keyboard" > uncheck 'Use on screen keyboard' > save

  • How can I make photoshop usable for users of the guest account?

    How can I make photoshop usable for users of the guest account?

    Hi vinturs,

    · Was there a prompt during the installation of Photoshop in what concerns users?

    · You are unable to use Photoshop in the guest account?

    Any program installed on the computer must also be available to be used by the guest account, unless as otherwise modified during the installation.

  • Music: How can I transfer all of the music files to another user account

    How can I transfer all of the music files to another user account

    In simple terms, simply copy it to an external drive and then copy them back as the other user.  If files are protected by DRM (Digital Rights Management) as iTunes from Apple or Napster, you will need to know your service music, if the files can be copied.

    "rstoyka" wrote in the new message: * e-mail address is removed from the privacy... *

    How can I transfer all of the music files to another user account

  • How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    This tutorial should do what you want. Use method 2.
    http://www.Vistax64.com/tutorials/105003-shutdown-options-start-menu.html

    Please read all notes caefully, not only the parts of the statement.

    t-4-2

  • How can I show what bssid a user is associated with the CLI on 1242 Cisco ap?

    How can I show what bssid a user is associated with the CLI on 1242 Cisco ap?

    SH associated dot11

Maybe you are looking for

  • Install the additional content does not

    Hello! Again and again, I tried to install the additional content in logic, but his does not work. I tried to install 2-3 in time, I tried to install everything at once. Nothing works. I restarted my computer, no difference. I looked up to find (for

  • x 61 Tablet and updates from Lenovo

    Does anyone has encountered a problem after installing system updates or when you open IE7 windows installer box appears, then disappears quickly? It comes from occurring at any time that I open IE7 on my computer after installing some updates of the

  • lonely Spider says missing system memory does not open

    I can't get to open Spider solitaire. Rpet ' the system has run out of memory. " try closing some applications and try again. I have no other open applications, I knew. The computer froze while I was playing it and wouldn't move the mouse. Now I can'

  • Updates do not complete installation.

    I am running Vista Home Premium 64 and system updates that start loading will not finish loading.  Most lock partially installed and I have to turn off the computer and try updating in safe mode manually.  Usually, the update fails and restores the p

  • Windows Media Player-audio and video freezes during playback

    FREEZE AUDIO AND VIDEO IN WINDOWS MEDIA PLAYER OR VLC MEDIA PLAYER FREEZE AUDIO AND VIDEO IN WINDOWS MEDIA PLAYER OR VLC MEDIA PLAYER WHILE THAT WATCHING VIDEOS.  WHEN THE IMAGE AND THE SOUND HANGS, THERE IS A DULL NOISE.  THIS FREEZING HAPPENS ON EV