Software and Linkography

A selection of links to Information sites and software, with a short description and explanation of why I like these software applications and information sites. The selection is based on what use because I need or like it for my profession or interests.




Software

Some characteristics I think good software should have.


Why I Use Freeware

There are many examples where freeware options are better in performance and size-performance relation than commercial equivalents.

Normally, when you ask information about a new computer, software is referred to as an add-on, as something useful to have. To sell the computer, the dealer normally installs copies of necessary software for free. If you'd have to buy all the software you need to be able to use your computer properly, the total price easily gets so high that the hardware becomes an add-on to the software.


Software
Why I Use Freeware
Freeware I Use
Web Site Building
Site Monitoring
Sites About Building Sites
- Top

Some Freeware I Use

Wordweb

Free dictionary for several forms of English. You download software and database to install on your computer. Not perfect in all definitions but very useful for being extremely fast (select word, press ctrl-alt-w and results appear in an instant) and having many search functions like: nearest, synonyms, type of, types, replace.

https://wordweb.info

Because I do a lot of copying and pasting and often have several pieces I need to copy repeatedly, I use Clipboard Recorder It stores up to a hundred text fragments and image's that can be copied and pasted between all windows programmes. You can even set it to store clips to the HD when you close the computer. Latest version found, 2.1.3, at https://clipboard-recorder.en.softonic.com/, from 2005, is paid. The developers site seems to be taken down.

Clipboard Recorder at download.cnet.com


Opera, MozillaFirefox

For me Opera is the easiest and fastest browser. It has many useful and practical features others don't have or incorporate much after Opera. A few examples. Navigating through sites with "Mouse Gestures" including opening links in a background tab. Downloads are not only fast but they start as soon as you click on the link instead of after you determine where to save the file. Sometimes it takes me a while to decide where to save something in order not to lose it in the bulk of files on my drive. In many of these cases download was already half way or even finished by the time I had decided in which folder to save.

Many of these features have now been adopted by other browsers.

Older versions of Opera used to crash a lot but now it hardly happens.

The latest version 25.0.1614.50 of 2015-01 I don't like much.

One big problem is that saved passwords are pre-typed when opening a page that asks for them, like in MozillaFirefox. Like that anyone who uses my computer has access to my password protected web accounts.

It seems Opera now is open software, partially Google Chrome partially MozillaFirefox. n view of these latter developments, I prefer MozillaFirefox.

https://www.opera.com

https://www.mozilla.org/


WordPerfect

For long WordPerfect was the best wordprocessor for me, until version 8. It has good default settings but is also very mouldable. It's easy to change things like layout, fonts, styles. Most of the special things I want to do with my text or to facilitate the use, I can, and it isn't difficult to find out how to do whatever I want.

WordPerfect's trump feature is "reveal codes". A perfectionist in layout inevitably comes to the point where a text starts to have a will of its own. It can for instance start to indent flush, left or right and no way to tame the thing. Press Alt-F3 and a window appears showing all codes like bold, indent, language, font size, graphic line. In this window you can edit these codes. You can for instance delete, select-cut-past and place the cursor between elements where you couldn't in the normal edit window or in other wordprocessors.

Unfortunately Wordperfect8 is really starting to show incompatibility problems since 2013. Really needing to change, among the best options are OpenOffice, LiberOffice and a LaTeX editor.

For texts like language teaching material and contracts, which I want to have all in the same format, I use a LaTeX editor.

I started with the LaTeX editor MiKTeX. Later I changed to TeXstudio. Of all alternatives I tried this one served best and could be installed without problems. As a matter of fact, TeXstudio uses MiKTeX. To install TeXstudio you have to install MiKTeX first.

For simple notes. letters or other documents which need not follow a standard format, I prefer LiberOffice. OpenOffice is quite good too but for me LiberOffice is a bit better.

https://www.libreoffice.org/

https://www.openoffice.org/

https://miktex.org/

http://texstudio.sourceforge.net/


Xplorer2

The best file-browser and -manager I've found is Xplorer2. It is similar to the famous old Norton Commander Has several useful features like tree and two panel view, compare panels, preview. It comes with Editor2.

https://www.zabkat.com

Editor2

Editor2 is a simple small fast text-editor. It has practical features but is small and easy enough. I use it for simple text files and to make small changes to HTML files.

https://www.zabkat.com


SequoiaView

SequoiaView gives visual representation of the size of files and directories. It shows in a glance which files or directories take up much disk space, helping to chose which to delete or move if necessary.

https://www.win.tue.nl/sequoiaview


Software
Why I Use Freeware
Freeware I Use
Web Site Building
Site Monitoring
Sites About Building Sites
- Top


Web Site Building

Below software and services I use or have used to build and maintain this site. Some of them also helped me to learn how to do it.

Editors

Stone Webwriter is an easy to use HTML editor, used to be free for non-commercial use. It helped me a lot with learning HTML and to get me on my way with site building. Unfortunately there is no free english version available any more

Now that I have my site built and I use existing pages as models for new ones, I'm using Notepad++, a general editor popular with programmers.

Notepad++

Uploading the site

FileZilla is a fast and reliable ftp-client (software). Once you get used to it, it is easy to use. FileZilla is free open software.

Much software has a built in ftp-client, including the here mentioned Xplorer2 and Notepad++. To avoid problems resulting from errors like accidental uploading or deleting, I prefer to use this independent ftp-client.


https://filezilla-project.org


Software
Why I Use Freeware
Freeware I Use
Web Site Building
Site Monitoring
Sites About Building Sites
- Top

Site Monitoring

Site Statistics

StatCounter provides useful statistics about your site such as page views, unique visitors, where visitors came from, how they navigated through your site (visitor path). It's free and doesn't place ads on your site. You can choose whether you want to place their logo or banner on your pages or not.

https://www.statcounter.com/

Link Checking

Keeping a site up to date is important. It shows that you the owner or maintainer are careful and serious, that you don't want to waist the time of your visitors. One very important aspect is verifying if all links on your site are working. one of the most irritating things that can happen when you are reading something on a site, is when there is a link directing to extra information or to sources and the link is broken.

To manually check if all links on a site are active is almost impossible. There are several options that automatise the checking of links on a site. At the moment I use the free software Link Checker for this purpose. Every once in a while I run the program to see if there are any broken links on my site.

Link Checker


Sites with good information about building sites

Most of what I know about building web sites, HTML, php, SQL, I've learnd from these and similar sites.

https://www.w3.org/MarkUp/Guide/
https://www.w3.org/2005/03/slideshow.html
https://validator.w3.org/docs/help.html
https://www.searchtools.com/robots/robots-txt.html
https://www.htmlgoodies.com/beyond/css/
https://www.w3schools.com/


First published: ;
Last update: .