What’s New for January 2022
We haven’t heard from you in a long time, but we haven’t abandoned the project. We are going back to work more motivated than before thanks to your support. Here’s what’s new this month: The…
We haven’t heard from you in a long time, but we haven’t abandoned the project. We are going back to work more motivated than before thanks to your support. Here’s what’s new this month: The…
.Maui Beautify Format your Javascipt, CSS or HTML minimized files with .Maui Beuatify. Make your files easier to read with our free web tool, without advertising or tracking. Enjoy the new website: https://beautify.dotmaui.com/
Add onclick event // jQuery $(“#myElm”).click(function(){ alert(“Hello world”); }); // Pure javascript document.getElementById(“myElm”).addEventListener(“click”, function() { alert(“Hello world!”); }, false); Get child node by index //jQuery var child = $(“#myElm”).eq(2); // Pure javascript var child =…
If you’re looking for a solution to load images over HTTPS then the free cache & proxy service at cdn.dotmaui.com/ip/ is exactly what you are looking for. Silmply to use, .Maui Proxy will cache the…
As in any Linux based distribution you need this command: rm -rf ~/.local/share/Trash/*
From the command line run the following command: for file in directory1/*; do diff “$file” “directory2/${file##*/}”; done or for specific file types (example for txt files): for file in directory1/*.txt; do diff “$file” “directory2/${file##*/}”; done
We continue to work hard to get to the first stable release! – Download the list of broken links in CSV format – Bug fixes and other minor improvements. sitemap-generator.dotmaui.com
We continue to work hard to get to the first stable release! – Menu “My Sitemaps” revised – Improved the broken links section with full screen mode – Bug fixes and other minor improvements. Try…
We added three new options to the web tool and API: – Remove quotes around attributes when possible – Strip HTML comments – Remove all attributes with whitespace-only values Try it now! dotmaui.com/htmlminify api.dotmaui.com/htmlmin
Sitemap generator Version 0.9.8 BETA released! – The sitemap is now available in the new CSV format – Bug fixes and minor improvements Try it now! sitemap-generator.dotmaui.com