| View previous topic :: View next topic |
| Author |
Message |
ladiko
Joined: 14 Jul 2006 Posts: 167 Location: Berlin
|
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Tue Apr 08, 2008 9:21 pm Post subject: |
|
|
Sure you can use my icons. I would appreciate if you linked back to autohotkey.net in your sources. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 167 Location: Berlin
|
Posted: Wed Apr 09, 2008 12:39 am Post subject: |
|
|
| thank you for the permission, titan! i will add a section "graphics" with your nick name and a link to autohotkey.net to the credits gui in the first compilation with your icon. |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 459 Location: MN, USA
|
Posted: Sun Apr 13, 2008 7:26 pm Post subject: |
|
|
Hello again, Titan. I've had a chance to use the new AHK.net and I have several suggestions/ideas for its development.
1.) An option to upload multiple files, similar to the previous interface.
2.) A setting to choose whether to automatically overwrite existing files (e.g. "Prompt for Overwrite?").
3.) Clickable column headings to sort items by Views, Size, or Modified Date.
4.) Clicking on a folder icon gives a 403 error, which might be because I don't have FTP enabled. Perhaps a custom error message could provide more of an explanation.
5.) An item count somewhere in each page heading (e.g. "10 files / 5 folders").
6.) Deleting an item from a subfolder returned me to the main directory instead of back to the subfolder.
If I think of anything else, I'll add it to the list. I already had to amend it once, because AHK.net was, "undergoing maintenance," which solved one of my requests (list folders and files separately). Thank you for your time and consideration.
P.S. I also like your icons, they should be displayed more prominently! You should put one next to the AutoHotkey.net link in the black bar on top of each file manager page. _________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Mon Apr 14, 2008 1:03 pm Post subject: |
|
|
| jaco0646 wrote: | 2.) A setting to choose whether to automatically overwrite existing files (e.g. "Prompt for Overwrite?"). [...]
3.) Clickable column headings to sort items by Views, Size, or Modified Date. [...]
5.) An item count somewhere in each page heading (e.g. "10 files / 5 folders"). [...]
6.) Deleting an item from a subfolder returned me to the main directory instead of back to the subfolder. | Thanks for the suggestions, they have been applied. Non-IE users may have recently noticed javascript on every page. This should provide a richer experience by allowing you filter files and sort them without waiting for many page loads. The reason IE is not currently supported is due to its lack of support for standards, so please switch to Firefox, Opera, Safari or Konquer if you haven't already. For those who are curious, the bulk of the code is at http://www.autohotkey.net/xfm/js.php?a=list and uses DOM extensively.
Another recent addition some may find useful is the automated SVN repository creation. Simply pick a name in the settings page and configure your user database. There should be no reason for AHK script writers to not use source control now!
| jaco0646 wrote: | | 4.) Clicking on a folder icon gives a 403 error, which might be because I don't have FTP enabled. Perhaps a custom error message could provide more of an explanation. | This has been briefly explained in the FAQ. The reason you see a blank page is because you haven't uploaded an index.html file to that directory. I disabled the default autohotkey.net error page in case anybody used their space to sync files and cannot handle an unexpected HTML resource in case of error. You can create your own not found or access denied pages with .htaccess.
| jaco0646 wrote: | | 1.) An option to upload multiple files, similar to the previous interface. | This is planned and is of high importance, so you should (hopefully) see it some time soon.
I appreciate your feedback. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Thunderbolt Guest
|
Posted: Thu Apr 17, 2008 7:21 pm Post subject: |
|
|
Good thing this is not locked.  |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 459 Location: MN, USA
|
Posted: Sun Apr 20, 2008 6:12 am Post subject: |
|
|
One more idea: 7.) Different icons for each file type, similar to the previous interface. _________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Fri May 02, 2008 12:26 pm Post subject: |
|
|
Hi Titan,
After a long while I came back to take a look at AHK again. And I noticed the SVN option for your server. That is a great feature. Thanks a lot. I guess it will ease community approaches a lot. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 297 Location: Texas, USA
|
Posted: Fri May 02, 2008 7:26 pm Post subject: |
|
|
A curiosity question regarding the File Manager on Autohotkey.net...
Is the "Views" column of any real value? It appears that this column is reset to zero every few weeks.
Also, I noticed that for some reason file names that include one or more spaces in the name (Ex: "This is the file name.txt") are never counted when viewed.
Thank you for your consideration. |
|
| Back to top |
|
 |
Titanz Guest
|
Posted: Fri May 02, 2008 7:49 pm Post subject: |
|
|
| jaco0646 wrote: | | One more idea: 7.) Different icons for each file type, similar to the previous interface. | Thanks, more file icons have been added.
| toralf wrote: | | I noticed the SVN option for your server. That is a great feature | Glad you like it. Nice to see you back on the forums by the way.
| jballi wrote: | | Is the "Views" column of any real value? It appears that this column is reset to zero every few weeks. | This is the number of times a file has been viewed or downloaded on the web. Previously this number was unique per IP address, now it counts every successive hit indiscriminately i.e. if the same person downloads YourScripts.zip twice it would add +2 to the counter. These statistics are reset at the beginning of every calender month.
| jballi wrote: | | file names that include one or more spaces in the name (Ex: "This is the file name.txt") are never counted when viewed | This bug has been fixed. |
|
| Back to top |
|
 |
haichen
Joined: 05 Feb 2007 Posts: 97 Location: Osnabrück, Germany
|
Posted: Fri May 02, 2008 11:50 pm Post subject: |
|
|
Thanks for autohotkey.net!
Thats a big work for the community.
Is there a reason to reset the views? I have mostly only a handful clicks so it would look nicer (for me) if they are counted a bit longer.
Perhaps there could be an option to reset. Or a reset after 10000 clicks. A Month is very short. |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 459 Location: MN, USA
|
Posted: Sat May 03, 2008 4:23 pm Post subject: |
|
|
I like the idea of having the Views reset to keep the data fresh; so I am not in favor of making the period longer unless there is an option to choose the length. My preference would be to show the number of Views from the past 30 days (and never reset it to 0).
I can't believe I never noticed that the files with spaces in their names aren't counted. I just thought some of my programs were very unpopular! They now have Views for the first time!
Thanks for the new icons. Will there be some for picture files (.png, .jpg, .gif, etc.)? _________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Sat May 03, 2008 5:05 pm Post subject: |
|
|
| haichen wrote: | | Is there a reason to reset the views? | I believe a limited time range reflects better on the view count as you can estimate hit frequency (visitors per day) and see whether a file is still in demand after a long time. The other primary reason is the technical limitations; parsing server log files is a CPU intensive task which only gets worse if archived stats are to be accounted for.
That being said I do like the idea of giving users the option to retain view counts over the lifetime of a files existence or purge on a monthly basis. If anyone would like this or a different system please let me know.
| jaco0646 wrote: | | Will there be some for picture files (.png, .jpg, .gif, etc.)? | Do you have any recommendations for free 16×16 icons? The image set I use currently is quite limited. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Sun May 11, 2008 10:59 am Post subject: |
|
|
Due to the recent success in growth of the #ahk IRC community the pastebin originally located on my private server at http://ccgi.inspiration3.plus.com/ahk/paste/ has now been moved to http://www.autohotkey.net/paste/. This offers a quick "1-click" way to share small amounts of code or a single script which is often necessary in live chat or email discussions. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Brandon Guest
|
Posted: Thu May 15, 2008 8:58 pm Post subject: |
|
|
| This is a sticky topic. |
|
| Back to top |
|
 |
|