Click to See Complete Forum and Search --> : HTML and Perl Programming
J_K9
August 18th, 2004, 01:16 PM
I am quite familiar with HTML programming, but I'd like to learn some of the advanced stuff. Does anyone know any good HTML tuts or some good books, whether basic or advanced HTML.
Also, I'd like to learn Perl, so could you please recommend some good tuts and/or bks for newbs?
dspeidel
August 18th, 2004, 03:52 PM
The Llama bk from O'Reilly publishers (http://www.oreilly.com/catalog/perlcdbs3/index.html) now looks to be several books on CD.
Cheers,
-D
chsh
August 18th, 2004, 04:11 PM
For HTML, the best free resource you will find (IMO) is W3C Schools (http://www.w3schools.com/). It has everything from HTML, XHTML, CSS, Javascript, and other data trans. languages (XML, RDF, et. al).
For Perl, there are a number of good book resources. Perl in a Nutshell and Practical Perl Programming are two of my favourites.
Juridian
August 18th, 2004, 10:49 PM
AFAIK, HTML is deprecated and you should probably look into xhtml and cascading style sheets. Client side scripting is so-so....I myself dodge it because compatability between browsers sucks.
Oreilly has tons of perl resources, a quick google will lead you there. There is also activestate.com if you are doing it for windows. LWP for perl is fun. :)
whizkid2300
August 19th, 2004, 02:16 AM
/me looks around like someone said boobie.
Did someone say perl?
Ok perl here we go.
www.perlmonks.com
www.perl.com
www.cpan.org
www.tpj.net (Not sure if that one is net or com, it evades me.)
As far as tutorials, I could qoute off a million and one the better thing is what do you want to do with perl? If you want to do only web programming. Then CGI programming with Perl, published by Orielly is the way to go.
If you are into coding Applications and you want to start out, as said the Llama book is the way to go. The books actual name is, Learning Perl. Great book. It is published by Orielly.
As for just picking up a couple basics to play around with, let me know. I will hook you up with somethings to do. I have more than enough Stuff on the top of my head to help you out with.
I am going to say if you are going to learn perl, don't half ass it. Perl is an easy language to learn, but has a couple things that are shearly a pain in the ass.
Let me know via PM if you need anything.
J_K9
August 19th, 2004, 11:07 AM
Thanks every1 for the help! I've looked at the reviews of the books and they look good, so I'm ordering a few. Thanks again!
J_K9