Track Object/Embed Click Events Javascript
Written by Ben McInturff   
Friday, 02 July 2010 19:15

I recently did some R+D work to see if it was possible to add Google Analytics tracking to a flash video such as YouTube. At first I was discouraged that the flash object seems to receive all DOM click events and not pass them to the parent web page when a flash object is clicked.

Read more...
 
PrototypeUI AjaxCarousel Implementation
Written by Ben McInturff   
Monday, 05 April 2010 16:46

I will venture to guess that anyone reading this has had some trouble finding documentation on the new "beta" of the PrototypeUI Ajax carousel that actually describes what is required to implement the ajax scrolling in a carousel.

Read more...
 
"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...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2

Valid XHTML and CSS.