For Programmers: Free Programming Magazines  


Home > Archive > ASP > September 2004 > Web Design for ASP









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Web Design for ASP
jeremylim2000

2004-09-07, 11:40 pm

Hi, All!
I wonder either got any software
that allow for do web design for asp.
Curt_C [MVP]

2004-09-08, 3:55 pm

Any text editor will work.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"jeremylim2000" <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in
message news:jeremylim2000.1c9b5n@mail.codecomments.com...
>
> Hi, All!
> I wonder either got any software
> that allow for do web design for asp.
>
>
>
> --
> jeremylim2000
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>



Steven Burn

2004-09-08, 3:55 pm

Notepad is your friend.........

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"jeremylim2000" <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in
message news:jeremylim2000.1c9b5n@mail.codecomments.com...
>
> Hi, All!
> I wonder either got any software
> that allow for do web design for asp.
>
>
>
> --
> jeremylim2000
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>



Curt_C [MVP]

2004-09-08, 3:55 pm

As a followup, if you need GUI then Visual Interdev works decent, and I've
heard Homesite works (but haven't tried).
In general though most developers will resort back to the text editor

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uGDdLNblEHA.1244@TK2MSFTNGP15.phx.gbl...
> Any text editor will work.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "jeremylim2000" <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in
> message news:jeremylim2000.1c9b5n@mail.codecomments.com...
>
>



Jeff Cochran

2004-09-08, 3:55 pm

On Tue, 7 Sep 2004 23:40:36 -0500, jeremylim2000
<jeremylim2000.1c9b5n@mail.codecomments.com> wrote:

>I wonder either got any software
>that allow for do web design for asp.


Any text editor. Try the list at:

http://www.google.com/search?q=asp+editor

Jeff
joker

2004-09-08, 3:55 pm

Unless you are using Windows 9x. No replace function in the 9x version
& a smaller file size limit then in the NT kernel version has.

Steven Burn wrote:

> Notepad is your friend.........
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "jeremylim2000" <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in
> message news:jeremylim2000.1c9b5n@mail.codecomments.com...
>
>
>
>


Steven Burn

2004-09-08, 3:55 pm

Thats why I use my own custom written editor ;o) (basically a Notepad
replacement), though all 9x users need to do is get hold of a copy of the XP
Notepad and copy it over to their 9x system......

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"joker" <no-spam@netzero.com> wrote in message
news:uTmpSfclEHA.2504@TK2MSFTNGP14.phx.gbl...
> Unless you are using Windows 9x. No replace function in the 9x version
> & a smaller file size limit then in the NT kernel version has.
>
> Steven Burn wrote:
>
>



Joe

2004-09-08, 8:55 pm


> Hi, All!
> I wonder either got any software
> that allow for do web design for asp.


Try HTML-Kit . One of the best I've seen.
http://www.chami.com/html-kit/



Larry Bud

2004-09-14, 3:55 pm

jeremylim2000 <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in message news:<jeremylim2000.1c9b5n@mail.codecomments.com>...
> Hi, All!
> I wonder either got any software
> that allow for do web design for asp.



Probably get flamed, but FrontPage 2003. I've developed numerous apps
and intranets for our company, 25,000 employees, $4 billion mkt cap.

Great for the casual user such as an admin for a department to keep
their static info up to date, and works just fine as an editor for
ASP.
Curt_C [MVP]

2004-09-14, 3:55 pm

FP works, the real issue that I (and others) seem to have is that it
"bloats" the code. You end up with nearly un-readable code. If you stick
with FP and dont try to use any other editor it will work ok but not
phenominal. It's like using Word to write html, it does it but the resulting
code is U-G-L-Y
:}

My $.02, no flame, just opinion

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Larry Bud" <larrybud2002@yahoo.com> wrote in message
news:5db363e0.0409141009.7ae682d5@posting.google.com...
> jeremylim2000 <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in
> message news:<jeremylim2000.1c9b5n@mail.codecomments.com>...
>
>
> Probably get flamed, but FrontPage 2003. I've developed numerous apps
> and intranets for our company, 25,000 employees, $4 billion mkt cap.
>
> Great for the casual user such as an admin for a department to keep
> their static info up to date, and works just fine as an editor for
> ASP.



Steven Burn

2004-09-14, 8:55 pm

I've got to agree with Curt. I personally can't stand FP/DW and the
like's...... gimme Notepad any day. (as Curt said, no flame..... just my 0.2
;o))

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Larry Bud" <larrybud2002@yahoo.com> wrote in message
news:5db363e0.0409141009.7ae682d5@posting.google.com...
> jeremylim2000 <jeremylim2000.1c9b5n@mail.codecomments.com> wrote in

