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

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

Design custom form in CSS, JavaScript and PHP tutorial Pt1

Today we are going to focus on forms. I think that you will agree with that forms are very important part of website. It does not matter in what kind of business you are or what kind of website do you have, you can always implement some small form there. In order to create functional… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt1

CSS tips and tricks #13 – Design accordion menu in CSS without JavaScript tutorial

Challenge we will face today is creating an accordion menu only with HTML and CSS. No skills in JavaScript or jQuery will be involved or required from you. Accordion will contain five tabs with content inside each of them. All tabs will be stacked vertically. Content will be shown only after clicking on particular tab.… Continue reading CSS tips and tricks #13 – Design accordion menu in CSS without JavaScript tutorial

Why every developer should organize his code

There are many ways and principles you can use to organize your CSS and JavaScript code. If you are interested in this, you can take a look at one of the previous posts that explores few available options of grouping and ordering your stylesheets. However, today, we will discuss some reasons why organizing your code… Continue reading Why every developer should organize his code