Lost Password?


Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-15-2007, 10:56 PM
clankman's Avatar   
clankman clankman is offline
Newbie
 
Join Date: May 2007
Location: USA
Posts: 20
Rep Power: 6
clankman is on a distinguished road
Send a message via AIM to clankman
Default Whats the difference between...

Whats the difference between XHTML and DHTML? Is there a difference in the way you code it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-15-2007, 11:08 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,478
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

One begins with an D and the other begins with a X, duh...

XHTML is HTML that conforms to XML standards. DHTML creates a semi-dynamic html document using static languages such as html, css, and js.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-16-2007, 12:46 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Quote:
Originally Posted by Sidewinder View Post
One begins with an D and the other begins with a X, duh...

XHTML is HTML that conforms to XML standards. DHTML creates a semi-dynamic html document using static languages such as html, css, and js.
And yes, there is a difference when you come to code them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-16-2007, 09:53 PM
:-[yc]-: :-[yc]-: is offline
Newbie
 
Join Date: May 2007
Location: Singapore
Age: 22
Posts: 18
Rep Power: 6
:-[yc]-: is on a distinguished road
Send a message via MSN to :-[yc]-:
Default

I went to w3schools to check it out and I realized there is really a lot to learn from just creating html page. I always think html is easy but now I may not think so. I want to learn more on web design so I can start with html. By the way, can we use xhtml and dhtml together? or we can only use one at a time?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-17-2007, 11:34 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Well just something to say... Web Design doesn't consist of html only, most websites use PHP, CSS and more languages.. so with HTML, you will not actually be called web designer. Web Design even includes graphics,logos etc.. it's not that simple.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-17-2007, 01:54 PM
:-[yc]-: :-[yc]-: is offline
Newbie
 
Join Date: May 2007
Location: Singapore
Age: 22
Posts: 18
Rep Power: 6
:-[yc]-: is on a distinguished road
Send a message via MSN to :-[yc]-:
Default

ya.. I know it's not simple. I need to learn a lot like photoshop, flash, etc and those that you mentioned. But html is the most basic of all the others right? I could start my learning by using css and javascript to create a html webpage, then I can proceed by learning php, etc..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-17-2007, 04:59 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Yesh, HTML is the very basic. But without it you can't make a complete website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-17-2007, 05:15 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,478
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

Yes you can use XHTML and DHTML can be used together. XHTML is pretty much a new standard of HTML. Rather that using

Code:
<br>
you use
Code:
<br />
And you can be a great web designer without PHP or JavaScript. The majority of templates are just designed in PhotoShop, cut in photoshop and exported. Photoshop exports all the images and creates a HTML file with all its tables ect... Minor changes to the generated HTML file are needed, and the text color/other general layout is done using CSS. Unless of course you want to design skins/themes for CMS's and even so you dont need a vast knowledge of PHP, just to be familiar with the theme structure.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-18-2007, 02:58 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,654
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

Quote:
Originally Posted by TheComputerMaster
But without it you can't make a complete website
That's not all true.

You can always use some kind of framework to do it all for you, of course the output will be (X)HTML in the end, but the user don't have to know (X)HTML really. When I'm talking about this, it's frameworks like mod_python, CherryPy, and also for other languages.

I'll still suggest to learn XHTML, because it's so easy, you don't need a framework with it. But frameworks also comes with other functionality, like the Python frameworks, I was talking about before.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-10-2007, 03:48 AM
awesty awesty is offline
Newbie
 
Join Date: Sep 2007
Posts: 19
Rep Power: 5
awesty is on a distinguished road
Default

Quote:
Originally Posted by TheComputerMaster View Post
Yesh, HTML is the very basic. But without it you can't make a complete website
Not if you use flash (and dreamweaver to embed the flash).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
difference between C and C++ sigs C and C++ 9 03-05-2008 12:49 AM
The difference between a hotel and a motel? techni68 The Lounge 11 02-22-2008 12:51 AM
What's the difference between dif programming language? Masterguns The Lounge 4 08-27-2007 12:10 PM
Long links? Any difference? TcM Search Engine Optimization 2 05-26-2007 08:04 AM
The difference? priorityone Software Development Tools 3 01-12-2007 01:35 PM


All times are GMT -5. The time now is 06:41 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads