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…

Reminder: Why .Maui?

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…

Help Support .Maui

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.

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.

Upload text file into textarea via Javascript

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)…

How to parse an xml sitemap using PHP and Curl

<?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…

Take back your privacy with DuckDuckGo

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…