Press ESC to close

Frontend

Step-by-step walkthrough for coding a Web Site from a Photoshop template

Domagoj 0 2

This time we are going to do some PSD to XHTML/CSS, meaning we will make fully functional web page from a template we created in Photoshop. For this tutorial I created a very simple web page template which you can download in PSD format. It isn’t very original-looking either, but it will serve it’s purpose. And of course you can use it in any way (except of course altering the Croatia images or claiming them as your own).

Continue reading

Introduction to CSS Sprites

Domagoj 0 2

CSS Sprites are a neat little trick which enables us to store the graphics we need to display menus, icons or buttons in one big image while showing only a part of that image at a time. This enables us to instantly show another part of the image when we need it, thus creating the desired effect, saving bandwidth and removing image flicker.

Continue reading