message news:<jeremylim2000.1c9b5n@mail.codecomments.com>...
>
>
> Probably get flamed, but FrontPage 2003. I've developed numerous apps
> and intranets for our company, 25,000 employees, $4 billion mkt cap.
>
> Great for the casual user such as an admin for a department to keep
> their static info up to date, and works just fine as an editor for
> ASP.



Larry Bud

2004-09-22, 3:55 pm

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<#CV81iomEHA.3100@TK2MSFTNGP10.phx.gbl>...
> FP works, the real issue that I (and others) seem to have is that it
> "bloats" the code. You end up with nearly un-readable code. If you stick
> with FP and dont try to use any other editor it will work ok but not
> phenominal. It's like using Word to write html, it does it but the resulting
> code is U-G-L-Y
> :}
>
> My $.02, no flame, just opinion


What exactly do you find it bloating? I doesn't do any such thing for
me. There's an option to turn off any HTML re-formatting, which will
keep your ASP exactly as you type it.
Curt_C [MVP]

2004-09-22, 8:55 pm

I haven't used the last 1 or 2 versions so it may have gotten better but I
found that it uses tons of SPAN tags and such, as well as lots of nice
"header junk" that it decided needs to be there, but doesn't.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Larry Bud" <larrybud2002@yahoo.com> wrote in message
news:5db363e0.0409221116.17073638@posting.google.com...
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:<#CV81iomEHA.3100@TK2MSFTNGP10.phx.gbl>...
>
> What exactly do you find it bloating? I doesn't do any such thing for
> me. There's an option to turn off any HTML re-formatting, which will
> keep your ASP exactly as you type it.



David Morgan

2004-09-22, 8:55 pm

Agreed.

I am still on FrontPage 2000 as it behaves perfectly and keeps things,
(almost as I want them).

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl...
> I haven't used the last 1 or 2 versions so it may have gotten better but I
> found that it uses tons of SPAN tags and such, as well as lots of nice
> "header junk" that it decided needs to be there, but doesn't.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Larry Bud" <larrybud2002@yahoo.com> wrote in message
> news:5db363e0.0409221116.17073638@posting.google.com...
stick[color=darkred]
>
>



Joker

2004-09-23, 3:55 pm

FrontPage 2002 also by default doesn't move your code in the HTML file.

Also I haven't seen it make a ton of those tags you are complaining
about even in FrontPage 98. I know I used to support FrontPage 98,
FrontPage 2000, & FrontPage 2002, back when I was working for Microsoft.

David Morgan wrote:
[color=darkred]
> Agreed.
>
> I am still on FrontPage 2000 as it behaves perfectly and keeps things,
> (almost as I want them).
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl...
>

Larry Bud

2004-09-23, 3:55 pm

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl>...
> I haven't used the last 1 or 2 versions so it may have gotten better but I
> found that it uses tons of SPAN tags and such, as well as lots of nice
> "header junk" that it decided needs to be there, but doesn't.


Try FP XP or 2003. MUCH better on that stuff.
Curt_C [MVP]

2004-09-23, 8:56 pm

Not me :} I'll stick with TextPad or NotePad for ASP actually. Wysiwyg is
overrated with HTML. It never seems to be the same.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Larry Bud" <larrybud2002@yahoo.com> wrote in message
news:5db363e0.0409231142.295c8c38@posting.google.com...
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:<uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl>...
>
> Try FP XP or 2003. MUCH better on that stuff.



Stefan Berglund

2004-09-23, 8:56 pm

On 23 Sep 2004 12:42:43 -0700, larrybud2002@yahoo.com (Larry Bud)
wrote:
in <5db363e0.0409231142.295c8c38@posting.google.com>

>"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl>...
>
>Try FP XP or 2003. MUCH better on that stuff.


Nah. Too little too late. I switched to UltraEdit about 2 or 3
years ago after growing weary of having my carefully constructed
code altered one time too many.


---
Stefan Berglund
Joker

2004-09-23, 8:56 pm

It is Office XP ALL of the products in Office XP are called 2002. So I
have Word 2002, FrontPage 2002, Excel 2002, PowerPoint 2002, & Access
2002 installed from Office XP Pro With FrontPage.

So there is no such product as FrontPage XP. It is only the suite that
is called XP wile FrontPage is called 2002.

Larry Bud wrote:

> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<uS4iKqOoEHA.3712@TK2MSFTNGP15.phx.gbl>...
>
>
>
> Try FP XP or 2003. MUCH better on that stuff.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com