Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 05:25 PM
xrongor
Guest
 
Posts: n/a
Default [help] need html editor that can...

hi.

i need a simple, hopefully free html editor that besides the standard
features has the following properties:

allows frames.

and

will allow me to create a "directory" based on data from an excel
spreadsheet. i do NOT need the webpages generated on the fly. basically i
have a spreadsheet with each persons name, address, etc... i want to
generate a seperate web page for each person based on a template, and have
the program autofill in the specifics for each person with the data in the
spreadsheet without having to manually cut and paste. i would also like it
to create a main directory page and create the links to each individuals
page. if possible i would also like it to handle something like an a-m
directory index, and a n-z index page, or whatever sort of breakdown is
necessary. this excel spreadsheet is updated monthly and i am thinking i
can just "regenerate" the web page manually as required. the kicker is i
dont know which program can do it. i expect frontpage could handle this,
but i really dont want to shell out 180 bucks...

anyone know of such a beast?

thx
randy



  #2  
Old July 20th, 2005, 05:26 PM
dante
Guest
 
Posts: n/a
Default Re: [help] need html editor that can...

HTML-Kit - http://www.chami.com/html-kit/


"xrongor" <nospam@spammyspam.com> wrote in message
news:cHenb.33668$ao4.64414@attbi_s51...[color=blue]
> hi.
>
> i need a simple, hopefully free html editor that besides the standard
> features has the following properties:
>
> allows frames.
>
> and
>
> will allow me to create a "directory" based on data from an excel
> spreadsheet. i do NOT need the webpages generated on the fly. basically[/color]
i[color=blue]
> have a spreadsheet with each persons name, address, etc... i want to
> generate a seperate web page for each person based on a template, and have
> the program autofill in the specifics for each person with the data in the
> spreadsheet without having to manually cut and paste. i would also like[/color]
it[color=blue]
> to create a main directory page and create the links to each individuals
> page. if possible i would also like it to handle something like an a-m
> directory index, and a n-z index page, or whatever sort of breakdown is
> necessary. this excel spreadsheet is updated monthly and i am thinking i
> can just "regenerate" the web page manually as required. the kicker is i
> dont know which program can do it. i expect frontpage could handle this,
> but i really dont want to shell out 180 bucks...
>
> anyone know of such a beast?
>
> thx
> randy
>
>
>[/color]


  #3  
Old July 20th, 2005, 05:26 PM
Lauri Raittila
Guest
 
Posts: n/a
Default Re: [help] need html editor that can...

In article xrongor wrote:[color=blue]
> hi.
>
> i need a simple, hopefully free html editor that besides the standard
> features has the following properties:
>
> allows frames.[/color]

Why. Anyway, unfortunately I don't know any editor that would not allow
frames.
[color=blue]
> will allow me to create a "directory" based on data from an excel
> spreadsheet. i do NOT need the webpages generated on the fly. basically i
> have a spreadsheet with each persons name, address, etc... i want to
> generate a seperate web page for each person based on a template, and have
> the program autofill in the specifics for each person with the data in the
> spreadsheet without having to manually cut and paste. i would also like it
> to create a main directory page and create the links to each individuals
> page. if possible i would also like it to handle something like an a-m
> directory index, and a n-z index page, or whatever sort of breakdown is
> necessary. this excel spreadsheet is updated monthly and i am thinking i
> can just "regenerate" the web page manually as required. the kicker is i
> dont know which program can do it.
>
> anyone know of such a beast?[/color]

I don't think such exists. If you can program, learn¹ perl and make
suitable script. It propably takes less time than configuring some
premade thing to suit your purpose (including time for learning perl)
Still good option even if you don't have any programming experience, but
takes somewhat longer. (hint, store in some plaintext format from exel)
[color=blue]
> i expect frontpage could handle this,
> but i really dont want to shell out 180 bucks...[/color]

FP is great way to spend money to get nothing. Better pay 20 bucks for
some gradeschool nerd that will do it in afternoon.

[1] You obviously don't know perl yet, otherwise your script would be
working already ;-)

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

  #4  
Old July 20th, 2005, 05:26 PM
xrongor
Guest
 
Posts: n/a
Default Re: [help] need html editor that can...


"Lauri Raittila" <lauri@raittila.cjb.net> wrote in message
news:MPG.1a07c5f739f64cb9989cde@news.cis.dfn.de...[color=blue]
> In article xrongor wrote:[color=green]
> > hi.
> >
> > i need a simple, hopefully free html editor that besides the standard
> > features has the following properties:
> >
> > allows frames.[/color]
>
> Why. Anyway, unfortunately I don't know any editor that would not allow
> frames.
>[color=green]
> > will allow me to create a "directory" based on data from an excel
> > spreadsheet. i do NOT need the webpages generated on the fly.[/color][/color]
basically i[color=blue][color=green]
> > have a spreadsheet with each persons name, address, etc... i want to
> > generate a seperate web page for each person based on a template, and[/color][/color]
have[color=blue][color=green]
> > the program autofill in the specifics for each person with the data in[/color][/color]
the[color=blue][color=green]
> > spreadsheet without having to manually cut and paste. i would also like[/color][/color]
it[color=blue][color=green]
> > to create a main directory page and create the links to each individuals
> > page. if possible i would also like it to handle something like an a-m
> > directory index, and a n-z index page, or whatever sort of breakdown is
> > necessary. this excel spreadsheet is updated monthly and i am thinking[/color][/color]
i[color=blue][color=green]
> > can just "regenerate" the web page manually as required. the kicker is[/color][/color]
i[color=blue][color=green]
> > dont know which program can do it.
> >
> > anyone know of such a beast?[/color]
>
> I don't think such exists. If you can program, learn¹ perl and make
> suitable script. It propably takes less time than configuring some
> premade thing to suit your purpose (including time for learning perl)
> Still good option even if you don't have any programming experience, but
> takes somewhat longer. (hint, store in some plaintext format from exel)
>[color=green]
> > i expect frontpage could handle this,
> > but i really dont want to shell out 180 bucks...[/color]
>
> FP is great way to spend money to get nothing. Better pay 20 bucks for
> some gradeschool nerd that will do it in afternoon.
>
> [1] You obviously don't know perl yet, otherwise your script would be
> working already ;-)[/color]

working already? why, does this perl woman work quickly for cheap? <g>

well i admit i dont know much about much about webpage programming. dont
want to in fact. but i know that someone somewhere has needed to do exactly
what i am trying to do and i dont want to re-invent the wheel or actually
"learn" a programming language. maybe its time to start stealing code from
someone elses website...

randy


 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles