Go Back   CodingForums.com > :: Client side development > JavaScript programming > DOM and JSON scripting

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-16-2013, 11:49 PM   PM User | #1
vmars316
New to the CF scene

 
Join Date: Feb 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
vmars316 is an unknown quantity at this point
I am looking for a tutorial of sorts :

Hello & Thanks ,
I am looking for a tutorial of sorts :
Something with a view of html , javascript , and css ,
and how they fit together .
Perhaps a small webPage , with pointers & arrows with comments .
THanks...Vernon
vmars316 is offline   Reply With Quote
Old 02-22-2013, 01:59 PM   PM User | #2
Vincent Puglia
Regular Coder

 
Join Date: Jul 2003
Location: where the World once stood
Posts: 256
Thanks: 0
Thanked 2 Times in 2 Posts
Vincent Puglia is an unknown quantity at this point
w3schools has a slew of tutorials on web programming
__________________
mod at WebXperts
Vincent Puglia is offline   Reply With Quote
Users who have thanked Vincent Puglia for this post:
vmars316 (02-23-2013)
Old 02-22-2013, 05:01 PM   PM User | #3
vmars316
New to the CF scene

 
Join Date: Feb 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
vmars316 is an unknown quantity at this point
Thanks Vincent ,
Yes, w3schools does have some good tutorials .
The problem is the forums there.
There is one fellow "Ingolme" who gets pretty nasty .
When I ask questions ,
see : http://w3schools.invisionzone.com/in...=&fromsearch=1

I only go there after I have exhausted all else .
Thanks...Vernon
vmars316 is offline   Reply With Quote
Old 02-23-2013, 08:41 AM   PM User | #4
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,033
Thanks: 197
Thanked 2,410 Times in 2,388 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
Quote:
Originally Posted by Vincent Puglia View Post
w3schools has a slew of tutorials on web programming
And they are in many cases very much out of date!

Try http://www.tizag.com/
__________________

All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.

Last edited by Philip M; 02-23-2013 at 08:44 AM..
Philip M is offline   Reply With Quote
Users who have thanked Philip M for this post:
vmars316 (02-23-2013)
Old 02-23-2013, 05:18 PM   PM User | #5
vmars316
New to the CF scene

 
Join Date: Feb 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
vmars316 is an unknown quantity at this point
Link seems to be out of date :
No mention of Html5 .
Thanks...vm
vmars316 is offline   Reply With Quote
Old 02-23-2013, 08:53 PM   PM User | #6
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,449
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
w3schools is run by two guys. With the number of topics covered and assuming they work on it full time they might have the site up to date for 2013 by 2025.

Currently there are no topics on that site that are completely up to date (except perhaps for HTML 4). Just how far out of date each topic is depends on how much the information for the topic has changed since they first wrote it. Since the HTML standard has been the same since 1997 that section is reasonably up to date (can't see any reason why they'd add info for HTML 5 when it isn't a standard yet and so much of the site is actually antiquated). The JavaScript section is particularly bad and mostly teaches how to write scripts for use with Netscape 2 and 3 and IE 3. Most of the other sections fall somewhere in between but are getting more antiquated all the time.

If you are going to use tutorials written and maintained by one or two people then pick ones where they are dealing only with one topic and not dozens as then there is some chance that they will be able to keep it up to date.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Users who have thanked felgall for this post:
vmars316 (02-25-2013)
Old 02-24-2013, 02:17 AM   PM User | #7
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,454
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
do you and all of us a favor: stay away from w3fools and try to forget everything you read there.

checkout the mdn for some good tutorials and up-to-date references.
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%
rnd me is offline   Reply With Quote
Old 02-25-2013, 11:20 PM   PM User | #8
vmars316
New to the CF scene

 
Join Date: Feb 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
vmars316 is an unknown quantity at this point
Quote:
Originally Posted by rnd me View Post
http://danml.com/
http://danml.com/
Geez , what a great site...Thanks...vm
vmars316 is offline   Reply With Quote
Old 02-25-2013, 11:35 PM   PM User | #9
vmars316
New to the CF scene

 
Join Date: Feb 2013
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
vmars316 is an unknown quantity at this point
I ran a source file containing html/css/js thru the javaScriptFormatter ,
but it output everything as one line .
Is that because the file is a mix of html/css/js ?
Thanks...vm
vmars316 is offline   Reply With Quote
Old 02-26-2013, 01:13 AM   PM User | #10
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,449
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by rnd me View Post
stay away from w3fools and try to forget everything you read there.
There's nothing wrong with w3fools - that site does a reasonable job of pointing out some of the reasons why you should avoid w3schools.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Tags
tutorial

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:42 AM.


Advertisement
Log in to turn off these ads.