Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 03-03-2004, 07:52 PM
Junior Member
 
Join Date: 02-18-04
Location: Duisburg, Germany
Posts: 25
iTrader: 0 / 0%
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?
 
Reply With Quote
  #2 (permalink)  
Old 03-03-2004, 08:09 PM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
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.
 
Reply With Quote
  #3 (permalink)  
Old 03-04-2004, 07:51 AM
LazyJim's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
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).
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
 
Reply With Quote
  #4 (permalink)  
Old 03-04-2004, 08:20 AM
Calisonder's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
iTrader: 0 / 0%
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 :::
 
Reply With Quote
  #5 (permalink)  
Old 03-04-2004, 08:38 AM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,115
iTrader: 0 / 0%
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
__________________
Body Slam Awards Appreciating pro wrestling - follow us on our Facebook page
 
Reply With Quote
  #6 (permalink)  
Old 03-04-2004, 08:41 AM
Calisonder's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
iTrader: 0 / 0%
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 :::
 
Reply With Quote
  #7 (permalink)  
Old 03-04-2004, 09:13 AM
kwvarga's Avatar
v7n Mentor
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
iTrader: 0 / 0%
Disadvantage? I think it would be an advantage !
 
Reply With Quote
  #8 (permalink)  
Old 03-04-2004, 11:21 AM
Senior Member
Latest Blog:
None

 
Join Date: 01-12-04
Posts: 695
iTrader: 0 / 0%
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.
 
Reply With Quote
  #9 (permalink)  
Old 03-04-2004, 12:39 PM
No Longer Here
Latest Blog:
None

 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
I just started using a program called Notepad++. It's basically notepad with syntax highlighting.
 
Reply With Quote
  #10 (permalink)  
Old 03-04-2004, 12:44 PM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,115
iTrader: 0 / 0%
For html, dreamweavers code view is the king, and you can see what changes the code makes in the deisgn view, very handy.
__________________
Body Slam Awards Appreciating pro wrestling - follow us on our Facebook page
 
Reply With Quote
  #11 (permalink)  
Old 03-04-2004, 01:05 PM
LazyJim's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
Link me sara!
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
 
Reply With Quote
  #12 (permalink)  
Old 03-04-2004, 01:33 PM
No Longer Here
Latest Blog:
None

 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
http://sourceforge.net/projects/notepad-plus
 
Reply With Quote
  #13 (permalink)  
Old 03-04-2004, 01:34 PM
Senior Member
Latest Blog:
None

 
Join Date: 01-12-04
Posts: 695
iTrader: 0 / 0%
Textpad is the best since you can write your own syntax color codes. But yes dreamweaver is the king for dynamic code
 
Reply With Quote
  #14 (permalink)  
Old 03-04-2004, 02:03 PM
LazyJim's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
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)
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
 
Reply With Quote
  #15 (permalink)  
Old 03-05-2004, 12:08 PM
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
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.
 
Reply With Quote
  #16 (permalink)  
Old 03-05-2004, 12:50 PM
LazyJim's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
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.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
 
Reply With Quote
  #17 (permalink)  
Old 03-05-2004, 01:00 PM
Senior Member
Latest Blog:
None

 
Join Date: 01-12-04
Posts: 695
iTrader: 0 / 0%
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
 
Reply With Quote
  #18 (permalink)  
Old 03-05-2004, 02:28 PM
Junior Member
 
Join Date: 12-04-03
Location: Denmark
Posts: 17
iTrader: 0 / 0%
Dreamweaver and HomeSite is the best i think.
 
Reply With Quote
  #19 (permalink)  
Old 03-05-2004, 03:05 PM
LazyJim's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: UK
Posts: 2,469
iTrader: 0 / 0%
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?
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
 
Reply With Quote
  #20 (permalink)  
Old 03-10-2004, 08:21 AM
ferret77's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 02-10-04
Posts: 476
iTrader: 0 / 0%
UltraEdit32 is the best, tons of features, syntax highlighting

find and replace functions galore, find and replace in files
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DisAdvantages of Social networking sites saj Social Network Marketing 7 05-11-2010 01:15 AM
is wordpad notepad multiple file edit possible? realestate Coding Forum 1 07-16-2004 12:35 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


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




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.