July Newsletter – User Experience (UX)
Test
If you’ve been in the development world for any length of time you’ve probably ended up in a situation like one of the following more than a few times . · You’ve received reports of a crash from a tester, but on your local box you can’t get the bug to reproduce.
I’ve seen a few people get confused over what this error message in the Reporting Services log file indicates. This message is generated when the Reporting Services web server detects that an HTTP request has experienced a remote disconnect. In practice, this means that we queried the property HttpResponse.IsClientConnected and it returned false. So how does this work exactly, and are all requests subject to this kind of check?
Microsoft is conducting a series of Windows 7 AppCompat Labs at Microsoft Technology Centers over the next couple of months. The purpose of these labs is to assist companies verify that their applications will run on Windows 7 and to provide feedback to the Windows product group as issues arise.
OK, OK. I know I haven’t been showing my face much around here. Super busy and totally into what I am working on.
If you have more than a dozen web servers in a cluster with identical setting, and you need to update the virtual directory, it is much more convenient to write a simple program to update it.
Maybe it’s because I’ve been swamped this week while the sun’s been shining here in the beautiful Pacific Northwest, but I’ve been doing some thinking about buffer, downtime, and productivity. I don’t think it’s a secret that projects have a tendency to come in late sometimes
Get ready to lace up your gloves and dish out a beating in EA’s Fight Night Round 4 demo, available now for download exclusively for Xbox LIVE Gold members from May 28th-June 4th. Fight as either Ricky Hatton or Manny Pacquiao in a three round bout, or, in other words, one round longer than Hatton lasted in his devastating May 2nd defeat against “Pac Man.” The demo also includes offline multiplayer support, so you can pound on your in-house buddies and family members, working them over with jackhammer straights and thundering hooks and uppercuts, so as to gain full value from Round 4′s prodigious physics-based gameplay and damage-modeling. It’s also worth noting that the demo begins with an outstanding “what’s new,” montage, bringing you nicely up to speed on what you can expect from the full version when it releases June 30th. After the montage, you can work through a tutorial so you don’t embarrass yourself in the ring
This is a temporary post that was not deleted. Please delete this manually. (5d9121b4-b3f5-40f8-a112-6070a866987e – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
You could make the AxBoundFieldGroup use the CustomBoundField ( http://blogs.msdn.com/solutions/archive/2009/04/20/ax-custom-bound-fields.aspx ) instead of the regular bound field by hooking into the OnCreatingBoundField event (KB971547) of the AxBoundFieldFactory. For example create an assembly with the below code and put it in GAC. public class AxSampleBoundFieldFactory { public void OnCreatingBoundField(object sender, CreatingBoundFieldEventArgs eventArgs) { if (eventArgs.Field.Name == “Date”) eventArgs.BoundField = new AxSampleDateBoundField(); } } Then modify the master page (C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEFEATURESDynamicsAxEnterprisePortaldefaultax.master) and add the below code to invoke this eventhandler in page init.
Terry just posted two great blogs talking about how you can extend features in Visual Studio 2010 Professional and how you can extend Visual Studio 2010 Team System.
Es gibt nach letzten Volkszählungen über 20000 Anwendungen für Windows Mobile, und für deren Sichtbarkeit sorgt ab Herbst der Windows Marketplace for Mobile. Bis dahin ist es manchmal schwierig, interessante Software überhaupt zu finden.