I was installing jspm on a web project recently. This environment was on a virtual machine so it was a bit slow and resulted in some time outs during package lookup and download. I ran the following commands to increase the lookup / download time out duration. I have to admit I got a little … Continue reading How to fix a corrupt JSPM install
Web
JavaScript Particle Simulator
I found this really entrancing JavaScript particle simulator from here and decided to publish it to my own Azure Web Site. Check it out, it’s really cool. I don’t know who wrote it but it’s pretty rad. It would make a good default web app package as all the code runs client-side.
SortDescription values null using Kendo UI and ASP.NET MVC3
I have been working on some admin screens for an internal application and we recently purchased the Telerik Dev Tools library for use on the site. The first scenario I tackled was displaying a list of the application’s active users. The Kendo UI Grid supports both client side rendering and server side rendering. Client-side rendering … Continue reading SortDescription values null using Kendo UI and ASP.NET MVC3
Format Javascript Block
I recently had to format a nasty block of whitespace redux javascript and I found this handy web site. It’s awesome. http://www.formatjavascript.com/ I loaded one of the main Javascripts from dynamics CRM into this bad boy and it hardly blinked an eye! Thanks be to its creators!
Rendering a tree view using ASP.NET MVC 3 + Razor
I modified the Html Helper created by Mike Hadlow based on the answered provided by marcind over on Stack Overflow and it works pretty beautifully. I also made a couple “improvements”: Updated to use the HtmlTextWriter provided by the HtmlHelper so that it is compatible with MVC 3. Added a children expression so you don’t … Continue reading Rendering a tree view using ASP.NET MVC 3 + Razor
Silverlight TreeView: Dragging Up vs. Dragging On
So I have been trying to fix a bug in an application that uses a TreeView and a TreeViewDragAndDropTarget pretty extensively. I am writing custom logic on drag over to set Handled to true when I do not want the drop to be allowed. However, my logic is based on the data context of the … Continue reading Silverlight TreeView: Dragging Up vs. Dragging On
Silverlight Toolkit for Silverlight 5 beta
Since Microsoft has chosen not to update the Silverlight Toolkit on their official web site. I downloaded the code, manually fixed their projects to compile on the Silverlight 5 beta so I didn’t have to deal with any more weird errors like the one I got with the TreeViewDragDropTarget. Here is a link to the … Continue reading Silverlight Toolkit for Silverlight 5 beta
Mango does not support in-browser Silverlight 4
Very disappointed to see that in browser Silverlight 4 is not supported in the Mango bits that were released yesterday. As you can see here, the Phone emulator is showing that Silverlight is not installed when I browsed to http://www.silverlight.net