What should I use to run HTML/CSS/JS code? [closed] - javascript

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've created a few simple HTML/CSS/JS games. This time a few friends and I are going to create another game that people can download from some website. We want to use HTML CSS and JS even though that is probably not the best option.
All the games I created before I've used Chrome to run them. Of course I can't just make people run my games with Chrome. So how should I run it?

You can try using Electron (http://electron.atom.io/). You can use it to build desktop apps using Html/Css/Js.

Related

How to save a website shortcut on your desktop using java script [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
How to save a website shortcut on your desktop using java script ?
Using JavaScript this is not possible, it is a security feature implemented by browsers. Spammy websites would abuse this feature.
I don't think it is possible : adding to desktop is an OS thing ; JS through browser is not allow to do that. I might be wrong but I'll be surprised.
You can invite the user to do so in a nice enthusiastic modal though!

Default path of database in a bootstrap 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 7 years ago.
Improve this question
My Boss just gave me a website of his friend so the developer that build it was fired and i need to access the data base to change things.
The Website is developed using Bootstrap and I never used it Before where do I find the definition of the database connection help please.
Nowhere.
Bootstrap is a collection of CSS and (client-side) JavaScript.
It isn't a traditional, server-side MVC framework (or anything else that would fulfil a similar role) and doesn't do anything that would involve a database.
Bootstrap might be used in the output of a View from such a framework, but that's handled at a different level in the codebase.

Is it possible to practice AJAX using the Brackets web editor with local files only? [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 7 years ago.
Improve this question
What I'm ultimately trying to accomplish: Making a site that allows you to browse through videos and add/remove them from an AJAX-controlled playlist. So far, my website has only been created through Brackets using local web files, and I'm curious how much I'll need to change my work environment if I want to begin using AJAX with my website. I've never used AJAX before, if that isn't obvious....
You have to use a local server like WAMP (http://www.wampserver.com/en/), MAMP(https://www.mamp.info/en/), or LAMP

Create a mac and windows app that opens local html and javascript pages [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 8 years ago.
Improve this question
I am having the hardest time heading this in the direction I want.
I want to create web apps that will open locally separate from a browser. The app needs to be able to access the internet for database stuff but I want the ability to be able to download and run extra javascript and html code from within the app on the user request.
What web views exist so that I can make this easy?
I think you might be looking for something like:
TideSDK
node-webkit
Adobe AIR
http://clintberry.com/2013/html5-apps-desktop-2013/ is a comparison of some of these and and other solutions.

Javascript Python-Postgres [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 9 years ago.
Improve this question
I'm building a public database of scientific data.
By now I have a postgres 9.1 database running on a machine, and I've been using psycopg2 to interact from python 2.7.
At the other hand, I'm working on a Boilerplate html interface.
The question is, how to build the interaction between the webpage and the python/postgres database? which library should I use ?
Thanks in advance
What you're looking for is a web framework. Finding the right one is a hard choice and source of lots of discussions. Have a look at this list: http://wiki.python.org/moin/WebFrameworks

Categories