Javascript tool/website for sharing scripts and developing [closed] - javascript

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm looking for a website/service were I can develop and share my Javascript code with others. I had a site open in browser the other which did it nicely, but after searching my history and googling around for half an hour, I can't find anything.
The site I saw was split into four areas: html, css, javascript and result..
Anybody know a site like that?

JSFiddle is what you're looking for.
http://jsfiddle.net

JSFiddle
Note that at times when JSFiddle is slow, you might want to use JSBin.

Related

Auto correction is good or not? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I'm kind of confused that should I use an auto-correction when I am codding with Html, CSS, and JavaScript. Sometimes it is helpful but I feel I learn less??
Opposite, auto correction including function padding and etc is very helpful for people that are just learning language or framework and for people that are experienced. You waste too much time reading docs for each framework just to know which arguments some specific function takes when you can use an IDE and it will do all the work for you.

best Way to learn javascript is through a book or Paid course (i already have some basics knowledge about Programming)? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
best Way to learn javascript is through a book or Paid course (i already have some basics knowledge about Programming) ?
There are some Udemy Courses. You can learn from them.. There is a 7/8 hours crash course of JavaScript in youtube which is made by CleverProgrammer (https://youtu.be/Qqx_wzMmFeA). And also see some basics of JS from Mosh. You can find them in youtube. And yes,You may follow a course book.But to me, it's better to learn from websites(W3School.com) and tutotrial(Youtube)

How to start with javascript code obfuscation? Not looking for tools [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 would love to learn how to do javascript obfuscation. I have been searching through the web but I have not found anything to start with. Only posts about tools and more tools...
Is there any book?
What techinques are there?
Can someone show me some link to understand javascript obfuscation?
There are several ways to do it?
Is this explained in the javascript or ecmascript documentation?
I'm not looking for any tool. I only want to understand it and learn it.
The most comprehensive obfuscation method is converting all JavaScript code to non-alphanumeric characters. This blog post covers how it works and links to a converter tool in case you change your mind.

What is the best 2d graphic library for javascript? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed last year.
Improve this question
I want to make simple 2d game using javaScript.
What should i know before i start?
I'm a c# programmer and I don't have much experience with js.
Is there any design patterns should i know about?
I like PIXI.js as it is really easy to use, yet is really powerful.
I made this Game with it in 48 hours for ludumdare (doesnt work in mozilla, which is a fault in my code not pixi's)

Optimizing pages from side of javascript [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I need to know about two things. I was looking on google but I could not found any good.
First thing is: Location of the scripts in the structure of documents.
Can anyone explain to me what's going on? How it works to optimize pages and where you should put the scripts?
Second thing is: Packing and compressing js code.
I find some packers in google like this: http://dean.edwards.name/packer/ but how its work? All writen scripts should pack?
Please for an explanation or some link to article.
Concerning your first point, one answer to look at would be this one:
https://stackoverflow.com/a/24070373/1145461
Concerning the 2nd point, hopefully this link will help:
http://en.wikipedia.org/wiki/Minification_(programming)

Categories

Resources