Jason N. Gaylord
Coder
from Northeast PA
Small planet on JasonGaylord.com A planet with rings on JasonGaylord.com
Visit JasonGaylord.com

Hello, I'm  jasongaylord Jason

I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?

Learn More

Announcing TechBash 2017

First of all, on behalf of all of the organizers of TechBash 2016, we’d like to thank you for attending the event. We hope you enjoyed it and look forward to seeing you next year.

Read More

Angular 2.0 Officially Released

Angular 2.0 has been officially released. You can find out the full details at http://angularjs.blogspot.com/2016/09/angular2-final.html.

Read More

Big News About TechBash 2016

Force Email to be Confirmed with Identity

Microsoft Identity is an extremely flexible solution for authentication in modern web applications. The default table structure created with Identity contains properties for EmailConfirmed and PhoneConfirmed. Out of the box, these fields simply indicate whether or not the related fields have been confirmed.

Read More

Automation at the Dinner Table

Two parents working. All day events with the kids. A day of shopping. Sometimes, when we have those moments, we opt for eating out. Other times, we opt for eating in using something like a crock pot. Those handy devices that usually cost $20 are great in a pinch. But, have you ever found a recipe that requires only a few hours on low? Well, I did. But, I made sure that it was cooked to perfection even though I sat in my office all day. I used something coined as “home automation.”

Read More

Microsoft Edge Debugger Splitter Issue

The other day I hit F12 and started to debug some code. Microsoft Edge stopped showing the left side of the splitter that shows file content and the file browser for scripts and such. The issue breaks down that the right window was set at 100%. After talking with some people on the Microsoft Edge team, the solution, for now, was to tweak a registry key. The key to update is below, if you are using the Windows 10 RTM version (meaning you’re not on the Slow or Fast ring for updating):

Read More

Announcing TECHbash 2016

A couple of years ago, a few developers in the community talked about hosting a new developer conference in the Northeastern US. Over the past six months, after several discussions with the CodeMash team, we turned the talk into action. Yesterday, the TECHbash Foundation announced that next September 28-30, 2016, we’ll be hosting the first annual TECHbash event at the brand new Kalahari Resorts and Conventions Center in Pocono Manor, PA. This location event is less than 2 hours from New York City and Philadelphia and around 4-5 hours from Washington DC and Boston. For the first year, we’re planning on capping the registration at 400 attendees.

Read More

Writing Sound Business Requirements (User Stories)

I’ve read a lot of requirements over the years. I mean, a lot. As a developer, it’s amazing how many requirements are missing substance and are either extremely vague such as “Customers should be able to place orders” or have nothing to do with the actual request such as “Orders need to reach the processing department because the sky is blue.”

Read More

Understanding Font Rules in CSS

Quite often, developers or designers include a list of fonts within their CSS. As an example, one might define a CSS rule such as:

Read More

Detecting Caps Lock with JavaScript

Earlier today, I saw a user attempt to type his password in both Internet Explorer 9 and Chrome. In both browsers, he failed to successfully type it in. After 3 failed attempts, he realized it was due to his caps lock key being pressed. In some cases, a keyboard driver will inform you on screen when you press the caps lock button. If you are lucky enough to use Internet Explorer 10, you’ll notice that it is built into the browser as shown below:

Read More