Base64 Encode for 1x1px Transparent GIF image
Images can be converted to Base64 format and can be used in “data’ URI scheme instead. The data URI for white and black 1×1 px images are provided in this article.
| 254 views | Articles No Response
Images can be converted to Base64 format and can be used in “data’ URI scheme instead. The data URI for white and black 1×1 px images are provided in this article.
PHP’s date function strtotime () solves the problem of comparing dates and to check whether the user entered date/custom date is expired or not. Inorder to check whether, the custom date is expired or not, we need to do the following steps Get today’s date. Get the date to be checked. Convert the dates to [...]
Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.