473,788 Members | 2,892 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Editing software

Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?

I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?

Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd

Oct 17 '06 #1
21 2082
we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?
More like you brought a pencil to an atomic war! Here's the common list
of Worst Editors:
5. Microsoft FrontPlague
4. Microsoft Word
3. Microsoft Excel
2. Microsoft Powerpoint
1. Microsoft Publisher
I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?
Some say DreamWeaver in the hands of an expert is pretty good. I've
never used it, I code by hand, but make templates first, so everything
after that is a snap. When in Windows, I use CrimsonEditor.
http://crimsoneditor.com/
PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
<meta name="GENERATOR " content="Micros oft FrontPage 4.0">

Ayup. 1995-style FrontPage code. <g Why do I have a horizontal
scrollbar that goes to the east about four miles?

--
-bts
-Motorcycles defy gravity; cars just suck
Oct 17 '06 #2

we*******@walls treetsoftware.c om wrote:
Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially.
I use an editor. Just a text editor, no wizzywig, not drag-and-drool,
no gimmicks at all. I didn't have to spend money either.

Try jEdit, Eclipse, TextPad and many others.

Other stuff I can't live without:
Firefox., the embedded Tidy extension, Colorzilla extension, the W3C
validator, XSLT, Python, Subversion, Bugzilla, Cygwin, PuTTY.
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher.
You seem to have gone from the poor and headed straight downwards. What
were you planning to upgrade to next? COBOL?

Oct 17 '06 #3
we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?

I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?

Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd
I use Wordpad to hand-code my HTML and CSS. I develop my pages in a
mirror on my PC, which replicates the same file structure as I have on
my ISP's Web server. This allows me to review and test my pages before
uploading them to the server.

This does not work with SSI scripts. For those, my ISP allows me to use
a secure Telnet session into my account on their Web server. I use vi
to hand-code UNIX Korn-shell scripts and test them via the Telnet session.

Of course, no everyone knows how to hand-code HTML and CSS. I've looked
at Nvu at <http://www.nvu.com/>. It seems to generate HTML that passes
W3C validation. I don't particularly like the way Nvu formats the
source HTML (the visual appearance) and the fact that it always inserts
closing tags that are optional (e.g., </pat the end of a paragraph
that is immediately followed by another paragraph). However, if you
want a tool to generate Web pages that are suitable for all browsers,
you might consider Nvu, which is freeware.

A list of freeware tools is at
<http://www.anybrowser. org/campaign/abtools.html>; this includes a
discussion of the tools. There is also W3C's Amaya at
<http://www.w3.org/Amaya/>.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Oct 17 '06 #4
Chuck,

