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 validate HTML form in two-step?

Last week I wrote about building HTML form, but even the most important thing is to know how to validate data before you send it to the server. Probably you won’t storage data from your clients with have no value. So how you can use the HTML Form attribute and JavaScript to validate data inserted into HTML FORM on the website?

No comments
Krzysztof NyrekHow to validate HTML form in two-step?
read more

How to manage data collected on a webpage via HTML Form tag?

The most popular HTML tag used on a webpage is an HTML form. It is used to get some data from visitors and display some results on the web page depends on how visitors fill data fields in this HTML form. Are you a master in HTML form building, or maybe from time to time, you need to search for information about dealing with this HTML tag? In this post, I stored some information about HTML form.

No comments
Krzysztof NyrekHow to manage data collected on a webpage via HTML Form tag?
read more