by Derek Pinkerton
3. July 2009 19:15
I just added my first new item to this site for your enjoyment. I created a new widget to display random entries from the FMyLife.com website. This widget was incredibly easy to create. FMyLife has an API that simply presents the data as XML. Using the .Net Framework's System.Xml namespace I wa...
[More]
by Derek Pinkerton
30. May 2006 17:50
In some recent work on the new QualTrax user interface I had to load a document into the main interface using an IFRAME. This worked great using the Response.BinaryWrite that I mentioned in my previous post to dynamically load the correct document to the user's browser. While I was testing this I no...
[More]
by Derek Pinkerton
26. May 2006 16:17
I couple of weeks ago I started getting involved with the User Inteface team on the new version of QualTrax, which is due out later this year.
In order to ensure any documents stored in QualTrax are as secure as possible they will all be stored outside of the web-root. This means that they will not...
[More]