Direct social sharing URLs
Yes, we should make it easy for visitors to share content. It is handy and in many…
Yes, we should make it easy for visitors to share content. It is handy and in many…
In this blog post we’ll create a simple registration using Facebook registration plugin. We’ll also create a simple login system that enables registered users to login to our site.
Finally, the time has come for another Blog entry, cool and breezy, just right for the summertime. We’re going to do some XHTML/CSS Tips and Tricks you may or may not know. Either way, it’ll be a quick and simple post, just long enough for you to do the coding while enjoying a nice cold beer. 🙂
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).
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.
As we all know CSS files are very useful to reduce the amount of HTML we need…