Page 1 of 4

Free AutoHotkey webinar with Jackie Sztuk (Blackholyman) and Joe Glines (the-Automator.com)

Posted: 14 Sep 2016, 07:55
by Blackholyman
Image

That is what we try to give you with every Webinar

In a survey we asked the community:
About doing regular webinars and a good number of people expressing interest

We're happy to share them with everybody, and you are also welcome to join in.



We have held successful monthly Webinars since August 2016 with lots of people signing up and joining in every month

There are people with all levels of AHK skill, from lowest to highest and everybody are welcome
Since 2016 we have had 50+ monthly webinars with all kinds of AHk type topics!

Go! Sign up and get an email notification about our next Webinar




Resources & Recordings of past AutoHotkey Webinars:

Jszapp.com

the-automator: AutoHotkey Webinars [up to date]

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 14 Sep 2016, 11:28
by Joe Glines
I'm looking forward to our next one!

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 21 Sep 2016, 02:49
by Blackholyman
Updated the top post with the newest links

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 21 Sep 2016, 11:51
by Joe Glines
:bravo: That was a lot of fun yesterday! A big Thankyou! goes out to all the people on chat that helped answer specific questions! :)

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 28 Sep 2016, 07:01
by Joe Glines
BTW- our next webinar on October 18th our main theme is going to be talking about using COM with Excel. :) We hope to see you there!

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 12 Nov 2016, 08:21
by Joe Glines
The next Webinar is this Tuesday, November 15th. We'll be reviewing RegEx!

If you're not signed-up for them, you can do so here
:dance:

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 15 Dec 2016, 06:46
by Joe Glines
Our next webinar is on Tues. Dec 20th at 4EST. This sessions' focus will be an introduction to Classes covered by a guest speaker (MasonJar) .

We have changed how you register for the webinar. Now you can (and must) register for each one. You can do so here
:bravo:

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 19 Dec 2016, 19:57
by Joe Glines
I hope some of the forum peeps can make it to the AutoHotkey Webinar on classes tomorrow at 4 EST. :)
You can register for it here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 13 Jan 2017, 10:46
by Joe Glines
Our AutoHotkey Webinar next Tuesday, Jan 17th at 4EST will be covering "troubleshooting" from basics to using debugging.

I hope y'all can make it! You can register for it, and upcoming webinars, here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6

:bravo:

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 15 Feb 2017, 09:39
by Joe Glines
During our next free AutoHotkey webinar on Feb 21st @ 4EST we will be discussing using Arrays and Key-Value pairs/ dictionaries in objects.

You can register for it and future webinars here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6

If you want to watch any of the past webinars you can find them here: http://the-automator.com/webinars/

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 15 Mar 2017, 17:01
by Joe Glines
During the first hour of the next free AutoHotkey webinar on March 21st @ 4EST we will be demonstrating different ways to solve problems.

Basically we are going to pick a couple different goals and then discuss different approaches as to how they can be automated with AutoHotkey.

As always the second hour we will field questions on any AutoHotkey topic. You can register for it and future webinars here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6

If you want to watch any of the past webinars you can find them here: http://the-automator.com/webinars/

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 16 Mar 2017, 01:03
by Xtra
Joe Glines wrote: Basically we are going to pick a couple different goals and then discuss different approaches as to how they can be automated with AutoHotkey.
This is a good way to teach people methods for automating. :clap:

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 17 Mar 2017, 06:36
by Joe Glines
Xtra wrote:
Joe Glines wrote: Basically we are going to pick a couple different goals and then discuss different approaches as to how they can be automated with AutoHotkey.
This is a good way to teach people methods for automating. :clap:
Agreed! There's no such thing as the "best" way to automate something. We're all at different points of our "automation journey" in learning how to program as well as have different needs (reliability over getting something that we can quickly crank out and does "most" of what we need.)

Between sending key-strokes, using the Windows API, DLL calls, COM, and other methods there are so many ways to accomplish our goals... This webinar is going to help people realize there are a lot of different ways to achieve the same goal. Each having their own strength & weakness.

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 17 Mar 2017, 20:36
by Masonjar13
I'm aware this is a bit shoddy, but I wrote a small snippet that will automatically open your Zoom url approx. 10 minutes before the webinar (with a safety catch to run during the first hour after the webinar has started if the other 10-min window is missed), with dates up until July, 2018. Anyone is more than welcome to clean up it, but it should work as-is :)
Recommended to put in the startup folder, of course.

