AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AutoHotkey.net - a free place to upload your scripts online
Goto page Previous  1, 2, 3, 4, 5
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
ladiko



Joined: 14 Jul 2006
Posts: 167
Location: Berlin

PostPosted: Tue Apr 08, 2008 8:32 pm    Post subject: Reply with quote

hello titan,

would you be so kind to allow me to use http://www.autohotkey.net/favicon.ico as icon for Compile_AHK II ? Very Happy
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Tue Apr 08, 2008 9:21 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
ladiko



Joined: 14 Jul 2006
Posts: 167
Location: Berlin

PostPosted: Wed Apr 09, 2008 12:39 am    Post subject: Reply with quote

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
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 459
Location: MN, USA

PostPosted: Sun Apr 13, 2008 7:26 pm    Post subject: Reply with quote

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). Smile 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
View user's profile Send private message Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Mon Apr 14, 2008 1:03 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Thunderbolt
Guest





PostPosted: Thu Apr 17, 2008 7:21 pm    Post subject: Reply with quote

Good thing this is not locked. Wink Laughing
Back to top
jaco0646



Joined: 07 Oct 2006
Posts: 459
Location: MN, USA

PostPosted: Sun Apr 20, 2008 6:12 am    Post subject: Reply with quote

One more idea: 7.) Different icons for each file type, similar to the previous interface.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Fri May 02, 2008 12:26 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
jballi



Joined: 01 Oct 2005
Posts: 297
Location: Texas, USA

PostPosted: Fri May 02, 2008 7:26 pm    Post subject: Reply with quote

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
View user's profile Send private message
Titanz
Guest





PostPosted: Fri May 02, 2008 7:49 pm    Post subject: Reply with quote

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

PostPosted: Fri May 02, 2008 11:50 pm    Post subject: Reply with quote

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. Very Happy
Perhaps there could be an option to reset. Or a reset after 10000 clicks. A Month is very short.
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 459
Location: MN, USA

PostPosted: Sat May 03, 2008 4:23 pm    Post subject: Reply with quote

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! Laughing

Thanks for the new icons. Cool Will there be some for picture files (.png, .jpg, .gif, etc.)?
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Sat May 03, 2008 5:05 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Sun May 11, 2008 10:59 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Brandon
Guest





PostPosted: Thu May 15, 2008 8:58 pm    Post subject: Reply with quote

This is a sticky topic.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group