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

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

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

Design fixed navigation on scroll with CSS and jQuery

One thing that can increase user experience and overall impression from your website is always present navigation. Why should the visitor scroll back to the top or click one more time to let the script move the window to the top? Remember, every click counts. We can easily solve this problem of accessibility by creating… Continue reading Design fixed navigation on scroll with CSS and jQuery

Simple jQuery slider tutorial

Today’s post will be about creating a very simple image slider (or any kind of data) you can use in your projects. I know that there are many sliders on the web, but they are often too complicated and contain unnecessary effects and garbage code. For this reason, we will create image slider that will… Continue reading Simple jQuery slider tutorial