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

The case of Dribbble and Behance

Pretty much was said about Dribbble and Behance, especially about Dribbble. If you are following discussions related to web design, you probably heard or read some of the complaints and biases. One of the often mentioned was elitism attributed to Dribbble. Haters were and still are complaining about the system Dribbble use to get new… Continue reading The case of Dribbble and Behance

Typography in Web design

It was said and repeated for many times that web is 90% typography. If you are a web designer, developer or just anyone working in web industry, typography covers huge part of your work. Typography is also one field that is often overlooked by young designers wanting to start their careers or businesses. This is… Continue reading Typography in Web design

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

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