Skip to content

Instantly share code, notes, and snippets.

@marko-36
marko-36 / countries.json
Created October 6, 2022 11:34
Array of countries, their official names, translations to 25 languages, dial codes, alpha-2 and alpha-3 codes
{
"AD": {
"_alpha2": "AD",
"_alpha3": "AND",
"_dial_code": "+376",
"ar": "أندورا",
"cs": "Andorra",
"de": "Andorra",
"en": "Andorra",
"es": "Andorra",
Name Type Price More info
JitBit non-secure content check Online / Installable Free Limited to 200 pages, results available for 10 minutes.
HTTPS Checker Online / Desktop Free / Paid The free version for desktop is limited to 500 URLs and can be licensed for more pages and features. The online verison (Reporter) comes at a cost and allows real-time continuous monitoring.
Why No Padlock? Online Single page scan, detailed info on SSL certificate, results available online for 30 day on a unique url.
Mixed Content Checker in WebSite Auditor Online Free / Paid Part of a larger suite of tools - WebSite Auditor. The free version is missing out on automation and reporting features, limited to 500 URLs, but still fully usable fo
@marko-36
marko-36 / css-minifier-comparison-2.md
Last active July 15, 2019 16:31
Results of comparison #2:
Minifier Output rulecount Output bytes Valid by w3.org? Comments
CSS Minifier 7632 869734 Same errors, warnings down by 38. Looks ok.
Minify 7814 881609 Same errors and warnings as source. Looks ok. Removes /*!important comments*/.
CSS Compressor 7808 880904 Same errors, 4 more warnings. Looks ok. Removes /*!important comments*/.
Dans’ Tools CSS Minify 7814 882403 Same errors and warnings as source. Looks ok. Removes /*!important comments*/.Great tips on source CSS.
CSS Minifier 7808 880904 Minifier identical to CSS Compressor.
Gift of Speed CSS compressor 7814 882214 4 more errors, same warnings. Has combined dimension rules into an invalid one: "50vw+50% - 6px". Looks ok.
CSS Minifer 3712 503701 Layout
@marko-36
marko-36 / list-of-css-minifiers.md
Last active October 18, 2018 15:02
A list of CSS minifiers
|Minifier|can minify JS|Advanced features|
|:---:|:---:|:---|
|CSS Minifier|no|Provides an API for 8 programming languages.|
|Minify|yes|Available as a dependency.|
|CSS Compressor|no|Levels of minification, compatibility settings, timestamping.|
|Dans’ Tools CSS Minify|no|No special features.|
|CSS Minifier|no|A clone of CSS Compressor.|
|Gift of Speed CSS compressor|no..|.. but is a part of a suite of great tools which include a JS minifier.|
|CSS Minifer|no..|.. but is a part of a suite of tools which can.|