开发者

How does milliondollarhomepage work?

I noticed the pixel array is only one image, I wonder 开发者_StackOverflow中文版if it is dynamically created on a page request and then cached? Is that possible to do with .NET?


I wouldn't be supprised if the entire page was completely static. It looks like nothing more than an image with an Area Map over the top of it, the query string just changes the image from the previous cached one, probably incremented when he was selling pixels.

http://milliondollarhomepage.com/img-pix/image-map.png?r=476

There's no reason why you can't dynamically generate the image server-side and cache it. So yes it's possible.


It's a single giant image with an image map

You can see this by viewing the source.

Also, being that the image has a querystring parameter, I'm assuming that the image generation and map generation is all being done server side.

src="img-pix/image-map.png?r=323"

And "YES" this is possible to do entirely in .NET

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