Well, this might be against some advice skilled bloggers would give me. However, I’m going to risk it and instead of waiting couple days to release this second part of the slider tutorial, I will release it today. Just to remind you, in first part we took care about HTML and CSS required for building… Continue reading Simple jQuery slider with controls Pt2
Tag: JavaScript
Simple jQuery slider with controls Pt1
You just started working on some interesting project. Wireframes and mockups are done and you also have an idea about the overall functionality. You decided to include some dynamic elements into this project with help of jQuery. Let’s say this element will be some simple image slider with controls – left and right arrows –… Continue reading Simple jQuery slider with controls Pt1
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