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
  #181 (permalink)  
Old 06-24-2008, 03:48 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?

Yep although the rendering window can be quite messed up at times. Seriously at school, all my forms elements overlapped each other in the display window in dreamweaver.
__________________
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!
  #182 (permalink)  
Old 06-24-2008, 03:48 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 Xav View Post
How come? I can understand the ASP.NET support, but normal HTML files don't have any bias, do they?
The problem isn't if you edit the file directly by hand. It's if you use code generators. MS tools produce files intentionally designed to break under other web browsers.

If you write everything manually then naturally there's bugger all MS tools can do to harm you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #183 (permalink)  
Old 06-24-2008, 03:56 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?

I'm not sure about break - I've never had much of a problem with VWD's WYSIWIG. It just writes normal valid XHTML code. It's usually cross-browser, in my experience.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #184 (permalink)  
Old 06-25-2008, 04:09 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?

So your pages will not end up MS-Friendly with VWD?

I still have to try it...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #185 (permalink)  
Old 06-25-2008, 04:28 AM
getzephyr getzephyr is offline
Learning Programmer
 
Join Date: Mar 2008
Posts: 52
Rep Power: 3
getzephyr is on a distinguished road
Default Re: Do you write html in notepad?

I feel notepad is a good choice, it is very easy to edit or delete
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #186 (permalink)  
Old 06-25-2008, 05:33 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?

Notepad is fine to start with but when you start creating more complex web sites it will to be frustrating to use because you will have a lot of files open.

All your .html files, .css files and possibly .php and .js files. Gets quite messy which is why you should get a better text editor at least and before xav says it, get VWD.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."

Last edited by chili5; 06-25-2008 at 05:36 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #187 (permalink)  
Old 06-25-2008, 02:38 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?

Stole the words right out of my mouth.

It must be said, though - VWD cannot syntax-highlight PHP files without tricking it into believing they are HTML. But considering you were using Notepad before, it's a minor complaint.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #188 (permalink)  
Old 06-25-2008, 05: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?

So, VWD does not suggest php and does not detect php?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #189 (permalink)  
Old 06-25-2008, 08:23 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?

Of course not VWD is a microsoft product, of course their only gonna support their technology.
__________________
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!
  #190 (permalink)  
Old 06-26-2008, 05:52 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?

What technology? I mean, HTML is not their technology... and neither PHP...

So why support HTML and not PHP.
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 06:47 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