Skip to main content

Posts

Showing posts from May, 2008

How to Draw & Show Raster-Graphics in Internet Explorer via Pure HTML

Have you ever thought that if it is possible to draw raster-graphics, i.e., pixel based graphics in HTML? Isn’t it interesting if it could be possible? So be ready to be amazed, because with the method that I’m going to describe, it’ll become possible. Let’s start with the number of ways we can show graphics in our web-page. As we know, the standard ways are by using image tag, i.e., <img src="img_name.jpg"> and by using flash file, i.e., *.swf file (advanced way). There is two more ways of doing this; one of them is by using CSS. But it is not supported by most of the web browsers. And I’m not going to describe that, as you could get many articles related to this on internet. Anyways let’s come to the point. The fourth, most interesting way is by using pure html. This is the least known method, in fact nobody else has ever written about it. So technically, the credit of its invention/discovery goes to me. ;) The Technique! We can create an image purely in HTML