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
Author: Alex Devero
I'm Founder/CEO of DEVERO Corporation. Entrepreneur, designer, developer. My mission and MTP is to accelerate the development of humankind through technology.
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
JavaScript 101-#17 – Getting to know JavaScript events
Because we are in the middle of working on custom form which requires some more advanced skills in JavaScript, let’s take a look at one topic that is very important to know. If you are familiar with jQuery and wrote some code with this library, you already got in touch with our today’s subject. What… Continue reading JavaScript 101-#17 – Getting to know JavaScript events
Why every web designer should learn to sketch
There are a few skills necessary for everyone, no matter in what kind design industry does he work. Even though these skills require some theory as a background, they can be mostly learned only through continuous deliberate practice. However, if you are willing to invest your time and effort into developing them, you will be… Continue reading Why every web designer should learn to sketch
Design custom form in CSS, JavaScript and PHP tutorial Pt2
Today we will continue in the Design custom form in CSS, JavaScript and PHP tutorial we started a day ago. For first part we already have the HTML and CSS in place and ready so today we can focus solely on JavaScript side of the project. Since we will work on JavaScript part of the… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt2
CSS tips and tricks #14 – Design 3D box in CSS tutorial
Challenge for today is quite interesting. We will practice some newer CSS features like 3D transforms and perspective. This challenge will test and stretch your knowledge of CSS to the limits. If you have any gaps here or there, I suggest you read something about properties involved in 3D CSS. It is a bit hard… Continue reading CSS tips and tricks #14 – Design 3D box in CSS tutorial