-
| The Best from DevelopMentor | MORE |
- Demos from DevWeek 2010
ve now uploaded the demos which you can find at the following locations. Demos. Windows Workflow Foundation 4.0 Demos. Creating WCF Services using WF4 Demos. Thanks to everyone who attended my sessions at DevWeek 2010. Day of.NET 4.0 ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area.
.NET Meanderings - Wednesday, March 17, 2010 - 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. 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. You can also set the lifetime of that revocation list to some high value (like 5 years), so Windows will cache the list. I often need X509 certificates - but I never really became friendly with makecert. You can have one at home or carry it around in a VM. Perfect. Basic Installation. Install Certificate Services.
www.leastprivilege.com - Thursday, August 14, 2008 - 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. have enhanced my small demo page here. 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. Enjoy!
The Problem Solver - Wednesday, October 24, 2012 - jQuery UI and touch screens
For example take a look at the Draggable demo on an iPad. It works perfectly with a mouse but with an iPad all you do is drag the whole browser window. Try for yourself I have created a small demo page here. I really like using jQuery UI in my web applications. But even though jQuery UI is very well tested there are some potential issues to keep in mind. One of those is using the jQuery UI controls on touch devices like the iPad. With these touch enabled devices becoming more and more popular support is quite important if you don’t know you exact client configuration.
The Problem Solver - Monday, September 17, 2012 - HTML5 Video
If you create a page like this: HTML5 Video demo. And on Safari or an older version of IE we get: Turns out that on Windows Safari doesn’t support the HTML5 element and wants users to install and use Quicktime instead. HTML5 Video demo. Video has always been a difficult thing on the web. With HTML5 supporting the element that should become a lot easier right? After all you just add a video element, set the source and you are good to go right? video. {. height: 200px; width: 400px; }. < video poster ="[link]. src ="[link]. controls. So what gives? The solution.
The Problem Solver - Tuesday, December 13, 2011 - Tooling stack of testing Asp.MVC Views
Here’s the List CassiniDev Inline webserver NCrunch Continuous Test Runner GitHub for Windows Source Control CruiseControl.Net Continuous Integration TortoiseDiff Diff Viewer (part of TortoiseSVN) Code Rush Productivity Enhancement for Visual Studio NuGet.Net Package Manager It was great to see this level of professionalism in a demo session; an area usually reserved for cowboy programming of hello world demos. Don’t get me wrong, Jim still does a simple “Hello World” type demo, but he applies all the rigor and professionalism I would want in a real project to that example.
DevelopMentor Courses - Sunday, July 22, 2012 - HTML 5 and file Drag & Drop
There is a lot of new goodness in HTML 5 and one of these features is being able to drag a file from the Windows explorer into the browser and handling the drop event using JavaScript. 1: 2: 3: 4: HTML 5 Drag & Drop demo. If you are a GMail user you are probably familiar with this as GMail allows users to attach files to emails using this Drag&Drop style. Of course as always not every browser supports the new feature. This works just fine with the current versions of Chrome or FireFox though. The HTML page I am using is real simple and looks like this. 1: $( function () {.
The Problem Solver - Thursday, October 13, 2011