| |
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.
|
31 Articles match "2012","Demo"
| Related DevelopMentor Courses | MORE | | Agile 2012 Development Practices & Craftsmanship stage This is the original description we made as the producers for the Agile 2012 Development Practices Stage. Demo heavy rather than slide heavy. That's what goes in this list for us.This stage must have an introductory session to these areas, which we consider fundamental: TDD - Refactoring - Pairing - CI - BDD Guidelines Language : As these sessions are about code, one factor is which language will the demo's be given in. Must-have "You can't possibly have a stage for dev practices and craftsmanship and not cover __ !" Please clearly state that in your submission. Agile2012 DevelopMentor Courses - Monday, December 19, 2011 jQuery UI and Windows 8 and Internet Explorer 10 touch screens 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. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. 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. 1: $( "#draggable" ).css( The Problem Solver - Wednesday, October 24, 2012 Demos from TechEd EMEA The demos from DEV 326 – my talk on WCF 4.5 at TechEd EMEA are available here. The session was also recorded and the video is now on Channel9 here.NET;WCF DevelopMentor Courses - Monday, July 2, 2012 |
39 Articles match "2012","Demo"
| The Latest from DevelopMentor | MORE | | Getting started with AngularJS 1: 2: 3: 4: AngularJS Demo. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 1: 2: 3: 4: AngularJS Demo. 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS 1: 2: 3: 4: AngularJS Demo. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 1: 2: 3: 4: AngularJS Demo. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. Sweet :-). The Problem Solver - Friday, April 5, 2013 Devweek 2013 As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. remember you’ll need to be running Windows 8 for the WebSockets demos). What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. WCF Preconference Workshop. Reactive Framework. Living with the GC. Workflow 4.5. WCF 4.5 DevelopMentor Courses - Saturday, March 9, 2013 | -
| The Best from DevelopMentor | MORE | - Agile 2012 Development Practices & Craftsmanship stage
This is the original description we made as the producers for the Agile 2012 Development Practices Stage. Demo heavy rather than slide heavy. That's what goes in this list for us.This stage must have an introductory session to these areas, which we consider fundamental: TDD - Refactoring - Pairing - CI - BDD Guidelines Language : As these sessions are about code, one factor is which language will the demo's be given in. Must-have "You can't possibly have a stage for dev practices and craftsmanship and not cover __ !" Please clearly state that in your submission. Agile2012 DevelopMentor Courses - Monday, December 19, 2011 - HTML5 Presentatie slides en demo
De PowerPoint slides en de demo code van mijn HTML5 presentatie van gisteravond zijn nu beschikbaar. Voor de liefhebbers ook online via SlideShare. HTML5 Overview View more presentations from Maurice Beijer Met dank aan 4DotNet die de sponsor was van deze bijeenkomst. Enjoy! TheProblemSolver DotNetEvents. DotNed dotnetmag HTML5 Modernizr WebSockets WebWorkers ChromeFrame Video The Problem Solver - Friday, January 6, 2012 - Demos from TechEd EMEA
The demos from DEV 326 – my talk on WCF 4.5 at TechEd EMEA are available here. The session was also recorded and the video is now on Channel9 here.NET;WCF DevelopMentor Courses - Monday, July 2, 2012 - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Imagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. First a disclaimer / warning. m going to show you how to make your site feel faster without speeding it up. click to enlarge). Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - jQuery UI and Windows 8 and Internet Explorer 10 touch screens
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. Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. 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. 1: $( "#draggable" ).css( The Problem Solver - Wednesday, October 24, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
Check out the CMS section of the demo to see it in action. Check out the Helpers section of the demo to see this in action. This article covers the various ways in which you might handle text encoding in ASP.NET MVC. For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. You need to be very careful about how you redisplay their input. For example, a friendly forum user might write something like: Nice post, thanks for sharing! On the other hand, they may write: <script src=”[link]. data). Michael C. Kennedy's Weblog - Monday, October 15, 2012 - jQuery UI and touch screens
For example take a look at the Draggable demo on an iPad. 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 The reason jQuery UI doesn’t always work out of the box is because they use the mouse events. The Problem Solver - Monday, September 17, 2012 %>
| | |