ColinCochrane

Stories submitted by friends of ColinCochrane

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

ASP.NET MVC: Compile Your Views for Release Build Only(developmentalmadness.com)

submitted by atifazizatifaziz(1000) 2 years, 5 months ago

Mark J. Miller shows how to setup an ASP.NET MVC application project to compile views based on WebForms engine in release builds only. You therefore get the speed during development but a final validation before release. read more...

add a comment |category: |Views: 37

tags: another

What's New in the BCL (Base Class Library) in .NET 4 Beta 2(blogs.msdn.com)

submitted by atifazizatifaziz(1000) 2 years, 6 months ago

Justin Van Patten of the BCL (Base Class Library) team provides a rundown of what's new in the BCL with .NET 4 Framework Beta 2, in addition to what was included in Beta 1. read more...

add a comment |category: |Views: 21

tags: another

Visualising Sorting Algorithms(hatfulofhollow.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

Beautiful visualisations of sorting algorithms. read more...

add a comment |category: |Views: 31

tags: another

SubSonic 2.2 Released(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

It happened a few days ago but it is worth a post. SubSonic 2.2 has been released! read more...

add a comment |category: |Views: 86

tags: another

ASP.NET MVC source code under MS-PL(weblogs.asp.net)

submitted by atifazizatifaziz(1000) 3 years, 1 month ago

Scott Guthrie announces that the ASP.NET MVC source code is being released under the Microsoft Public License (MS-PL). MS-PL is an OSI-approved open source license. The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code. read more...

1 comment |category: |Views: 76

tags: another

Beware of ASP.NET MVC JavaScriptResult (devlicio.us)

submitted by atifazizatifaziz(1000) 3 years, 3 months ago

“While the MVC RC has brought with it many improvements, it has also taken a step towards breaking down the clean separation of concerns with the introduction of the JavaScriptResult ActionResult. …JavaScriptResult puts more power into the hands of the developer, but also assists in shooting yourself in the foot if used improperly.” read more...

add a comment |category: |Views: 155

tags: another

Why are thread safe collections so hard? (blogs.msdn.com)

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

"Writing a collection which is mutable, thread safe and usable is an extremely difficult process. At least that’s what you’ve likely been told all through your schooling. But then you get out on the web and see a multitude of thread safe lists, maps and queues. If it’s so hard, why are there so many examples?" read more...

1 comment |category: |Views: 335

tags: another

Getting Started With IronRuby And RSpec, Part 1(msdn.microsoft.com)

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

An introduction to IronRuby and the RSpec BDD framework read more...

add a comment |category: |Views: 127

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

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

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

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

TortoiseGit 0.1.0.0 Preview(code.google.com)

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

TortoiseSVN is being ported to TortoiseGit read more...

1 comment |category: |Views: 409

tags: another

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

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

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another

Pair Programming - Marketing FAIL(blog.magenic.com)

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

When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

1 comment |category: |Views: 731

tags: another

XNA Game Studio 3.0 is Here(creators.xna.com)

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

XNA Game Studio 3.0 expands on all the offerings of earlier iterations to include additional functionality to appeal to game developers of every level and enable them to create games to distribute through Xbox LIVE Community Games on the Xbox 360 as part of the New Xbox Experience. read more...

1 comment |category: |Views: 16

tags: another

Martin Fowler on Oslo(martinfowler.com)

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

"Oslo is a project at Microsoft, of which various things have been heard but with little details until this week's PDC conference. What we have known is that it has something to do with ModelDrivenSoftwareDevelopment and DomainSpecificLanguages." read more...

add a comment |category: |Views: 16

tags: another