TeamPlain for TFS released for free#

This is good news for those of us who were kinda pissed that Team Foundation Server didn't come with this type of interface to begin with:

http://blogs.msdn.com/bharry/archive/2007/03/26/microsoft-acquires-teamplain.aspx

 

Categories:  | 
Monday, May 21, 2007 1:33:57 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Creating a test SSL certificate#

Here is a nice article on creating a test (bogus) SSL certificate for your local develoment machine.

ScottGu has a nice article on how to do something similar with IIS7, which is going to be the webserver on Vista machines.

Categories:  | 
Monday, May 14, 2007 12:17:25 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Drill Through Reports using Report Viewer and ASP.NET 2.0#

Here is an interesting article on codeproject about creating "drill through" reports.

Categories:  |  |  | 
Friday, May 11, 2007 12:22:26 PM (Central Standard Time, UTC-06:00) #    Comments [2]  | 

 

Webservices Compression#
Categories:  |  |  |  | 
Wednesday, May 02, 2007 2:34:54 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

A Reverse Phone Lookup That Works#

There internet is filled with places to do reverse phone lookups (who called me 5 minutes ago).

But, most of them now ask you to pay for the name of the person or business.

I happened to find one that didn't:

http://www.whitepages.com/10001/reverse_phone

 

Categories:
Tuesday, May 01, 2007 3:46:52 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Ticket Resellers#

I found this list of the top secondary market ticket resellers:

http://www.ticketnews.com/view/TopSecondarySellers

1. StubHub!
2. TicketsNow
3. TicketLiquidator
4. Coast to Coast Tickets
5. TickCo Premium Seating
6. RazorGator
7. GoTickets.com
8. Ticket Solutions
9. Online Seats
10. ABC Tickets
11. Tickets Plus
12. CheapPricedTickets
13. Ticket Specialists
14. Ticket City
15. BuySellTix.com
16. SeatData.com
17. Barry's Tickets
18. Vivid Seats
19. Team One Tickets & Sports Tours
20. Ticket Triangle

Source: TicketNews.com

Categories:
Tuesday, May 01, 2007 2:22:33 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

WCF One-Way Calls, Callbacks, And Events#

Here an article I was reading about some of the new (and from the looks of it... very useful) features of WCF.

One-Way calls, callbacks, and events.

Categories:  |  | 
Monday, April 30, 2007 1:03:06 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

ASP.NET AJAX Errors#

I have been getting a few errors when trying to use the asp.net ajax framework.

The one error message is:

Error: Sys.ArgumentTypeException: Object of type 'Sys_Application' cannot be converted to type 'Sys._Application'/

Parameter name: instance

This is caused by having SmartNavigation turned on for the page. 

The other error I was getting was this Sys.ArgumentOutOfRangeException.  Value must be an integer.  Parameter name: X.  Actual value was NaN.

This error is caused by using a "yes" or "no" for "frameborder" for a frame.

Yes and No are valid entries but the framework is expecting a "1" or a "0".

 

Categories:  |  |  | 
Thursday, April 26, 2007 2:16:06 PM (Central Standard Time, UTC-06:00) #    Comments [1]  | 

 

Icon Finder#

This service is down right now, but it looks like it might be very useful!

Categories:
Wednesday, April 25, 2007 1:52:12 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Grabbing images from a AxWebBrowser#

I have been fighting with this lately, but here is something I haven't tried... rewriting the interface that is giving me problems.

Not sure if this will work, but I will give it a try.

More in the souce...

Categories:
Monday, April 23, 2007 9:07:30 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

ASP.NET Upload Component#

I think I saw this ABCUpload .Net tool being used by microsoft on one of their internal support sites for uploading large files.

I don't think it actually gets around the httprequest length and executiontimeout problems, but it does provide you a window showing your progress, which is nice.

Categories:  |  | 
Monday, April 23, 2007 3:05:47 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

HTTP Compression with IIS 6.0 and ASP.NET#

Here are some nice step by step directions for getting HTTP Compression setup in IIS6.

They also link to a nice site that will do a compression test for you on the public side.

I was trying to test stuff that wasn't public, so I figured out how to test this with Fiddler.

Once you start a trace with fiddler, if you select a session, they will check a box next to the type of compression None/GZIP/Deflate, which was used.

 

Categories:
Monday, April 23, 2007 2:05:50 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Escaping Characters in MailTo#

I have recently needed to create some more complex mailto links than people normally use.  I need to populate the subject and body with text that is pulled from a DB, so there are lots of random characters in there like @, #, &, -, _, etc...

Most of these won't work, and need to be escaped.

The most effective way I found was to use the ascii HEX code in this format:

%2D = "-"

%45 = "E"

Categories:  | 
Monday, April 23, 2007 12:38:51 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

ASP.NET Process Recycling Too Often#

I'm not going to write too much about this, but we have been seeing a LOT of recycles of our web application, which makes us lose session for everyone logged it.

I am just going to archive a few links I have been using to track down this problem.

ScottGu has some reflection code to get the reason the process is shutting down that I converted to vb.net

Scott Gu's Article

And here are some places discussing the issue:

asp.net thread

Todd Carter's Blog Article

Scott Forsyth's Blog Article

Categories:  |  | 
Wednesday, April 11, 2007 9:34:58 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

ASP.NET Design Patterns#
Categories:  |  |  | 
Wednesday, April 11, 2007 9:17:54 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Neural Network#

This article shows a open source neural network component that the author uses for verification of written characters.
Categories:  | 
Tuesday, April 10, 2007 2:37:46 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Controlling Programs Remotely#

It looks like from this article that the author is showing how to use remoting to interact with a windows form running on a server.

http://www.codeproject.com/csharp/RemoteWinControls.asp

Pretty interesting.

Categories:  |  | 
Tuesday, April 10, 2007 2:32:23 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Working with Active Directory and .Net#

I have written a few programs in .Net that utilize Active Directory (AD), and what a pain it was.

Here is an article where the author created classes to encapsulate some of the objects in AD, which is pretty similar to what I did.

Keywords: LDAP, AD, Active Directory

Categories:  |  |  | 
Tuesday, April 10, 2007 2:29:54 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

TypeOf VB.NET vs C##

If you are Microsoft, why do you create a function "TypeOf" that has totally differnet applications in VB and C#?

Typeof in C# is like GetType in VB, where VB uses TypeOf to see if 2 types are the same or check for interface implementation.

Kinda dumb.

Categories:  |  |  | 
Friday, April 06, 2007 7:59:58 AM (Central Standard Time, UTC-06:00) #    Comments [3]  | 

 

Microsoft AdCenter#

I came across this offer where you get $50 free (I haven't read the details) for using Microsofts adCenter (just like adwords I guess).

http://www.startadcenter.com/lcoff/

 

Categories:
Sunday, April 01, 2007 2:15:35 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
<May 2007>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
Archives
Sitemap