|
|
#1 |
|
What Resolution nowadays?
What resolution to use nowadays for a site? I did mine a few years ago and it's changed a lot since then.
http://www.w3schools.com/browsers/browsers_display.asp
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#2 |
|
The trend as of late is something called 'Responsive' web design, this means that your page scales to fit the browser aspect ratio and resolution.
My first steps into exploring Responsive layouts were with a lovely bit of kit called the Responsive Grid System by a bloke called Graham Miller: http://www.responsivegridsystem.com/ Hope it's helpful to you! EDIT: Literally a few moments after I posted this, I stumbled upon a thread / post here on MacRumors which linked to an infographic that sums it up pretty well: http://www.dotcominfoway.com/blog/re...gn-infographic (via StephenRichard) Thanks Stephen! Last edited by Chimp; Feb 28, 2013 at 02:52 PM. Reason: More reading material. |
|
|
|
2
|
|
|
#3 |
|
was just going to say the same, really do look into this responsive net thing.
to all the "screen-sizers" the only screen size left in the world is the users, with this I mean that you will work for many people, and they expect "awesome" no matter the screen size, and today we are not operating with 16:4 scaling up or down, now we are operating from 480 x 620 to 4256 x 3865 (not sure about numbers, but imagine iPhone 3GS and rMBPro) one page, fits all
|
|
|
|
0
|
|
|
#4 |
|
Thanks, what about pictures and graphics? I know html 5 has gradients and things like that to spice up logo text but I imagine they can't compare to a properly decorated jpeg text logo.
So what does one do? I know you can use % as width, with minimum width etc. Is that the way to go? Great links by the way; many thanks .
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
|
|
|
0
|
|
|
#5 | |
|
Quote:
You have to keep in mind that images use up a lot of bandwidth, so you have to think twice, how many images you actually want to put on your website and what could be done with css3 (gradients and such). The big problem is that now with high resolution displays you have to serve multiple images with different sizes. So a Iphone 3gs might get a small jpeg, while an Iphone 4 or Ipad 3 will need a bigger picture to keep the images nice and not blurred. To get started with sizing images and this is very basic: Code:
img { max-width:100%}
http://bradfrost.github.com/this-is-.../patterns.html |
||
|
|
1
|
|
|
#6 | |
|
Quote:
There are some good 960 Grid CSS frameworks available. Look at 960.gs, Yahoo UI grid css, and Blueprintcss.org If you make headers expandable to full width and then keep the 960 body centered, you will have a great result. Of course, mobile design requires a separate approach. But the trick is to find the most common denominator in height and width. |
||
|
|
1
|
|
|
#7 | ||
|
Quote:
If you're relying in a trick to guess the average / most popular mobile screen size you're doing it wrong. Quote:
For graphic elements I add them into a webfont. They are then vectors so resize without difficulty. It also cuts down on hits to the server as all graphics / icons are contained within one file.
__________________
Obligatory dick waving: 2012 i7/8GB/256SSD MBA; 2010 i7/8GB/256SSD MBP; 2006 Mac Mini; iPhone 4S; iPad 3 |
|||
|
|
1
|
|
|
#8 | |
|
Quote:
. This way is bulletproof and I will be looking into it. I agree that responsive web design is faltered: If you're serving a website with text then it's fine; but if your website has pictures or movies then there it is more involved .
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
||
|
|
0
|
|
|
#9 |
|
Responsive is the biggest trend these days... although I have yet to adopt it. I"m a bit stubborn
![]() I just don't like that fact that I would have to compromise my already existing layouts to incorporate responsiveness. I would basically have to recreate all of my websites.
__________________
PowerMac G4 | iMac 27" | Macbook Pro | iPad | iPhone | Thunderbolt Display --- My Site | Facebook | My Twitter |
|
|
|
0
|
|
|
#10 | |
|
Quote:
.
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
||
|
|
0
|
|
|
#11 |
|
Yeah, I was out of Web Development for almost 4 years. When I came back... whole new world. HTML5, CSS3, Flash is Dead, LESS, SASS, JQuery... The Web Dev world changes rapidly.
__________________
PowerMac G4 | iMac 27" | Macbook Pro | iPad | iPhone | Thunderbolt Display --- My Site | Facebook | My Twitter |
|
|
|
1
|
|
|
#12 | |
|
Quote:
I did it for one of my projects because I wanted to do something different for that particular project and I don't have huge amounts of content or images for that project. |
||
|
|
1
|
|
|
#13 | |
|
Quote:
__________________
Obligatory dick waving: 2012 i7/8GB/256SSD MBA; 2010 i7/8GB/256SSD MBP; 2006 Mac Mini; iPhone 4S; iPad 3 |
||
|
|
1
|
|
|
#14 | |
|
Quote:
RWD isn't just about page width. An iPhone display is vastly different than a desktop browser. The point of responsive design is to provide the appropriate experience. |
||
|
|
0
|
|
|
#15 | |
|
Quote:
).What about images, do you use a script to determine browser size on a cookie? Then have a bunch of different images to select from? How many failsafe images should one create, and where are a list of the common screen sizes as there is nothing on ww3shools.com.
__________________
http://www.preciseformwork.co.uk Concrete Staircase http://www.preciseformwork.com Concrete Stairs |
||
|
|
0
|
|
|
#16 |
|
Responsive web design isn't just about serving up different sized images. The actual page layout can change as well. This is where things get really interesting.
As far as serving up images goes my back end code lets me serve up any sized image. It re-sizes the image on the fly and adds watermarks as needed. Even so I'll just have a couple of sizes that the page will request depending on the layout. Tonight I am going to take a look at Adobe's Edge Reflow package. This is the first thing they have done in recent years that has gotten me excited. If it does what they say it might be a really useful tool. If not then I'll be hand coding my latest project.
|
|
|
|
0
|
|
|
#17 |
|
I thought Adobe Edge Reflow was more of a responsive design application, not something that produces production level code.
__________________
Obligatory dick waving: 2012 i7/8GB/256SSD MBA; 2010 i7/8GB/256SSD MBP; 2006 Mac Mini; iPhone 4S; iPad 3 |
|
|
|
0
|
|
|
#18 | |
|
Quote:
And yes, it is a responsive design tool.It if produces horrible code like most WYSIWYG editors then I'll just hand code. I'm not looking at a very complex design. I just wanted to see what Reflow can do. |
||
|
|
0
|
|
|
#19 | |
|
Quote:
__________________
Obligatory dick waving: 2012 i7/8GB/256SSD MBA; 2010 i7/8GB/256SSD MBP; 2006 Mac Mini; iPhone 4S; iPad 3 |
||
|
|
0
|
|
|
#20 |
|
I'm going through the tutorial now. Even if the code is bad it should save time when I put together the page. If I already have a reference worked out then it should be a snap to code.
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 12:29 PM.






.

).
Linear Mode