Personaly I use Dreamweaver 8. But 80% of the time I`m writing directly
in the code page.
I started webdesign something like a year ago. In the mean time I´'m a
strong believer of code knowledge. There is no better way than writing
code.
But saying this, it takes a incredible amount of time to study HTML and
CSS.
You mention the word "dynamic" site...meaning you will have to spend
expensive time in learning PHP and MySQL.

It's not finished...How can you make an attractive site without
Photoshop?

For me the most difficult thing is...making choices. Should I go for
HTML/CSS, PHP, Flash,....

Some comments regarding the site:

-I would work on the the content font.
-The banner doesn't look professional to me
-The color of the right column (black° may be different.

Best regards

Johan
www.web-garden.be Exploring webdesign
David E. Ross wrote:
we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?

I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?

Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd

I use Wordpad to hand-code my HTML and CSS. I develop my pages in a
mirror on my PC, which replicates the same file structure as I have on
my ISP's Web server. This allows me to review and test my pages before
uploading them to the server.

This does not work with SSI scripts. For those, my ISP allows me to use
a secure Telnet session into my account on their Web server. I use vi
to hand-code UNIX Korn-shell scripts and test them via the Telnet session.

Of course, no everyone knows how to hand-code HTML and CSS. I've looked
at Nvu at <http://www.nvu.com/>. It seems to generate HTML that passes
W3C validation. I don't particularly like the way Nvu formats the
source HTML (the visual appearance) and the fact that it always inserts
closing tags that are optional (e.g., </pat the end of a paragraph
that is immediately followed by another paragraph). However, if you
want a tool to generate Web pages that are suitable for all browsers,
you might consider Nvu, which is freeware.

A list of freeware tools is at
<http://www.anybrowser. org/campaign/abtools.html>; this includes a
discussion of the tools. There is also W3C's Amaya at
<http://www.w3.org/Amaya/>.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Oct 18 '06 #5
In article <mc************ *************** *****@4ax.com>,
<we*******@wall streetsoftware. comwrote:
Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially .
Answering for myself, I use:
1. A text editor (vim on *nix, notepad or wordpad under windows)
2. Multiple browsers to display my pages
3. An HTML and CSS reference document
4. The PHP documentation on php.net
>For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?
Probably not. Because the web sites I create are dynamic for each
visitor, I have given up on normal web authoring tools and now
hand-code everything, using php, HTML, and the php smarty template
manager. Web authoring tools are fine for static pages, but not
useful (to me) otherwise.
>I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?
What could be easier than a text editor?

-A
Oct 18 '06 #6

we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?
Nah, it's more like bringing a cap gun to a gun fight.
>
I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?
Dynamic creation of web content is not that easy, you need to know a
server side language and some sort of DataBase system. Or you could use
a CMS, check out Mambo or Jeumla.
You should not use any Microsoft product to create websites, they
create horible invalid code, use open source technology such as NVU
http://www.nvu.com and a good text editor such as HTML-Kit.
--
Regards Chad. http://freewebdesign.cjb.cc
Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd
Oct 19 '06 #7

we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?

I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?

Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd
Dear sir,
I must say that your choice of software for web design, IMHO, is most
painful. FrontPage, no matter what version, will add on unnecessary
tags to your source in very annoying ways, and all Office products that
one uses for web design always decide to simplify things way too much,
so you can't do much with them (I absolutely abhor MS Word sites).
>From this, I just believe you made yourself a piece of cotton where
there are warriors against you with some torches (Essentially, I think
you just screwed yourself).
On terms of using different software, I can recommend a single WYSIWYG
editor, and a few text editors. DreamWeaver MX is a very good WYSIWYG
editor, and it can also be used as a text editor (although I didn't
count it as one also). The four text editors for multiple web
languages (and other programming languages) are jGRASP, PHP Editor,
Notepad, and SciTE. jGRASP was primarily designed for designing Java
Classes and Applets, but it can be used to make C, C++, ADA, Objective
C, and Plain Text documents (Plain Text is basically what you want, and
you will want to save it as HTML, or PHP, or whatever you need). PHP
Editor is a multifunctional editor that lets you make PHP, HTML, CSS,
VBScript, Java, JavaScript, Python, C++, XML, Objective Pascal, Perl,
SQL, and Arquivo INI files, of which all are source. SciTE is a
program that lets you make Text, ADA, Assembler, Batch, C/C++, C#, CSS,
FORTRAN, HTML, Java, JavaScript, TeX, LISP, LuA, MATLAB, MAKEFILE,
Pascal, Perl, PHP, Python, Ruby, Shell, SQL, TCL, VB, VBScript, XML,
and YAML files, all source, and it allows you to install compilers for
most of those languages (The ones that require compilation to make
object code, unlike PHP, HTML, JavaScript, CSS, VBScript, XML, and
Perl). I entered Notepad into the list, because Notepad is the most
basic of the editors, and is readily available, so if you really are
desperate, you can always revert to using your knowledge of the
language and just typing it up into Notepad. That is normally a last
resort, but I have been using it for a while even though I have
DreamWeaver MX.

I hope that this helps you,

I have the honor to remain your most humble and Ob't Sv't in our war
against the King.

--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment

Oct 19 '06 #8
we*******@walls treetsoftware.c om wrote:
Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially. For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?
It's kind of like going from Adobe InDesign to Microsoft Word to
PC-Write for your desktop publishing.
Oct 19 '06 #9
Thanks to all who responded and to those who refrained. <g>

You have provided much food for thought. Frankly, I was hoping there
would be a common thread detected in multiple responses. The only
commonality seemed to be "code it by hand." Been there, done that,
washed my car with the tee shirt. I'm not really lazy, just don't want
to spend umpteen hours hand coding. I was hoping there would be a
reasonable alternative, everyone seems to agree that MS stuff sucks. I
think I knew that but was in denial. Although several of you, or at
least two, said FP 2003 wasn't half bad.

I mis-spoke when I said "dynamic," I meant that in the classical
sense, as in killer, exceptional, above average. My potential clients
have no web presence, some don't even have dial-up much less DSL,
etc... I live in the boonies and am trying to drag local businesses
into the 21st century. Admittedly I have been doing it with 20th
century tools, but I digress. What I am really after is a "one size
fits all" tool that will let me create "good" sites, that will
actually validate without recoding a zillions lines of code. I can add
whistles and bells after the fact. Some want music (yech), some want
basic java applets (clock & calendar), some want little dancing
graphics (go figure), and some just want a static web "brochure."

One of you, and I apologize for not remembering who, said my banner
sucked, well actually he said it didn't look professional, but suck is
what I heard. So, what do you (all) recommend for professional banner,
logo, graphics, etc...creation? And finally, were you all in concert
about the black banner? Loose it?

Chuck


On Tue, 17 Oct 2006 18:42:29 GMT, we*******@walls treetsoftware.c om
wrote:
>Hi all,

Without opening a HUGE can of worms, I just wanted to get some ideas
of what others are using professionally to create websites
commercially . For years I had used Homesite and never migrated to
Dreamweaver or ColdFusion. My limited abilities notwithstanding , I
have moved to FrontPage 2000 (forget validation) and now to MS
Publisher. Am I essentially bringing a knife to a gun fight here?

I have a very limited budget and want to be able to create dynamic
websites for potential clients. What is the best balance between cost
and effectiveness with ease of use as a prime consideration?

Chuck

PS: I've got my helmet and flak jacket on, go to my website and tell
me just how bad you think it is. www.wallstreetsoftware.com
cd
Oct 20 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1406
by: Allan Allan Ebdrup | last post by:
Hi I'm looking for the best webinterface for editing database data, for example publishing a table with foreign keys shown as a dropdown. I don't care what database the interface is for (MSSQL, MySQL, Oracle, MySQL, Access, Filemaker, PostgreSQL, ...), and the price of the software is also "irrelevant", I just want the best piece of software. Any help would be greatly appreciated. What do you use? Note: Follow-Up is set to the...
5
4060
by: Ryan | last post by:
I have some software (written in Delphi 5) which has been working for several months without a problem. I have been given a copy of the database on our development server (SQL 7) and have pointed the software to this. So, nothing has changed with the software. In theory the servers should be the same. However, if I try to make a small change to any record (as I would on the 'live' system), I get an error stating that another user is...
3
2436
by: Dirk Rudolf | last post by:
I like to announce you the product X2U, avaible under http://www.lumrix.net/x2. X2U is an acronym for "XML to user". Existing XML editors still ignore the fact that users don't want to read XML markup. Our view is: Not users have to align to XML, but XML has to align to users. X2U allows users tp fill out simple web forms, which are automatically derived from XML models. The XML model provides the XML structure and an interface...
26
3066
by: Miguel Orrego | last post by:
Hi, Can anybody recommend a good freeware WYSIWYG editor with code view as well? Thanks.
10
1947
by: David T. Ashley | last post by:
Hi, I'd like to do some basic graphics. For example, if you look at: http://www.marshallaviationcenter.com the banner graphics at the top that apparently used an image editor with some fonts built in and the way the airplane pictures are faded around the edges.
2
1299
by: Anupam | last post by:
Hi, I have defined the Schema for XML in which there a tag (viz: <doc>) that can contain any HTML tags. Is there an Editor (commercial or otherwise) that would allow me to create the XML with WYSIWYG HTML editing for the contents of that tag. Example: <doc> <b>This is bold</b> <i>This is italic</i>
15
4700
by: lbrtchx | last post by:
I am trying to write up a page with Math formulas (statistical ones) ~ http://www.geocities.com/tekmonk2005/OnLineStats02.html ~ The thing is that I am not able to make it look OK using HTML. I would like to somehow mark up parenthesis using the character entities for vertical bars and solid front and back slashes, but ~ <td align="left">|</td> ~
16
1768
Frinavale
by: Frinavale | last post by:
I took a video on the weekend of a war re-enactment with my new camera. It turned out to be 900MB and since I was taking pictures at the same time there's points where the video freezes and you can hear the camera taking the picture. I've learned a lot just doing this one video. Anyways, I'd really like to chop out the good stuff and make smaller files that I can post online. Does anyone know some free movie editing software that I'd...
0
1311
by: hanusoft | last post by:
This is an example of editing in DataGrid and Default Paging http://www.hanusoftware.com Html Design Code : - <asp:DataGrid id="DataGrid1" DataKeyField="id" runat="server" Height="224px" AutoGenerateColumns="False" PageSize="5" AllowPaging="True"> <Columns> <asp:BoundColumn Visible="False" DataField="id" HeaderText="Category Id"></asp:BoundColumn>
5
5140
by: =?Utf-8?B?Z3V5?= | last post by:
How do you enable editing in a GridView programatically rather than via its Tasks menu? Guy
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.