I like javascript, but I have problem with learning it :)
I mean, i use it at work but I would like to know more, and I think the best way to do it is to read and understand someone else's …
I have opened a project in netbeans to view the project but there is a same error in most of the files. It says that "package javax.ejb does not exist". This is a working project and I am not …
vim comes with a nice built-in interactive tutorial. You can access this tutorial by just running:
$ vimtutor
It is very easy to use because it creates working cases for basic commands. Is there a more advanced tutorial? Has any one …