Code: Select all

#singleInstance force
#persistent
#include *i <Lib_1>

nlink:="" ; put your Zoom meeting url here! It stays static, at least if you register for all the dates
dates:=["Mar 21 2017","Apr 18 2017","May 16 2017","Jun 20 2017","Jul 18 2017","Aug 15 2017","Sep 19 2017","Oct 17 2017","Nov 21 2017","Dec 19 2017"
    ,"Jan 16 2018","Feb 20 2018","Mar 20 2018","Apr 17 2018","May 15 2018","Jun 19 2018","Jul 17 2018"]
setTimer,checkDate,% min(1)
return

checkDate:
for i,a in dates {
    if(inStr(getUTC("MMMM"),a)){
        if(inStr(getUTC("yyyy"),a)){
            if(inStr(getUTC("d"),a)){
                if(getUTC("h")<=8){
                    while((getUTC("h")!=7 && getUTC("m")<50)||(getUTC("h")!=8))
                        sleep min(1)
                    run % nLink
                    break
                }
            }
        }
    }
    sleep hour(6)
}
return

getUTC(format){
    formatTime,cX,% a_nowUTC,% format
    return cX
}

; StdLib
hour(hr){
    return hr*3.6e+6
}
min(min){
    return min*0.6e+5
}

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 12 Apr 2017, 20:00
by Joe Glines
Our next AutoHotkey webinar this Tuesday, April 18th @ 4EST will be a "working session" where we will follow-up with live examples of what we covered in the last webinar. (so things like PostMessage, SendMessage, ACC LIbrary, etc.

You can register for it and future webinars here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6
If you want to watch any of the past webinars you can find them here: http://the-automator.com/webinars/

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 12 May 2017, 13:51
by Joe Glines
Our next AutoHotkey webinar on Tuesday May 16th at 4 EST is going to be on the awesome topic of Web scraping!

In it we'll cover:
  • Main differences between Web services / API call and Web scraping
  • The DOM (Document Object Model)
  • Main JavaScript Methods & Properties for Web scraping
  • Build code:
  1. Log into website
  2. Extract all links on page
  • Requests from Audience
  • Additional resources & links for Web Scraping
  • Q&A / Troubleshooting

You can sign-up for the webinar here: Webinar Registration

Web scraping is an amazing skill set to have! In this webinar we'll have lots of great tips & best practices! More importantly, we'll be able to field questions to help answer you directly! :dance:

We hope to see you there! We've put together a great deck and have a way that will help understanding some of the "trickier" topics in web scraping.

Joe Glines & Jackie Sztuk

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 13 Jun 2017, 15:11
by Joe Glines
AutoHotkey Webinar on Webservice APIs: Jun 20th@4EST

Join us next Tuesday, June 20th @ 4 EST for a free overview of Webservice APIs.

The Webinar we will discuss:
1) What is an "API call"
2) What are some of the significant differences between an API call and Web Browser?
3) Frequently required Headers
4) Difference between oAuthentication
5) Parsing of JSON & XML


As always the second hour we will field questions on any AutoHotkey topic. You can register for it and future webinars here: https://zoom.us/meeting/register/a9e829 ... 1539e44ee6

If you want to watch any of the past webinars you can find them here: http://the-automator.com/webinars/

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 20 Jun 2017, 20:48
by Joe Glines
Today's webinar was Awesome! Thank you for attending! For those that missed it you can get the resources shared & links to recordings here:
http://the-automator.com/autohotkey-web ... api-calls/

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 06 Jul 2017, 08:54
by Joe Glines
Our next webinar on July 18th @4 EST is going to be demonstrating the power of SciTE4ahk.

We'll cover some of the basics but also how you can configure it to do much, much more!
Hope to see you there! You can sign up for the webinar here
:superhappy:

Re: WEBINAR: Learn more about AutoHotkey with Blackholyman and Joe Glines

Posted: 14 Jul 2017, 15:00
by vasili111
Nice idea :thumbup: . I think it will be especially useful for new users. Why not to Announcements section for the announcement of new webinars? I mean sticky topics that appear at the top of each section so that more people can see the announcement.