Using SimplySign Desktop App with Free Qik Code Sign Software (download). Locate the SimplySign Desktop icon in your task bar. If not signed in, do so before continuing. Right click on the icon -> Manage certificates -> Certificate list: Most likely you will only have one certificate listed. In my case it looks like this:...
Category: Tutorials
Add S3 Bucket and Get Keys Part 2
In the first part of this tutorial we covered adding a Amazon bucket with public permissions. This is used to serve files (images in our case) to a web page. If you arrived here and need to review adding your bucket, click here. There must be a ga-zillion tutorials on the subject of adding an...
Add S3 Bucket and Get Keys
There is SO MUCH online information on how to add S3 bucket and get your keys, it will make you head swim. After doing a search for this information and finding so many different ways, we decided to write up this post so even the kids could understand:) In our instance, we are creating a...
Amazon S3 Create Expiring Links PHP Script
Have you ever wondered how to to create Amazon S3 expiring links? It is not as hard as Amazon makes it, gosh they have such confusing documentation! You would think that a billion dollar company could make a simple interface with easy to understand documentation. Before we get started reviewing this simple PHP script, I...
Chrome DevTools Masterclass Tutorial
Chrome DevTools contains lots of features that allow web developers to debug sites, software and javascript problems. Using the tools correctly will allow you to stay focused on design and view issues in real time, making your development faster. This tutorial about using Chrome DevTools will show you how get the most out of this...
Create Windows Software Installer with Inno Setup
It is very easy to create a software installer using the Inno Setup. This free software setup creator is packed with features that some paid software installers lack. According to their site, “Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers...