Heading to Southern Ca on January 24th to Talk about ExtJS at SoCal Rock & Roll Code Camp
Wednesday 17 December 2008 @ 8:25 am
I just signed up to give a session at the JavaScript library) is: ExtJS demos.  Very impressive.  Just the demos got me hooked.   Looking forward to seeing lots of friends there.  BTW, nice job on the new web site!
Comments (0) - Posted in ExtJS, Presentations  


First San Francisco Meetup of ExtJS Group
Wednesday 10 December 2008 @ 12:08 pm
ExtJS.  It’s basically a very rich development api that allows you to make totally awesome client side control 100% in JavaScript.  It has control that include Grid, Dropdown, Calendar, Image, Drag and Drop, Toolbars, etc.  With ExtJS, you can in a very straight forward way, make interfaces that look like the following: ExtJS book [...]

How to Retrieve a GridView Based on a CheckBoxList of Items with Asp.Net using ObjectDataSource with a little LINQ Thrown In
Sunday 7 December 2008 @ 1:08 am
So, the problem is you have a list that you want to retrieve from that contains multiple values.  Say for example, you have a list of 5 cities and you want to retrieve a list of people in some combination of those cities.  If you use the class SelectValue method with ControlParameter in

Logging your Sql with LINQ Update Commands. Simple Logging to your Visual Studio 2008 Debugger Output Console
Thursday 4 December 2008 @ 9:13 pm
  So, you want to do an update but are wondering what the hec LINQ is doing.  Turns out it is really easy.  All you have to do is run in the debugger and add the Log option to your data context. Here is an example: DataClassesGeneralDataContext db3pLogicContext; [...]
Comments (0) - Posted in LINQ, Visual Studio