Configuring webpages for Apple
Documentation what definitions you need in your HTML code to best integrate into Apple devices. Configuring Web Applications (apple.com) For example, the two I think I will use most:
Documentation what definitions you need in your HTML code to best integrate into Apple devices. Configuring Web Applications (apple.com) For example, the two I think I will use most:
Josh Buchea created a comprehensive list of all possible elements to be used in the <HEAD> section of any webpage. For example useful to check what META tags are needed so an iOS desktop link… Read More »HTML HEAD guide
Free webservice to test if your IBAN number is a valid one. Easy to use. openiban – Free and Public IBAN Validation and Calculation Webservice Just open the url, passing the IBAN number to be… Read More »Test IBAN numbers
Use this free website to test if your http/ https posts works, and what data is sent. I needed to check what data was being posted using some Javascript I found. And I wanted to… Read More »Webhook.site to test posting
Found a great and easy way to export any HTML table through an Excel file on the click of a button! This page on Codepedia shows how it is done. However, there is a warning… Read More »Download table as Excel file (JS)
Visual Foxpro code to calculate the next working day. Taking into account that our working week is from Monday (1) to Friday (5). We use the built in DOW() Function (short for Day Of Week).… Read More »Calculate next workday
The dialog element is a very easy way to implement dialogs and modals on your webpage. The previous commonly used method of CSS and dynamically adding/ removing classes had it’s drawbacks; one of them being… Read More »New html dialog element
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”. https://www.connectionstrings.com/ For instance for remote Firebird server using standard port:… Read More »Connection Strings
Aan de hand van een Youtube video gemaakt door TechGumbo (video onderaan deze post). Ik heb sommige weggelaten (Amazon prijs watchers bijvoorbeeld), maar ook andere die ik tegenkwam toegevoegd (http://httpbin.org/ bijvoorbeeld).
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. This… Read More »LDAP Query from Foxpro