In Web world, fluid layout with 3 column is the most flexible and customizable layout. Mixing percentages and pixels for specify width of column allows create different layouts, for different task.
The power of CSS3 is enormous and in this post I create appearing effect of “Sign In Form” using differn style in each example.
Two-column layout allows effective use browser space. Layout doesn’t require hard work and it can used with combining column in pixels or percentage.
Modal pop-up confirm with “correct” navigation through inputs.
How GitHub is connected to Git and basic difference Git and Svn.
Did you know that you don’t have to link to an external image file when using an <img>
element in HTML, or declaring a background-image
in CSS? You can embed the image data directly into the document with data URIs.
The main concept of Web Services is to exchange data between two devices using standardized protocols and messages.
Event bubbling and capturing are two ways of event propagation in the HTML DOM API.
If you update your WordPress theme’s style.css, you may have noticed that you have to “force-reload” your site in your browser to see the changes. This is because your browser keeps a copy of the CSS cached on your hard drive.