Livecode Intro

Livecode is both a language and a framework and delivers executable native apps with the Livecode Virtual Machine embedded. Livecode can produce apps for Windows, Mac, Linux, iPhone, and Android. Plus it has a terrific IDE that runs on Windows, Mac, or Linux. And instead of syntax that uses parenthesis, brackets, or semi-colons, it codes in English. Consider the traditional software development cycle. You’re probably familiar with it, it goes something like this: Edit, compile, run, navigate, debug, repeat....

March 3, 2021

Starter Site

Starter Site begins with installing Hugo on your developing computer. You can use all the popular platforms Windows, Apple, or Linux. Go to gohugo.io and you will find on the home page instructions for installing Hugo on your platform. If you plan on working with SASS then make sure you install the extended version. Once installed run this command: hugo version and you should get back something like this: Hugo Static Site Generator v0....

February 26, 2021

Site Introduction

First Post is an introduction for this site. A key reason for starting this site is to put into practice what I have been learning concerning using Hugo. This is taken from their website: Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. Not so sure that the fun part really jumps out since there has always been enjoyment for me creating websites....

February 12, 2021

Hugo Intro

Hugo Intro is a framework for building static websites that is open source and built using golang. It has a vibrant community and over 300 themes to get you started. The build speed is amazing and it can be used on any server or your favorite CDN. You don’t need any additional dependencies to run your website (no need to configure Python/PHP/Ruby or set up a database management system). It means the site can be hosted anywhere with little to no configuration at all....

March 29, 2019