dustinmiller

Stories kicked by dustinmiller

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

jQuery, Microsoft, and Nokia(jquery.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with. read more...

3 comments |category: |Views: 177

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

Scott Hanselman: The Rise of F#(hanselman.com)

submitted by JemmJemm(9604) 3 years, 8 months ago

ScottHa gives a good initial push to F# :) read more...

add a comment |category: |Views: 453

tags: another

JQuery, the very very basics - Lesson 3(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

Snail on with my learning and writing about the very very basic lessons on JQuery. In "modern" (DOM) web programming, web pages are made up of a hierarchy of elements. Manipulation of elements goes far beyond styling and positioning, it involves almost everything, adding / deleting content, appending and removing children elements, attaching itself to a new parent, cloning ... Everything is possible. The question is : How? read more...

add a comment |category: |Views: 276

tags: another

WPF Binding Converter Best Practices Continued (dev102.com)

submitted by razamitrazamit(4566) 3 years, 8 months ago

A sequel to the lates article about WPF Binding Converters read more...

add a comment |category: |Views: 199

tags: another

ScottGu: Silverlight 2 Release Candidate Now Available(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 8 months ago

"This evening we published the first public release candidate of Silverlight 2." read more...

add a comment |category: |Views: 217

tags: another

Simple Thoughts on Code Quality(kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 8 months ago

For the software, itself, it is easier to discuss its quality by measuring its performance, memory usage, number of the bugs etc. But what if we talk about the code file, how can we write code that we are proud of. read more...

add a comment |category: |Views: 379

tags: another

More Efficient SyntaxHighlighter(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 8 months ago

No more preloading SyntaxHighlighter when you don't need the scripts. I used the power of jQuery to dynamically load only the necessary brush scripts. read more...

add a comment |category: |Views: 256

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

Introducing SemanticEngine.NET(blog.madskristensen.dk)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

add a comment |category: |Views: 235

tags: another

The Definitive C# Singleton(blueonionsoftware.com)

submitted by blueonionblueonion(150) 3 years, 8 months ago

The .NET framework makes it very easy to write thread safe, lazy initialized, singletons. Here's how. read more...

5 comments |category: |Views: 819

tags: another

Username Availability Validator almost ready, the early demo(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

A demo on using UserName Availability Validator control that is built using ASP.NET AJAX and the project is available on CodePlex read more...

1 comment |category: |Views: 189

tags: another