jdelator

Stories submitted by friends of jdelator

5:01 developers are visionless hacks(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 1 month, 8 days ago

5:01 developers -- those developers who punch out at 5:01 and never think about technology again until 9am, the people who don't read programming blogs or attempt to advance their craft, these developers have neither vision for technology, nor ambition in their field. Where the 501 Manifesto errs. read more...

1 comment |category: |Views: 336

tags: another

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 18 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

Opened web FTW! How I used opened APIs to build a beautiful HTML5 app(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 3 months, 10 days ago

It’s a great time to be a web developer. HTML5, KnockoutJS, MVC3, RavenDB, and opened web APIs and services like Google Docs, IfThisThenThat, and RSS are combined to build a beautiful, useful web app. The opened web is coming to fruition. read more...

add a comment |category: |Views: 4

tags: another

The Sick, Sad State of Windows Apps(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 5 months, 24 days ago

People are afraid to install Windows apps. Windows app development is becoming irrelevant. Here's why, and how to fix it in Windows 8. read more...

add a comment |category: |Views: 16

tags: another

The bell tolls for Flash, and Silverlight isn't far behind(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 6 months, 13 days ago

Flash and Silverlight developers: now is the time to reinvest your skills in another platform. The Great Browser Plugin War of the 21st century has come to a close, and the plugins have lost. Long live HTML5. read more...

2 comments |category: |Views: 46

tags: another

MessageBox – The jQuery Plugin(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year ago

Now that I’ve been working more and more with ASP.NET MVC, I’ve been rewriting some of my server side controls with jQuery plugins. A while back I shared my version of Janko’s popular MessageBox control. I’ve created a similar effect with a jQuery plugin based on the Highlight/Error examples on the jQuery UI Themes page. read more...

add a comment |category: |Views: 13

tags: another

IIS Express and Visual Studio 2010 without SP1(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year, 2 months ago

Here’s how you can integrate IIS Express with Visual Studio 2010 without SP1. I’m taking advantage of External Tools again. read more...

2 comments |category: |Views: 16

tags: another

Building a Pandora clone in Silverlight 4(www.codeproject.com)

submitted by JudahGabrielJudahGabriel(814) 1 year, 6 months ago

Shows how to build a clone of the popular music site Pandora using Silverlight 4. read more...

add a comment |category: |Views: 19

tags: another

A Cheat Sheet for Blend(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 8 months ago

A cheat sheet for developers that are new to Expression Blend read more...

add a comment |category: |Views: 21

tags: another

Code Analysis Techniques(stevesmithblog.com)

submitted by viggityviggity(1124) 1 year, 9 months ago

Discusses a few different metrics for measuring your code and how you can use them to improve your code. read more...

add a comment |category: |Views: 6

tags: another

Ruby and .Net Developers Solve Two Different Kinds of Problems(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 10 months ago

Explains that a lot of Ruby's criticism of .Net's use of an IDE stems from the differences in the kinds of projects that are solved with each platform. read more...

add a comment |category: |Views: 456

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

Build ClickOnce deployment packages using MSBuild and Team City(www.laurentkempe.com)

submitted by johnrummelljohnrummell(1321) 1 year, 11 months ago

The other day I was requested to automate our build process to issue different ClickOnce setup for the same application. The main difference was some configuration files pointing to different back end web services. read more...

add a comment |category: |Views: 104

tags: another

Validation without ViewState(john.rummell.info)

submitted by johnrummelljohnrummell(1321) 1 year, 11 months ago

How to use ASP.NET validators on controls without ViewState. read more...

add a comment |category: |Views: 4

tags: another

URL Rewrite – Multiple domains under one site. Part II(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

I believe I have it … I’ve been meaning to put together the ultimate outgoing rule for hosting multiple domains under one site. I finally sat down this week and setup a few test cases, and created one rule to rule them all. read more...

add a comment |category: |Views: 315

tags: another

Office Live add-in 1.5 cannot be installed(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

Having trouble with a recent Windows Update that failed to install the Office Live add-in 1.5? This has been driving me nuts on a Windows 7 Ultimate 64-bit system for three days. Windows Update would fail, click the “Try again” button and…fail read more...

add a comment |category: |Views: 26

tags: another