Showing posts with label website editor. Show all posts
Showing posts with label website editor. Show all posts

Tuesday, 11 August 2020

Development environment for hand-coding websites - update

Moving from an app built for myself, to a product that I expect other people to use has been a much longer process than I would have imagined. The very long list of small fixes and enhancements makes me realise what I'm prepared to live with and work around.

The first public release happened a little while ago and yesterday it received an update with lots of rough edges smoothed off.

If it turns out that I'm the only person who wants to hand-code html/css/js then that's fine, my own tool is much nicer to use than it has been for most of its life. 

The current version is entirely free. Download is here. No card details, not even an email address. The only thing I do ask for is feedback.

Thursday, 20 March 2014

Using Helen's Website Editor - setting up

Before you can open a page in the editor, you'll need to fill in a few details about your site. If you don't know the server details you'll need to ask your hosts or the person who set up your website. They should be able to tell you:

  • the name of the server for ftp (or IP address for ftp) 
  • a username 
  • a password


To open this box, press the Settings toolbar button or cmd-dot

website: the public address of your website, eg www.mysite.co.uk

server: the address of the server for ftp purposes or the IP address of the ftp server. This may be the same as your website domain name, or a variation on it such as ftp.mysite.co.uk

username / password: given to you by your host or website provider

initial dir: This is not essential, it may not even be necessary. If you don't give it you'll still be able to browse the server for the page you need. If your pages are in a directory called 'docs' or 'htdocs' or similar, then you can enter it here.

stylesheet: Not essential but if you'd like to be able to edit or view your stylesheet, or make use of classes within it when you insert certain elements, then you'll need to enter its filename here. (relative to the ftp server root - add a directory too if necessary). It'll end '.css'.

If not all of the necessary details are filled in correctly, then the editor should tell you which to check.