BootstrapFileField – File input with preview and restrictions, no ajax
The file input is one of those HTML elements that are complex to style with CSS. As a result, now a days we see many ajax uploader plugins (e,g, DropZone) that ...
The file input is one of those HTML elements that are complex to style with CSS. As a result, now a days we see many ajax uploader plugins (e,g, DropZone) that ...
Sometimes LESS screws an expression inside calc(). To avoid this situation, I do a very basic trick. Let’s say I want to implement the following to keep a...
In modern Mobile apps, RIA or fancy websites like to display thumb images with a little rounded corners. We can do it on web with very little effort using a lit...