Search found 771 matches

by Joe Glines
14 Dec 2013, 16:47
Forum: Ask for Help (v1)
Topic: Hotkey chosen by user and saved in ini file
Replies: 5
Views: 2544

Re: Hotkey chosen by user and saved in ini file

I was writing to ini files however it should be pretty easy to adapt them to write to the regsitry. (I've only played with 1 script doing so as, to me, I don't want to worry about messing up someone else's computer)
by Joe Glines
14 Dec 2013, 08:06
Forum: Ask for Help (v1)
Topic: Hotkey chosen by user and saved in ini file
Replies: 5
Views: 2544

Re: Hotkey chosen by user and saved in ini file

I did some searching and found this example utilizing the function you provided.

Apparently it goes back to Jballi on this post

Pretty amazing!
by Joe Glines
14 Dec 2013, 07:02
Forum: Ask for Help (v1)
Topic: Hotkey chosen by user and saved in ini file
Replies: 5
Views: 2544

Re: Hotkey chosen by user and saved in ini file

Wow- As they say "be careful what you ask for". i thought this would be a lot simpler to do...

Thanks for the link!
by Joe Glines
13 Dec 2013, 09:14
Forum: Ask for Help (v1)
Topic: Hotkey chosen by user and saved in ini file
Replies: 5
Views: 2544

Hotkey chosen by user and saved in ini file

I would like to be able to ask users what hotkey they want to associate to a given task, save it to an ini file, and then use what they saved in future scripts. Ideally I'd like to make it as simple as possible for people that are not typical AutoHotKey users. I think creating a gui with radio butto...
by Joe Glines
11 Dec 2013, 21:35
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 247
Views: 191831

Re: A Github organisation for ahkscript

Please add Joetazz as well. I'm new to using Github but am trying to learn...
by Joe Glines
09 Dec 2013, 21:06
Forum: Ask for Help (v1)
Topic: Scrape Elements on Site and Save to Text File
Replies: 12
Views: 13125

Re: Scrape Elements on Site and Save to Text File

Very cool! I've learned all my OOP / DOM from reading posts in the forum thus I'm not aware of things that many people that actually build pages are. Somehow through all my readings I'd missed this little bit about Tables / rows, etc. I reviewed it as well as other table properties and can definitel...
by Joe Glines
08 Dec 2013, 07:59
Forum: Ask for Help (v1)
Topic: Scrape Elements on Site and Save to Text File
Replies: 12
Views: 13125

Re: Scrape Elements on Site and Save to Text File

Blackholyman, I'm studying your code to try and improve my web-scraping capabilities and I'm puzzled on where the .rows part of your code came from table := doc.getElementById("biwtable") rows := table.rows spans := rows[0].getElementsByTagName("span") When I use iWB2 Learner as well as IE's built i...
by Joe Glines
07 Dec 2013, 19:02
Forum: Ask for Help (v1)
Topic: Scrape Elements on Site and Save to Text File
Replies: 12
Views: 13125

Re: Scrape Elements on Site and Save to Text File

Google maps kept stripping the last backslash from the URL and, since your instr command was looking for it, the code would not work. This takes care of it

Code: Select all

if !instr(wb.LocationURL, "https://www.google.com/maps")
by Joe Glines
01 Dec 2013, 16:24
Forum: Scripts and Functions (v1)
Topic: Ping4 - IPv4 ping function (2015-07-16)
Replies: 14
Views: 14733

Re: Ping4 - IPv4 ping function

Sweet! Looks like Xmas arrived early! I'm always amazed at the knowledge of y'all on the forums! It is quite humbling! :D
by Joe Glines
01 Dec 2013, 15:53
Forum: Scripts and Functions (v1)
Topic: Ping4 - IPv4 ping function (2015-07-16)
Replies: 14
Views: 14733

Re: Ping4 - IPv4 ping function

I work in email marketing at a large B2B company and use a service that provides us with the IP address of the person checking their email. While we have "company name" of our customers, it is not standardized. (thus people working for Ford Motor Company might be stored as "Ford, "Ford Motor co.","F...
by Joe Glines
01 Dec 2013, 11:14
Forum: Scripts and Functions (v1)
Topic: Ping4 - IPv4 ping function (2015-07-16)
Replies: 14
Views: 14733

Re: Ping4 - IPv4 ping function

is it possible to adapt this to use the IP address and bring back the domain/URL (or even better the name of the OrgName as shown on this site: http://whoisthisip.com/ipwhois/74.125.45.100

Go to advanced search