Web Dev.

22 Immutable Laws Of Marketing

by on 21 January, 2009

The latest book that I finished reading was the 22 Immutable Laws Of Marketing by Al Ries and Jack Trout. Not only these laws are essential to success, not following them is a sure path to failure. Following are the laws and a short description of them. I actually had to read the book (listen [...]

Today I added bullet images to the H3 tags on my blog. It’s a very simple process: Open your CSS file Find the line that has the “H3″ styling Add the following code in there: background-image: url(images/h3bullet.gif); background-repeat: no-repeat; Add some padding to make sure the text and image are not overlapping padding-left: 22px;

Last month for the first time, I designed a website with CSS and DIV. Supposedly CSS and DIV designs are the future of web design. Anyways, design went well and I was actually very happy to switch to DIV and CSS (from using tables before). Everything went well, except one thing and that was getting [...]