Hey Jeff, thanks! It looks as if ubuntu comes with Jquery already installed. I must try it.
I found a good javascript forum for asking help. Normally I try to solve problems on my own, but sometimes I stuck in places. Crowded help forums take some of the guilt out of asking.
Jeff, I like showing you stuff when I think it might be interesting to you or others here, or when the other forums don't have an answer. That's good, right?
Isaac wrote:Hey Jeff, thanks! It looks as if ubuntu comes with Jquery already installed. I must try it.
I actually didn't know that (I wonder why they preinstall it), but it's just a single *.js file download, so I'd recommend downloading it from jquery's site for up-to-date-ness.
Isaac wrote:Crowded help forums take some of the guilt out of asking.
You should feel guilty for feeling guilty about asking programming questions in a forum for asking programming questions.
Isaac - I use jQuery a ton. Just hotlink to the google code hosted version - most people link to this, because it's common enough it is stored in cache.
Also, when you have questions, go to http://www.stackoverflow.com. They are extremely helpful when it comes to Javascript questions (php too). Just keep in mind they heavily moderate, and they take their answer scoring system very seriously (i.e. if someone answers your question, check the correct awnser).
Another essential: install the Firebug add-on to Firefox and use it for debugging. The console is a life saver, especially if you do anything with ajax.
Thenior wrote:Also, when you have questions, go to http://www.stackoverflow.com. They are extremely helpful when it comes to Javascript questions (php too). Just keep in mind they heavily moderate, and they take their answer scoring system very seriously (i.e. if someone answers your question, check the correct awnser).
I guess that is because they are taking quality very seriously and have learned from other places in the web (e.g. many "support" forums) how not to do it. The place to find (or give) answers with the highest general expertise level I know of. There may be specialized places with (even) more knowledgeable people, but StackOverflow scores with the mass of qualified participants.