Register and join over 40,000 other developers!
Recent Topics
-
The Game You Are Waiting For?
WendellHarper - Dec 06 2020 01:21 PM
-
Quora and Reddit Backlinks
WendellHarper - Dec 06 2020 01:14 PM
-
Delete account
pindo - Jul 23 2020 01:33 AM
-
Print specific values from dictionary with a specific key name
Siten0308 - Jun 20 2019 01:43 PM
-
Learn algorithms and programming concepts
johnnylo - Apr 23 2019 07:49 AM
Recent Blog Entries
Recent Status Updates
Popular Tags
- networking
- Managed C++
- stream
- console
- database
- authentication
- Visual Basic 4 / 5 / 6
- session
- Connection
- asp.net
- import
- syntax
- hardware
- html5
- array
- mysql
- java
- php
- c++
- string
- C#
- html
- loop
- timer
- jquery
- ajax
- javascript
- programming
- android
- css
- assembly
- c
- form
- vb.net
- xml
- linked list
- login
- encryption
- pseudocode
- calculator
- sql
- python
- setup
- help
- game
- combobox
- binary
- hello world
- grid
- innerHTML

14 replies to this topic
#1
Posted 19 October 2009 - 02:24 AM
Hello,
I ordered a book for about 3 months and it finally arrived , im happy for that:).
Anyways, it's a book for web development and they actually teach more languages but they do not write about HTML but about XHTML .
I don't know too much about web development or web programming but at W3schools they mentioned that it is indentical to HTML .
But im confused.
I mean, is XHTML taking the role that HTML has ?
And is it better learning HTML or XHTML ?
I ordered a book for about 3 months and it finally arrived , im happy for that:).
Anyways, it's a book for web development and they actually teach more languages but they do not write about HTML but about XHTML .
I don't know too much about web development or web programming but at W3schools they mentioned that it is indentical to HTML .
But im confused.
I mean, is XHTML taking the role that HTML has ?
And is it better learning HTML or XHTML ?
#2
Posted 19 October 2009 - 03:12 AM
The base of XHTML is HTMLs. In XHTML you need to follow the "rules" excactly. For example all elements need an ending tag but in HTML you can still write <br> even though you're actually supposed to write <br /> which also is how you must write it in XHTML. So in XHTML you're more perfect if you understands what I mean.
#3
Guest_Jordan_*
Posted 19 October 2009 - 05:15 AM
XHTML derived from HTML.
#4
Posted 19 October 2009 - 08:14 AM
I think XHTML was basically designed to be a transition from
sloppy HTML to strict XML document styles (where all formatting
would be separate from content), but most sites stuck to transitional
as opposed to strict, just as most sites stuck to CSS vs. XSL/XSLT,
so overall adoption of XML has been slow.
Now with the HTML 5 spec. being developed, all bets are off.
I believe HTML 5 will be quickly adopted, due to additional features
like the canvas object.
I'm brushing up on javascript to take advantage of the canvas object
and the promise of 3D websites.
sloppy HTML to strict XML document styles (where all formatting
would be separate from content), but most sites stuck to transitional
as opposed to strict, just as most sites stuck to CSS vs. XSL/XSLT,
so overall adoption of XML has been slow.
Now with the HTML 5 spec. being developed, all bets are off.
I believe HTML 5 will be quickly adopted, due to additional features
like the canvas object.
I'm brushing up on javascript to take advantage of the canvas object
and the promise of 3D websites.

#5
Posted 19 October 2009 - 09:33 AM
Well, i understood some things from this:).
Thank you for your help.
Thank you for your help.
#6
Posted 19 October 2009 - 02:48 PM
Find a new source for books
3 months is unreasonable.
Don't worry about html, xhtml, xml, etc...
Go to pages you like and "view source" with the browser.
Take notice of CSS file links in the header (between <head> & </head> tags)
and plug that address into the URL of the browser. You should see
the css (cascading style sheets) text.
The 2 together generally make up the page formatting.
Notice the <div> tags in the (x)html... id, name, class, etc...
Look for that in the css file text.
Now your on your way, good luck!!
3 months is unreasonable.

Don't worry about html, xhtml, xml, etc...
Go to pages you like and "view source" with the browser.
Take notice of CSS file links in the header (between <head> & </head> tags)
and plug that address into the URL of the browser. You should see
the css (cascading style sheets) text.
The 2 together generally make up the page formatting.
Notice the <div> tags in the (x)html... id, name, class, etc...
Look for that in the css file text.
Now your on your way, good luck!!

#7
Posted 20 October 2009 - 01:37 AM
well our services here in this country are very poor
.
And thank you again for the help.

And thank you again for the help.
#8
Posted 20 October 2009 - 08:11 AM
Firefox + firebug also allows you to view how the CSS is applied to each element.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
My MineCraft server site: http://banishedwings.enjin.com/
#9
Posted 20 October 2009 - 02:51 PM
excellent tip, I'll make use of that one...
Thanks!!
Thanks!!
#10
Posted 21 October 2009 - 02:00 AM
Chrome + element inspector is pretty good too!

#11
Posted 21 October 2009 - 05:16 AM
another good tip, thanks.
I'm not using Chrome, until they come out
with a Linux version.
I understand that it's being worked on.
I'm not using Chrome, until they come out
with a Linux version.

I understand that it's being worked on.

#12
Posted 25 October 2009 - 10:44 AM
I never bought a book about something, that you can study online for free, with more further information, user contributed comments, etc.
I can just recommend selfhtml.org, php.net, jquery.com
I can just recommend selfhtml.org, php.net, jquery.com

Also tagged with one or more of these keywords: XHTML, HTML, xhtml
Language Forums →
HTML, CSS and Javascript →
Jquery .hasClass not returning true for a classnameStarted by Wackostylee, 13 Oct 2018 ![]() |
|
![]() |
||
General Forums →
General Programming →
JSON Array not displaying correct content on link clickStarted by Darian, 21 Feb 2017 ![]() |
|
![]() |
||
Language Forums →
Other Languages →
ASP, ASP.NET and Coldfusion →
ASP.NET Popup ControlStarted by dasswadesh, 18 Feb 2017 ![]() |
|
![]() |
||
Language Forums →
HTML, CSS and Javascript →
Which oftware to edit html,css best?Started by placestovisit, 13 Dec 2016 ![]() |
|
![]() |
||
Language Forums →
HTML, CSS and Javascript →
Best HTML EditorStarted by damosull, 11 Sep 2016 ![]() |
|
![]() |
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download