cwbrandsma

Stories submitted by cwbrandsma

JQuery Validation Library(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 4 months ago

A basic getting started guide to working with the JQuery Validation library. read more...

add a comment |category: |Views: 50

tags: another

My ideal IDE(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 6 months ago

What some of us would like Visual Studio to do for us read more...

1 comment |category: |Views: 782

tags: another

Dissecting the JQuery text method(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 7 months ago

An interesting question came up at work today. We had some existing code that was using the innerText dom method. It worked fine on IE, but not on Firefox (to be clear, I’m used to that working the other way around). If you look at QuirksMode you will see Firefox is the only browser that does not support this method as well. Turns out if you use innerText on any dom element in IE you will get the text inside the element (in this case a span tag), but in Firefox you just get nothing. Time to see how JQuery does what it does. read more...

add a comment |category: |Views: 247

tags: another

Asp.Net Checkbox and JQuery(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years ago

How to interact with an Asp.Net checkbox, in all its various forms, with JQuery. read more...

add a comment |category: |Views: 36

tags: another

IoC libraries compared(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 1 month ago

A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor. read more...

add a comment |category: |Views: 690

tags: another

Thinking only of the Junior Developer(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 1 month ago

How do you treat Junior developers, what code do you give them, and do you let their presence change your architecture? read more...

4 comments |category: |Views: 541

tags: another

Junior Vs Senior Developers?(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 1 month ago

Discussion about software development titles. Are they earned, or just a product of time? read more...

add a comment |category: |Views: 20

tags: another

Elegant Code Cast 18 – Chris Tavares on EntLib, Unity, and More(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 1 month ago

David Starr and company talk with Chris Tavares about his work on the Microsoft Patterns and Practices team, as well as Unity, EntLib (Enterprise Library), and more stuff. read more...

add a comment |category: |Views: 5

tags: another

Three Simple Rhino Mocks Rules(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

Jimmy Bogard shows how he uses the new Rhino Mocks syntax, and three short rules for using it. read more...

add a comment |category: |Views: 318

tags: another

Generic C# WinForms(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

An article discussing how to make a WinForm in C# display any user control through a generic class. read more...

add a comment |category: |Views: 26

tags: another

Are .net interfaces required(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

A discussing on the nature of Interfaces in a .Net TDD world. read more...

add a comment |category: |Views: 24

tags: another

Summer of NHibernate:Session 06 Advanced Querying of Child Collections(unhandled-exceptions.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 6 months ago

Steve goes through some advanced querying and usage of child collections in NHibernate. This is part 6 of the Summer Of NHibernate series found at summerofnhibernate.com/ read more...

add a comment |category: |Views: 26

tags: another

Looking at Rhino Mocks 3.5 (RC1)(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 7 months ago

Looking at some of the new goodies in Rhino Mocks 3.5 read more...

add a comment |category: |Views: 74

tags: another

Processing visualization language to JavaScript by John Resig(ejohn.org)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 9 months ago

John Resig shows off his port of the Processing visualization language to JavaScript, using the Canvas element.. read more...

add a comment |category: |Views: 2

tags: another

Using JQuery DatePicker in ASP.Net(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 9 months ago

How to use the JQuery DatePicker in Asp.Net. Show how to setup the JavaScript, the code behind, and the text box control. read more...

add a comment |category: |Views: 1720

tags: another

Polyglot Programmer Fishbow at Alt.Net Conference(codebetter.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 9 months ago

Polyglot Programmer Fishbowl opening session from ALT.NET Open Spaces, recorded in Seattle last weekend. It's pretty interesting with a variety of well-known 'glots weighing in. Ted Neward, Charlie Calvert, and our very own Jeremy Miller open the discussion with a definition read more...

add a comment |category: |Views: 0

tags: another