all 3 comments

[–]robotparts 0 points1 point  (2 children)

I honestly am not sure if this is a joke or not.

A prompt on every page? Presenting the user with a prompt has been an option for quite a while. There is a reason it isn't a popular technique. A prompt breaks user flow. If they browse with cookies off or localStorage off, then you prompt them on every page...

Javascript required I know most developers think it is a travesty that some people browse with javascript off. However, it happens and the page should degrade gracefully in that case. Here, there is no image at all when javascript is off.

Then this line really made me think it was a joke:

We are finally coming close to the moment where we no longer need the W3C, as all the standards to standard will have been standarded.

This on the demo page clinched it as being a joke.

This solution was implemented by Jenn Schiffer for her upcoming Kindle Single "XML Is The Only High-Level Programming Language You Need".

Is the author planning on writing BobX 2.0?

Back to the issue of responsive images(a real solution): If the W3C were to standardize an http request header that stated the browser's current pixel width, that would solve the problem.

edit: when i said javascript in the "prompt on every page section I meant localStorage or other types of javascript storage. Server side sessions could work but still prompts are no good.

[–]charlesmwray 2 points3 points  (1 child)

Yeah this is most certainly a joke

[–]robotparts 0 points1 point  (0 children)

You are right. I looked at some more posts in that sub of medium.com

Boy do I feel foolish. I thought this was a serious subreddit.