The Web Developer Bootcamp 2021

The Web Developer Bootcamp 2021

In january 2021, I enrolled in this Udemy course. This one handles all you need for HTML, CSS and JavaScript. "The only course you need to learn web development -…

Foxpro ReturnObject

Function to prevent problems during object creation to crash your program. When problems arise, your program might be unable to continue, but at least you can show the user what…
Foxpro and Excel

Foxpro and Excel

It is very possible to automate spreadsheets from Visual Foxpro using VBA/ COM automation. Here I wil document the parts I need. Connecting to Excel oExcel = CreateObject("Excel.Application") if vartype(oExcel)…
OpenXava rapid web development

OpenXava rapid web development

This Java based development framework makes developing a (enterprise) web app as easy as defining your data model. Your main task is to create a good data model, pour it…

Node.js: Application as a Windows service

node-windows node-windows is a standalone module that makes it possible to offer a Node.js script as native Windows services.. Prerequisite: You have succesfully installed Node.js. Install with npm using the…
Node.js: Install

Node.js: Install

Node.js org offers a complete install package at https://nodejs.org/en/download/ . The install is a complete developer's package that sets you up with a complete set of tools you need to…

m1m0 learn to code

An article in Computer Totaal mentioned this App. It is said to be a kind of game to learn programming bit by bit. By solving puzzles you gain points, thus…
React: build for relative paths

React: build for relative paths

If it's not a real production build, you probably test your React Apps in a sub folder at your hosting space. The information on this is scattered and explained way…