CSS Fonts

CSS Fonts

CSS Font Stack "A complete collection of web safe CSS font stacks."Says Dan from Dan's Tools Usefull overview what fonts are available on Windows and Mac systems. https://www.cssfontstack.com/ Web-Fonts When…
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 -…

Powerquery Tabbladen combineren

Soms worden gegevens aangeleverd op meerdere tabbladen, en deze wil je tot een enkele tabel combineren. Je begint met het maken van een nieuwe Query als volgt: Dan kies je…
Webhook site

Webhook site

Using Webhooks, you can connect services with eachother. For instance: You can install the Webhooks Add-on to Gravity Forms on your Wordpress website. You can then define 0 to many…

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…