"handler" is null or not an object
Written by Ben McInturff   
Thursday, 14 January 2010 16:17

Have you ever had the error: 'handler' is null or not an object? It seems that the problem results from an improper use of prototype's 

 

Read more...
 
Wrong Insert ID in Data Table Adapter
Written by Ben McInturff   
Thursday, 29 October 2009 15:51

Have you ever had an insert statement in a datatableadapter in .NET that returned the wrong insert identity?

Read more...
 
Removing EXIF Data From Images With .NET
Written by Ben McInturff   
Friday, 07 August 2009 14:31

I recently had a requirement to remove EXIF data from images so that we could improve the request delivery by decreasing total bytes transmitted across the wire. EXIF is the form that image metadata takes, and with small images, the transmission savings may be significant.

Read more...
 
ASP.NET AJAX Client Side Framework Failed To Load
Written by Ben McInturff   
Wednesday, 01 July 2009 15:03

Internet explorer seems great at providing errors that don't show up in any other browser. This time it seems that I had found one that lies deep within the "magic" of ASP.NET AJAX. The error was

ASP.NET Ajax client-side framework failed to load
Sys is undefined
 
I tried first to see if there were any other weird javascript errors that might be causing the error in the first place, but after resolving everything else

Read more...
 
DSR Direct Routing Loopback Adapters in Windows Server 2008
Written by Ben McInturff   
Thursday, 25 June 2009 21:59

Recently I ran across an interesting networking issue when using a DSR load balancing setup when converting from Windows Server 2003 to Windows Server 2008. It seems that microsoft has changed the way that the TCP/IP stack functions, so that when we went

Read more...
 
InnerHTML Issues With IE 8
Written by Ben McInturff   
Wednesday, 17 June 2009 02:15

While working with IE 8 (yes I finally bit the bullet and became part of the rising tide of IE 8 users) on Newser I was forced into the realization that IE 8 does not properly handle additions to the DOM

Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2

Valid XHTML and CSS.