A question for web developers.
What problem am I speaking of? The soon to become over-talked issue of web apps developed to work correctly only on one browser(Usually Chrome) without even a reliable fallback to other browsers. I've seen many flavors of this issue in the wild, ranging from the "Proof of concept" sites that make clear their content only works or shows on X Browser, to sites changing landing pages depending on the User-Agent browser where only the chosen browser will have all functionality and the others will simply avoid being "too ugly", and to the extreme case of websites not rendering at all if you do not use whatever browser you are told to.
This is not a new problem, I believe anyone who has developed for some time with MicroStrategy, Appian, SAP or any other JAVA based ERP, BI or BMP, has also encountered this quickly annoying issue of being FORCED to work with Internet Explorer.
However, I do believe there is another side to the coin. A side where, for example, developers that only work for Chrome are able to push the bounds of the available tools and create really neat new web apps.
What I'd like to know is not only your point of view of how good or how bad this issue is. But if you have any ideas on if and how it could be fixed.
Personally, I'm so tired of meeting with clients asking "Why can't we do it if everyone uses (EG) Chrome" or being too afraid to hire new developers because themselves or someone near them has a spooky story involving one of this developers.
2 comments
[ 3.1 ms ] story [ 15.5 ms ] threadI find it hard to believe you get clients that think everyone uses Chrome, that's never happened to me. I've also rarely had a client ask for something to only work in a specific browser, the few exceptions have been making things work for IE6 or older browsers that were used internally by larger corps.
These are just my thoughts, discussion is welcomed :)
And there's another side of the story, in both of the above scenarios, the product/site where developed by Engineers and Web Developers. But each time, plug ins make it easier for "non-code-savy" people to implement (for example) effects on their websites that would be really complicated any other way; which is cool until the moment you notice most of those plug ins are poorly coded. The problem grows as this people sell themselves as web developers and usually charge (as freelancers) much less than the full implementation of the job would be worth. I know this happens a lot, and by a lot I mean that 85% of the independent projects I had this year were about fixing this websites or making them bigger.
I think the problem might be that, in general, we talk about all the marvels of the internet and our work with it that it just makes people want to jump in. We give tutorials, plug ins, API's, and any other tool that makes the job easier, without really pointing out all that should be needed to actually deploy to production.