cwbrandsma

Stories kicked by cwbrandsma

Pluralsight launches .NET Podcast Series(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

The Pluralcast is a bi-weekly audio show about life on the Microsoft stack, hosted by David Starr. Each episode presents a theme with selected stories on that theme, providing different views of technologies developers use in the real world. read more...

4 comments |category: |Views: 166

tags: another

JQuery Validation Library(elegantcode.com)

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

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

add a comment |category: |Views: 53

tags: another

My ideal IDE(lostechies.com)

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

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

1 comment |category: |Views: 782

tags: another

NHibernate Linq Released(ayende.com)

submitted by just3wsjust3ws(560) 2 years, 10 months ago

Official release announcement for NHibernate Linq 1.0 RTM. Congratulations! read more...

add a comment |category: |Views: 321

tags: another

Simplify calling ASP.NET AJAX services from jQuery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 10 months ago

I was happy to learn that jQuery provides an excellent solution for consolidating settings to be used in multiple instances of $.ajax. In this post, I’ll show you how to use that consolidation feature, and exactly how I am now using that to more simply call ASP.NET AJAX services with jQuery. read more...

add a comment |category: |Views: 364

tags: another

The Law of Demeter Is Not A Dot Counting Exercise(haacked.com)

submitted by gschuagergschuager(110) 2 years, 10 months ago

As a discussion of a code expression with more than one dot grows longer, the probability that someone claims a Law of Demeter violation approaches 1 read more...

add a comment |category: |Views: 264

tags: another

Dissecting the JQuery text method(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 11 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

Castle Windsor 2.0 RTM Released!(ayende.com)

submitted by LordLord(3737) 3 years ago

Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won’t find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn’t really fit, and go directly to 2.0 read more...

add a comment |category: |Views: 343

tags: another

Fluent ADO.NET (there's actually a good reason for it!)(elegantcode.com)

submitted by just3wsjust3ws(560) 3 years, 1 month ago

More DAL silliness, but for a good reason. The author was restricted from using an ORM by his client so he came up with a cool way to make his life a little easier. Pretty cool. Scratch that itch! read more...

add a comment |category: |Views: 556

tags: another

Talking with Jeremy Miller about Alt.Net(altnetpodcast.com)

submitted by blowmageblowmage(455) 3 years, 1 month ago

As a follow up to the last podcast that featured Mike Moore and Scott Bellware discussing Alt.Net I spoke with Jeremy Miller to put out a vision for what he feels Alt.Net should represent and how it can be a positive thing in the community. This will be the last episode here on this topic, I promise to get back to normal technology discussions (next episode is about BDD and TDD). read more...

add a comment |category: |Views: 111

tags: another

$(document).ready() and pageLoad() are not the same!(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 2 months ago

A few examples about how $(document).ready() and pageLoad() differ, practical examples of when both are useful, and a third alternative that is more suitable in some cases. read more...

3 comments |category: |Views: 415

tags: another

VsDoc for jQuery 1.3.1 now available(weblogs.asp.net)

submitted by johnsheehanjohnsheehan(4785) 3 years, 3 months ago

John Resig tells us he just uploaded the VsDoc file for jQuery 1.3.1 to jquery.com. This enables IntelliSense for the latest available jQuery. read more...

add a comment |category: |Views: 260

tags: another

Asp.Net Checkbox and JQuery(elegantcode.com)

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

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

add a comment |category: |Views: 38

tags: another

"Quality Doesn't Matter That Much" -- Jeff and Joel (blog.objectmentor.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

I was riding my exercise bike, listening to Stack Overflow #38 when I heard Jeff Atwood and Joel Spolsky say "Quality just doesn't matter that much." I nearly fell off my bike. read more...

1 comment |category: |Views: 548

tags: another

VAN Meeting - 1-14-08(zachariahyoung.com)

submitted by hgarciahgarcia(1534) 3 years, 4 months ago

Virtual Alt.Net recordings for January 14 meeting read more...

add a comment |category: |Views: 4

tags: another

Intro to Virtual ALT.NET(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 4 months ago

Introduction to Virtual ALT.NET read more...

add a comment |category: |Views: 400

tags: another