QR Code made easy
Easily generate QR Code from text or URL with new online tool available on dotmaui.com, fast and without annoying advertising. You can save the QR Code as an image or get a link to use…
Easily generate QR Code from text or URL with new online tool available on dotmaui.com, fast and without annoying advertising. You can save the QR Code as an image or get a link to use…
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ – [L,R=404] ErrorDocument 404 /404.html
VultureCSS Alpha 2 released. Added the possibility to choose which files to analyze and the “css purge” option.
It’s Ads free – You will never see annoying advertisements on dotmaui.com It’s safe – We only use the HTTPS protocol and we do not ask for your personal information. It’s fast – We have…
Currently the .Maui project is developed in our spare time, but we want to make this Project Professional, fast and reliable. Thanks to your donations we can repay server costs and offer support on our…
VultureCSS Alpha 1 released. Bug fixes and speed improved. Try removing unused CSS from your website with VultureCSS. Once finished let us know your opinion. It’s free.
How to upload a text file in a textarea with Javascript. This script is used in dotmaui.com to upload files completely client-side, to respect the privacy of users. document.forms[‘myForm’].elements[‘myFile’].onchange = function (evt) { if (!window.FileReader)…
Cloudflare: Offers a free basic service, with the possibility of having a free certificate for your web site. To use this service you need to be able to change the nameservers of your website. Https…
<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ‘https://www.example.com/sitemap.xml’); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); curl_setopt($ch,CURLOPT_USERAGENT,’Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36′); $resp = curl_exec ($ch); $xml = new SimpleXMLElement($resp); foreach ($xml->url…
DuckDuckgo is the favorite search engine at dotmaui.com. Respect your privacy and do not track yourself. Recently, Duck has released extensions for Chrome and Firefox that block most of the scripts that track users. Take a…