tfagan73

Stories kicked by tfagan73

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

Reading Code is Key to Writing Good Code(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

Software product development is a creative activity taking place in the midst of that complex and adaptive world. So let's take a page from other creative professions (musicians, artists, etc.) and study the work of others, both within and outside our field, to help improve our own work. read more...

1 comment |category: |Views: 541

tags: another

It’s Time for This: ActiveRecordEngine for ASP.NET MVC(blog.wekeroad.com)

submitted by senfosenfo(881) 2 years, 6 months ago

Rob Conery speaks about his idea for implementing an ActiveRecordEngine for ASP.NET MVC. Kind of like how Rails does it, but more loosely coupled. read more...

add a comment |category: |Views: 271

tags: another

Pulling others up(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 10 months ago

What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called "best practices" that you subscribe to? read more...

add a comment |category: |Views: 357

tags: another

Should We Return Null From Our Methods?(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

I read a interesting article recently about the potential perils of Null Check Hell. The author’s suggestion? Stop allowing any of your methods to return nulls, ever . No nulls returned, no null checks necessary. Problem solved, right? read more...

2 comments |category: |Views: 742

tags: another

Java versus .Net programmers(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 3 years ago

I think that there is the right tool for each problem and I always worry about the syndrome of “if all you have is a hammer, everything looks like a nail”. There are such a great amount of different techniques in programming science, that we cannot reduce everything to the classic “DI IOC AOP ORM”. read more...

add a comment |category: |Views: 684

tags: another

Patterns, Purists, and Sinkholes(blog.wekeroad.com)

submitted by adminjewadminjew(1490) 3 years, 3 months ago

Before I was a geek, I was a Geologist. A Geophysicist to be precise – but mostly I just tell people I was a Geologist. I worked a lot with environmental cleanup, but I also spent a lot of time doing what’s known as “Geotechnical” work – the stuff that happens before buildings are built and holes are dug. It can be kind of boring, but it’s crucially important. One day I was sitting in our lab with some dark Bay Mud in a crucible, slowly adding water in measured doses and then pouring the mud through a screen and weighing out differences. I won’t bore you with the details – I’ll just tell you that I was 23 and cranky that this is what my career amounted to – a bunch of rigorous nonsense where I got to weigh mud. read more...

add a comment |category: |Views: 209

tags: another

Today I've Realized How Far We Have To Go(codethinked.com)

submitted by deanweberdeanweber(230) 3 years, 3 months ago

A call to climb on the shoulders of giants within the software develeopment industry. read more...

add a comment |category: |Views: 451

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

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Why Windows 7 Will Save Microsoft(chris123nt.com)

submitted by joseguiajoseguia(197) 3 years, 4 months ago

I was doing some thinking over the past few weeks and I came to a realization. Windows 7, with all of it’s improvements in performance, new features, and more streamlined development process, will actually save Microsoft and redeem them from the whole Vista crash. So I decided to write up WHY Windows 7 will tromp every previous Windows version and why we should pay close attention to it. read more...

1 comment |category: |Views: 930

tags: another

Choosing Between WebForms and MVC(blog.gadodia.net)

submitted by whoisvaibhavwhoisvaibhav(1000) 3 years, 5 months ago

Another take on what to consider when making a decision between Asp.Net WebForms or Asp.Net MVC. read more...

add a comment |category: |Views: 682

tags: another

How To Guarantee That Your Software Will Suck(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

tags: another

Combining independent widgets on ASP.NET MVC pages(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 7 months ago

As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or "widgets". Steven Sanderson explains a technique similar to MVC Contrib's "subcontrollers", but much simpler. read more...

add a comment |category: |Views: 927

tags: another