Copyright when using parts of a third-party javascript from a webpage [closed] - javascript

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When i like a certain Javascript (for menu highlighting or so) used by some website, it would be pretty easy to copy this script from that site's source-code and use it in mine.
I would consider doing so as unauthorized use of intellectual property, since I have been granted the right to use this javascript in my browser, but certainly not to copy it and use it for my own purposes, even though it is so deceptivly easy to reuse other people's work without asking for permission.
I don't know much about online-copyright law, but is my stomach feeling right in this case?

Yes. You don't have a license to use it elsewhere.

Related

How to build a website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a really really big question which is how to write a social networking website like facebook? I want to know which language should I use and why. And also the relationship of them or the whole structure of website. Only a general idea of blue print will be all right. However I don't mind if u can tell me things in detail. Thanks in advance.
Simply put: You can't realistically without a huge team of experts and lots of money. If you're a full-stack developer I'm sure you can pull off a website that has user profiles and a commenting system just with HTML, CSS, javascript, AJAX, and something like PHP/MySQL on the backend (lots of options here). Facebook is obviously a lot more complicated than that though, especially with all the asynchronous features going on such as the chat system.
Extended answer: https://www.forbes.com/sites/quora/2013/05/20/how-is-a-facebook-like-site-actually-created-from-scratch/#71ee985bdd2d

Improve translate better for website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a my own website, and i use google translate on it, but the result is not good. I use the contribute and try to improve the translation content. But after that, there is no change. Could any body help me. Thank you very much
I do the same as this
https://webmasters.googleblog.com/2012/05/now-you-can-polish-up-googles.html
But it do not know how to sign in.
Suggested improvements aren't automatically applied, and probably aren't even ever applied specifically to the website they were suggested for. They are used by Google's developers to improve the software in general.
Automated translation software simply isn't good. It never has been and it has a long way to go before it is.
If you want good quality translations of your website, then get it translated by someone who is fluent (and preferably a native speaker) of the target language.

Advertising Links Websites [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have recently noticed that when i visit certain websites, there are usually links tied to certain words. I can't find an answer from where i have looked, and i have noticed similar trends from several websites, but especially my own.
Is this a programming, hack issue that can be solved by adding specific code or is it my hosting company doing this, or does it mean that someone has gained control to my ftp portal?
Please see the image below of what i mean and any help would be appreciated.
They're called in-text contextual advertisements, though they probably have many names. Here's a wiki article about them:
http://en.wikipedia.org/wiki/In-text_advertising
I don't know if Google offer these (due to how annoying they are), but I'm pretty sure AdBrite does:
http://www.adbrite.com/mb/exchange_publishers_ad_formats.php
You probably have adware installed on your computer. Some web searches point to browser addons called "Facetheme" and "Better Links".

I would like to know of a site that would be useless if JavaScript was disabled [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I am looking for a site that if I disabled JavaScript the site would be useless, and what other functions would I not be able to use. Does anyone have a name of a site that I can look at? I want to know what no longer works.
You're looking at one right now.
Not quite sure if this is really programming related... but YouTube and Google Docs for instance.
http://jsfiddle.net
Most sites that use javascript heavily become less useful rather than useless. In order to do that, many of them will implement the important parts twice - once with javascript, and a less sophisticated version without.
Despite the popularity of the question, this one doesn't even load w/o JS.
http://www.graphikdesign.it/
Google.com looses it's Instant search capability with Javascript off.

JavaScript distributed computing project [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I made a website that does absolutely nothing, and I've proven to myself that people like to stay there - I've already logged 11+ hours worth of cumulative time on the page.
My question is whether it would be possible (or practical) to use the website as a distributed computing site.
My first impulse was to find out if there were any JavaScript distributed computing projects already active, so that I could put a piece of code on the page and be done. Unfortunately, all I could find was a big list of websites that thought it might be a cool idea.
I'm thinking that I might want to start with something like integer factorization - in this case, RSA numbers. It would be easy for the server to check if an answer was correct (simply test for modulus equals zero), and also easy to implement.
Is my idea feasible? Is there already a project out there that I can use?
Take a look at http://www.igvita.com/2009/03/03/collaborative-map-reduce-in-the-browser/ and http://www.igvita.com/2009/03/07/collaborative-swarm-computing-notes/

Categories

Resources