Posts
All the articles I've posted.
Fourth MSDN Article Published! "Adding Personalization with Profiles to the ObjectDataSource"
Published: at 08:00 PMThis article explains how the encapsulation of Membership can be extended to include Profile (personalization) information for users. The designers of Membership included a very basic set of attributes to associate with Members (logged in users).
Rendering Images With IIS Verses an ASP.NET 2.0 Handler
Published: at 08:00 PMThis article will compare the difference between rendering images using an HttpHandler and IIS. It will show the different request processing times for a small, medium and large bmp file. It also discusses using the DefaultHttpHandler.
Fast Access to Small Lists On ASPX Pages in ASP.NET 2.0
Published: at 08:00 PMHow to reference small lists of data on an aspx page in asp.net 2.0. The proposed solution here demonstrates a technique taking advantage of the ObjectDataSource's Cache, DropDownLists and Data Dictionaries. (not to mention a little databinding)
Zero to Professional Web Site in Two DaysUsing Microsoft's Visual Studio Design Templates
Published: at 08:00 PM<p>It's Monday, August 21st, we have <a href="http://www.siliconvalley-codecamp.com">our CodeCamp scheduled for October 7th and 8th</a> in Los Altos California and we realize we need to have our web site to sign up and running yesterday! For those of you who don't know what a codecamp is, basically, it's a developer to developer weekend meeting where high quality presentations are given to an audience of enthusiastic developers. Typically, 30 or 40 speakers running simultanious presentations to 300 or so attendees. Codecamps are all Volunteer, all free, and always on a weekend. So, our web site needs to allow sign ups for speakers and their presentations, attendess to let us know they are coming, provide information about the Venue as well as ultimately provide scheduling information about classes. Most importantly, it needs to do it with style and pizazz.</p> <a href="http://www.siliconvalley-codecamp.com"> </a>
The Ultimate CAPTCHA Custom Server Control
Published: at 08:00 PM<p>In this article, the basic usage of a CAPTCHA custom server control will be discussed. This control is for use in ASP.NET 2.0 only. It is provided in source as well as executable form which means you can use it in your app_code or bin directly. If you use the DLL version, it will support drag and drop from the Visual Studio 2005 Toolbox. The control supports templates which means you can customize it to work in your application giving a consistent look and feel. </p> <p>Below are two representations of the use of the CAPTCHA custom server control. One is simply using the control in it's default configuration with no template, and the other is after modifying the controls template with extra contact information.</p> <p><img src="/wp/Images/Captcha/Abstract_controlsamples.jpg" alt="" width="650" height="442" /></p>