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
A customer asked me to realize a web app using jQuery to be run from HTML pages inside a CDROM as file:///index.html
When I launch the HTML page I always get security warnings from the browser. Is there a way to avoid all those warnings that are annoying for the user?
Presumably "the browser" is "Internet Explorer".
Give the pages the mark of the web. (One of the examples given for when to do this is "You are coding pages that will be viewed from a CD.")
Add the following to each page (just after the Doctype):
<!-- saved from url=(0014)about:internet -->
Related
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 4 years ago.
Improve this question
A software developer created a web page for us and added the following code at the very bottom of the page:
<script src="show.js"></script>
Is this code dangerous for us to add to our web page? Is there a legitimate reason for the developer to add the above code, and if so what is the purpose of this code?
That's how you would incorporate a JavaScript file with the filename show.js.
JavaScript is an essential part of most websites and required for any interactivity (aside from standard hyperlinks and forms). Open the show.js file in a text editor to see what the script does.
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
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.
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 6 years ago.
Improve this question
I got a code from web, but this code do not run, I need some HTML code to make it RUN in my browser, someone can help ?
The original code I take from this website (github repository)
http://blog.thematicmapping.org/2013/09/creating-webgl-earth-with-threejs.html
Github code repository
https://github.com/turban/webgl-earth
To use WebGL you should run a web server. It will take you about 30 seconds.
Here's 4-5 options
Never disable security in your browser
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 9 years ago.
Improve this question
I am trying to make a website that depends on another website.
If this other website has a certain word written on the index page at the time, then the text on my website says Yes, if it doesn't have that word, then the font on my website says No.
How can I do this?
You'd have to do that through a server side code, which can do cross-domain GET requests for the target websites, check for your desired word and then display the result on your website. You can use php, aspx.net and many more.
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
This page gets a 404
https://github.com/novus/nvd3
This page is blank
http://nvd3.com/
Did something happen to NVD3 or is this just a temporary problem?
Well #bobmonteverde tweeted yesterday that Novus Partners, his employer took the project down and he is going to comply with their decision as heartbroken as it left him.
Today the tweets are gone, so we can assume the project's dead. If you want the latest version, the most recent fork is here.
UPDATE: from the comments of this post, most active discussion on this is currently taking place at
https://groups.google.com/d/msg/d3-js/lxtnWUUnIxo/Z1vt7adPOYUJ
UPDATE 2: It's back at http://nvd3.org. Novus released a statement about NVD3.