CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Jeremy D. Miller -- The Shade Tree Developer

Under the hood and working with .Net, TDD, Software Design, and Agile Stuff

I'm maturing as a developer

Yesterday I sat down in the morning to spike something with the new ASP.NET MVC thingie.  I was going to adapt a Javascript grid I wrote a couple years ago with Prototype and repurpose that code for the new requirements.  After 5 minutes of googling, I ditched my code and went with some off the shelf jQuery plugins, and promptly found some other plugins that will serve just fine.  Jeremy of 5 years ago would have rolled his own.

p.s. yeah, jQuery rocks and all, but the jQuery *community* and *project* is what's totally awesome to me.
 


 



Comments

josh said:

ah, grasshopper, you have learned the lesson of the wheel (as in not re-inventing it).

# June 11, 2008 3:22 PM

Kevin Jensen said:

Any chance you'd be willing to post the code for that?

I'm trying to generate a new grid for mvc as well.  I'd love to use jQuery plugins.

# June 11, 2008 3:41 PM

Max Schmeling said:

Wait... you did what? You reused code that somebody else made? What kind of new agey crap is that? :P

# June 11, 2008 3:45 PM

Jeremy D. Miller said:

@Kevin:

I'm just using the tablesorter plugin, and there's a pager plugin as well.  I could post my grid control, but there has to be better stuff out there.  It's really not that hard to roll your own.

# June 11, 2008 3:48 PM

Corey Kaylor said:

Kind of like the ASP.NET MVC *community* and *project* seems to be heading as well. It is the first time I've been involved with Microsoft technology and felt a real sense of community. p&p team is close though.

# June 11, 2008 3:58 PM

Jason Meridth said:

Also check out QUnit.  They created their own test runner.  We're using ExtJS, but using QUnit for unit testing our JS.

# June 11, 2008 4:07 PM

Jeremy D. Miller said:

@Jason,

Any thoughts about using QUnit from a CI build?  I've used jsUnit in the past, but never found a *good* way of integrating those tests

# June 11, 2008 4:13 PM

Justice~! said:

We're doing the same w/ Prototype.  I'd love to use Jquery but unfortunately its validation story totally sucks ass compared to Prototype (not to mention the developers in charge of the respective library plugins operate like two opposite ends of the spectrum when it comes to personality).

# June 12, 2008 10:24 PM

Scott said:

Jeremy,

I'm thinking about using either the Rhino JS engine or maybe SpiderMonkey for running JS tests during a build. Not entirely sure how that will work just yet though.

# June 13, 2008 2:03 PM

Leave a Comment

(required)  
(optional)
(required)  

Enter the numbers above:
Add

About Jeremy D. Miller

Jeremy began his IT career writing "Shadow IT" applications to automate his engineering documentation, then wandered into software development because it looked like more fun. Jeremy previously worked as a systems architect building mission critical supply chain software for a Fortune 100 company and learned agile development practices as a .Net consultant at ThoughtWorks, one of the pioneers of agile development. Jeremy is the author of the open source StructureMap (http://structuremap.sourceforge.net) tool for Dependency Injection with .Net and the forthcoming StoryTeller (http://storyteller.tigris.org) tool for supercharged FIT testing in .Net. Jeremy's thoughts on just about everything software related can be found on his weblog "The Shade Tree Developer" at http://codebetter.com/blogs/jeremy.miller, part of the popular CodeBetter site. Jeremy is a Microsoft MVP for C#. Check out Devlicio.us!

Our Sponsors

Proudly Partnered With


This Blog

Syndication

News

All opinions expressed here constitute my (Jeremy D. Miller's) personal opinion, and do not necessarily represent the opinion of any other organization or person, including (but not limited to) my fellow employees, my employer, its clients or their agents.

About Me

"Best Of" Compendium

StructureMap (Dependency Injection for .Net)

StoryTeller (Supercharged Fit)

Build your own Cab

TestDriven

MVP