logo for this website appearing at the top of webpage

david-e-young.us

Technical Articles and Information

  • Home
  • About
  • Downloads
  • Links
  • Portfolio
  • Contact

Technical Tips

Alexa AWS Technical Tips 

Alexa – Retirement of Display Templates

October 19, 2021October 19, 2021

The Alexa Development Environment has had a message announcing the replacement of Display Templates with the APL (Advanced Presentation Language).

Read more
SES preview
AWS Technical Tips 

AWS Lightsail – Email Challenges

August 22, 2020May 23, 2021

Summary:  My opinion is that it would make more sense for Amazon to monitor email usage by established accounts, and ask

Read more
favicon image from microangelo studio
Graphics Technical Tips 

Favicons for Fun

August 12, 2020May 23, 2021

Disclaimer: This isn’t meant to criticize anyone – just to serve as a performance example. I have seen many developers

Read more
Data MySQL Technical Tips 

QA in Everyday Data

July 28, 2020August 22, 2020

08/22/2020 – Update: The data problem is still occurring.  I will run a simple SQL statement next, to fix the corrupt

Read more
Example of Stripe Email Verification Tool
DNS Technical Tips 

Stripe Email Domain Verification

July 21, 2020July 23, 2020

07/21  Stripe recently added the ability to use custom domain names as the email sender for invoices and receipts, instead of

Read more
Alexa Technical Tips 

Alexa Developer Console Changes

July 20, 2020July 20, 2020

The Alexa Developer Console layout has recently been updated. It may take some getting used to.  Old Version: Having a drop-down

Read more
Technical Tips 

Portfolio

April 11, 2020April 11, 2020

Please click Portfolio for recent Work examples.

Read more
Legacy / Dinosaurs MVS Technical Tips 

Example MVS Console Interface

April 10, 2020April 11, 2020

The program below is written in MVS Assembler. It tests a call to the FTP2 program, which is possible because

Read more
Legacy / Dinosaurs Technical Tips 

Job Monitoring

February 12, 2020April 10, 2020 ALC, assembler, rexx

Below is an example error message from an automated job monitoring system I created for a client. The event monitoring

Read more
Alexa Technical Tips 

Problem with Alexa Builder using Previous Version

January 6, 2020

One small problem seems to occur when the Alexa Skill Builder is used to revert to an old version of

Read more
Twitter Share Box
PHP Technical Tips Wordpress 

Twitter Share Link Format

December 14, 2019December 16, 2019

When Twitter changed the user layout, it also changed the url that allows a website to share a particular page

Read more
Linux Technical Tips Wordpress 

WordPress, WP-Super Cache, and https: for the Insecure

November 3, 2019December 14, 2019 Apache, http, https, Web

One problem I’ve encountered with google search results, is that google will assume a site is https: whenever possible. This

Read more
Linux PHP Technical Tips 

Obsolete PHP Directives

July 2, 2019December 16, 2019

Although these 2 PHP directives have been deprecated for some time, your site will become unavailable if they are still

Read more
Technical Tips Windows 

loss of buildmypinnedsite.com services

April 28, 2019December 16, 2019
Read more
screenprint of Alexa Skill builder warnings for Unreferenced Slots
Alexa Technical Tips 

New Alexa Warnings in Builder

February 28, 2019March 1, 2019

  The warning message below is a new one, which the Alexa Skill Builder began issuing within the last few

Read more
screen print of Amazon Alexa educational session on Twitch
Alexa Technical Tips 

Thanks – updates on AlexaSkills Tools & Features Presentation

February 9, 2019February 9, 2019

Thanks to @memodoring for the informative Twitch presentation on the newest AlexaSkills tools & features this week! @alexadevs #ask #alexa

Read more
screenprint of AWS certificate of attendance in 2018
Alexa Technical Tips 

AWS Innovate Online Conference

July 25, 2018January 24, 2019

The online presentations were high-level, but still interesting

Read more
screenprint of Alexa simulator empty response bubble
Alexa Technical Tips 

Alexa Observations, part 2

May 29, 2018January 24, 2019 alexa, amazon, aws, Web

In the first post, the address slot type (AMAZON.PostalAddress) was shown in the Alexa Simulator as being populated with 5750

Read more
screenprint of Alexa simulator empty response bubble
Alexa Technical Tips 

Alexa Observations

March 22, 2018January 24, 2019 alexa, amazon, aws, Web

These are some simple observations I made while testing Alexa Skills under development. For address slot types, the simulator requires

Read more
small screenprint of Alexa Multimodal Design Principles
Alexa Technical Tips 

Thanks – “Designing Multimodal Skills for Alexa presentation”

February 7, 2018January 24, 2019 alexa, amazon, avs, aws, node.js, voice

