| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
71 Articles match "How To","Windows"
| Related DevelopMentor Courses | MORE | | jQuery UI and Windows 8 and Internet Explorer 10 touch screens I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. What we need to do is take control of the action IE10 performs on touch. Setting its value to 'none' is all we need to do. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. Enjoy! HTML5 jQuery Windows The Problem Solver - Wednesday, October 24, 2012 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server for Windows Server. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). Certificate validation has a number of steps to it for a certificate to be considered valid: The issuer of the cert must be trusted. DevelopMentor Courses - Wednesday, July 25, 2012 Maurice de Beijer: jQuery UI and Windows 8 and Internet Explorer 10 touch screens I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. What we need to do is take control of the action IE10 performs on touch. Setting its value to 'none' is all we need to do. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. Enjoy DevelopMentor Courses - Wednesday, October 24, 2012 |
95 Articles match "How To","Windows"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. There are many different options to choose depending on your platform and use-cases. Robomongo, price: $0 / open-source, platforms: Windows, OS X, Linux. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. Key features : Complete (albeit command-line only) access to MongoDB. So you should take the time to learn it properly. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Mark Blomsma: Upcoming Events First Windows Azure and second How to get free/cheap Microsoft software. March 18, SDN Event (Zeist, The Netherlands): A bunch of topics ranging from Delphi for iOS to Windows Azure to SOLID principles. Here are some events in which I’m involved or which are being organized by friends: February 25, Maine Developer Network (Augusta, Maine): Two topics in this meeting: First What’s New in Entity Framework 5 and second Using NuGet and creating packages. More on: [link]. February 26, Bangor Area.NET Developer (Bangor, Maine): Two topics in this meeting. DevelopMentor Courses - Saturday, February 16, 2013 jQuery UI and Windows 8 and Internet Explorer 10 touch screens I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. What we need to do is take control of the action IE10 performs on touch. Setting its value to 'none' is all we need to do. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. Enjoy! HTML5 jQuery Windows The Problem Solver - Wednesday, October 24, 2012 | -
| The Best from DevelopMentor | MORE | - How to build a Development/Test/Demo CA
So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. just had to rebuild my Test CA (on Hyper-V) so I thought I'll document the important steps (for self-reference and whoever might be interested). Install Windows Server (2003 or 2008) - either phyiscally or virtually. They usually expire on the very day where you have to do an important demo. Now by default there is an entry pointing to the CA's Netbios name. To change the CDP settings, open the Certificate Services MMC snap in. Perfect. www.leastprivilege.com - Thursday, August 14, 2008 - Reading Excel files in a WCF service using OleDB requires 32bit process
My development machine is running Windows 7 64bit and my service was deployed to IIS. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' After changing my ASP.NET processes to run in 32bit everything ran just fine. This KB article shows how to change ASP.NET to 32bit: [link]. Tags: ASP.NET Windows 7 I’ve been doing a little work on a WCF service that reads an Excel file. provider is not registered on the local machine.”. The Blomsma Code - Wednesday, March 10, 2010 - jQuery UI and Windows 8 and Internet Explorer 10 touch screens
I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. What we need to do is take control of the action IE10 performs on touch. Setting its value to 'none' is all we need to do. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. Enjoy! HTML5 jQuery Windows The Problem Solver - Wednesday, October 24, 2012 - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. We'll start with a stock Amazon Windows 2008 server image. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Building Windows Machines in Amazon EC2
In this article I’m going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon’s Elastic Cloud Compute (EC2) infrastructure. Now I must admit I’d rather have found a good tutorial on The Internets or … Continue reading → Cloud EC2 Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server
for Windows Server. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). Certificate validation has a number of steps to it for a certificate to be considered valid: The issuer of the cert must be trusted. DevelopMentor Courses - Wednesday, July 25, 2012 - Visual Studio 2010: Debugging a x86 WCF service on a x64 machine
In order to use that assembly I need to compile the service as a x86 service. No problem, but now when I want to test or add a service reference to this WCF service I ran into the problem that WcfSvcHost and WcfTestClient both will run a x64 because I’m running Windows 7 x64. How to solve this? found the answer in the forums and adapted the answer for my specific problem: 1.Copy WcfSvcHost.exe and WcfTestClient.exe from C:program files (x86)Microsoft Visual Studio 10.0Common7IDE to a local directory. Visual Studio 2010 WCF Windows 7 DevelopMentor Courses - Wednesday, October 5, 2011 %>
| | |