Advantages and disadvantages of using Notepad to create a web page?

2014-04-17 6:42 am
What are the advantages and disadvantages of using Notepad comparing to using dreamweaver to create a web page. And explain your answer (plz use simple english) thank you

回答 (6)

2014-04-17 6:54 am
✔ 最佳答案
As mentioned, notepad is free and you already have it one windows.

Compared to dreamweaver, it doesn't have an integrated design window and it doesn't highlight the different parts of the program text (html, php, etc etc) in different colors. It also doesn't let you drag/drop to create pieces of the page like dreamweaver does.

Best split, if you're unwilling to pay, is use Notepad++ to write the code. It highlights the text in different colors the way that dreamweaver does. I've used it to write a lot of php apps, but it supports many languages, including of course HTML:
http://notepad-plus-plus.org/

Create your file (myfile.html), open it in Notepad++, snap that to half of your screen, then open the file in your web browser and snap that to the other half.

Make a change to it in Notepad++, save that change(ctrl-S), then go to the browser and refresh (F5) to view the change.
參考: I've done a lot of HTML, PHP, etc. with both Dreamweaver and Notepad++. Dreamweaver is good at school, but I can't afford it so I use N++. Happy Hunting.
2014-04-17 6:58 am
Notepad is not very optimal for creating web pages. Dreamweaver, while good for creating web-pages, is awful expensive for what it is offering. I have only used Dreamweaver briefly for making web-pages, before not being able to figure it out. Notepad would be quite the hassle if you don't know a single thing about coding.

If you are well-experienced with coding, then I would suggest a program such as Notepad++. (http://notepad-plus-plus.org/) It is free, and it is optimized for coding, which would provide you with better results over Notepad.
參考: Experience
2016-04-21 5:46 pm
A variety of pros are doing work in landscaping but the issue is that they charge you a packet and not even speaking that it could take days and days before the function gets more than and at the end , there is a likelihood of having to pay a small fortune for anything that you are not currently being fully content.
Therefore , if you have the time why don’t you make the landscaping function funny by performing it by yourself with the aid of this manual https://tr.im/iUyMH and perhaps from your all household.
The Ideas 4 Landscaping is the ultimate guidebook on landscaping. You do not require a professional to put these ideas into practice. The phase-by-stage instruction of the method enables an amateur as properly as a expert to produce superb benefits.
2014-04-18 8:24 am
if you know commands well then only go for notepad for single page application,
if dont then switch to sublime for syntax highlighting.
both are light weighted

Notepad:
disadvantage:
need to set standard encoding
you need to save file with extension
not supported for syntax highlighting
2 space are not properly set , where its very important.
for complex and bigger code it doesn't allow to group them,

Alternative
:sublime(not free)
or Notepad++(free)
or dreamWeaver (nt free)
conText(free)
2014-04-17 4:58 pm
Notepad is free while Dreamweaver is not. Notepad needs you to code your website manually from scratch without any given pre-determine functions and layout view. Thus, this would be difficult for you if you are not really familiar with HTML, CSS and PHP.
2014-04-17 12:26 pm
if you are a beginner I suggest you to work on "NOTEPAD" .Every time you need to write down all the code that will help you to remember the code.whenever you have command on code you must switch to dreamweaver or any ottehr developmnet tool.
2014-04-17 8:04 am
Given those two options and nothing else, I'd far rather use Notepad (or rather Metapad, which is a free alternative to notepad with other features).

I've tried dreamweaver briefly, quite a few years ago, and being used to designing and defining my own site structures did not get on with it at all. I want to work how I want, not how some other programmer thinks I ought to...

Notepad (and alternatives) vs Dreamweaver:
Advantages - you get what you write, no hassle. It's free!
Disadvantages - None I know of.

Metapad: http://liquidninja.com/metapad/


I have since started using another program, which I do like, called Webuilder.

The editor is straightforward but includes highlighting for multiple web file formats, plus it can manage multiple projects and directly upload files to the web host via FTP as well as saving them locally.
It's a lot quicker for 'live' site work that if you keep having to swap to an external FTP program to do uploads.

It also works with a local install of PHP to do real-time php syntax checking.

It's not free, but having had a quick look for present Dreamweaver prices, it appears webuilder is something under 1/10th the cost..

http://www.webuilderapp.com/


收錄日期: 2021-04-18 18:32:42
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20140416224210AAOj2gf

檢視 Wayback Machine 備份