July 7, 2010
There are many readers who intended to learn web design and make career in designing. But they generally get confuse, where to start from. To learn the web design you should starts with the basics and then go to the upper level. I found a nice PDF e-book to learn web designing and I want to share the book with you. This book is known as The Web Book, written by Robert Schifreen. According to ...
Continue Reading →
March 5, 2010
You must’ve tried adding some piece of html/javascript to a blog post at some point. And to your dismay, the code simply refused to show itself! Instead what you got was the output of the code. For example, to display the html code for adding a simple anchor text-link, <a href=”http://shoutmeloud.com”>Shoutmeloud</a> you might have gone crazy, with the result being Shoutmeloud In order to prevent this, you can use any of the following ways : ...
Continue Reading →