Discuss: Google Summer of Code Updates

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Anti-Spam Guide
User avatar
naderman
Consultant
Consultant
Posts: 3754
Joined: Fri Aug 01, 2003 10:06 pm
Location: Berlin, Germany
Name: Nils Adermann

Discuss: Google Summer of Code Updates

Post by naderman »

I appreciate gifts from my Amazon wishlist.
naderman.de twitter: @naderman
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Re: Discuss: Google Summer of Code Updates

Post by Elias »

Very nice work and very nice read!

Thanks
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
Danielx64
Registered User
Posts: 1369
Joined: Wed Nov 04, 2009 5:51 am
Location: In a server room in Australia
Name: Daniel

Re: Discuss: Google Summer of Code Updates

Post by Danielx64 »

It look rather sexy I must say. How can one put it into phpbb 3.0.x line? Would it be too hard?
Please note that I will not be porting any of my mods to phpBB 3.1. Sorry for the inconvenience this may cause.
Image
Pony99CA
Registered User
Posts: 4783
Joined: Thu Sep 30, 2004 3:13 pm
Location: Hollister, CA
Name: Steve

Re: Discuss: Google Summer of Code Updates

Post by Pony99CA »

If somebody does not have a "modern browser" (whatever that means :)), does it gracefully degrade to the previous experience?

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Danielx64
Registered User
Posts: 1369
Joined: Wed Nov 04, 2009 5:51 am
Location: In a server room in Australia
Name: Daniel

Re: Discuss: Google Summer of Code Updates

Post by Danielx64 »

Pony99CA wrote:If somebody does not have a "modern browser" (whatever that means :)), does it gracefully degrade to the previous experience?

Steve

From what I read, the answer should be yes but don't take my words just yet though.
Please note that I will not be porting any of my mods to phpBB 3.1. Sorry for the inconvenience this may cause.
Image
Fyorl
Registered User
Posts: 1
Joined: Tue Apr 03, 2012 4:31 am

Re: Discuss: Google Summer of Code Updates

Post by Fyorl »

Pony99CA wrote:If somebody does not have a "modern browser" (whatever that means :)), does it gracefully degrade to the previous experience?

Steve
The term 'modern browser' here refers to one that supports HTML5, particularly the file API.

To answer your question, if the browser doesn't support the new uploader, the user will simply see the old one which will still function just as it always has.
Pony99CA
Registered User
Posts: 4783
Joined: Thu Sep 30, 2004 3:13 pm
Location: Hollister, CA
Name: Steve

Re: Discuss: Google Summer of Code Updates

Post by Pony99CA »

Fyorl wrote:
Pony99CA wrote:If somebody does not have a "modern browser" (whatever that means :)), does it gracefully degrade to the previous experience?
The term 'modern browser' here refers to one that supports HTML5, particularly the file API.
OK, thanks. As a suggestion (and not just for you), people should say "HTML 5-capable browser" if that's what they mean. "Modern" could mean HTML 5 support, CSS 3 support or even anything newer than IE 6. :shock:
Fyorl wrote:To answer your question, if the browser doesn't support the new uploader, the user will simply see the old one which will still function just as it always has.
I presumed that it would, but just wanted to be sure. ;)

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Oleg
Former Team Member
Posts: 1221
Joined: Sat Jan 30, 2010 4:42 pm
Location: NYC

Re: Discuss: Google Summer of Code Updates

Post by Oleg »

