Frontend
CategoryImages links broken in Gmail
If you are working on an email sending development, and for any reason, you are wondering why the images are bronken when you receive the ..
How to map an image on different locations
If you need to locate where a user clicked over an image, in order to proceed with something according the placed clicked, you can use thi..
CSS – Deal with divs that only contain float divs
Situation:
You have a container with two or more elements with a class of box floated inside it.
Problem:
container height is 0, ..
JQuery – Create object oriented classes
If you want to use an object oriented develompent schema in your jquery implementation, the following lecagy class would be useful for you..
Change default message of a field type=’email’ required
If you are filling in a form, with an input type email, and you need to change the default HTML5 message:
you will need a bit of javasc..
Validate using JQuery if a checkbox is checked
If you are writing a JQuery code, and you need to add some validations working with checkboxes, the following snippet would help you.
C..
Centering divs with css
We have many different ways to center our content with css using an inner and an outer div. What we need to have in mind, is that inner di..
CHANGE SCALE ON IMAGES
The following optimization is pretty useful to re-check and fix with a web analyzer (eg https://www.gtmetrix.com/).
If you need to serv..