Managing Websites
Text editor
For websites using HTML5 and CSS3, editing files in a text editor is easier (for an old hand - at least) than using a dedicated website development environment.
- Notepad++ (freeware) is a good choice, as it offers customizable syntax highlighting, code completion, macro recording and playback, search/replace (with support for Regular Expressions), code collapse, multi-view editing, tag matching, and a lot more.
- However for the very basics, the SeaMonkey browser, "composer" feature can be useful (see below).
Whole Website Look and Feel
To ensure all pages on a website, have a common look and feel and have consistent navigation, you need a common framework to each page. Typically this will be a header on the top and a navigator on the left. There are many tools which can help produce this common framework. All rely on automatically "including" one part of a page within another
- PPWIZARD - HTML Preprocessor Include. PPWIZARD is a program run from the DOS command prompt that includes external files (such as the header and navigator) into your HTML file.
- Server Side Includes for php. PHP inserts the content of one file (such as the header and navigator) into another file before the server executes it.
- Embedding a frame within a page. An iframe is used to display a web page within a web page. The outer page has the header and navigator.
- Breaking a page up into frames.There is an outer page for each page and it includes the frame with the header and navigator.
Image Manipulation
- IrfanView (freeware) image viewer/editor. It includes, batch conversion (resizing etc), image adjustment, image editing, resizing, panorama stitching, and a lot more.
- Paint.NET (freeware) image editor replacement for Microsoft Paint. It includes clone stamp, layers with transparency, Red-Eye removal, image resizing, sharpening, and a lot more.
- PhotoScape (freeware) image editor - cropping, Animated GIF creator, and a lot more.
- GIMP (freeware) image editor often compared to Photoshop. It includes layer support, masks, filters, effects, and a lot more.
- Polaroid Dust and Scratch Removal (freeware) - does what it says - for old and scratched photos.
- Snipping Tool (freeware) - screen snapshots built into windows vista onwards. Also many other freeware alternatives, all can take a capture a screen shot of a rectangle of any part of the screen and then annotate, and save the image.
Browsers
- Firefox (freeware) - has loads of extensions (add-ons) for Web Development.
- Google Chrome (freeware) - has a developer tool which makes debugging CSS and HTML problems very clear.
- Internet Explorer 9.0 (freeware) - has a developer tool which makes debugging CSS and HTML problems very clear. Does it look like to the one from Google Chrome?
- SeaMonkey (freeware) - similar to a cut down version of Firefox which supports some of the Firefox extensions.
- SeaMonkey has a builtin WYSIWYG-Editor "composer". Two "composer" features can be useful. One is starting with a completely new webpage and using composer to make links and add formatting like headings, lists, tables, links etc. Another is to examine existing webpages and see structure such as tables and other HTML layout tags.
FTP
File Transfer Protocol (FTP) is a standard way to transfer files from one place to another over the Internet, that is to upload a copy from your own hard disk to a website.
- FileZilla (freeware) FTP client with an Explorer style interface showing local and remote folders. Simply works the way it's supposed to.
- Quick 'n Easy FTP Server Lite (freeware) is easy to set up and run on any computer. Once started, it runs automatically. It will send and receive files to and from and computer sending it requests from an FTP client.
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