Thanks @JeffBlankenburg & @memodoring for the great "Designing Multimodal Skills for Alexa presentation" today! #alexa pic.twitter.com/b6wQhdvwgF — David Young (@Dave3Young)

Read more
screenprint of linux command prompt provided by Putty
Linux Technical Tips 

Basic Composer Commands

February 1, 2018January 24, 2019

Log on to SSH for your linux host, and enter the following commands. – to show the version of composer-managed

Read more
picture of Alexa attendee badge and stress ball
Alexa Technical Tips 

Thanks for Alexa Dev Day Dallas (Aug 1, 2017)

January 21, 2018January 24, 2019

Thanks to @alexadevs,@intel, and @robmccauley for the informative Alexa Dev Day Dallas! #voicedesign #coding #github #AmazonEcho pic.twitter.com/0zBsASByEi — David Young

Read more
Technical Tips Windows 

Update – preventing Windows 10 upgrade

March 19, 2017October 14, 2020 Windows 10, Windows 7

This is an update to the earlier post on how to prevent Windows from constantly offering to upgrade to Windows

Read more
Linux Technical Tips 

How to customize your Website’s Error Pages (revised)

October 17, 2016January 24, 2019

Minor update to the document, to change the following lines in the .htaccess file: Old: ErrorDocument 401 https://david-e-young.us/401page.htm         ErrorDocument 403 https://david-e-young.us/403page.htm

Read more
Technical Tips Windows 

Windows 7 Rollups and preventing Updates

October 14, 2016January 24, 2019

The following Windows Update Rollups have recently been made available in the Windows Update utility for Windows 7 SP1 and

Read more
Technical Tips Windows 

Code Signing after SHA-1 phaseout

February 14, 2016January 24, 2019

Comodo and Ksoftware have been generously providing replacement certificates to current customers, as a result of the SHA-1 phaseout. The

Read more
Technical Tips Windows 

Preventing update to Windows 10 from Windows 7/8.1

October 22, 2015October 14, 2020

Many Windows 7 and Windows 8.1 users will want to keep their current operating system. To disable the Windows 10

Read more
Technical Tips Windows 

DLL Registration – Win32 vs .NET

May 3, 2015January 24, 2019 .NET, DLL, VB6, Visual Basic, Windows

There are different methods for registering a Win32-based DLL, versus a .NET DLL. Win32 DLLs were typically created with legacy

Read more
Technical Tips Windows 

GetVersion API and Windows 10

April 13, 2015January 24, 2019 GetVersion, Manifest, Windows, Windows 10

This document addresses two problems that can be resolved by updating the Application Manifest file for programs that are distributed

Read more
Technical Tips Windows 

Windows SDK Downloads

April 10, 2015January 24, 2019 SDK, Windows 7, Windows 8, Windows 8.1

Developers using older versions of Visual Studio, may need to download SDKs to author applications compatible with more recent versions

Read more
Technical Tips Windows 

Firefox Downgrade and Reinstallation

March 1, 2015January 24, 2019 Firefox, Windows, Windows 7

About once a year, I go through the steps of completely uninstalling Firefox, deleting associated folders, and reinstalling the browser.

Read more
Technical Tips Windows 

GetVersion API and Windows 8.1

February 8, 2015January 24, 2019 GetVersion, Manifest, Windows 8, Windows 8.1

This document addresses two problems that can be resolved by updating the Application Manifest file for programs that are distributed

Read more
Technical Tips 

Windows 10 Preview on Windows 7/VM Workstation

January 7, 2015September 21, 2015 preview, Windows 10, Windows 7

To test the technical preview of Windows 10, I followed the instructions at Petri Windows 10 how-to to safely install

Read more
Technical Tips 

IE9+ – Adjusting Toolbar Button Size

December 17, 2014 CommandBar, IE, Internet Explorer, Registry, Toolbar

One of the items that annoyed me in Internet Explorer 9 / Windows 7, is that the toolbar (CommandBar) is

Read more
Technical Tips 

CHM Challenges with Windows 7

December 16, 2014September 21, 2015 ActiveX, CHM, exe, help, hh, hhctrl, htmlhelp, ocx, VB6, Windows 7

Microsoft has undergone several phases of security updates on Windows 7, that make it impossible to open a custom .chm

Read more
  • ← Previous

Post Categories

  •   Alexa (11)
  •   AWS (2)
  •   Data (1)
  •   DNS (1)
  •   Graphics (1)
  •   Legacy / Dinosaurs (6)
  •   Linux (4)
  •   Microsoft (1)
  •   MVS (1)
  •   MySQL (1)
  •   PHP (2)
  •   SharePoint (1)
  •   Technical Tips (42)
  •   Visual Basic (1)
  •   Windows (11)
  •   Wordpress (2)
© 2019 david-e-young.us

  • Home
  • About
  • Downloads
  • Links
  • Portfolio
  • Contact