Merge branch 'main' of gitlab.com:gaiety/gaiety-life into main
This commit is contained in:
commit
fc352584d7
13 changed files with 70 additions and 0 deletions
|
@ -3,6 +3,7 @@ title: 'Speaking at Ember Conf 2020!'
|
||||||
date: 2019-12-17
|
date: 2019-12-17
|
||||||
tags:
|
tags:
|
||||||
- Tech
|
- Tech
|
||||||
|
- A11y
|
||||||
- Ember
|
- Ember
|
||||||
coverImage: /images/uploads/emberconf-2020-accepted-cfp.png
|
coverImage: /images/uploads/emberconf-2020-accepted-cfp.png
|
||||||
description: >-
|
description: >-
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: 'No Longer Attending Ember Conf 2020 (EDIT: Virtual Conf!)'
|
||||||
date: 2020-03-10
|
date: 2020-03-10
|
||||||
tags:
|
tags:
|
||||||
- Tech
|
- Tech
|
||||||
|
- A11y
|
||||||
- Ember
|
- Ember
|
||||||
description: >-
|
description: >-
|
||||||
"A11y First, and Everyone Wins" will still be published later as a recorded video and open source repository.
|
"A11y First, and Everyone Wins" will still be published later as a recorded video and open source repository.
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: 'A11y First, and Everyone Wins'
|
||||||
date: 2020-03-26
|
date: 2020-03-26
|
||||||
tags:
|
tags:
|
||||||
- Tech
|
- Tech
|
||||||
|
- A11y
|
||||||
- Ember
|
- Ember
|
||||||
coverImage: /images/uploads/a11yfirst.png
|
coverImage: /images/uploads/a11yfirst.png
|
||||||
description: >-
|
description: >-
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: 'Ember New Lang RFC: Merged!'
|
||||||
date: 2020-06-12
|
date: 2020-06-12
|
||||||
tags:
|
tags:
|
||||||
- Ember
|
- Ember
|
||||||
|
- A11y
|
||||||
- Tech
|
- Tech
|
||||||
coverImage: /images/uploads/embernewlang-rfc-merged.png
|
coverImage: /images/uploads/embernewlang-rfc-merged.png
|
||||||
description: >-
|
description: >-
|
||||||
|
|
30
content/posts/ember-select-light-2.md
Normal file
30
content/posts/ember-select-light-2.md
Normal file
|
@ -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
|
||||||
|
<SelectLight
|
||||||
|
@value="turtle"
|
||||||
|
@options={{array "turtle" "tortoise"}}
|
||||||
|
@change={{action "handleChange"}} />
|
||||||
|
```
|
||||||
|
|
||||||
|
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)!
|
|
@ -4,6 +4,7 @@ description: Autofocusing to Form Fields - Common Use Cases
|
||||||
date: 2020-02-25
|
date: 2020-02-25
|
||||||
tags:
|
tags:
|
||||||
- Tech
|
- 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.
|
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.
|
||||||
|
|
17
content/posts/testjssummit-accepted.md
Normal file
17
content/posts/testjssummit-accepted.md
Normal file
|
@ -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).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
See you there~!
|
18
content/posts/testjssummit.md
Normal file
18
content/posts/testjssummit.md
Normal file
|
@ -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!
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
I hope to be able to share the recording publicly later, we'll see how that goes as it was a private event.
|
||||||
|
|
BIN
static/images/uploads/ember-select-light-tailwind-animated.gif
Normal file
BIN
static/images/uploads/ember-select-light-tailwind-animated.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
static/images/uploads/testjssummit-happening.jpg
Normal file
BIN
static/images/uploads/testjssummit-happening.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
static/images/uploads/testjssummit-slides.jpg
Normal file
BIN
static/images/uploads/testjssummit-slides.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
BIN
static/images/uploads/testjssummit-speakerbio.png
Normal file
BIN
static/images/uploads/testjssummit-speakerbio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 KiB |
BIN
static/images/uploads/testjssummit.png
Normal file
BIN
static/images/uploads/testjssummit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
Loading…
Add table
Reference in a new issue