I
I
IamNotNewbie2015-02-23 07:06:45
Programming
IamNotNewbie, 2015-02-23 07:06:45

How to learn to program if only a browser is available?

I came across programming only at the university, in the course of computer science - Pascal and a site in a notebook. Now I would like to develop this direction for myself.
I used the search, I saw similar questions, but there it seems like general questions with great resources from people. I would like to know the development of this situation.
My work is not related to programming, but often I have free time and a computer on which there is only a browser (chrome + ee) and Word with Excel (no VBA).
The question of goals immediately arises, but there are none. In fact, general programming and, perhaps, a further test of myself in freelancing.
So, what can you get the most out of this for learning programming?
In my humble opinion it's JS/HTML/CSS. But is it possible to twist all this through a notepad and is there a semblance of some kind of database, I don’t know, and I don’t know how suitable it is for general development, because it will turn out to be a narrow specialty for web development. Is the market oversaturated with these specialists?

Answer the question

In order to leave comments, you need to log in

13 answer(s)
X
xmoonlight, 2015-02-23
@xmoonlight

You can write js/html(5)/css code in any text editor and check it locally
(unless there is ajax, websockets, etc.).
the market is DEFINITELY oversaturated with "shitcoders",
but hardly with SPECIALISTS)

K
Kirill Kublyakov, 2015-02-23
@Kublyakov

https://c9.io/ is a powerful online IDE in the browser. For practice, when studying web technologies, it is perfect.

K
Kirill Mokevnin, 2015-02-23
@toxicmt

Practice in the browser and immediately with theory and in Russian: hexlet.io

V
Vladimir Borutkin, 2015-02-23
@Atanvar

There are a bunch of online editors with code checking, etc., etc., google and program in any browser convenient for you in almost any language.

D
dtestyk, 2015-02-23
@dtestyk

games: codecombat.com play.elevatorsaga.com
small snippets: jsfiddle.net , codepen.io , repl.it , jsbin.com
game creation: mightyeditor.mightyfingers.com
drawing: bin.sketchometry.com
algorithms: e-maxx.ru /algo visualgo.net
requests: hurl.it

N
Nikolay Talanov, 2015-02-23
@Ronnie_Gardocki

Well, then God himself ordered to study html + js + css and saw things on codepen.io
There you can also watch other people's work and modify it, as for me it's an extremely simple and pleasant way to start, because everything will be visual (changed a couple of numbers into someone else's demo and immediately everything changed without a refresh!)
Well, in parallel with this, you will read articles and books to turn into a normal specialist, and not a shit coder.

Z
zugo, 2015-02-23
@zugo

There are [almost] complete online IDEs for many languages ​​(including even C++), offhand: C9 , Codeanywhere . It also provides a full-fledged working Linux environment in a virtual machine.

V
Vyacheslav Barsukov, 2015-02-23
@slavabars

No way. Read the theory and examples through the browser, and when you have access to the editors, use the theory.

E
elsa-frozen, 2015-02-23
@elsa-frozen

Online courses: htmlacademy.ru, codeschool.com, codecademy.com, etc.
Online code editors, lots of them: codepen.io, codepad.org, etc.
For the JS/HTML/CSS bundle you suggested, the browser alone is generally enough, because all this is done on the client side.

O
Optimus, 2015-02-23
Pyan @marrk2

Yes, you can, but the worst thing is that you don’t have a goal, so it will be difficult to force yourself to do something normal, to reach the end.

I
Ivan Rakovnikov, 2015-02-23
@Shkolnik97

The evolution of a programmer: notepad > IDE > Vim)
Everyone started with notepads. And no matter how it sounds, working in the editor without code highlighting gives a good training for the future - you find the right place or tag almost instantly.

G
globuser, 2015-02-23
@globuzer

if there is an Internet, then you can even learn a lot from a browser. google it and see the links here. if there is no access to the Internet, then already locally - javascript, html, css, at least at the initial level you can pump it.

M
Mikhail Potanin, 2015-03-05
@potan

Go to a site like Rust By Example , see the examples, try running them, tweak them, and just play around with them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question