Format dates in PHP
Formatting dates in PHP is an essential task for any web developer. It is important to display dates in a format that is easy to read and understand for users. In this article, we will…
Formatting dates in PHP is an essential task for any web developer. It is important to display dates in a format that is easy to read and understand for users. In this article, we will…
We regret to announce that the sitemap generator service in the free version without registration will be ineterrupted from 08/08/2022. It will remain available only to registered users. We had to make this decision due…
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…