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: tutorial
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
CSS tips and tricks #16 – CSS Atribute selector demistified
Last time we used practice to master CSS child selectors. After a great feedback from you, I decided to do the same thing with attribute selector as well. Personally, I found this selector and its variations more difficult to learn and master than child selectors. For those of you who are on the same side… Continue reading CSS tips and tricks #16 – CSS Atribute selector demistified
CSS tips and tricks #16 – Mastering CSS child selectors
Some CSS selectors can look more like a different language or test from advanced mathematics. This makes the whole process of learning for web designers and developers more difficult than necessary. What’s more, when something looks hard we are naturally less inclined to invest our time and effort in learning that particular thing. This is… Continue reading CSS tips and tricks #16 – Mastering CSS child selectors
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