This is why I am for creating new, mobile style AND rewriting prosilver to responsive layout. It would display prosilver properly even if new mobile browser is being used and phpBB will not have user-agent match included yet. However, we should send much less data to mobiles, thus creating mobile style is really important.Oleg wrote:...Practically, mobile style should be lighter than a desktop style, due to bandwidth available on mobile devices...
[RFC] Responsive layout
Re: [RFC] Reponsive layout
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] Reponsive layout
Yeah, this is exactly what I think, too.Senky wrote:This is why I am for creating new, mobile style AND rewriting prosilver to responsive layout. It would display prosilver properly even if new mobile browser is being used and phpBB will not have user-agent match included yet. However, we should send much less data to mobiles, thus creating mobile style is really important.Oleg wrote:...Practically, mobile style should be lighter than a desktop style, due to bandwidth available on mobile devices...
Re: [RFC] Reponsive layout
That sounds good. Then we'll be able to compare both solutions and select which one to use.. or maybe both.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: [RFC] Reponsive layout
Thanks for explaining...Arty wrote:In addition to what callumacrae posted, posting suggestion like this in 10 pages long thread is never a good idea. As soon as thread will reach page 11, everyone replying to it will not read my post (nobody reads 10 pages of thread, people read only first and last pages) and will reply to what was discussed in first post of thread. It is pointless.Unknown Bliss wrote:Why are you making a separate RFC?
+ 1
Re: [RFC] Reponsive layout
"First page load" should be fast. Waiting 10 minutes for the first page to load is not acceptable.Arty wrote: Stylesheet, images, scripts are loaded from server only on first page load, then those elements are loaded from browser cache.
Yes, counting everything that is loaded.Arty wrote: 5x is realistic if you count all external elements that are cached, but 10x is unrealistic.
You seem to be trying to make a style for broadband connections that happen to have narrow browser width. This is different from a lightweight mobile style.Arty wrote: That's by design and it will stay there. Just because style is usable on mobile device, doesn't mean it has to look ugly. Prosilver does not have such design feature.
Re: [RFC] Reponsive layout
10 minutes? We are not in last century, mobile connections are very fast. It takes 5-6 seconds for me to load first page on my phone without cache, 2-3 seconds for subsequent pages, which is similar to speed I get on my computer.Oleg wrote:"First page load" should be fast. Waiting 10 minutes for the first page to load is not acceptable.
Yes, exactly. This is what this topic is about - adjusting existing style to work on narrow width browsers, not to make separate lightweight mobile style.Oleg wrote:You seem to be trying to make a style for broadband connections that happen to have narrow browser width. This is different from a lightweight mobile style.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: [RFC] Reponsive layout
+1Oleg wrote:Conceptually, browser window size less than 1000 horizontal pixels does not necessitate a mobile device, despite what a lot of people seem to think nowadays.
Practically, mobile style should be lighter than a desktop style, due to bandwidth available on mobile devices. Let's say at least 5x lighter, maybe 10x lighter. A single style still loads 1) all markup, 2) all images, 3) huge stylesheet. I'm seeing shadow and corner images in livehttpheaders. These all should not be existing in a mobile style.
Speed does matter. I'm personally with going for a separate style route after seeing some benchmarks. The three things that should be important for use on a mobile:
- Maintainable - This would likely be easier with having a responsive design; however how often will it get tested during development (except functional tests) on mobiles & tablets? It could get too easily broken. I'd say they are about equal, maybe with a responsive design edging it. With a separate style there isn't much to maintain.
- Usablity - It needs to be easy as possible to use. While responsive designs do an ok job of this, its still a lot easier with something purpose built.
- Speed - We've already worked out that purpose built is a lot better in this respect.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: [RFC] Reponsive layout
That's a good point. Most forum owners have no clue about HTML, they'll put tables or whatever in header/footer to add their own logo and will completely mess up responsive layout while doing it. They won't mess up separate mobile style.Unknown Bliss wrote:Maintainable - This would likely be easier with having a responsive design; however how often will it get tested during development (except functional tests) on mobiles & tablets? It could get too easily broken. I'd say they are about equal, maybe with a responsive design edging it. With a separate style there isn't much to maintain.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: [RFC] Reponsive layout
"Responsive layout" is then fine and dandy (assuming I can still access everything with smaller width windows) but not a replacement for a mobile style.
Please keep in mind you are not only building software for yourself here.Arty wrote: 10 minutes? We are not in last century, mobile connections are very fast. It takes 5-6 seconds for me to load first page on my phone without cache, 2-3 seconds for subsequent pages, which is similar to speed I get on my computer.
Re: [RFC] Reponsive layout
Of course, but please use real numbers, do not exaggerate.Oleg wrote:Please keep in mind you are not only building software for yourself here.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts