yesthatmcgurk

Stories submitted by friends of yesthatmcgurk

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

SQL Server Management Studio to SQL Azure(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

Starting with SQL Server 2008 R2, SQL Server Management Studio can connect directly to SQL Azure. read more...

add a comment |category: |Views: 6

tags: another

ScottGu on jQuery Templates and Data Linking(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you’ll find jQuery automatically added to your project. read more...

add a comment |category: |Views: 150

tags: another

Silverlight 4: How to integrate Microsoft Translator Service(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

A few weeks ago, I found the Microsoft Translator Interactive SDK, and I recognized that it is very easy to use in .NET applications, like Silverlight and Windows Phone. So I started a sample application. After a while I got the idea to build a “UserControl” out of this feature. Why? Because it is “pickable” in the UI for a developer or Designer. The control itself is not visible at runtime, it only appears at designtime, as an ugly looking red box with its name on it. read more...

add a comment |category: |Views: 17

tags: another

Free at Last! The End of the Sueetie Shared Master Page Model(dbvt.com)

submitted by wisemxwisemx(8074) 2 years ago

I'm putting a lot of effort in Gummy Bear 1.3 to make the creation of Community Themes and Theme Packs much, much easier. Something’s wrong when you can setup an Online Community as rich in features as Sueetie in 15 minutes, but then must invest a week theming the thing. With Gummy Bear 1.3, the plan is to quickly setup an online community like always, but then be able to chose from a ton of Theme Packs to be up and running in production quickly. read more...

add a comment |category: |Views: 3

tags: another

Design View Performance Improvements(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

In general, the designer is quite fast. This is especially true when editing pure HTML documents, which is what it was originally designed to do well. However, the designer edits more than HTML. It also has the rather sophisticated ability to edit ASP.Net pages containing various interesting web controls and master pages. read more...

add a comment |category: |Views: 4

tags: another

Web Platform Installer 2.0 and Visual Studio Web Developer 2010 Expres(blogs.iis.net)

submitted by wisemxwisemx(8074) 2 years, 1 month ago

I was setting up a new machine for presentations and I was getting ready to install Visual Studio 2010 Express and figured I'd go see if the Web Platform Installer (we call it "Web-P-I") had the new versions of VS2010 ready to go. read more...

add a comment |category: |Views: 3

tags: another

Duplicating Custom Page Styling in ScrewTurn Wiki Namespaces(dbvt.com)

submitted by wisemxwisemx(8074) 2 years, 1 month ago

One of the great features in ScrewTurn Wiki is namespaces, distinct wiki areas supporting namespace-specific permissions and administration, theming, page layouts and more. ScrewTurn Wiki namespaces are fully supported with Sueetie, but the Sueetie Activity Log wasn't correctly recording non-root wiki page permalinks. A small bug to be sure, but the fix gave me the chance to work with ScrewTurn Wiki Namespaces. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET MVC 2 Released - Scott Gu(weblogs.asp.net)

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

I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5. read more...

add a comment |category: |Views: 62

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

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

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Developer "Houses" - Awesome Cubicle Alternative(developertown.com)

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

It's one of the first things a visitor to our office notices. It's one of the reasons we call our company a Town. Standing there in the middle of the office, surrounded by desks, chairs, printers, filing cabinets, all the trappings of the typical modern workspace, is a house. read more...

add a comment |category: |Views: 101

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu(weblogs.asp.net)

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

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment |category: |Views: 18

tags: another

Enable cross-site XMLHttpRequest with W3C spec CORS(hacks.mozilla.org)

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

Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an “API container” that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar “API container” for CORS, enabling simple cross-site GET and POST requests. read more...

add a comment |category: |Views: 51

tags: another

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

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