[suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

Discussion about the AutoHotkey Foundation and this website
obeeb
Posts: 140
Joined: 20 Feb 2014, 19:15

[suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

23 Aug 2017, 21:16

I recently helped someone who couldn't understand how to download the Autohotkey installer from the https://autohotkey.com/download/ page. This is his comment after I explained him what he needs to do:
cinematree wrote:Ohhhh! I was thinking that where it says "Download Autohotkey Installer" at the top of the installer page, that that is just a graphical heading for the page (not the actual button to press to download the installer!) and that the download is the zip file below it. I'm usually pretty intuitive about these things. I thin it would help to clarify that for new users. Anyway, happy you figured it out. Thank you for your help.
From searching it appears to be a recurrent problem:
https://autohotkey.com/boards/viewtopic.php?t=22425
https://autohotkey.com/boards/viewtopic.php?t=13245
https://autohotkey.com/boards/viewtopic.php?t=19474

I think it's reasonable to assume that there were many more people who downloaded the zip file, didn't know what to do with it and just gave up on Autohotkey.
The download button in my opinion does indeed look more like a "graphical heading for the page" and not something you're supposed to click on.

This can be easily solved by making the button a simple link(making it look like "Download AutoHotkey .zip"). Of course many other options exist. From what I could see in one of those threads it was already changed from "Download AutoHotkey" to "Download Autohotkey Installer" but that's all it was, a change not a solution.
User avatar
Xtra
Posts: 2744
Joined: 02 Oct 2015, 12:15

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

23 Aug 2017, 22:32

Note: The installer also includes an "extract to" function to extract all files without installing. This can be accessed from the installer GUI or on the command line.
A big fat green arrow pointing to the installer button may be helpful for some. :)
obeeb
Posts: 140
Joined: 20 Feb 2014, 19:15

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

23 Aug 2017, 22:46

joedf wrote:how about Adding border?
I don't think this is going to help, we need more drastic changes.
Xtra wrote:A big fat green arrow pointing to the installer button may be helpful for some. :)
This might help.
joedf wrote:and annoying arrows?!
This also might help.

What do you think about my suggestion to turn it into a normal link? Or did somebody go out of his way to create this button and there is some attachment involved?

In case you are wondering I am being serious. This is not a major problem and quite a ridiculous one but still it shouldn't exist.
User avatar
Masonjar13
Posts: 1555
Joined: 20 Jul 2014, 10:16
Location: Не Россия
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

23 Aug 2017, 23:47

Wow.. Well then. I mean, when it's mouseover'd, it changes to indicate it is indeed a link. I will admit that the page itself isn't terribly well formatted, though. One of my personal favorite styles is a grid (see www.7-zip.org for an example). It is a bit overkill, but it makes it very clear that it's both only available for Windows, and that they are indeed download links.
OS: Windows 10 Pro | Editor: Notepad++
My Personal Function Library | Old Build - New Build
obeeb
Posts: 140
Joined: 20 Feb 2014, 19:15

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 00:01

