diff --git a/content/posts/ember-conf-2020-acceptance.md b/content/posts/ember-conf-2020-acceptance.md index e29c9ea..c878dd2 100644 --- a/content/posts/ember-conf-2020-acceptance.md +++ b/content/posts/ember-conf-2020-acceptance.md @@ -3,6 +3,7 @@ title: 'Speaking at Ember Conf 2020!' date: 2019-12-17 tags: - Tech + - A11y - Ember coverImage: /images/uploads/emberconf-2020-accepted-cfp.png description: >- diff --git a/content/posts/ember-conf-2020-notattending.md b/content/posts/ember-conf-2020-notattending.md index 525a350..6c49904 100644 --- a/content/posts/ember-conf-2020-notattending.md +++ b/content/posts/ember-conf-2020-notattending.md @@ -3,6 +3,7 @@ title: 'No Longer Attending Ember Conf 2020 (EDIT: Virtual Conf!)' date: 2020-03-10 tags: - Tech + - A11y - Ember description: >- "A11y First, and Everyone Wins" will still be published later as a recorded video and open source repository. diff --git a/content/posts/ember-conf-2020-recording.md b/content/posts/ember-conf-2020-recording.md index 21c2a42..fb03776 100644 --- a/content/posts/ember-conf-2020-recording.md +++ b/content/posts/ember-conf-2020-recording.md @@ -3,6 +3,7 @@ title: 'A11y First, and Everyone Wins' date: 2020-03-26 tags: - Tech + - A11y - Ember coverImage: /images/uploads/a11yfirst.png description: >- diff --git a/content/posts/ember-new-lang-merged.md b/content/posts/ember-new-lang-merged.md index 1acdadb..97f2917 100644 --- a/content/posts/ember-new-lang-merged.md +++ b/content/posts/ember-new-lang-merged.md @@ -3,6 +3,7 @@ title: 'Ember New Lang RFC: Merged!' date: 2020-06-12 tags: - Ember + - A11y - Tech coverImage: /images/uploads/embernewlang-rfc-merged.png description: >- diff --git a/content/posts/ember-select-light-2.md b/content/posts/ember-select-light-2.md new file mode 100644 index 0000000..5f309e9 --- /dev/null +++ b/content/posts/ember-select-light-2.md @@ -0,0 +1,30 @@ +--- +title: 'Ember-Select-Light 2.0 Released' +date: 2020-10-28 +tags: + - Tech + - A11y + - Ember +coverImage: /images/uploads/ember-select-light-tailwind-animated.gif +description: >- + Ember-Select-Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible. +--- + +Inspired by [ember-component-pattern's for how to best write a Select Element](https://emberjs-1.gitbook.io/ember-component-patterns/form-components/select-element), [ember-select-light](https://github.com/ember-a11y/ember-select-light) is now [Octane Ready](https://emberjs.com/editions/octane/) with the latest release! + +Getting started is as easy as... + +```bash +ember install ember-select-light +``` + +```handlebars + +``` + +See the [full docs here](https://github.com/ember-a11y/ember-select-light) for further details of how it can be used and styled. + +Additionally, I'm happy to announce the addon has been moved to the [official Ember A11y GitHub Org](https://github.com/ember-a11y)! diff --git a/content/posts/form-focus.md b/content/posts/form-focus.md index 72599b5..1afba39 100644 --- a/content/posts/form-focus.md +++ b/content/posts/form-focus.md @@ -4,6 +4,7 @@ description: Autofocusing to Form Fields - Common Use Cases date: 2020-02-25 tags: - Tech + - A11y --- Controlling form focusing is always a "it depends" kind of situation. However, we can often times make intelligent decisions rather than leave the user hanging. diff --git a/content/posts/testjssummit-accepted.md b/content/posts/testjssummit-accepted.md new file mode 100644 index 0000000..8fdab40 --- /dev/null +++ b/content/posts/testjssummit-accepted.md @@ -0,0 +1,17 @@ +--- +title: 'TestJS Summit Talk Accepted' +date: 2020-12-01 +tags: + - Ember + - A11y + - Tech +coverImage: /images/uploads/testjssummit.png +description: >- + I'll be speaking on Achieving A11y Automation Testing in January 2021. Sign up now! +--- + +I'm proud to announce I'll be speaking at [TestJS Summit](https://testjssummit.com/) during January 28-29 in 2021! [You can register for the conference here](https://ti.to/gitnation/testjs-summit). + +![Achieving A11y Automation Testing: Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else!](/images/uploads/testjssummit-speakerbio.png) + +See you there~! diff --git a/content/posts/testjssummit.md b/content/posts/testjssummit.md new file mode 100644 index 0000000..c3593b2 --- /dev/null +++ b/content/posts/testjssummit.md @@ -0,0 +1,18 @@ +--- +title: 'TestJS Summit 2021' +date: 2021-01-29 +tags: + - Ember + - A11y + - Tech +coverImage: /images/uploads/testjssummit-happening.jpg +description: >- + Achieving A11y Automation Testing! +--- + +Another successful conference with a vibrant community. I was impressed with how well [GitNation](https://gitnation.org/) ran everything remotely! + +![Achieving A11y Automation Testing: Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else!](/images/uploads/testjssummit-slides.jpg) + +I hope to be able to share the recording publicly later, we'll see how that goes as it was a private event. + diff --git a/static/images/uploads/ember-select-light-tailwind-animated.gif b/static/images/uploads/ember-select-light-tailwind-animated.gif new file mode 100644 index 0000000..d61f8d2 Binary files /dev/null and b/static/images/uploads/ember-select-light-tailwind-animated.gif differ diff --git a/static/images/uploads/testjssummit-happening.jpg b/static/images/uploads/testjssummit-happening.jpg new file mode 100644 index 0000000..9daf800 Binary files /dev/null and b/static/images/uploads/testjssummit-happening.jpg differ diff --git a/static/images/uploads/testjssummit-slides.jpg b/static/images/uploads/testjssummit-slides.jpg new file mode 100644 index 0000000..f7170b2 Binary files /dev/null and b/static/images/uploads/testjssummit-slides.jpg differ diff --git a/static/images/uploads/testjssummit-speakerbio.png b/static/images/uploads/testjssummit-speakerbio.png new file mode 100644 index 0000000..41d3df2 Binary files /dev/null and b/static/images/uploads/testjssummit-speakerbio.png differ diff --git a/static/images/uploads/testjssummit.png b/static/images/uploads/testjssummit.png new file mode 100644 index 0000000..4b9fad3 Binary files /dev/null and b/static/images/uploads/testjssummit.png differ