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
Hello and sorry for my bad english...
Suppose I have a div with a outside script source inside it.
And in the script I print some text/links into this div.
The question is if Google can see and understand this text/links which come from a script and not a normal HTML.
Googlebot does handle some Javascript. It's possible: http://mobile.twitter.com/mattcutts/status/131425949597179904
Initially I would have said "no" but according to this article it looks like they now do!
...it appears Google's bots have been trained to act more like humans to mine interactive site content, running the JavaScript on pages they crawl to see what gets coughed up.
Can't find anything official from Google however
Related
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 9 months ago.
Improve this question
Apologies in advance if I'm missing something obvious here. But to my knowledge, all the code: css, html and JS, are available to anyone visiting your website (or playing your game on the web). How do they prevent people from stealing the original content?
You can use obfuscating tools to make your code less readable.
Also it's possible to make it harder to open devtools on your website.
But it is still not enough. You cannot just prevent somebody from doing something on the Internet. Everything you release to the web is accessible and copyable.
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
So I recently launched a jQuery plugin and people are downloading it, but I'm trying to figure out how I can tell where it's being used. The only way I can think of is to try search for the .js or .css file somehow, maybe the folder name.
Is there anyway to search for this?
This seems like such an obvious idea I'm sure you've thought of it and there's some problem, but how about taking some piece of your code, long enough to uniquely identify it, and search for that? It definitely wont get everything, but maybe the results are better than nothing.
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'm intending to make a javascript WYSIWYG to edit Music Score. Does anybody know any relevant javascript library or something like that? Also I'm so curious to know whether there is any similar open source project out there.
So I thought stackoverflow would be the best place to ask.
Ideas are all welcome on implementation.
The closest thing I know of in Javascript is this: http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html
It's not WYSIWYG editable, so probably won't suit you, but it seems to be about as good as it gets in Javascript/HTML5 right now.
Hopefully things will improve in the future, but I don't think what you're looking for is available yet.
I think https://dmitrybaranovskiy.github.io/raphael/ will be useful for your project.
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 was a big fan of an app called "GremCheck" that was out a while back, that seems to have disappeared.
It was a JavaScript included in a master page that placed an icon at the bottom of the page. It was used during testing. You could define your own tests, and the box could pop up per page and viewers would answer the questions you define (such as "Does this page have the correct title?", "Is the Grammar Correct", "Does the design look consistent").
This was useful for end-user tests groups and quick testing for developers if time was squeezed on full functional testing.
Anyone know where GremCheck went, if I can get to it, and if there's anything out there that does something similar?
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
How can someone physically change a javascript file? It's completely locked down and i've no idea how someone would be able to do this through a web browser.
Rob
Phished / Hacked your ftp credentials..
Obtained root credentials by exploiting database vulnerabilities etc etc..
Do not focus on the actual altered file (that is the payload distributor, if the changes were malicious) but focus on how the gained access on the server..