Move The Web Forward
movethewebforward.org
Move The Web Forward
1–10 of 20 posts
Re: Move The Web Forward
#2Re: Move The Web Forward
#3Why the downvotes? DNS for this site was not working at the time this was posted. Possibly they just changed there IP and it did not propagate to all dns servers.
Re: Move The Web Forward
#4Other ways to move the web forward: stop supporting Internet Explorer altogether. That browser needs to stop being coddled and forced to get with the times. The difference between Webkit and Gecko rendering is almost a non issue but when you start having to support Trident then it's almost like having to code a site twice. Let's just stop supporting it and either let that thing die or force it to keep up. Version 9 and 10 are steps in the right direction but it can do better.
That said, we can't always drop IE support. Very high traffic, corporate, and intranet sites will still need to have support for IE for some time but all in all, lets drop it when it makes sense. Personal sites and even some business sites can work. I personally don't do anything to specifically support IE on my own business' website and it hasn't hurt me a bit. Let's take a risk here and there and drop IE support and move forward.
Moving forward is about more than just code though. It's also about user experience. A site with code that's 100% valid but is hard to use or uses distracting elements like gratuitous animations isn't moving forward. It's just building a site that looks like its from the 90's except with modern, valid code. That's lame.
Re: Move The Web Forward
#5If anyone is also interested in another excellent compilation of learning websites. Another collaboration of web developers created this:
It provides some excellent resources on beginning to learn HTML and CSS.
Re: Move The Web Forward
#6This webpage is not available Why the downvotes? DNS for this site was not working at the time this was posted. Possibly they just changed there IP and it did not propagate to all dns servers.
Re: Move The Web Forward
#7Re: Move The Web Forward
#8I'm all for this. Especially teaching others. I recently befriended someone from HN who's been asking how to code in HTML and CSS. I directed to my github account and have been writing little tutorials to answer his questions over email. It really helps you get a better understanding of your own skills when you teach it to others. I'd also much prefer someone ask me directly than reading some tutorials online. There…
Agreed, thank you! I'm pretty close to launching a web app I've been developing over the past 6 months or so; I've decided not to support any version of IE.
I made that decision in part b/c of the feature set it needs to support, but also due to principle - I don't believe Microsoft has ever been as passionate about the web as it's competitors. The browser apathy represented in IE 6 - 8 supplements that, and we still see the same in recent versions. For example, IE 9 lacking support for local databases, ES5 strict, remaining on long-term release cycles, etc. So if we want better, we have to vote for it, by choosing to drop support for the lesser browsers that exist in the ecosystem.
Re: Move The Web Forward
#9I'm all for this. Especially teaching others. I recently befriended someone from HN who's been asking how to code in HTML and CSS. I directed to my github account and have been writing little tutorials to answer his questions over email. It really helps you get a better understanding of your own skills when you teach it to others. I'd also much prefer someone ask me directly than reading some tutorials online. There…
Really? I've been pretty happy with IE9, generally 98% of my code works perfectly, it's just a matter of drop shadows, rounded corners, etc that don't work. I honestly want to know what breaks so horribly that it's like coding a site twice.
My memories of IE6 make IE9 seem like a completely different browser. It is somewhat, since they rewrote their rendering engine to fully support CSS 2.1 in IE8.
Re: Move The Web Forward
#10Whatever your opinion on either, ignoring their existence completely is not going help "move the web forward".