Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the booboo I made back in 2009 #193

Open
remy opened this issue Aug 5, 2015 · 4 comments
Open

Fixing the booboo I made back in 2009 #193

remy opened this issue Aug 5, 2015 · 4 comments

Comments

@remy
Copy link
Collaborator

remy commented Aug 5, 2015

The original version of this blog post told reads to hotlink to the code.google.com project directory to get their HTML5 enable-goodness.

Since then, I've been schooled in the error of my ways, and if you happen to land on (either of) the HTML5 shiv projects, you'll get redirected to this repo. Yay.

But Google being the beast that it is, is shutting down code.google.com. Obviously. ¯_(ツ)_/¯

The impact? Well, the redirect that I mention earlier is great, except it does nothing for this particular link: http://html5shiv.googlecode.com/svn/trunk/html5.js

I think this is the real issue that come 2016, this link will break and likely break a fair sized chunk of web sites (aside: I guess that's a legacy I can kinda be proud of...it's one for the books at least...).

So, I'm proposing at least me pushing a change to the svn repos (on code.google) that includes a console.warn. It's a start, but I think there may have to be a bigger initiative to warn people and get them moving to their own local version, running from a(nother) CDN (wikipedia points to cloudflare today) or if it all possible, use Mr Sir Gentleman Uber Knight @paulirish's mega-connections (given he's 2nd in line to the crown of Google-dom) to get some kind of redirect in place on a permanent basis.

In the short term, any thoughts on the console.warn message?

@Kroc
Copy link

Kroc commented Aug 5, 2015

Personally, I think alert("ZOMG HAXZORS!!!!"); would get developers to update their code a lot quicker :)

@remy
Copy link
Collaborator Author

remy commented Aug 5, 2015

No doubt, but I also doubt if the developers are actually looking at the
site...rather than the users!

On Wed, 5 Aug 2015 12:32 Kroc Camen notifications@github.com wrote:

Personally, I think alert("ZOMG HAXZORS!!!!"); would get developers to
update their code a lot quicker :)


Reply to this email directly or view it on GitHub
#193 (comment).

@jimaek
Copy link

jimaek commented Aug 5, 2015

Maybe create a web page listing the alternative solutions (bower, npm, CDNs...) and simply link to it in the console. A console message is a good solution and worked great for sockjs when they discontinued their own CDN and motivated all users to switch to a third-party one(jsDelivr).

@dcohenb
Copy link

dcohenb commented Oct 1, 2015

What about throwing in there:
alert('STOP USING IE!');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants