What is my screen resolution tool
This web tool helps you to find your monitor/screen resolutions: https://dotmaui.com/screen-resolution/ Simple, without ads or tracking.
This web tool helps you to find your monitor/screen resolutions: https://dotmaui.com/screen-resolution/ Simple, without ads or tracking.
Javascript is unable to get the client IP, however, it is possible to retrieve it by making an ajax call to a service or web page that shows it to us. dotmaui.com offers a free…
Our API is a free solution for converting web pages and HTML documents to PDF with PHP. Here is a simple example: <?php $data = array(“apikey” => “YOUR_API_KEY”, “html” => “<p>My first pdf with <b>.Maui…
.Maui now lets you create PDF documents from web pages or raw HTML markup in your applications or through the tool on dotmaui.com. Register for free and get your API key to convert HTML to…
Vulture CSS Alpha 4 released. Immediately remove unused CSS from your website with Vulture CSS. Free and without advertisements. Now even faster and more accurate. Try it now: Vulture CSS. Changelog: – Updated the CSS…
MongoDB: Search for documents without a property and add it with pymongo. from pymongo import MongoClient client = MongoClient(“myconnectionstring”) db = client.mydb cursor = db.mydocs.find({“myproperty”: None}) for document in cursor: print(document[“_id”]) db.mydocs.update({“_id”: document[“_id”]}, {“$set”: {“myproperty”:…
Online Tool to easily convert any string in MD5, SHA1 and SHA-256 hashes. Is 100% cllient side, all calculations are performed directly in the browser, try it now: MD5 Hash generator.
Online Tool to easily convert text between different cases. lowercase, UPPERCASE, Capitalized Case and many more. Probably the only one without advertising on the web, try it now: Online Case Converter.
New API client released for PHP Developers, download from here: PHP API Client v 1.1.0.
It’s really simple to minify multiple Javascript files in a folder with .Maui APIs and PHP. Copy and paste the following snippet of code, insert your API key, specify folder paths in $paths array and run the PHP…