Java/HTML Quick start

Does exactly what it says on the tin. Some of the nonsense contained herein may be very loosely related to The Sisters of Mercy, but I wouldn't bet your PayPal account on it. In keeping with the internet's general theme nothing written here should be taken as Gospel: over three quarters of it is utter gibberish, and most of the forum's denizens haven't spoken to another human being face-to-face for decades. Don't worry your pretty little heads about it. Above all else, remember this: You don't have to stay forever. I will understand.
Post Reply
User avatar
Obviousman
Outside the Simian Flock
Posts: 7090
Joined: 22 Aug 2004, 12:14
Location: Soon over Babaluma
Contact:

In need of a quick start guide to both of these, does anyone know any good books/sites that might help me to roughly understand? I've got access to books24x7 which apparently has lots of stuff available as read online (i.e. the for dummies series), so if anyone can point me to a good one, don't hesitate :D

Thanks :notworthy:
Styles are a lie.

My Facebook/My Flickr
User avatar
Obviousman
Outside the Simian Flock
Posts: 7090
Joined: 22 Aug 2004, 12:14
Location: Soon over Babaluma
Contact:

I knew I could rely on you :notworthy:
Styles are a lie.

My Facebook/My Flickr
User avatar
lazarus corporation
Lord Protector
Posts: 3428
Joined: 09 May 2004, 17:42
Location: out there on a darkened road
Contact:

HTML is something you should be able to learn fairly quickly from the links given above - it's a simple mark-up language

Java, on the other hand, is a complicated object-orientated programming language which will take you a few years to learn. I just want to check that you didn't actually mean JavaScript, not Java.
User avatar
Obviousman
Outside the Simian Flock
Posts: 7090
Joined: 22 Aug 2004, 12:14
Location: Soon over Babaluma
Contact:

Aye, I know HTML is fairly easy and doable, so a couple of pointers was what I needed. I need to help do some stuff on a new corporate intraweb thingy we're starting, I kind of volunteered (slightly less Chinese volunteered than what they'd expected), the manager said some basic html and java knowledge was what he needed. I did dabble with Frontpage before but wouldn't mind having a bit more background this time :)

Not a clue whether it's Java or JavaScript, possibly the basic-est of the both? You'll probably know better :wink:
Styles are a lie.

My Facebook/My Flickr
User avatar
Big Si
School Bully
Posts: 6747
Joined: 19 Nov 2002, 00:00
Location: Glesga Central

Obviousman wrote:Aye, I know HTML is fairly easy and doable, so a couple of pointers was what I needed. I need to help do some stuff on a new corporate intraweb thingy we're starting, I kind of volunteered (slightly less Chinese volunteered than what they'd expected), the manager said some basic html and java knowledge was what he needed. I did dabble with Frontpage before but wouldn't mind having a bit more background this time :)

Not a clue whether it's Java or JavaScript, possibly the basic-est of the both? You'll probably know better :wink:
I'll be starting some Javascript soon, General. PM me your email address as I may have some stuff to send you :wink:
Wyrd bið ful aræd...

mybelgiannemesis
User avatar
Obviousman
Outside the Simian Flock
Posts: 7090
Joined: 22 Aug 2004, 12:14
Location: Soon over Babaluma
Contact:

Groovy :D Email = msn for me :wink:
Styles are a lie.

My Facebook/My Flickr
User avatar
Harvey Winston
Amphetamine Filth
Posts: 226
Joined: 09 May 2008, 19:43
Location: Barton, by the sea!

sounds like it's javascript. java depends on what you use for the back end grunt, I don't think many people use it for applets (is that what they're called these days?).

Have you dipped your toes in the content management system - templating, approval, workflow etc...? Intranets (like most websites) are all about separating the content from the presentation - publish the content to a database/xml files & generate the content dynamically, using caching to reduce the load.

w3schools is a great recommendation from Si, excellent site.

you'll need to go up to the elbows in CSS too :wink: have fun!
User avatar
markfiend
goriller of form 3b
Posts: 21181
Joined: 11 Nov 2003, 10:55
Location: st custards
Contact:

Yeah I think they mean JavaScript not Java. +1 for w3schools.

http://reference.sitepoint.com/html and the associated css and js sections are a good reference, but probly not for beginners.
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
Post Reply