| |
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.
|
142 Articles match "Windows"
See all articles with
"Windows"
| The Latest from DevelopMentor Courses | MORE | | | | | The Best from DevelopMentor Courses | MORE | | jQuery UI and Windows 8 and Internet Explorer 10 touch screens Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. 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. While that works just fine it isn’t the end of the story. The solution Fortunately the solution is a lot simpler and doesn’t require an additional plug-in. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. It turns out this is rather simple. 1: $( "#draggable" ).css( The Problem Solver - Wednesday, October 24, 2012 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server for Windows Server. 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). Microsoft recently announced the beta of Service Bus 1.0 This is the on-premise version of the Azure Service Bus that so many have been asking for. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. For 1. DevelopMentor Courses - Wednesday, July 25, 2012 | - Windows 8 Consumer Preview
ISO images with the Windows 8 Consumer Preview are now available for download. Windows 8Go to [link] to get the bits. DevelopMentor Courses - Wednesday, February 29, 2012 - Maurice de Beijer: jQuery UI and Windows 8 and Internet Explorer 10 touch screens
Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. 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. While that works just fine it isn’t the end of the story. The solution Fortunately the solution is a lot simpler and doesn’t require an additional plug-in. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. It turns out this is rather simple. 1: $( "#draggable" ).css( DevelopMentor Courses - Wednesday, October 24, 2012 - Windows 8 RTM and Visual Studio 2012 now on MSDN
For those of us with an MSDN subscription: Windows 8 RTM and Visual Studio 2012 are both available for download. Visual Studio 2012 Windows 8Go to https://msdn.microsoft.com/en-us/subscriptions to get your copy. DevelopMentor Courses - Thursday, August 16, 2012 - Enabling Tincr on Windows 8
This works really well with one exception, on Windows 8 it will not install. Basically his solution is to run Chrome in Windows 7 compatibility mode and install Tincr. Some time ago I posted a blog post on Tincr and live reloading of CSS/JavaScript in Google Chrome. When you try Chrome shows the following error message: This application is not supported on this computer. Installation has been disabled. The Chromium team has acknowledged this as a bug but it still needs to be fixed. After that Chrome can be started in the normal way and Tincr will work just fine. Enjoy! The Problem Solver - Friday, December 21, 2012 - DotNed podcast: Marcel Meijer over Windows Azure
In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure The Problem Solver - Monday, December 31, 2012 - Mark Smith: MVVMHelpers for Windows 8 Metro
I’ve been doing some Windows 8 Metro programming lately and to help with building more testable applications have ported the MVVMHelpers (mvvmhelpers.codeplex.com) over to Metro/.NET NET 4.5. This post is intended to introduce the functionality and show it off a little. … Continue reading → DevelopMentor Courses - Thursday, June 21, 2012 - Secure WCF REST Services with a Custom UserNamePasswordValidator
This assumes you’re running Windows Vista or later. For earlier versions of Windows you will need to use httpcfg – see here for more info. Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. This means you can eschew the complexity and overhead of message-based security in favor of the simpler and leaner model of transport-based security. DevelopMentor Courses - Monday, May 28, 2012 %>
486 Articles match "Windows"
See all articles with
"Windows"
| The Latest from DevelopMentor | MORE | | Installing MongoDB on Windows and OS X Here are two 7-minute walkthroughs for installing MongoDB as a Windows service / OS X daemon. Windows: OS X: Feedback welcome. 'Ready to get started with NoSQL and MongoDB? These are both excepts from my upcoming online MongoDB course for DevelopMentor. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. cheers. mkennedy. Filed under: NoSQL Tagged: LearningLine , NoSQL , Open Source , Screencasts. NoSQL LearningLine Open Source Screencasts Michael C. Kennedy's Weblog - Thursday, May 2, 2013 A Roundup of MongoDB Management Tools Robomongo, price: $0 / open-source, platforms: Windows, OS X, Linux. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. Mongovue , price: $0 / $35 / $up, platforms: Windows. MongoVUE is an innovative MongoDB desktop application for Windows OS that gives you an elegant and highly usable GUI interface to work with MongoDB. LINQPad, , price: $0 / $39, platforms: Windows. REST view, price: $0 / open-source, platforms: Windows, OS X, Linux. Genghis, price: $0 / open-source, platforms: Windows, OS X, Linux. The news is good. link]. Michael C. Kennedy's Weblog - Monday, April 22, 2013 The Architecture of WCF Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. You can either create the ServiceHost instance yourself and call Open on it (known as self hosting) or you can get the Windows Process Activation Service to do this (formally known as WAS hosting). 'Before WCF it was, of course, possible for software running on different machines to communicate. The problem is all of these have different APIs and different levels of capability. Messages. Channels. WCF, as of 4.5, Encoders. Contracts. DevelopMentor Courses - Sunday, April 7, 2013 | -
| The Best from DevelopMentor | MORE | - Using Windows 7 Search to delete ‘obj’ folders
One easy way is to use Windows 7 Search to look for all the ‘obj’ folders and just delete them manually. For a complete overview of the Windows 7 Search syntax go to: [link]. Tags: Windows 7 Visual Studio will create ‘obj’ folders within your solution to store a bunch of temporary files. You can remove these files in a number of ways. To do this I use the ‘kind’ keyword in the query box. Tip: Just typing ‘kind:’ will give you a list of choices to choose from. The Blomsma Code - Tuesday, February 9, 2010 - Unblocking assemblies in Windows 7
I just ran into a little problem when attempting to run a Visual Studio unit test on my Windows 7 machine. Tags: NET C# Windows 7 downloaded log4net.dll and wanted to use it in a project, but when running the unit test I ran into the following error: Failed to queue test run 'Mark@L-ONE 2009-10-11 14:08:38': Test Run deployment issue: The location of the file or directory 'c:usersmarkdocumentsvisual studio 2008projectssourcesdevelopone.myproject.unittestsbindebuglog4net.dll' is not trusted. Turns out that a downloaded file is blocked. The Blomsma Code - Sunday, October 11, 2009 - Have to learn Japanese
Tags: Windows Live The Blomsma Code - Tuesday, December 1, 2009 - Playing around with Windows Live Sync 2011 beta
I have been an avid user of Mesh and was so pleased with the beta that I was hesitant to switch to Windows Live Sync 2011 beta. You may want to check with you IT guy to see how he feels about the security risks, but for me this works really well (I do make sure that my Windows Live, Facebook and Google passwords are all different!). Tags: Windows Live But since the Mesh page started saying that the service is to be replaced I figured I ‘d better get my machines switched over. For those who don’t know: Live Sync allows you to synchronize folders between devices. The Blomsma Code - Sunday, September 12, 2010 - Just took a walk around Fenway – using Bing Maps
Tags: Windows Live The Blomsma Code - Wednesday, December 2, 2009 %>
| | |