Pony99CA wrote: OK, thanks. As a suggestion (and not just for you), people should say "HTML 5-capable browser" if that's what they mean.
Since the people in charge of html5 decided to not ever stop changing html5, there will never be a browser implementing all of html5, and as such "HTML 5-capable browser" is fairly meaningless.
Participate in phpBB development: Get involved | Issue tracker | Report a bug | Development board | [url=irc://chat.freenode.net/phpbb-dev]Development IRC chat[/url]
My stuff: mindlinkgame.com
Pony99CA
Registered User
Posts: 4783
Joined: Thu Sep 30, 2004 3:13 pm
Location: Hollister, CA
Name: Steve

Re: Discuss: Google Summer of Code Updates

Post by Pony99CA »

Oleg wrote:
Pony99CA wrote: OK, thanks. As a suggestion (and not just for you), people should say "HTML 5-capable browser" if that's what they mean.
Since the people in charge of html5 decided to not ever stop changing html5, there will never be a browser implementing all of html5, and as such "HTML 5-capable browser" is fairly meaningless.
I think the same is true of CSS 2 and CSS 3; many browsers support parts of them but not the whole thing. Nonetheless, saying "HTML 5-capable" or "CSS 3-capable" is still more useful IMHO than saying "modern". The only truly precise option would be to specify browser versions, which would become unwieldy; my suggestion provides more precision than "modern" without being so verbose. :)

Also, I presume that there will be an HTML 6 at some point, at which time HTML 5 standards development will slow down or stop. ;)

Finally, getting somewhat back on track, if this change is implemented, what doctype will phpBB support? I presume that it won't be XHTML 1.0 Strict as it does now.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Discuss: Google Summer of Code Updates

Post by A_Jelly_Doughnut »

Correct. phpBB 3.1-dev is currently running with an HTML5 doctype (they did away with transitional and strict AFAIK)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: Discuss: Google Summer of Code Updates

Post by MichaelC »

Oleg wrote:
Pony99CA wrote: OK, thanks. As a suggestion (and not just for you), people should say "HTML 5-capable browser" if that's what they mean.
Since the people in charge of html5 decided to not ever stop changing html5, there will never be a browser implementing all of html5, and as such "HTML 5-capable browser" is fairly meaningless.
The HTML5 specification has not been finished yet; however many browsers support [some/most] of the current HTML5 features. If I recall correctly the W3C's timeline was to have a full specification and to give it a W3C Recommendation in 2014 but I'm not sure if that is still the case.

EDIT: Looked this up a bit and you can see a breakdown of components by status here. I also looked at the schedule and the Last Call date was delayed and I even found one place where the editor of the HTML5 Spec was talking about finishing in 2022.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
naderman
Consultant
Consultant
Posts: 3754
Joined: Fri Aug 01, 2003 10:06 pm
Location: Berlin, Germany
Name: Nils Adermann

Re: Discuss: Google Summer of Code Updates

Post by naderman »

HTML5 is a "living standard". There is no versioning anymore HTML5 is just HTML. There won't be any later versions either, since HTML now just evolves. As such there simply is no HTML standard that can be fully implemented, but only ever the HTML standard at the time. And there won't be any final version either.

See http://blog.whatwg.org/html-is-the-new-html5
I appreciate gifts from my Amazon wishlist.
naderman.de twitter: @naderman
uuiiuu
Registered User
Posts: 127
Joined: Wed Jan 25, 2012 12:01 pm

Re: Discuss: Google Summer of Code Updates

Post by uuiiuu »

wow looks good! cant wait for the new system :D
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: Discuss: Google Summer of Code Updates

Post by keith10456 »

Looks good... Keep up the good work! I'm certain members across the phpBB community will appreciate it ;)
Pony99CA
Registered User
Posts: 4783
Joined: Thu Sep 30, 2004 3:13 pm
Location: Hollister, CA
Name: Steve

Re: Discuss: Google Summer of Code Updates

Post by Pony99CA »

naderman wrote:HTML5 is a "living standard". There is no versioning anymore HTML5 is just HTML. There won't be any later versions either, since HTML now just evolves. As such there simply is no HTML standard that can be fully implemented, but only ever the HTML standard at the time. And there won't be any final version either.

See http://blog.whatwg.org/html-is-the-new-html5
Thanks for clarifying that. I guess that means that there won't be an HTML 6. :)

However, won't that make things difficult for HTML validators? How will a validator be able to correctly recommend what HTML elements/attributes are valid? Removing versions seems like a bad decision to me. It would be like the phpBB team saying "phpBB is a living project (which it is) and therefore doesn't need versions." :?

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

Return to “phpBB Discussion”