How to use CSS Border to cut box edge?

Web pages are built from boxes and each box has its own border with you are able to style using CSS border properties. At first look, it looks easy. Using CSS border you can set border style and the border width, even round the box corners. But this is only the beginning. There is more information that you need to know if you want to manage a web view. In this post, I wrote about several useful things about CSS border and box calculations.

No comments
Krzysztof NyrekHow to use CSS Border to cut box edge?
read more

CSS knowledge that allows you to build pixel perfect page

CSS it’s pretty easy to use, but t’s also hard to become CSS Master. Have you ever heard about pixel-perfect web building? This is a popular requirement, for web developer positions. But what this it mean’s? For what elements of CSS you should look closer to achieve pixel-perfect design? In this post, I wrote about few CSS properties, that allow you to understand, how to achieve pixel-perfect pages thanks to CSS.

No comments
Krzysztof NyrekCSS knowledge that allows you to build pixel perfect page
read more

Is your page structure written in HTML or in div language?

The websites are mostly constructed from three layer. First of all HTML wich creating a structure and content. Secondly, there is a CSS that includes how the website should look like. Finally, we have JavaScript with is able to reconstruct webpage depends on user interaction. So, my question is why on the Internet is so many pages written in div language?

No comments
Krzysztof NyrekIs your page structure written in HTML or in div language?
read more

How to made animation on the website?

A long, long, long time ago in there was no animation on the website. Just text, sometimes images, and hyperlinks. Then web developers used to animate elements on websites via JavaScript. That worked and still works, but today we can use CSS properties to make awesome animation on a webpage. In this post, I show you how to do that.

No comments
Krzysztof NyrekHow to made animation on the website?
read more

Useful tools for web developers

When you want to make a website with will be highly ranked in Google Search Engine, and people wouldn’t have problems opening this site and will smoothly interact with it you need to use several tools to check if your website is perfectly designed. In this post, I has been wrote about these tools I use. 

No comments
Krzysztof NyrekUseful tools for web developers
read more