Just dumping a few links:

http://www.emacswiki.org/cgi-bin/wiki/ contains great pointers to all kinds of docs, extensions, customizations and other stuff that emacs users found useful. Really the first place to look. For a start, take a look at the emacsnewbie and programming categories.

Lispcast recently did a nice article on improving your emacs skills

the reference card is helpful too (links to a generated pdf. your emacs bundle should contain the at least the tex source if you want to generate one yourself).

Also, comp.emacs is a useful usenet group.

Also, will Emacs answer my needs for HTML, CSS, JavaScript, PHP, MySQL, Perl, and Python coding? Especially when, for example, HTML and CSS, or PHP and HTML are mixed in a file?
Yes it will, but you will need to install at least a few of those language modes yourself, since current emacs doesn't come with, for example, a javascript mode (I've been informed that this is probably going to change). Again, see the emacswiki. As for combining them, mmm-mode is probably the most used mode for this problem, and it works fine.


In reply to Re: Getting into Emacs? by Joost
in thread Getting into Emacs? by tmallen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.