Weekend of working at dotmaui.com
Weekend of working at dotmaui.com, here are the main news: – HTML Beautifier v 1.4.0 released, we have completely replaced the script for a better result– HTML Minify API version 1.1 has left beta status…
Weekend of working at dotmaui.com, here are the main news: – HTML Beautifier v 1.4.0 released, we have completely replaced the script for a better result– HTML Minify API version 1.1 has left beta status…
.Maui now offers a free, fast and reliable hosting service for the most popular Javascript and CSS libraries, such as JQuery and Bootstrap. 😎 Try now the reliability of our CDN! cdn.dotmaui.com/libs/jquery/cdn.dotmaui.com/libs/bootstrap/
Vulture CSS alpha 6 released with new features! – New online tool to remove unused CSS from HTML code.https://dotmaui.com/vulture-css/html-css.jsp -API version 1.1 with new features.https://api.dotmaui.com/vulturecss/#1.1 – Bug fixes and other minor improvements.
Free offer for three months of .Maui premium. See all the features! It is thanks to your support that we can continue to offer a reliable service without advertising or tracking personal data. Thank you.Â
DotMaui PHP Client Updated! Added support for Pastebin API and bug fixes. Try it now! https://github.com/DotMaui/DotMauiPHPClient
Do not underestimate the importance of the percentage ratio between the code and the text of your website! Use our newly updated tool “.Maui Code to Text Ratio” to analyze your site. https://dotmaui.com/code-to-text-ratio/
Source Code for RequestHeader Example import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class RequestHeaderExample extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { response.setContentType(“text/html”); PrintWriter out = response.getWriter(); Enumeration…
Broken Link Checker beta 4 Released! – Fixed the bug that caused the crash in big sites– From today you can view the scans of broken links within your dashboard– Bug fixes and other minor…
Our advice is to create an extension, so you can directly use the new function on strings: Public Module MyExtensions <System.Runtime.CompilerServices.Extension()> Public Function ToTitleCase(mystring As String) As String Return System.Globalization.CultureInfo.CurrentCulture.TextInfo.ToTitleCase(mystring) End Function End Module Now…
Here’s what we did this week: – Sitemap generator updated with bug fixes and published the new sitemap to display stylized with an XSL – Broken Link Checker beta 3 released with bug fixes and…