Thursday, June 9, 2011

ASP.NET User Input via the jQuery UI Slider

ASP.NET User Input via the jQuery UI Slider


ASP.NET User Input via the jQuery UI Slider

Posted: 09 Jun 2011 12:45 PM PDT

The Ajax Control Toolkit includes a "Slider" and a "MultiHandleSlider" control extender that lets your user fill a textbox with a numeric value by dragging one or more markers along a line or "axis". One "slider" means manipulating one value, multiple sliders means manipulating multiple values. This is another way to add a visual component [...] Read More......(read more)

Updated Silverlight Unit Test Framework binaries–compatible with the Mango phone tools beta

Posted: 09 Jun 2011 01:38 PM PDT

I took a few minutes today to build and share this updated set of assemblies that are Mango beta-compatible for phone developers. These can also be used with the RTM of phone, SL3, etc. There were some XAML syntax errors in code that was previously not Read More......(read more)

TIP: Routed events in Silverlight

Posted: 09 Jun 2011 11:04 AM PDT

The use of events in Silverlight, like every other programming platform, is something usual to every programmer. Attaching the click of a button, handling the change of the index in a ComboBox, managing the mouse events to implement drag and drop of UI...( read more )...(read more)

Caliburn.Micro Soup to Nuts Part 9–New WP7 Features

Posted: 09 Jun 2011 10:23 AM PDT

In version 1.0 we had pretty good support for building apps for WP7, but in v1.1 we've taken things up a notch. Let's look at the same HelloWP7 sample that we did previously , but see how it's been updated to take advantage of our improved...( read more )...(read more)

Silverlight TV 76: Animations on Windows Phone in the Bird Hunt Game

Posted: 09 Jun 2011 09:20 AM PDT

Silverlight TV 76: Interested in creating a game for Windows Phone using Silverlight? In this week's episode of SLTV, Jeff Paries, Silverlight MVP and author of the book Silverlight Animation, walks through the source for his Bird Hunt game for Windows...( read more )...(read more)

Numeric Up Down Input using the jQuery UI Spinner

Posted: 09 Jun 2011 08:26 AM PDT

The AJAX Control Toolkit includes a Numeric Up/Down Control Extender that lets you turn a text box into a numeric Up / Down input control. There is a slick jQuery UI plugin – the jQuery UI Spinner - that lets us do this without the Ajax Control Toolkit and have pretty detailed control over the [...] Read More......(read more)

A few reading resources for securing your IIS server.

Posted: 09 Jun 2011 05:37 AM PDT

Resources for securing Internet Information Services http://support.microsoft.com/kb/282060 Security Guidance for IIS http://technet.microsoft.com/en-us/library/dd450371(WS.10).aspx Chapter 16 – Securing Your Web Server http://msdn.microsoft.com/en-us/library/aa302432.aspx Securing Your IIS Log File Folder http://msdn.microsoft.com/en-us/library/ee810489(v=CS.20).aspx Chapter 6: Hardening Web Services http://technet.microsoft.com/en-us/library/cc264459.aspx IIS 6.0 Technical Reference http://technet.microsoft.com/en-us/library/cc775635(WS.10).aspx Read More......(read more)

Silverlight Cream for June 08, 2011 -- #1103

Posted: 08 Jun 2011 10:08 PM PDT

In this Issue: Rudi Grobler , Roy Dallal , Chris Rouw , Sean Nolan , Peter Kuhn , WindowsPhoneGeek ( -2- ), Jesse Liberty ( -2- ), Mike Taulty , Paul Sheriff , Xpert360 , and Vikram Pendse . Above the Fold: Silverlight: "Storing Files in SQL Server using...( read more )...(read more)

Windows Phone 7 (Mango) Tutorial - 8 - What is Page State?

Posted: 08 Jun 2011 10:30 AM PDT

Sometime you may want to save the values present in your page while switching from one page to another page, sometime you may want to store the values while switching application between foreground and background.   When you are switching from one...( read more )...(read more)

TechEd 2011: Modern Native C++ Development for Maximum Productivity

Posted: 08 Jun 2011 03:49 PM PDT

Modern Native C++ Development for Maximum Productivity

TechEd 2011 North America took place in Atlanta a few weeks ago. If you missed, its sessions are posted in Channel 9. The one we highlight here, Modern Native C++ Development for Maximum Productivity, was delivered by C++ MVP Kate Gregory. If you are a follower of this blog you may already know Kate.

The thing I liked most about this session is that it was not yet-another-talk on new aspects of C++0x (or C++11 if you like, to contribute with all those predictors that C++11 is on its way to become the official name of the recently finished standard). Instead, this talk focused on finding scenarios where these evolved language constructs become decisive.

In this 1-hour talk, Kate focus on

  • Language and Library updates
    • C++0x and TR1
    • Lambdas, auto
    • unique_ptr, make_shared
  • IDE improvements
    • Intellisense – no ncb
    • Navigate To , red squiggles
  • Concurrency
    • PPL
    • New debug windows
    • Concurrency profiler

[Watch Kate Gregory's Modern Native C++ Development for Maximum Productivity in Channel 9]

 

Other talks and resources:

Internal Compiler Error when doing multi-proc compilation (/MP) on Windows XP

Posted: 08 Jun 2011 10:00 AM PDT

Ulzii Luvsanbat

Hi! My name is Ulzii Luvsanbat and I'm a Senior Test Lead with the Visual C++ team.

We've recently received multiple bug reports on VC++ 2010 compiler consistently crashing during multi-proc build on Windows XP and XP SP3 OSes.  This was a combination of the compiler and OS API issues that exhibited in internal compiler crash.  We have worked on a hotfix and have delivered it to customers who have reported the same issue on forums, MSConnect, and through escalation engineers.

The hotfix is available for download publicly, if you're seeing this issue please feel free to patch the compiler from below links.  Thank you for your patience until we figured out what the problem was.

 

 

Thanks,
Ulzii Luvsanbat
Windows C++ Team

No comments:

Post a Comment