 |
|

03-03-2004, 07:52 PM
|
|
Junior Member
|
|
Join Date: 02-18-04
Location: Duisburg, Germany
Posts: 25
|
|
|
Any disadvantages using notepad?
I am a beginner learning the basics of HTML.
I have been having fun using Notepad.
Are there any disadvantages or certain things one should not do while using Notepad?
Any text editor better than notepad that anyone will recommend and why is better?
|

03-03-2004, 08:09 PM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 10-13-03
Location: England.
Posts: 3,886
|
|
|
1st Page 2000 - get that, i use it all the time now.
Its better for a number of reasons, such as colour co-ordinated tags, plus the auto preview, shows how it will look in the browser. Awesome.
|

03-04-2004, 07:51 AM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: UK
Posts: 2,469
|
|
|
basic notepad is missing many text editing features such as drag&drop.
As DB says, syntax highlighting is ac great help when waddling around in code, (that's colour-coded code).
|

03-04-2004, 08:20 AM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
|
|
|
dreamweaver is the best, but before you go out and buy anything, i would just mess around with html and learn the basics, and see how much you really like it before you go out and buy an expensive program
__________________
5Twelve Design
"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
|

03-04-2004, 08:38 AM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 10-13-03
Posts: 3,115
|
|
|
For true coders, syntax higlighting etc is just a handy tool. The only problem with notepad is the filesize limitation. After alot od code, its too big. I use 'Programmers File Editor'. It has no filesize limitations, and you can point it to any compiler to automatically compile or test your code
|

03-04-2004, 08:41 AM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
|
|
|
ya the color coding really does help, and some programs help you spit out code faster, like in dreamweaver there is options to set it to.... say when your typing "tab" it will automaticaly finish the word and write "table" (i know i'm speking jiberish, hope this kinda makes since), it's just faster, and when you get into writing php and javascript, the color's really make a differance
__________________
5Twelve Design
"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
|

03-04-2004, 09:13 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
Disadvantage? I think it would be an advantage !
|

03-04-2004, 11:21 AM
|
|
Senior Member
Latest Blog: None
|
|
Join Date: 01-12-04
Posts: 695
|
|
|
notepad is very limited. Start using a program with proper syntax and you will find life so much easier. i am big on color coded syntax. I use dreamweaver but there are piles of good free programs for hand coding.
|

03-04-2004, 12:39 PM
|
|
No Longer Here
Latest Blog: None
|
|
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
|
|
|
I just started using a program called Notepad++. It's basically notepad with syntax highlighting.
|

03-04-2004, 12:44 PM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 10-13-03
Posts: 3,115
|
|
|
For html, dreamweavers code view is the king, and you can see what changes the code makes in the deisgn view, very handy.
|

03-04-2004, 01:05 PM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: UK
Posts: 2,469
|
|
Link me sara!
|

03-04-2004, 01:33 PM
|
|
No Longer Here
Latest Blog: None
|
|
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
|
|
|
|

03-04-2004, 01:34 PM
|
|
Senior Member
Latest Blog: None
|
|
Join Date: 01-12-04
Posts: 695
|
|
Textpad is the best since you can write your own syntax color codes. But yes dreamweaver is the king for dynamic code
|

03-04-2004, 02:03 PM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: UK
Posts: 2,469
|
|
|
Yeah TextPad is wht I've got, but I use AceHTML because it recognises PHP / JavaScript / CSS inside HTML and changes styntax accordingly. Do you know of a way to do this in TextPad? (I guess the .syn could get pretty complex)
|

03-05-2004, 12:08 PM
|
|
Senior Member
Latest Blog: None
|
|
Join Date: 10-13-03
Posts: 220
|
|
I usually use html-kit.  It has lots of nifty gadgets that help a lot.
__________________
A wise man can see more from the bottom of a well than a fool can see from the top of a mountain.
|

03-05-2004, 12:50 PM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: UK
Posts: 2,469
|
|
|
there appear to be an abundance of text / code editors and it boils down to personal taste, and learning how to make the slightly diffrent interfaces and features work for you personally.
Sara that's one of the best I've seen, the show/hide elements feature is good, it is part of the way toward an idea I had for an XML (and XHTML) editor that leaves the linear text world behind and treats tags like the nodes of the document tree they realyl are.
I might make my idea work for real in HTML & JavaScript.
|

03-05-2004, 01:00 PM
|
|
Senior Member
Latest Blog: None
|
|
Join Date: 01-12-04
Posts: 695
|
|
Hey LJ great points, and no i am not a guru on textpad, I just use it for writing game code. For webdev I use dreamweaver
|

03-05-2004, 02:28 PM
|
|
Junior Member
|
|
Join Date: 12-04-03
Location: Denmark
Posts: 17
|
|
|
Dreamweaver and HomeSite is the best i think.
|

03-05-2004, 03:05 PM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Location: UK
Posts: 2,469
|
|
Quote:
|
Originally Posted by Emancipator
Hey LJ great points,
|
as always  ... hahaha
Quote:
|
and no i am not a guru on textpad
|
damn!
After I make my DOM vs Text hybrid editor in DHTML could you write it in some compilable language?
|

03-10-2004, 08:21 AM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 02-10-04
Posts: 476
|
|
|
UltraEdit32 is the best, tons of features, syntax highlighting
find and replace functions galore, find and replace in files
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 05:23 AM.
Powered by vBulletin Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP
|
|