Listing of many types of connections strings to databases using several driver types. Tip from the YouTube clip “Everything You Wanted to Know About ODMC”.
Camunda BPM
Looking for an affordable (free) way to create Business Process Management models? Try the Open Source Desktop modeler by Camunda!
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
Coolors color schemes
The Coolors website helps you pick color schemes for your website or web-App. You can either:
- Explore trending palettes https://coolors.co/palettes or
- Make a palette of your own https://coolors.co/generate
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.
Web-Fonts
When you want to be certain the font looks the same on all operating systems and browsers:
https://www.cssfontstack.com/Web-Fonts
To include the Actor font in your webpage:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Actor" />
Then use the font in your Css stylesheet:
p { font-family: Actor; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
Due to the Golden Ratio displayed on https://www.cssfontstack.com/Actor .
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 develop and build Node.js apps.
The install package includes:
The package is delivered through a Chocolatey package, and is completely unattended (so well written installer!).
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 rewarded for learning. The App gives you languages like HTML, CSS, SQL, Java, Python, Ruby, C++ and more. I haven’t tried it yet, but it looks like fun.
FTP: FileZilla
The free FTP solution
FileZilla has been around for quite a while now. It’s an unbeatable combination: it does what it should, and it’s free!
Thanks sponsors! I’ve visited your pages 😉
Ninite installer
With Ninite you select a bunch of applications to install on your Windows platform, and it creates your personal installer that installs all the most recent releases of your selected software. Very frequent updates, almost instant.
Eclipse IDE
A very advanced platform suitable for various forms of development.