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  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Wed Dec 19, 2007 1:45 am    Post subject: Reply with quote

That's awesome, I've not tried it but if it doesn't use any Ajax, you should do that Very Happy because it makes everything easier and faster on the user, but its always hard to make it really secure... Looks sweet too, very web 2.0. I like doing php stuff and some web design, if you want me for anything maybe I could help..? I'm not the greatest though so yea.
_________________
Changed siggy at request of ahklerner Very Happy
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Wed Dec 19, 2007 1:54 am    Post subject: Reply with quote

Ajax is central to the new design, in fact I've probably written more javascript code than I have PHP. It will also be 100% workable with non-js browsers as cross platform compatibility is high priority on my list. Security is another major concern, I may even explore the possibility of SSL after the main work is done - again, input will be very much appreciated here! It's pleasing to know this project has some interest and people are willing to help, thanks Smile
_________________

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 Dec 23, 2007 10:48 pm    Post subject: Reply with quote

I know some of you want a progress update, so here's another screenshot:



This will be open to beta testers soon, if you want a place on the list please contact me.
_________________

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
Adde_P



Joined: 04 Jun 2006
Posts: 180
Location: Sweden

PostPosted: Tue Jan 08, 2008 11:36 am    Post subject: Reply with quote

Just a little question are you allowed to upload flash movies if they are Ahk-related ?
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Tue Jan 08, 2008 11:41 am    Post subject: Reply with quote

Yes you can upload multimedia files if they're related.
_________________

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: Sat Jan 12, 2008 8:36 pm    Post subject: Reply with quote

With thanks to Chris Subversion as been set up on the server. My repository can be viewed at svn://autohotkey.net/Titan/repos

For those who don't know, Subversion (or SVN) is a version control system used by Sourceforge, Google Code and other well known web hosts which allows developers to track the history of changes to their source code and facilitate collaborative group projects over the internet. TortoiseSVN is a popular GUI client for Windows that I use and recommend.

For the moment only experienced and trusted users will be allowed to make their own repositories. An interface will be written for the new file manager, but if anybody is interested in creating one now feel free to contact me.
_________________

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
jaco0646



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

PostPosted: Tue Feb 19, 2008 1:04 am    Post subject: Reply with quote

Titan wrote:
My repository can be viewed at svn://autohotkey.net/Titan/repos

This link doesn't work for me.

But my real reason for posting is I had a question for you, Titan. Would it be possible (and easy) for you to generate a list of all the AHK.net users who have set up a homepage (index.html) for their accounts?

I was just perusing the AHK wiki and I thought this would make a nice addition: a page with links to all the AHK users who have their own websites on the topic.

EDIT: P.S. If you want to hold off on answering me for a bit, so you can further bask in the glory of your 5000th post, I won't be offended. Razz There's no rush. Laughing
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
SKAN



Joined: 26 Dec 2005
Posts: 5298

PostPosted: Tue Feb 19, 2008 6:01 am    Post subject: Reply with quote

jaco0646 wrote:
generate a list of all the AHK.net users who have set up a homepage (index.html) for their accounts?


http://www.autohotkey.net/sitemap.xml

Smile
Back to top
View user's profile Send private message
jaco0646



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

PostPosted: Tue Feb 19, 2008 6:04 am    Post subject: Reply with quote

Sweet! I had no idea that page existed. It should definitely be linked to from the wiki if it isn't already.

Now I have some new resources to browse. Cool


EDIT: Nevermind, that was a waste of time. Mad At least half of those pages should be removed; they have nothing to offer (i.e. "under construction" for the past 2 years, Rolling Eyes ). Oh well, it seemed like a good idea at the time.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
Oberon



Joined: 18 Feb 2008
Posts: 408

PostPosted: Wed Feb 20, 2008 4:14 pm    Post subject: Reply with quote

jaco0646 wrote:
Titan wrote:
My repository can be viewed at svn://autohotkey.net/Titan/repos

This link doesn't work for me.
You can only browse that link in an SVN client. I can confirm that it works.

jaco0646 wrote:
At least half of those pages should be removed; they have nothing to offer (i.e. "under construction" for the past 2 years
Aye 'tis true. Only a handful of people index their work, the majority have their scripts scattered across the forum. There are key scripts posted as help responses in Ask For Help too, so making a complete list won't be easy.
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Feb 20, 2008 8:47 pm    Post subject: Reply with quote

jaco0646 wrote:
(i.e. "under construction" for the past 2 years, Rolling Eyes )

...HEY!...sorry...I'm slow...but I really AM going to update & index all my scripts...btw...this is JSLover, Mr. Under Construction...
Back to top
DranDane



Joined: 26 Jun 2007
Posts: 54

PostPosted: Sun Feb 24, 2008 1:32 am    Post subject: Reply with quote

Hi,

I think it mays be a really good think to link the wiki script's page to the scripts on this Autohotkey.net site.
Back to top
View user's profile Send private message
Lou Dwing



Joined: 24 Feb 2008
Posts: 2

PostPosted: Sun Feb 24, 2008 7:18 am    Post subject: Reply with quote

Thanks for throwing out this info.
Back to top
View user's profile Send private message
knityster



Joined: 03 Mar 2008
Posts: 1

PostPosted: Mon Mar 03, 2008 9:25 am    Post subject: Reply with quote

Xander wrote:
This is awesome, thanks.

Works perfectly with firefox, but I get this error with Opera (my preferred browser):

Quote:
Javascript URL thread: "javascript:open_popup('upload');"
Error:
name: ReferenceError
message: Statement on line 1: Reference to undefined variable: open_popup
Backtrace:
Line 1 of unknown script
open_popup("upload");


Get the error when I try to click on Upload and nothing happens.


I've got the same problem when i upload my files,
and i use firefox 3 beta 3.
what should i do?
Back to top
View user's profile Send private message
jaco0646



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

PostPosted: Fri Mar 21, 2008 8:24 pm    Post subject: Reply with quote

Just a minor request:

Could the SiteMap page be modified to organize the links from most to least recently modified, or at the very least alphabetically? Currently, I have to hover over each link to see if its page has been updated.

Thanks.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
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  Next
Page 3 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