lllorddino's comments

lllorddino | 9 years ago | on: Make the Web Work for Everyone

> Millions of websites have compatibility problems on one or more of the major browsers, leading to a poor user experience.

Can we just let these older browsers die out by not developing for them? Surely the users using them will update once every website they visit is broken.

Personally I only add the html5shiv and make HTML5 elements display block.

lllorddino | 9 years ago | on: Getting your site indexed faster by Google

So I just clicked that link and got this:

Fatal error: Out of memory (allocated 16252928) (tried to allocate 12288 bytes) in /home/practice/public_html/www.HeroKeys.com/wp-content/plugins/jetpack/class.jetpack.php on line 6278

lllorddino | 9 years ago | on: No grades, no timetable: Berlin school turns teaching upside down

> such as coding a computer game instead of sitting a maths exam.

Okay I suck at math but am decent at programming and the last time I checked there is a bunch of math in game development.

I agree that some subjects in school are useless but if you give a kid the option of doing whatever he wants versus learning math (which most would) then I'd say your school system sucks.

lllorddino | 9 years ago | on: JSON Web Tokens vs. Sessions

Is there anything wrong with saving the token in the cookie? I'm not exactly sure how to save them in the header. I'm guessing save it to localStorage and use javascript to pass it back to the server?
page 2