http://www.gourmetkickzcreator.com/
Check this out. A cool flash website to customize and order your shhttp://www.gourmetkickzcreator.com/ Check this out. A cool flash website to customize and order your shoes.oes.
Posted by: umers36 on: June 7, 2009
It’s been a slow year. With the Internet economy taking a bit of a tumble (perhaps you’ve read about it), new clients just haven’t been calling like they were. So what’s a hapless web designer with a family and a modest mortgage to do? Use the downtime to re-tool, re-learn, and switch over to Standards Compliant Design of course (wild cheers, whistles, deafening applause). http://www.alistapart.com/articles/csstalking/
Posted by: umers36 on: May 20, 2009
Try this code to have a customized scrollbar.
<style type=”text/css”>
body {
scrollbar-arrow-color: yellow;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: yellow;
scrollbar-track-color: green;
scrollbar-face-color: blue;
scrollbar-shadow-color: white;
scrollbar-highlight-color: silver;
scrollbar-3d-light-color: black;
}
</style>
Posted by: umers36 on: May 19, 2009
CSS sprites is not a much familiar term for the designers or html coders. Its kind of a new technique and very effective one to render images on a web page. This is a very useful technique to create rollovers vs Javascript functions. In sprites we dont slice images and use them using <img> tags. In fact a MASTER Image is created containing all the images used on that page. This will make the page to send only one http request to load that master image and distribute on the page using CSS positions attribute. Read the rest of this entry »
Posted by: umers36 on: May 18, 2009
The Effects and Moods of Color:
The colors of ‘Cold’: Blue, green and Blue-green are associated with cold, and calm. These colors are used to promote a feeling of austerity, cleanliness, invigorating freshness, coldness.
The colors of ‘Cool’: Blue is the base for these colors but added are reds and yellows to bring out a wide range of color from minty green to a soft violet. These colors help promote a feeling of calm, serenity, trust and relaxation. Read the rest of this entry »
Posted by: umers36 on: May 17, 2009
Creating websites from scratch has been a problem for most of the designers. The problem is that hey don’t get handsome money for their services. Guys remember, Read the rest of this entry »
Posted by: umers36 on: May 13, 2009
CSS provides a variety of options when it comes to the measurement of Text such as height, width, size etc. There are four types of measurement units. Pixels(px), Points(pt), Percentage(%) and Ems(em). We will cover these four famous types in detail here. Read the rest of this entry »
Posted by: umers36 on: May 13, 2009
Welcome to PixelDim. This blog is created to solve designer’s daily problems they face. We are going to cover CSS, HTML, XHTML and Graphic related issued. We will also discuss some very useful tips to enhance the performance of the websites. The blog is open for members and we PixelDim encourage our subscribers to post their problems and solutions and help each other.