November 2nd, 2020101104 Show image before the upload is a requirement of every web application to give good user experience. We published a tutorial that doesn't work in all browsers so;...
October 14th, 20191811825 In this tutorial I will show you how to compress images before upload to server, usually we don't compress images and upload them directly to server and then compress...
March 15th, 20170752The tel input type stands for telephone while the others should be self-evident. It is good to start using them where appropriate as there are subtle differences in the...
March 15th, 201701097You can be more specific, for example, by stipulating image/png instead of the wildcard image/* which accepts all kinds of images. When you add the accept attribute and...
March 15th, 20170405When creating pages, it is important for your website to be valid. That means there should be no errors in the HTML code of your webpages. This is not mandatory but it...