I'me afraid "fast" will not be possible. Javascript is a very wide language, and so is PHP.
For what concerns Javascript, I would recommend you having a look at the jQuery framework.
It is easy to...
There is no "official way" to write things, but I always consider the fact that I am not alone writing the code.
I adopted this way of writing because it is...
I found this case a very good example of what happens when you don't respect code notation standards.
You will notice that I did not change a single line of code. All what changed are the quotes....
Actually, jQuery should only be the final touch (the one clients most appreciate lol). The important thing is to get your site W3C compliant.
http://validator.w3.org/
The <tt>, <i>, <b>, <big>, and <small> tags are all font-style tags. Font-style tags are defined in HTML4, but it is strongly recommended to use CSS styling instead.
I sort of understand your point, even if I don't agree.
An object is very powerfull in matter of variable manipulation. Far more than any other method.
Of course, using objects as variable...
I would say that if you manage to make 1€, then you know how to do and sky is the limit. Making money on the web is no contract job. It's about doing the right moves at the right moment. Even if you...
I believe that a good developper will always be original, whatever he works on.
The point I fully agree with is that someone who only works with CMS (without true devellopment skills) will never...
I would say the list is short and the content illimited.
PHP, HTML, CSS, JAVASCRIPT are the essentials to make a modern web site.
Only with those, you could spend a lifetime learning.
Now, to...