If you are running a website, you must know how annoying are AdBlock users. You try to give the best possible content for your users for free and you want simply to earn some money by external advertising services like Google Adsense, but AdBlock users are constantly minimizing your incomes. So… JUST CHECK IF USER…

JavaScript: check if variable is object or array
🠗 Skip reading – scroll down to solution 🠗 Why it is so important to verify if variable is an object or array? In JavaScript it is easy to be fooled. The same is with objects and arrays. Often we must check if some variable is object or array. Short example – we receive some…

JSON flatify
JSON flatify is an application which allows you to copy-paste JSON text or upload a JSON file and convert its content into flat JSON syntax. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON FLATIFY app will consume it, and give you nice and…

XML to Excel XLS and Open Office ODS
XML to Excel is application which allows you to copy-paste XML text or upload a XML file and convert its content into Excel XLS file. You can use here whatever XML syntax you want – even complex nested objects and arrays with values, and XML TO EXCEL app will consume it, and give you nice…

XML to CSV
XML to CSV is application which allows you to copy-paste XML text or upload a XML file and convert its content into CSV file. You can use here whatever XML syntax you want – even complex nested objects and arrays with values, and XML TO CSV app will consume it, and give you nice and…

JSON to CSV
JSON to CSV is application which allows you to copy-paste JSON text or upload a JSON file and convert its content into CSV file. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON TO CSV app will consume it, and give you nice and…

Excel (xlsx, xls) or Open Office Calc (ods) to XML
Excel to XML is an application which allows you to upload a Excel file and convert its content into XML file. You can upload any kind of Excel extensions, like XLS, XLSX or Open Office Calc – ODS. As the result you will download a nice and clean XML file.  XML data format is…

CSV to XML
CSV to XML is an application which allows you to upload a CSV file and convert its content into XML file. As the result you will download a nice and clean XML file.  XML data format is widely used in software development and in many other jobs where users are working on data, especially,…

Excel (xlsx, xls) or Open Office Calc (ods) to JSON
Excel to JSON is an application which allows you to upload a Excel file and convert its content into JSON file. You can upload any kind of Excel extensions, like XLS, XLSX or Open Office Calc – ODS. As the result you will download a nice and clean JSON file.  JSON data format is…

CSV to JSON
CSV to JSON is an application which allows you to upload a CSV file and convert its content into JSON file. As the result you will download a nice and clean JSON file.  JSON data format is widely used in software development and in many other jobs where users are working on data, especially,…

JSON to Excel XLS and Open Office ODS
JSON to Excel is application which allows you to copy-paste JSON text or upload a JSON file and convert its content into Excel XLS file. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON TO EXCEL app will consume it, and give you nice…

Microsoft Azure – users authentication in front-end
Microsoft Azure is a cloud-based platform created by the Microsoft company in the Platform as a Service model. It gives access to the mechanisms that allow for data processing and storage. The public release of this platform was on the 1.02.2010. From this day, it is available for commercial use. The most important elements of…