ExtJS Training with our leaders!
Tuesday 4 November 2008 @ 6:53 pm
  For my current project, I’m focused on delivering the fastest and best user experience possible for our web site.  To deliver this, it is necessary to really focus on delivering client side code.  After doing a bunch of research, the very clear answer to me is to use a Library called ExtJS combined [...]
Comments (0) - Posted in JavaScript  


My Two JavaScript Favorite Books:, "JavaScript: The Good Parts" and "JavaScript: The Definitive Guide"
Saturday 11 October 2008 @ 9:20 am
I’ve been working on a project lately that requires a lot of JavaScript, and if any of you are like me, you’ve had trouble learning the language well.  Over the years, I’ve taken several runs at it but have not been successful.  Sure, I could always to basic stuff, but it seemed that when ever [...]

The Smallest xmlHttp I Could Do And Still Get It Wrong
Monday 29 September 2008 @ 9:11 am
I’ve just started my journey into the land of JavaScript for real and am learning things most of you already know.  For example, as the Silicon Valley Code Camp coordinator and web site author, I just recently decided to add a Virtual Earth Map showing attendees and speakers (see the home page).  I wrote a [...]

Using MapPath with WCF Service, Setting aspNetCompatibilityEnabled to true
Monday 18 August 2008 @ 10:05 am
I’m just starting out using WCF in an application for the first time.  I’m using Visual Studio 2008 sp1 and created an asp.net web site from the standard create project wizard.  I then created a simple AJAX–enabled WCF Service as follows: I then added some code to the service that looks like the following (using MapPath): [ServiceContract(Namespace [...]
Comments (0) - Posted in C#, JavaScript, WCF