Ken Robertson's BlogRamblings of a .NET developerNot making a habit of this...- December 31, 2004 Not going to let myself make a habit of staying up until 4am working. Especially since last night, I stayed up until about 3am working. Up working so late because I really wanted to work on improving the way metadata (EXIF data) is stored in Community Server :: Gallery. One user on communityserver.org had suggested that we add an option to order pictures based on the EXIF picture date value. This was definitely a great idea, since even though I haven't used CS on a live site,..http://weblogs.asp.net/krobertson/archive/2004/12/31/344777.aspx Any way to check image type and get dimensions without System.Drawing- December 29, 2004 Anyone know of any way to test the image type and get the widthheight without using the System.Drawing namespace I'm working on a small app that processes a lot of pictures at once and could get multiple users using it at the same time. When I use it without doing its image calculations, it only takes max 10% of the CPU. However, when I have it get the widthheight (which I need for it to work properly) using a bitmap, it gets up to around 80% CPU usage. Big jump!...http://weblogs.asp.net/krobertson/archive/2004/12/28/343540.aspx RepeaterPlusNone v1.0 -- Repeater + NoneTemplate- December 21, 2004 Nearly a month and a half ago, I'd posted about writing up a Repeater control that allows for a <NoneTemplate> that would be used when its datasource is empty. I had a couple of people ask me for the source, and I'd meant to release it, but kept forgetting as things kept coming up (work, holidays, DevConnections). So finally today I sat down, did a quick build, wrote a short sample, and zipped it up. I've coined it RepeaterPlusNone. We've put it to use quite well in...http://weblogs.asp.net/krobertson/archive/2004/12/21/329127.aspx |