DSPRelated.com
Forums

OT: Web design software

Started by Vladimir Vassilevsky June 27, 2013
Could you advise software for website design. What is considered to be 
good widely used tool for unsophisticated web design in our days?
Main requirement: software should be good by itself and easy to use.
Should be for Windows. Could be opensource or payware.
Don't need advanced features such as online payment, database 
connections, etc. Shouldn't embed stupid banners like "designed by xxxx" 
into HTML or require service subscription.


Vladimir Vassilevsky
DSP and Mixed Signal Designs
www.abvolt.com


Vladimir Vassilevsky wrote:
> > Could you advise software for website design. What is considered to be > good widely used tool for unsophisticated web design in our days?
Word, then export as HTML?
> Main requirement: software should be good by itself and easy to use. > Should be for Windows. Could be opensource or payware. > Don't need advanced features such as online payment, database > connections, etc. Shouldn't embed stupid banners like "designed by xxxx" > into HTML or require service subscription. > > > Vladimir Vassilevsky > DSP and Mixed Signal Designs > www.abvolt.com > >
-- Les Cargill
On Wed, 26 Jun 2013 22:39:42 -0500, Vladimir Vassilevsky wrote:

> Could you advise software for website design. What is considered to be > good widely used tool for unsophisticated web design in our days? > Main requirement: software should be good by itself and easy to use. > Should be for Windows. Could be opensource or payware. > Don't need advanced features such as online payment, database > connections, etc. Shouldn't embed stupid banners like "designed by xxxx" > into HTML or require service subscription. > > > Vladimir Vassilevsky DSP and Mixed Signal Designs www.abvolt.com
A text editor, and a good HTML book. See my website for an example of a site built using those tools. -- Tim Wescott Wescott Design Services http://www.wescottdesign.com
On 27/06/2013 06:05, Tim Wescott wrote:
> On Wed, 26 Jun 2013 22:39:42 -0500, Vladimir Vassilevsky wrote: > >> Could you advise software for website design. What is considered to be >> good widely used tool for unsophisticated web design in our days? >> Main requirement: software should be good by itself and easy to use. >> Should be for Windows. Could be opensource or payware. >> Don't need advanced features such as online payment, database >> connections, etc. Shouldn't embed stupid banners like "designed by xxxx" >> into HTML or require service subscription. >> >> >> Vladimir Vassilevsky DSP and Mixed Signal Designs www.abvolt.com > > A text editor, and a good HTML book. > > See my website for an example of a site built using those tools. >
Make sure it covers HTML5 (wich CSS 3). HTML4 is so last century! Richard Dobson
On 6/26/2013 11:35 PM, Les Cargill wrote:
> Vladimir Vassilevsky wrote: >> >> Could you advise software for website design. What is considered to be >> good widely used tool for unsophisticated web design in our days? > > Word, then export as HTML?
Suppose I need a pushbutton which opens a page. How to do it Word ? VLV
On 6/27/2013 12:05 AM, Tim Wescott wrote:
> On Wed, 26 Jun 2013 22:39:42 -0500, Vladimir Vassilevsky wrote: > >> Could you advise software for website design. What is considered to be >> good widely used tool for unsophisticated web design in our days? >> Main requirement: software should be good by itself and easy to use. >> Should be for Windows. Could be opensource or payware. >> Don't need advanced features such as online payment, database >> connections, etc. Shouldn't embed stupid banners like "designed by xxxx" >> into HTML or require service subscription. >> >> > > A text editor, and a good HTML book.
Assemblerism VLV
Vladimir Vassilevsky wrote:
> > Could you advise software for website design. What is considered > to be good widely used tool for unsophisticated web design in our > days? > Main requirement: software should be good by itself and easy to use. > Should be for Windows. Could be opensource or payware. > Don't need advanced features such as online payment, database > connections, etc. Shouldn't embed stupid banners like "designed > by xxxx" into HTML or require service subscription. > > > Vladimir Vassilevsky > DSP and Mixed Signal Designs > www.abvolt.com > >
Have you looked at SeaMonkey. It is free, open source, multi-platform and extensible. http://www.seamonkey-project.org/doc/features#composer describes Composer saying: "SeaMonkey's powerful yet simple HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your documents and website projects, Composer is all you need."
On Thu, 27 Jun 2013 08:44:39 -0500
Vladimir Vassilevsky <nospam@nowhere.com> wrote:

> On 6/27/2013 12:05 AM, Tim Wescott wrote: > > On Wed, 26 Jun 2013 22:39:42 -0500, Vladimir Vassilevsky wrote: > > > >> Could you advise software for website design. What is considered to be > >> good widely used tool for unsophisticated web design in our days? > >> Main requirement: software should be good by itself and easy to use. > >> Should be for Windows. Could be opensource or payware. > >> Don't need advanced features such as online payment, database > >> connections, etc. Shouldn't embed stupid banners like "designed by xxxx" > >> into HTML or require service subscription. > >> > >> > > > > A text editor, and a good HTML book. > > Assemblerism > > > VLV
More lack of IDEism. When we redid the company webpage we looked into a few different fancified integrated tools, and played with them for a bit. We ultimately settled on doing it all by hand with a humble text editor. The tools all had a nasty habit of tying themselves in knots, and couldn't be convinced to not generate horrible tangled things loaded down with unnecessary Javascript. You start by building up a simple CSS template, and a couple of basic server side includes for headers/footers/sidebars/etc. Once you've pushed the formatting responsibilty off onto the CSS, writing HTML natively rather than working with some WYSIWIG thing really just doesn't add much overhead. -- Rob Gaddi, Highland Technology -- www.highlandtechnology.com Email address domain is currently out of order. See above to fix.
Vladimir,

really depends what you would like to do..

why not changing to a CMS (content managing system) like joomla, where 
you deal with the content and not with the programming... and change 
your look and feel trough the visual template like a snap.


just my 2 cents

Hp

hpw-works.com


Am 27.06.2013 05:39, schrieb Vladimir Vassilevsky:
> > Could you advise software for website design. What is considered to be > good widely used tool for unsophisticated web design in our days? > Main requirement: software should be good by itself and easy to use. > Should be for Windows. Could be opensource or payware. > Don't need advanced features such as online payment, database > connections, etc. Shouldn't embed stupid banners like "designed by xxxx" > into HTML or require service subscription. > > > Vladimir Vassilevsky > DSP and Mixed Signal Designs > www.abvolt.com > >
Vladimir Vassilevsky wrote:
> On 6/26/2013 11:35 PM, Les Cargill wrote: >> Vladimir Vassilevsky wrote: >>> >>> Could you advise software for website design. What is considered to be >>> good widely used tool for unsophisticated web design in our days? >> >> Word, then export as HTML? > > Suppose I need a pushbutton which opens a page. How to do it Word ? > > > VLV > >
I don't know. I have always just used links. Might be the sort of thing you have to do with a text editor outside Word. -- Les Cargill