JavaScript 101-#21 – Getting to know JavaScript events Pt4

It’s been a time since we talked about what JavaScript exist and how you can use them to make your plans and wishes come true. To remember the material we discussed earlier, here is part 1, part 2 and part 3. Even though we explored a lot of things, few are still remaining. So, today… Continue reading JavaScript 101-#21 – Getting to know JavaScript events Pt4

JavaScript 101-#20 – 7 tips for writing better JavaScript

Have you ever though about ways to make your JavaScript more human-friendly and faster? To make it easier even for a beginner to read and learn from it? Well, there are many things you can do to achieve that or to at least move closer to this ideal. Today, we are going to discuss seven… Continue reading JavaScript 101-#20 – 7 tips for writing better JavaScript

JavaScript 101-#19 – Getting to know JavaScript events Pt3

In the previous part we took a look at events related to forms and tried different ways to use them in projects. Even though you might have some fun by firing alert messages and pop-up windows (don’t feel bad for that), it is time to move from form to another “group” events. I am pretty… Continue reading JavaScript 101-#19 – Getting to know JavaScript events Pt3

Design custom form in CSS, JavaScript and PHP tutorial Pt4

Finally! The last part of this tutorial series that will make your form work smoothly. In previous parts we first created the foundation for form in HTML and CSS and then we added JavaScript fallback for cases when browser does not support form validation provided by HTML5. Today, we are going to work in PHP… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt4

Design custom form in CSS, JavaScript and PHP tutorial Pt3

Great to see you back! Previously we took care about placeholders, required and focus attributes by providing additional JavaScript fallbacks for the input fields. Today we will finish The JavaScript side by fixing possible problems with input fields that can appear in case when browser doesn’t support form validation included in HTML5. Without further ado,… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt3

JavaScript 101-#18 – Getting to know JavaScript events Pt2

Yesterday we took a look at what JavaScript events are and how do they work. I was not planning on making this sequel at first, but based on your feedback and recommendations I decided to create this sequel-like post in the end. Previous post was focused on broad theory and if you are not familiar… Continue reading JavaScript 101-#18 – Getting to know JavaScript events Pt2