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.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #191 (permalink)  
Old 06-26-2008, 08:12 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

Quote:
Originally Posted by TcM View Post
What technology? I mean, HTML is not their technology... and neither PHP...

So why support HTML and not PHP.
HTML is not one thing. In theory it is, in practice it isn't. IE HTML is different to Firefox HTML, both are different to standard HTML (though Firefox is much closer than IE).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #192 (permalink)  
Old 06-26-2008, 10:45 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 Re: Do you write html in notepad?

With IE HTML you mean the way IE renders HTML?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #193 (permalink)  
Old 06-26-2008, 12:07 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

No, he means the sort of HTML you need to get the page displayed properly. For example, with IE you usually find yourself writing extra code just to make IE display the page OK, whereas in Firefox you tend to just need the proper HTML code, and it displays properly.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #194 (permalink)  
Old 06-26-2008, 12:50 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

Quote:
Originally Posted by TcM View Post
With IE HTML you mean the way IE renders HTML?
Some parts of HTML are rendered in a non-standard way by IE and need to be corrected by horrible hacks. Naturally if standard HTML doesn't work on IE then HTML written specifically for IE won't work on more compatible web browsers.

It is possible to write HTML in a cross platform way. It is also possible to write HTML that only works properly on IE.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #195 (permalink)  
Old 06-26-2008, 12:53 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Do you write html in notepad?

Quote:
Originally Posted by TcM View Post
What technology? I mean, HTML is not their technology... and neither PHP...

So why support HTML and not PHP.
I was referring to ASP
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #196 (permalink)  
Old 06-26-2008, 01:11 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

Quote:
Originally Posted by G_Morgan View Post
Naturally if standard HTML doesn't work on IE then HTML written specifically for IE won't work on more compatible web browsers.
Which is why web design is such a pain in the arse.

@chilli5: Specifically, ASP.NET. It is brilliant at it, especially in the way it handles the code, with complete IntelliSense and syntax highlighting. Of course, IntelliSense is available for JavaScript with HTML as well, so it isn't just an ASP.NET editor.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #197 (permalink)  
Old 06-26-2008, 01:26 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 Re: Do you write html in notepad?

Quote:
Originally Posted by G_Morgan View Post
It is possible to write HTML in a cross platform way.
Using hacks?
Quote:
Originally Posted by chili5 View Post
I was referring to ASP
Ow, ok.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #198 (permalink)  
Old 06-27-2008, 11:37 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Guru
 
Join Date: Apr 2008
Posts: 539
Rep Power: 9
Aereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the rough
Default Re: Do you write html in notepad?

I always write my HTML in nano, and I write standard HTMl only. If M$ doesn't want to use the standard, **** them, then they should stop making web browsers. I don't need to tolerate them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #199 (permalink)  
Old 06-28-2008, 06:12 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Do you write html in notepad?

Quote:
Originally Posted by TcM View Post
Using hacks?
Yes, there are all sorts of fiddly things you can do to fix IE. It's not ideal though. IE8 should be a lot better, hopefully. I have a few concerns but until we see it they are unfounded.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #200 (permalink)  
Old 06-28-2008, 07:50 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Do you write html in notepad?

I'm probably not even going to get IE8. Last microsoft update i did screwed up my computer a lot. :\

I always got the impression, that Microsoft made their web design software to work best in IE and not care about anything else but I haven't actually made a web site using Microsoft software.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
Closed Thread



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
printing out into notepad from the html using perl lichy Perl 8 12-14-2007 02:06 PM
About HTML Onur Tutorials 0 08-28-2007 07:13 PM
HTML Introduction clookid Tutorials 5 01-08-2007 10:43 PM
What is HTML, DHTML and XHTML? Lop HTML Programming 5 08-09-2006 12:00 PM
How can I write HTML? dirkfirst HTML Programming 6 07-04-2006 03:10 PM


All times are GMT -5. The time now is 02:31 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