| |
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.
|
40 Articles match "Events","Windows"
| Related 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. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. You can toggle the support for touch events using the button to try both with and without support for touch. I recently did a blog post describing how to enable the jQuery UI drag effects. While that works just fine it isn’t the end of the story. Enjoy! The Problem Solver - Wednesday, October 24, 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. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. You can toggle the support for touch events using the button to try both with and without support for touch. I recently did a blog post describing how to enable the jQuery UI drag effects. While that works just fine it isn’t the end of the story. Enjoy DevelopMentor Courses - Wednesday, October 24, 2012 jQuery UI and touch screens The problem The reason jQuery UI doesn’t always work out of the box is because they use the mouse events. And on most cases a touch event also raises a mouse event but not quite always. It works perfectly with a mouse but with an iPad all you do is drag the whole browser window. The solution The solution is rather simple: In the case of a touch event make sure this also raises the appropriate mouse event. You can toggle the support for touch events using the button to try both with and without support for touch. Enjoy The Problem Solver - Monday, September 17, 2012 |
82 Articles match "Events","Windows"
| The Latest from DevelopMentor | MORE | | Mark Blomsma: Upcoming Events 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. 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. More on: [link]. February 26, Bangor Area.NET Developer (Bangor, Maine): Two topics in this meeting. More on: [link]. DevelopMentor Courses - Saturday, February 16, 2013 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. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. You can toggle the support for touch events using the button to try both with and without support for touch. I recently did a blog post describing how to enable the jQuery UI drag effects. While that works just fine it isn’t the end of the story. Enjoy! The Problem Solver - Wednesday, October 24, 2012 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. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. You can toggle the support for touch events using the button to try both with and without support for touch. I recently did a blog post describing how to enable the jQuery UI drag effects. While that works just fine it isn’t the end of the story. Enjoy! The Problem Solver - Wednesday, October 24, 2012 | -
| The Best from DevelopMentor | MORE | - Building a Leak-Proof Eventing Model
If an event publisher holds the delegate reference, then you can’t simply set the subscriber instance to null and expect it to be garbage collected. The best thing would be for the subscriber to unregister from the event before it gets disposed. What we need is a way for a publisher to expose an event while allowing subscribers to be garbage collected. publisher can weakly reference an event subscriber and only fire the event if the subscriber has not been garbage collected, which it can verify by checking the IsAlive property of the weak reference. Yikes! Tony and Zuzana's World - Tuesday, March 22, 2011 - Augusta Developer Event, December 16th 2010
You are here by invited for the Augusta Developer Event on December 16th in Augusta, ME. End of event at 4pm. Windows Azure. Windows Phone 7. Azure C# Community Windows Phone 7Location: 41 Anthony Ave. Augusta, ME. Date: December 16th, 2010. Time: Everyone is welcome starting at 9am, sessions will start at 9:30am. Lunch will be at 12pm, pizza will be provided. Sessions will resume at 12:30pm. Door prizes will be drawn at 3:45pm. Mark Blomsma , software architect for Develop-One and co-organizer of the Maine Developer Network. C# 4.0. Silverlight. SQL Azure. The Blomsma Code - Thursday, December 9, 2010 - 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. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. This will suppress the default IE10 behavior and pass the gestures on to the jQuery event handler. You can toggle the support for touch events using the button to try both with and without support for touch. I recently did a blog post describing how to enable the jQuery UI drag effects. While that works just fine it isn’t the end of the story. Enjoy! The Problem Solver - Wednesday, October 24, 2012 - MDN - Augusta Developer Event, 24th of February 2010
Time for the first Augusta Developer Event of 2010. Silverlight vs. WFP vs. Windows Forms vs. ASP.NET. Silverlight vs. WFP vs. Windows Forms vs. ASP.NET. Silverlight + Windows Communication Foundation overview. The event will be held at: State of Maine Offices. Join us for a morning filled with information about Silverlight. Shawn, Chris and Mark will present a variety of topics and we've planned a group discussion, so make sure you come prepared with questions, examples and your experiences. February 24th, 2010 at 9:00am. What is Silverlight? Wrap up. The Blomsma Code - Tuesday, February 2, 2010 - Workflow Services and Windows Phone 7
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. It was a fun session on a fun event www.TheProblemSolver.nl The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC site hosting the workflow service. The PowerPoint presentation can be found here. www.dotnetevents.nl.NET Workflow WCF WF4 ASP.NET VS2010 WP7 AppFabric DotNed Azure The Problem Solver - Saturday, February 5, 2011 - Windows Phone & Gaming
At BAND last night I had some interesting discussions about Windows Phone and as Daniel showed me the racing game on the Zune it suddenly hit me. Windows Phone is not going to be a iPhone killer, at least not based on a single feature that will blast the iPhone away. Everything I’ve seen so far about Windows Phone makes it equal to the iPhone as a phone, but the focus on XNA and XBox Live integration will make it that everyone that has an XBox is going to want to have one… It’ll be interesting to see if my hunch is right. Time will tell. The Blomsma Code - Wednesday, May 26, 2010 - Mark Blomsma: Upcoming Events
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. 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. More on: [link]. February 26, Bangor Area.NET Developer (Bangor, Maine): Two topics in this meeting. More on: [link]. DevelopMentor Courses - Saturday, February 16, 2013 %>
| | |