What is the standard size for Web site?

What is the standard size for a Web site? height x width

I would like to create a Web site that is a good width and have the leangth develop if necessary depending on the content, which could increase in the future...

Some sizes, I worked with in the past have been 760 x 360 (pixels) and 800 x 600 (height x width), but it was a while ago...

As David says, it depends on your audience.

Take a look at the stats of the site (if you have one at this point).  What kind of people are going to be viewing the site.  If it's a more technical audience, then they probably wide enough monitors, but it's a site of "mom & pop" type, so they can still use small monitors.

These days, I went from 780 width (at a size of 800px wide window) to 980px width to meet the size of the window at 1024. With respect to height, not to declare a height at all.  This will allow the content to expand vertically as required, regardless of the size of the window.

--

Nadia

Adobe® Expert community: Dreamweaver

Unique templates CSS | Tutorials | SEO articles

http://www.DreamweaverResources.com

http://csstemplates.com.au/

--------------------------------------------------

http://Twitter.com/nadiap

Tags: Dreamweaver

Similar Questions

  • What is the best size for the gigantic memory file pagefile.sys virtual?

    pagefile.sys is gigantic 8 GB of files in Windows 7, I want free space of HDD on my SSD for faster backup purposes, but I don't want to hinder the performance that comes first.

    I have 8 GB of DDR3 memory. What is the recommended size for the pagefile.sys for optimal performance?

    Tuesday, April 6, 2010 20:44:59 + 0000, EcoWhale.com wrote:

    > I wonder what would be the best size to choose for the performance as I have 8 GB of physical memory (assuming an SSD with a lot of space)?

    I recommend leaving it alone and let windows decide for himself,
    rather than make any custom setting. It works very well.
    Ken Blake, Microsoft MVP (Windows desktop experience) since 2003
    Ken Blake

  • What are the technical requirements for web hosting server?

    Does anyone know what are the technical requirements for web hosting server? I couldn't find anything!

    THX!

    It is not really all of the requirements. All web servers that support the HTML will work. You would have a very hard time finding a host that will not work. It's just straight HTML, CSS and JavaScript. However, if you plan to use forms or in the browser edition you will need a server that supports PHP. But again, it is pretty well 99.9% of Web hosts.

  • What is the best windows for web programmers?

    I need your advice, which is the best windows for web programmers?

    Hi Brian,.

    I suggest you to refer to the links and decide.

    Comparison of the features of accessibility in different Versions of Windows

    http://Windows.Microsoft.com/en-in/Windows7/products/compare#T1=tab20

    It will be useful.

  • What is the best size for a header?

    Hello

    Adobe Illustrator has defined the size of letter in 21,59 * 27,94. Most of the letters that I receive by mail are A4 size. I wonder if I could get a couple of opinions on what would be a more appropriate size to build on for my portfolio? I would prefer to get used to the design on the most commonly used size.

    See you soon.

    In the letter WE U.S. size is standard the rest of the World A 4 is standard A 4 is based on the metric system it is a rational segment of a certain standard size metric sheet of paper. US 8.5 x 11 inch letter is based on something more arbitrary or t less lost in history. The method of determination, it has ceased to exist and it is just everywhere.

    The latter is used for the most part, the United States of Mexico and the Canada, but I think that the last tow countries also use A4.

    A4 is rarely used in the United States, which is the basis for determining what size to use.

    .

  • What is the best size for a buffer overflow in BlackBerry?

    Hi all

    In my application, I need to read data from an input stream. I put the current size of the buffer for reading as 1024. But I saw in some applications Android size memory buffer has been preserved as 8192 (8 KB). Is there a specific advantage if I increase the buffer size in my application up to 8 k?

    Any expert opinion will be highly appreciated.

    First thing to note is that the method "isAvailable()', in my experience, does not work on OS 5.0 and earlier versions.  It is attached to the OS 6 (at least in my tests).

    Because isAvailable() has been broken, (and for other reasons of demand) that I put in place for a socket connection is that each message is preceded by a length.  So I read in the socket connection, the length of the message, and then the actual data.  This is done with no lock - in other words, I read the entire message, regardless of their size.  I recommend you do the same.  The message must exist in full somewhere, so it makes no difference if it's in memory managed by the socket connection, or some memory managed by you.

    Note also, until the 5.0 OS, when you made reading so that you get all the data fill the buffer you had - in other words, it was blocking.  After the OS 6.0, playback can finish without giving you all the data.

    In your case, you could work in a post OS 6.0 only, so you could use isAvailable() - create a buffer of this size and read all that.  I don't see that it makes a difference if you have the bytes of memory managed by taking, or managed by you.

    But in fact, I would say that the best approach is one that makes your simple treatment.  So, for example, if you know that the following message is 200 bytes, then read 200 bytes and then process this message.  Then read the next message.

    You could spend a lot of time trying to manage the buffer to match the underlying socket buffers.  I don't know exactly how the underlying socket of BlackBerry processing code, but it is not put data directly in your buffers.  Then let it manage its buffer size to optimize the network, you manage your buffer size to optimize your treatment.  That will work best for everyone.

  • What is the best Id for Web BlackBerry application development.

    I use Netbeans to the webDevelopment but I give a lot of problems during the deployment of the Application.
    Could someone help me?

    Use dreamweaver, its afully integrated IDE for web development. Its very easy to use.

  • Error #1009 in the Flash Menu for Web site

    I for the life of me can't find the problem with this error 1009.

    I have a Flash Menu as a header for my site with the following actionscript code:

    residential button
    resBtn.addEventListener (MouseEvent.CLICK, resLink);
    function resLink(event:MouseEvent):void {}
    navigateToURL (new URLRequest ("residential.html"));
    }
    commercial button
    commBtn.addEventListener (MouseEvent.CLICK, commLink);
    function commLink(event:MouseEvent):void {}
    navigateToURL (new URLRequest ("commercial.html"));
    }
    recreation button
    leisBtn.addEventListener (MouseEvent.CLICK, leisLink);
    function leisLink(event:MouseEvent):void {}
    navigateToURL (new URLRequest ("leisure.html"));
    }
    "Home" button
    homeBtn.addEventListener (MouseEvent.CLICK, homeLink);
    function homeLink(event:MouseEvent):void {}
    navigateToURL (new URLRequest ("home.html"));

    Debugger comes back with:

    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at introMenu_fla::MainTimeline/frame43() [introMenu_fla. MainTimeline::frame43:3]

    All instances are properly named and I get no syntax error, export to Flash.

    It's only when I saw in the browser or the live preview in Dreamweaver I get the error.

    Is there Javascript or something I'm missing? Any help would be welcome!

    See you soon

    This error is poitning to line 3 of the 43 framework.  To animate these objects in view with an interpolation of the timeline?  If so make sure that you name the instances of all keyframes.

    1009 error indicates that one of the objects targeted by your code are out of reach.  This may mean that the object...
     
    n ' is not in the display list
    n ' is not have an instance name (or the name of the instance is misspelled)
    n ' is not in the frame where this code tries to talk to her
    -is animated in place, but is not assigned the name of the instances of each keyframe for her
    -is one of the two or more keyframes consecutive same objects with different names assigned.
     
    If you go to your section to publish the Flash settings and select permit debugging option, your error message should have a suite of line number the number of the frame that will help you to isolate the object that is involved.

  • What is the correct size for Update2_0_27.zip?

    I'm a little behind and catching up...

    Google Docs reports 6 MB and the download file is 6 941 780 bytes.

    It is considerably smaller than the day.26 update, which was of 85,583,006 bytes.

    Have I not the update size correcte.27 file?

    .27 is low at 6.6 MB

    Bob

  • What is the problem with my Web site?

    OK I watched this video on adobe tv its called the basic layout, navigation in dreamweaver part 15 and I did excatly what I had to do, but when I downloaded my site it does not resemble its supposed too. When I saw in dreamweaver it works perfectly, but now that its on the web, it looks different a few words do not show in the carousel div, I image gallery that does not work well, but everything is ok the video box I place the works and links, it's just these two things bascially. I don't know what wrong Please HELP!

    Ah, your server is case-sensitive.

    The link in your page for the csscarousel.css file needs to be changed

    CSS/csscarousel. CSS

    TO

    CSS/csscarousel.css

    Check all your links to make sure they all have the correct case. If you have something that connects the "SpryAssets" folder, but you have defined it as "spryassets" in the link, they don't read because of your server settings.

  • eliminate the 'remember' ID for Web site

    On some sites, I asked by Firefox error to "remember" an incorrect ID. How can I eliminate this?

    Follow these steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list
    3. Press the DELETE key (on a Mac: shift + delete) to remove it.
  • What is the maximum size for a catalogue of ambient light

    I shoot RAW, the files of 24mg. I organize via LR but do any development in Camera Raw and Psalm

    Any guidance anyone?

    Thank you


    Sarah M

    Hi Sarah,.

    Lightroom can handle a large library, depending on your system configuration and with a regular optimization of the catalogue, you will only have the performance issue.

    See a thread detailed size Maximum of the Lightroom Catalog

    Also move this thread to Photoshop Lightroom

    Kind regards

    Assani

  • What is the license model for web integration of Acrobat?

    Hi, if I develop a web client / web application server whith Acrobat to perform certain tasks on pdf from a web browser, since Acrobat works with JavaScrit, IE client side, is that Acrobat must be executed (and bought) on each client computer by using the web browser to play with my apps?

    Thank you

    Frédéric

    Acrobat cannot be run on a server (it's both a violation of the EULA and a technical problem), so it can operate only on the desktop.  This means that Yes, he would need to be purchased and installed on each client computer.

  • What is the maximum size for the Acer iconia tab 10 a3 sd card - a30

    Format SD card for iconia tab 10 a3 - a30

    Up to 64 GB of MicroSD memory card

  • What are the standard dimensions?

    Hello. What are the standard dimensions for the creation of a flash site?

    I know that the default dimensions in flash are not the norm for the creation of an entire website in flash, so if someone can relay the answer for me I would be grateful, thanks.

    vast majority of people are still in 800 x 600 pix. Start with this until everyone becomes more their fear of technology

Maybe you are looking for

  • Prints blue instead of black

    I have a HP Photosmart B210, more.  My black text (and pictures) print light blue instead of black.  I replaced the cartridge twice and I always feel the same question.  I cleaned the print heads several times.

  • HP G62 - 348 CA

    Hello All my USB ports are not working not properly. Allows to load my android phone, but can not see the pictures and other stuff. This also happens to my mouse and many other devices (they do not when it is connected to the PC). I'm trying to find

  • generation of HTML reports save to the same file VI

    Hi all IM creating a sample html report using labview6.1. My question is I want to save my html report file in the current directory where the vi is instead of giving some path like 'C:\Folder1\Folder2\. '... "etc. My intention is to put the VI in a

  • Outlook Express 0x800ccc90 error code

    Recently, I had problems when opening Outlook Express to check my e-mail, although my username and password are there, the box is saying that they are not recognized.  Sometimes it happens when I click on OK and then everything returns to normal, and

  • I can't enter my pc because of no administrator password

    I do not have my administrator password