blog.jonnycornwell.com
Using Silverlight and JavaScript to prevent leaving a webpage | jonny's blog
http://www.blog.jonnycornwell.com/2011/01/23/using-silverlight-and-javascript-to-prevent-leaving-a-webpage
Design, silverlight, graphics, javascript, html, .net …. Using Silverlight and JavaScript to prevent leaving a webpage. January 23rd, 2011. Recently I have been thinking about applications with data input and the problems of being in a browser. One of the perils of being in a browser is that a user may have some unsaved data input tasks. The data can be easily lost by accidently navigating to a different webpage, closing the browser or closing the tab. In conjunction with the. Comments ( 2 ). This work i...
blog.jonnycornwell.com
Random effect based on Particle system | jonny's blog
http://www.blog.jonnycornwell.com/2012/10/13/random-effect-based-on-particle-system
Design, silverlight, graphics, javascript, html, .net …. Random effect based on Particle system. October 13th, 2012. Just a small update with a random effect I created based on my particle engine. A fiddle of the effect is here. Random effect based on Particle system. Comments ( 0 ). Trackbacks ( 0 ). Click here to cancel reply. Required ) - will not be published -. Free Useful Visual Studio 2012 Plugins. This work is licenced under a Creative Commons Licence. Free Useful Visual Studio 2012 Plugins.
blog.jonnycornwell.com
Tools | jonny's blog
http://www.blog.jonnycornwell.com/category/development/tools
Design, silverlight, graphics, javascript, html, .net …. Archive for the ‘Tools’ Category. Free Useful Visual Studio 2012 Plugins. December 23rd, 2012. What do you do when you find yourself struggling to write even the most basic of code having been using Resharper with VS2010 and you really don’t want to spend any money on a license? Luckily there is free stuff out there to help (some of which is also available for 2010):. This work is licenced under a Creative Commons Licence. Theme designed by mono-lab.
blog.jonnycornwell.com
jonny's blog
http://www.blog.jonnycornwell.com/page/2
Design, silverlight, graphics, javascript, html, .net …. Generic processing of a Drag event from the file system. July 23rd, 2010. This is an extension method to help a user in processing a. To a object type of their choice. Take a function to create the required Type. Take an Action to handle an exception. Check that the drop array contains a FileDrop. If this fails the exception will be handled by the. A generic pool of objects. June 15th, 2010. This pool is designed to recycle a collection of objects:.
blog.jonnycornwell.com
Web | jonny's blog
http://www.blog.jonnycornwell.com/category/development/web
Design, silverlight, graphics, javascript, html, .net …. Archive for the ‘Web’ Category. July 14th, 2012. Having just finished a basic particle engine. I thought I would quickly use this as a basis to make a smoke / fog effect. Using Silverlight and JavaScript to prevent leaving a webpage. January 23rd, 2011. Preventing this is relatively easy making use of Silverlight and JavaScript communication. In conjunction with the. Function. See below for example and code snippets. 😀. Theme designed by mono-lab.
blog.jonnycornwell.com
2012 July | jonny's blog
http://www.blog.jonnycornwell.com/2012/07
Design, silverlight, graphics, javascript, html, .net …. Archive for July, 2012. July 14th, 2012. Having just finished a basic particle engine. I thought I would quickly use this as a basis to make a smoke / fog effect. July 1st, 2012. Features I plan to do as enhancements for by basic particle engine. Please add comments / vote on what you would like to see in the comments. Use multiple technologies to render the particles but keep the engine inside JavaScript. Use image as particle rotate.
blog.jonnycornwell.com
Free Useful Visual Studio 2012 Plugins | jonny's blog
http://www.blog.jonnycornwell.com/2012/12/23/free-useful-visual-studio-2012-plugins
Design, silverlight, graphics, javascript, html, .net …. Free Useful Visual Studio 2012 Plugins. December 23rd, 2012. What do you do when you find yourself struggling to write even the most basic of code having been using Resharper with VS2010 and you really don’t want to spend any money on a license? Luckily there is free stuff out there to help (some of which is also available for 2010):. Automatically adds a closing brace when an opening brace is added. Runs through the features. I’m going to st...
blog.jonnycornwell.com
Double Click behavior, mvvm compliant | jonny's blog
http://www.blog.jonnycornwell.com/2010/08/08/double-click-behavior
Design, silverlight, graphics, javascript, html, .net …. Double Click behavior, mvvm compliant. August 8th, 2010. Often when creating an application you will want a secondary mechanism for executing a command, the primary mechanism will often be a button click (e.g. Opening a record). In MVVM the backing ViewModel will expose an. Which is bound to the Button’s Command. This behavior executes the same command when a double click occurs. Event on the AssociatedObject, we use the. Event and stop the timer.
blog.jonnycornwell.com
Unhandling previously handled events in Silverlight | jonny's blog
http://www.blog.jonnycornwell.com/2011/03/31/unhandling-previously-handled-events-in-silverlight
Design, silverlight, graphics, javascript, html, .net …. Unhandling previously handled events in Silverlight. March 31st, 2011. I have created a behavior which “unhandles” a key down and executes a command when the event is raised (Note: there is no need to attach to the event on the textbox as well). To prove this, in the examples output you can see the key down and key up events being raised as well as the behavior being executed on backspace. Public class UnhandleKeyDownBehavior : Behavior { private K...
SOCIAL ENGAGEMENT