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)
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
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).
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… Read More »Cron-Job.org
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. Some “Free” WordPress… Read More »Hack WordPress Footer
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… Read More »Favicon created free and easy