Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Dumb Slashdotters (Score 3, Insightful) 414

This is an article about why Java has decent staying power, not about why it is the perfect language, nor most readable language possible. The article does not say people will be using Java in 1,0000 years. But Java became popular and continues to have strong staying power for an old language. There are reasons for that, even if it isn't your cup of tea.

Movies

Men's Rights Activists Call For Boycott of Mad Max: Fury Road 776

ideonexus writes: Aaron Clarey, author of the blog Return of Kings and prominent figure in the Men's Rights Movement, is calling for a boycott of George Miller's new edition to the Mad Max franchise "Mad Max: Fury Road," calling the film a "Trojan Horse feminists and Hollywood leftists will use to (vainly) insist on the trope women are equal to men in all things..." and citing the fact that "Vagina Monologues" author Eve Ensler was brought in to coach the actresses on playing sex slaves who escape a warlord's possession. Critics have been applauding the film, which currently scores 98% on RottenTomatoes.

Comment Yes, partly because it's easy (Score 1) 218

If you need to support IE 7, definitely. But if you don't, you what? Use it anyway. The best of jQuery has been brought into the JavaScript language itself and other libraries. But jQuery still makes a lot of little things easier.

You could use the new querySelectorAll functionality in JavaScript, but learning that teaches you the basics of how to use jQuery. Also, I think jQuery still has a few selectors that aren't in querySelectorAll . Furthermore, querySelectorAll is very long to type.

You can use a different AJAX library, but is that library any easier or better than jQuery? You can do AJAX with no library, but bare JavaScript API is ugly.

It might be better to use Q for promises, but the API for Q is about the same as the jQuery promises API.

Again, you might get these things from other libraries but it has deep extend. It is much nicer to trigger events with jQuery. Ready is much nicer with jQuery.

Ironically, I'm going to refer you to http://youmightnotneedjquery.c... Because guess what? When you look, a lot of those things are a lot easier with jQuery and that site makes it clear.

Also, there are jQuery plugins. I don't think writing jQuery plugins is something that you want to do for a modern webapp, but you might find yourself supporting them.

Comment They use new Windows to break into moblie (Score 1) 445

People keep asking why are they changing Windows when people like what they have? The answer is that new versions of Microsoft Windows will sell whether you like the new features or not. So they are using Windows for other goals. Specifically, they are using Windows for PC to accustom you to their Mobile offerings. That is their most logical way of making money and staying relevant. Just making you really like Windows 10 a lot doesn't really help them.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...