Wednesday, April 15, 2009

JavaScript and Session Variables

To access a Session Variable from the front of your aspx page:

<script type="text/javascript" language="javascript" >
var varValue = '<%= Session["Key"] %>';
alert(varValue);
</script>


Not rocket science, but handy to know

Tuesday, April 14, 2009

Photosynth

I was having a play with Microsofts (relatively) new technology Photosynth over the Easter weekend, came up with this after a while.



It took a number of attemps to get it lookin this good and over 200 photos in total, that was cut down to 128 to make sure there was only "one image" displayed.


There is some nice detail near the base and the head, have a look around there are a few other areas of detail to explore.

Tuesday, April 7, 2009

Web Trends



I can't claim to have looked at this in detail, but it does look fantastic, but I think Silverlight DeepZoom would have worked better...

home | www.purplepool.com