Masonjar13 wrote:One of my personal favorite styles is a grid (see http://www.7-zip.org for an example)
That's a nice one.
There http://www.7-zip.org/download.html page is also very clear.
User avatar
Blackholyman
Posts: 1293
Joined: 29 Sep 2013, 22:57
Location: Denmark
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 02:05

Image

Code: Select all

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>AutoHotkey Downloads</title>
<link rel="icon" type="image/ico" href="/favicon.ico">
<link rel="stylesheet" href="css/style.css">
<style>
	BODY { color: black; background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 80% }
	PRE { color: black; font-family: Courier New, Courier, mono; font-size: 100% }
	TH { font-size: 80% }
	TD { font-size: 80% }
	H1 { font-size: 24px }
	H2 { font-size: 24px }
	H4 { font-size: 24px }

	TD.Layout { background-color: white}
	TH.Title { background-color: #A0E0A0; font-size: 80%}
	TD.Main	{ font-size: 120%}
	TD.Item { background-color: #E8E8E8}
	TD.SubItem { background-color: #FFFFFF}
	TD.ExternalProgram { background-color: #E8D0E8}
  </style>
</head>
<body>
<a href="/"><img src="/static/ahk_logo.png"></a>
<H1>Download</H1>
<p><B>Current version: <a href="../docs/AHKL_ChangeLog.htm">v1.1.26.01 - July 16, 2017</a></B></p>
<TABLE cellspacing ="1" cellpadding ="6" border = "0">
  <TR>
    <TH class="Title" align="center" width=60>Link</TH>
    <TH class="Title" align="center" width=60>Type</TH>
    <TH class="Title" align="center">Description</TH>
  </TR>
  <TR>
    <TD class="Item Main" align="center"><A href="ahk-install.exe">Download</A></TD>
    <TD class="Item Main" align="center">.exe</TD>
    <TD class="Item Main">Autohotkey Installer</TD>
  </TR>
  <TR>
    <TD class="Item" align="center"><A href="ahk.zip">Download</A></TD>
    <TD class="Item" align="center">.Zip</TD>
    <TD class="Item">7-Zip for Windows</TD>
  </TR>
</TABLE>
<BR>
<p><a href="https://github.com/Lexikos/AutoHotkey_L/">Source code</a></p>
<p><strong>Note:</strong> The installer also includes an "extract to" function to extract all files without installing. This can be accessed from the installer GUI or <a href="/docs/Scripts.htm#install">on the command line</a>.</p>
<h2>Other Releases</h2>
<p><a href="1.1/">AutoHotkey 1.1.*</a> - previously known as AutoHotkey_L.<br>
<a href="1.0/">AutoHotkey 1.0.*</a> - also retroactively known as AutoHotkey Basic, Classic, Vanilla, etc.<br>
<a href="2.0/">AutoHotkey 2.0-a*</a> - see <a href="/v2/">AutoHotkey v2</a>.</p>
<h2>Documentation</h2>
<p><a href="/docs/AutoHotkey.htm">Online - v1.1</a><br>
<a href="https://lexikos.github.io/v2/docs/AutoHotkey.htm">Online - v2.0-alpha</a></p>
Help files in other languages - these are maintained by other volunteers, so are sometimes out of date:
<ul>
<li><a href="http://ahkcn.sf.net/">Chinese</a> (??)</li>
<li><a href="https://github.com/ahkde/docs/releases/latest">German</a> (Deutsch)</li>
</ul>
<p>English documentation is included in the installer and portable downloads.</p>
</body>
</html>
Also check out:
Courses on AutoHotkey

My Autohotkey Blog
:dance:
TAC109
Posts: 1096
Joined: 02 Oct 2013, 19:41
Location: New Zealand

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 02:59

The '7-zip for Windows' description should be altered to say 'Portable Version' as this better reflects its use.
My scripts:-
XRef - Produces Cross Reference lists for scripts
ReClip - A Text Reformatting and Clip Management utility
ScriptGuard - Protects Compiled Scripts from Decompilation
I also maintain Ahk2Exe
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 08:24

@Blackholyman thanks :+1:
@TAC109 updated: https://jsfiddle.net/joedf/cwse7tc4/ Maybe even put the source into the table.
However, this goes through lexikos.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
just me
Posts: 9406
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 10:16

If you call it 'Portable Version' some people might expect it will be working automatically after extracting.
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 11:17

Very good point!
but that's why we have this opening when doublecliking autohotkey.exe plainly :)
Image
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
obeeb
Posts: 140
Joined: 20 Feb 2014, 19:15

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

24 Aug 2017, 11:55

joedf wrote:https://jsfiddle.net/joedf/cwse7tc4/ Maybe even put the source into the table.
However, this goes through lexikos.
This is great, I believe changing it this way will eliminate the problem.

Thank you for taking this seriously enough to take it to the point where Lexikos needs to make a decision. I've seen ~5 people with this problem and applying the 1% rule it goes up to ~500. Most of them probably wouldn't have gotten far with Autohotkey or eventually managed to download the installer or using it without installing but who knows? ¯\_(ツ)_/¯ maybe we lost a future thousands quality posts member.
just me
Posts: 9406
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

25 Aug 2017, 09:51

joedf wrote:... but that's why we have this opening when doublecliking autohotkey.exe plainly :)
Getting Started wrote:Basically: create a script file -> add some hotkeys -> run the scriptfile.
How will she/he "run the scriptfile"?
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

25 Aug 2017, 09:58

just me wrote:How will she/he "run the scriptfile"?
Excellent point! :mrgreen:
Hmmm, we could simply name it Zip version that might be the way to go. I think you are right in this matter, but then I feel this problem when then still be there for newbies... :/
Do you have solutions or ideas to propose? maybe add something in the docs? :think:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
just me
Posts: 9406
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

25 Aug 2017, 10:13

I'd prefer this proposal. Maybe some additional info (like a tooltip) could be shown when hovering above the links?
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: [suggestion] Make more clear for some people that "Download Autohotkey Installer" button downloads the installer

25 Aug 2017, 15:14

Hmm yes. Maybe even explain it as a foot note about the zip.
I need lexikos to respond to this since he manages that page. He hasn't been active since last Monday. no rush.

Side note: I will be gone for about 2weeks starting tuesday 29th -ish for a field course in nova scotia, will be indisposed.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Return to “About This Community”

Who is online

Users browsing this forum: No registered users and 50 guests