Custom Controls and ASP.NET Validators#
I was trying to find out what I needed to do to extend my custom server controls to work with the built in ASP.NET validators.

Turns out it is as simple as adding [ValidationPropertyAttribute("­Text")] to your class definition for the custom control. That's easy!
Categories:
Friday, June 24, 2005 12:32:38 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

String.Format format string#
I could have sworn that this was in here already, but I guess not.
Categories:
Wednesday, June 22, 2005 8:28:40 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Macro for fixing Dreamweaver comments in pages edited by VS.Net#
This project is supposed to help with the stupid VS.Net formatting of HTML, if you can call it that.
Categories:
Wednesday, June 15, 2005 3:43:04 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Using Amazon for Payment Gateway#
Amazon will list your items next to their and only charge a super low fee, something like 0.25 + 2.5%. This sounds too good for people who were using paypal before.
Categories:
Wednesday, June 15, 2005 5:33:11 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

SSPI Context error#
This was the stupid error I was getting through my VPN.
Categories:
Tuesday, June 14, 2005 8:42:43 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Historical Home Sales#
This application on the Baird & Warner site is really cool.

From a technical perspective it is pretty slick too, it creates a map with lots of hot spots that you can click on to get info from the client side.
Categories:
Tuesday, June 14, 2005 1:39:28 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Designing Business Entities#
I was just skipping over a good PP white paper from MS called Application Architecture for .NET: Designing Applications and Services. It had a few interesting parts that I am going to go back and read more. It also referenced an article called Designing Data Tier Components and Passing Data Through Tiers. Worth reading.
Categories:
Sunday, June 12, 2005 6:16:44 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Poker Odds Calculation#
Here is a graphical and non-graphical way of calculating odds of winning a hand.

The second link also allows you to include "dead cards" in the calculation, pretty cool.
Categories:
Sunday, June 12, 2005 5:40:12 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Test Driven D#
Testing ASP.NET Applications with NUnitASP and NUnit is an article on The Server Side.NET" that talks about implementing testing w/ ASP.NET and NUnitASP and NUnit.
Categories:
Sunday, June 12, 2005 2:55:44 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Cool Javascript Editor#
This Javascript editor looks pretty cool. It looks like it basically does the same stuff that VS does for server side code (e.g intellisense, debugging etc).
Categories:
Sunday, June 12, 2005 2:51:29 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Code Coverage w/ NCover#
NCover is a tool that you can use to get information back about your application, and specifically information about the actions against individual lines of code.
Categories:
Sunday, June 12, 2005 2:45:31 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Dynamic Text Image Generation in ASP.NET#
This article does a pretty good job in describing how to implement the creation of dynamic text in an image in asp.net.

I was working on something similar for my CAPTCHA control, but I can tweak it with some help from this article to do other stuff.
Categories:
Saturday, June 11, 2005 9:37:18 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Stuipd Namespace error#
So, even though when I use intellisense to declare a FQ type it has "Walshgroup" with a capital "W", when I declare a namespace in another assembly, I have to use lower case "w" because the main application has the lower case "w" in its default namespace declaration.

Totally totally totally dumb. I would have never figured it except for this article.
Categories:
Friday, June 10, 2005 3:13:56 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Stupid Machine.Config error#
I have been getting this stupid error every now and then, this page goes over the issue.
Categories:
Friday, June 10, 2005 3:03:52 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

SQL Server Performance Checklist#
This page basically goes through a bunch of steps and checklists for things you should do if you want to make sure you have optimal performance on your SQL Server database.
Categories:
Friday, June 10, 2005 9:36:10 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Patterns and Practices#
I often list thing on here that I don't have time to read, but am hoping to actually get back to at some point. This is one that I really need to go over. Microsoft's Patterns and Practices group produces lots of great stuff, which mostly fit into 1 of 3 groups: Patterns, Guides, or Code Blocks.

Patters are basically design patterns, not only for software development, but for other stuff like database design.

Guides are basically white papers on various topics.

Code Blocks are great components that you can use in your applications. I have only been using the Data Access blocks, but w/ the release of the Enterprise Library, there is a compelling reason to work more with them.
Categories:
Friday, June 10, 2005 6:18:45 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

HTML Codes#
I was looking all over the place trying to find how to do a Nabla symbol in HTML: ∇. Finally found it and the other stuff I needed at: this site
Categories:
Monday, June 06, 2005 8:34:40 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

DNN Module Development#
These two forum postings cover some interesting stuff: getting the current UserID and how to check user role.
Categories:
Sunday, June 05, 2005 9:37:43 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Mutliple Views in a DNN3 Module#
I have been doing a bunch of work getting modules to show multiple controls, or views in a single DNN module, w/o forcing it to enter "Edit" mode.

So far, I think the solution I have come across is working, but just in case something goes horribly wrong, this guy has put together a nice article on how he does multiple views.

Dealing with the scroll position can be an issue as well, which is covered in this blog post, pretty good idea.
Categories:
Thursday, June 02, 2005 9:32:33 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

All content © 2008, Christopher May, Inc
Open Job Positions
On this page
Google Ads
This site
Calendar
<August 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456
Archives
Sitemap