Customize Orchard CMS with the Designer Tools Module
UPDATE: I was informed by Sebastien Ros from the Orchard team that some of the code below exposed an Cross-site Scripting (XSS) vulnerability by writing out the raw value of t.TagName to the markup to...
View ArticleMake Script Performance Automatic with Custom Templates in Visual Studio 2010
Background If you’ve ever used a tool like Yahoo!’s Yslow to analyze the performance of your web application, you’ve probably run into the recommendation that you should put your scripts at the bottom...
View ArticleTweaking Add Item Templates for Better Script Performance
[This is the second in a 3-part series. Part 1, “Make Script Performance Automatic with Custom Templates in Visual Studio 2010”, can be found here.] In part 1 of this series, I showed you how you can...
View ArticleExploring HTML5 Canvas: Part 1 – Introduction
In this post, I’m going to begin an examination of one of the hottest new features of HTML5, namely the Canvas element. What is Canvas, anyway? The best place to start is at the beginning, and that’s...
View ArticleExploring HTML5 Canvas: Part 2 – Basic Shapes
[This is part 2 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleExploring HTML5 Canvas: Part 3 – Paths and Text
[This is part 3 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleExploring HTML5 Canvas: Part 4 – Transformations
[This is part 4 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleExploring HTML5 Canvas: Part 5 – Basic Animation
[This is part 5 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleExploring HTML5 Canvas: Part 6 – Managing Animated Shapes
[This is part 6 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleExploring HTML5 Canvas: Part 7 – Optimizing Animations
[This is part 7 of an ongoing series of posts examining the HTML5 Canvas element. In Part 1 of this series, I introduced Canvas and prepared a template to make further explorations a bit simpler, and...
View ArticleLearn You Node with VS Code
Node.js may not be the “new” hotness, but it’s still pretty hot, and getting hotter all the time. Whether you’re a .NET developer who’s still on the fence about JavaScript, or just haven’t gotten...
View Article