Needing LDAP access to be able to create some sort of Single Sign-On (SSO), I googled and created this testcode that is able to query the LDAP and place the results in a cursor. Continue reading “LDAP Query from Foxpro”
Cron-Job.org
Cron-Job.org is a free online service that enables you to visit websites at your own scheduled moments.
Cron is a command line utility on Unix type systems to schedule jobs. Word is that it originates from the word Chronos, the Greek word for time. Continue reading “Cron-Job.org”
Camunda BPM
Looking for an affordable (free) way to create Business Process Management models? Try the Open Source Desktop modeler by Camunda!
Hack WordPress Footer
How to change the WordPress footer text, even if your theme does not want to let you. This article is about the Neve theme, but the system will work on all themes. Continue reading “Hack WordPress Footer”
Favicon created free and easy
Create your own favicon, the icon that represents your website on the browser’s tabs-bar. Just upload an image, and within seconds you can download a zip file containing not just the favicon.ico file, but also Apple and Android specific icon formats.
Font Awesome
Font Awesome is a great font containing a lot of icons to use on your webpages. You can use 2.009 free icons, and with a Pro plan you even have 16.083 icons at your disposal.
https://fontawesome.com/search?m=free
Usage example:
Head section:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="(....)==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Style:
.knop {
margin-top:10px;
width:80px;
height:40px;
border-radius:5px;
text-align:center;
padding:0px;
color: #0328fc;
border: 2px solid #0328fc;
cursor:pointer;
font-size:1.8em;
}
Body section:
<button class="knop" type="button" title="Ga dag terug"><i class="fa-solid fa-backward-step"></i></button>
NoCodeAPI
Easily create an API with just 3 variables:
- Give your API a title
- Copy the Airtable account API key (from https://airtable.com/account)
- Copy the base App id (from https://airtable.com/api)
And you’re done! You have an API to your Airtable data.
Example JavaScript code to retrieve a JSON string (All records):
function haalAgenda() {
var myHeaders = new Headers();
myHeaders.append("Content-Type", "application/json");
var requestOptions = {
method: "get",
headers: myHeaders,
redirect: "follow",
};
fetch("https://v1.nocodeapi.com/<user>/airtable/<id>?tableName=Gebeurtenissen", requestOptions)
.then(response => response.text())
.then(result => toonAgenda(result))
.catch(error => console.log('error', error));}
Airtable
A great online database tool!
Airtable (https://airtable.com/) is a great online database. It is very easy to learn because it looks very similar to spreadsheets. But the possibilities are far more:
- In each table, you can use 26 data types (Excel and Google sheets have 4 types only)
- You can create as many views of the data as you want
- Simplify data-entry through great forms
- Airtable can be used in Webflow and WordPress, and can be coupled to 1000’s of popular Apps and websites through Zapier.
- Use automation to perform smart tasks by itself. Automate your workflow.
It is free to try, and you are somewhat limited (1200 records per base, 2GB of attachments). The next (Pro) level starts at $10 a month (yearly billing) or $12 a month (monthly billing).
Taste WordPress
Taste WordPress is a website where you can (freely) try-out WordPress!
Things the website says it’s suitable (good) for:
- Starting with WordPress (and migrate to a production website)
- Play with WordPress, try-out new themes et cetera
- Clone your live website to try-out without endangering your production website
Link: https://tastewp.com/
A fresh WordPress is set-up for you in seconds, and you can try anything within 2 days. Through the Backup & Migration plugin it is real simple to perform a website copy. Install the plugin, create a back-up, and on the target WordPress start a restore and paste the location of the back-up. Works great!
Computername on Taskbar
When working with several computers and servers at the same time, it is useful to be able to simply see what system you’re working on. In the distant past, we have used bginfo with some success. Today we stumbled on a tip by Elliot Gillum on StackExchange. He gave credit to this original post at nextofwindows.com.
The steps are real easy:
- Right click on Taskbar
- Go to Toolbars
- Choose New toolbar
- Type in \\%computername% in the Folder field
- Click the Select Folder button
Or in dutch Windows:
- Klik rechts op de taakbalk
- Kies Werkbalken
- En kies dan Nieuwe werkbalk
- Typ \\%computername% in bij het Map veld
- Klik op de knop Map selecteren