Using Canvas in HTML5 November 10, 2012 For my Art History class on Modern Art, I created a work of Conceptual Art. This work of post-modernist theory explores a non-determinist approach…
Column Display of Multiple IDs in RTML October 17, 2010 A common method for displaying a long list of products shows thumbnails arranged in rows and columns. It’s pretty easy to do if you…
Populating Excel from Dataset December 1, 2009 Here is an easy method for outputting any dataset with any number of tables to Excel using Visual Basic.
Manually Populating Datarows November 24, 2009 This is a demonstration of populating a datarow with a combination of datareader, datarow and direct assignment, with a function wrapper.