Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1

    Default Screen Sizes for Web Designers


    Hi Guyz,

    Please post ninyo dri ang kasagaran nga mga screen sizes from desktop -> laptop -> tablets -> mobiles.

    Thanks

  2. #2
    iPhone 4(s) = 640 x 960 (newer iPhones with Retina)
    = 320 x 480 (older iPhone 3G/3Gs)

    iPad = 1024 x 768 (landscape)
    = 768 x 1024 (portrait)

    Kindle Fire/Nook = 600 x 1024

    Android = 480 x 800 (Galaxy S)

  3. #3
    desktops and laptops= 1366 x 768 and 1920 x 1080.

  4. #4
    Quote Originally Posted by slkmclaren View Post
    iPhone 4(s) = 640 x 960 (newer iPhones with Retina)
    = 320 x 480 (older iPhone 3G/3Gs)

    iPad = 1024 x 768 (landscape)
    = 768 x 1024 (portrait)

    Kindle Fire/Nook = 600 x 1024

    Android = 480 x 800 (Galaxy S)
    kanang Android = 480 x 800 (Galaxy S) mao nay pinaka gamay bro?

  5. #5
    Quote Originally Posted by pauloray View Post
    desktops and laptops= 1366 x 768 and 1920 x 1080.
    Thanks bro

  6. #6
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    you doing a responsive layout? you dont need to get the specific dimension of the viewport, but you need is the min-width and max-width... ive doing responsive layout for a while now...

  7. #7
    for implementing
    320 x 480 (iPhone)
    480 x 640 (iPhone - Landscape and small tablet)
    768 x 1024 (iPad - Portrait)
    1024 x 768 (iPad - Landscape and Desktop)
    1400 x 900 (Desktop)
    up (Desktop)

  8. #8
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    for webdesigning in css

    HTML Code:
    /* Media queries used on blog.staydecent.ca by Adrian Unger 
       check my full source at:
       http://blog.staydecent.ca/static/css/style-0.1.6.css */
    @media only screen and (min-width:768px) and (max-width:1269px) {
        /* In my particular design, I used a fluid grid limited to a 
           max-width of 1140px, while (if there is enough room)
           pushing the menu outside of layout, requiring a total
           limit of at least 1270px. 
     
           So, this first query applies to any screen-width less
           than 1270px, and adapts accordingly. */
    }
    @media only screen and (min-width:768px) and (max-width:959px) {
        /* Here is where I adjust for Ipad's and similar screen
           widths. Note that the above query and this one overlap
           meaning any rules above will also apply. */
    }
    @media only screen and (min-width:0px) and (max-width:767px) {
       /* As soon as we fall below the Ipad's width I use my 'mobile'
          design. So, everything in this query is meant for 
          smartphones and other small screens. */
    }
     
    /* A popular grid size used is 960px. Skeleton, a new Boilerplate
       for Responsive, mobile-friendly development, is based on that.
       http://www.getskeleton.com/src/stylesheets/skeleton.css */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        /* Here, Skeleton sets the rules for anything less than 960px
           and at least the size of the Ipad screen. */
    }
    @media only screen and (max-width: 767px) {
        /* Here, rules for anything less than Ipads width, with the
           advice to design for the smallest common width, 320px.
           This is the majority of smarthphones. */
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* This is for any screen less than Ipad's width and at least
           480px. This covers a many large-screened smartphones. It
           is declared after the above rule so it overrides the rules
           meant for 320px. */
    }
    
    /* But this two babies works for me */
    
    @media handheld, only screen and (max-width: 767px) {
    	/* CSS */
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    /* CSS */
    }

  9. #9
    thnx 4 sharing noy.juan

  10. #10
    @noy.juan

    Thanks for sharing bro,.. nice info.

    ask lng ko, compatible na ang @media sa tanang browser bro?

    Dli d i pwde gamitan nako ug jQuery or javascript nga mo auto detect sya sa screen width/height din add class or something nga mo fix ang iyang width during sa pag resize sa window or sa pag load perhaps?

    Unsay ika advice nmu bro? mas nindot ang CSS or jQuery?

    Thanks

  11.    Advertisement

Page 1 of 3 123 LastLast

Similar Threads

 
  1. Programs/Applications for Web Designing
    By lodyl in forum Programming
    Replies: 14
    Last Post: 01-26-2012, 08:15 PM
  2. Passive Investors for Web Design Company
    By jutzy in forum Business, Finance & Economics Discussions
    Replies: 17
    Last Post: 01-17-2012, 11:11 PM
  3. Looking For: ecommerce programmer and web designer for project
    By iemanja in forum Jobs
    Replies: 2
    Last Post: 12-08-2009, 06:05 PM
  4. NEED HELP: Volunteers for Web Design and Development
    By Nego_Shanti in forum Networking & Internet
    Replies: 14
    Last Post: 10-26-2006, 11:07 AM
  5. for Web Designers : Pila imo pangayo sa bayad
    By Abaddon in forum Websites & Multimedia
    Replies: 1
    Last Post: 09-18-2006, 10:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top