Archive for the ‘Tutorials’ Category
Color combinations for web design

“Choosing the right color combination is vital for any design – web site layouts included. A good color combination can lead to success while a bad one spells doom. In these pages you will find more than 200 color combinations to help you in selecting colors for your web site.”
Here’s the link for this usefull color combinations:
http://www.webdevelopersnotes.com/design/color_combinations.php3
Hiding & protecting images on web
You can protect your images at least from amateurs by using the original image as a background & put a transparent-blank file over it that matches the size of the real image. Here’s the code;
<div id=”image1″ style=”background-image: url(yourimage.jpg); background-repeat:no-repeat;”>
<img src=”img/blank.gif” height=”100%” width=”100%”>
</div>
How to add virtual products to zencart
You know that it looks very complicated when you first install t. I was looking for how to add virtual products like templates, codes etc. I was very close to get crazy because of this situation when i’ve found this tutorial video. So let’s watch and learn, click here.
