Installing Jekyll the easy way
I recently reinstalled my laptop with Ubuntu Budgie, and had to reinstall all my apps. One of them was Jekyll to keep up with my blog posts to render this si...
I recently reinstalled my laptop with Ubuntu Budgie, and had to reinstall all my apps. One of them was Jekyll to keep up with my blog posts to render this si...
There comes a time in writing Python Python programs where you need to test something, work on an update to a module, or test a new module in a sandbox. Luck...
When creating certain scripts it is nice to know if the current user is an administrator to the workstation or not. This can be done in a few ways, Powershel...
I’ve recently been dabling in other progamming languages and currently working with C#. This first prgram is a re-write of one that I did wwith AutoIT. Creat...
Electron is an easy to use API that allows you to create a desktop app using HTML, CSS, and Javascript. The best part of these apps are they are created on o...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
HTML Codes is a responsive search service for anyone who is looking for the special character codes for symbols. I wrote this in just a few hours after gath...
When making websites many want a copyright year date in their footer. I wrote a simple PHP copyright function that simply gets the year and then calculates i...
There are a lot of things that make a coder and programmer who they are. When I started coding small projects I soon realized I needed to stay organized. Wh...
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
Everyone likes games I saw a post a while ago with a similar project but with PowerShell. I wanted to try something new and decided to use Python and the te...
Setting up the basics For the first item in our beginner series we’d like to talk about random password generating. This will allow us to see how to import ...
There comes a time in writing Python Python programs where you need to test something, work on an update to a module, or test a new module in a sandbox. Luck...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
At Word Publications they wanted to have a website that empasised the advertisers on the printed map. I took the current design they had and implimented Goo...
Simple C# app to build SQL Attach Scripts. Allows users to build a mass attach script from the MDF and LDF files for MS SQL. I was looking into a way to aut...
I’ve recently been dabling in other progamming languages and currently working with C#. This first prgram is a re-write of one that I did wwith AutoIT. Creat...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
When making websites many want a copyright year date in their footer. I wrote a simple PHP copyright function that simply gets the year and then calculates i...
HTML Codes is a responsive search service for anyone who is looking for the special character codes for symbols. I wrote this in just a few hours after gath...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
Working with IT Help Central and Classroom Technology Services, for a year now I have had some great opportunities. I recently visited with Extron at one o...
Did you forget your WiFi passwords and wish you could retrieve them? Or know what wireless networks you’ve connected to? With PowerShell we can do that prett...
Did you forget your WiFi passwords and wish you could retrieve them? Or know what wireless networks you’ve connected to? With PowerShell we can do that prett...
When creating certain scripts it is nice to know if the current user is an administrator to the workstation or not. This can be done in a few ways, Powershel...
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
A simple way to show how to use FileDialog class with .NET in PowerShell