Tools

Tools

StressStimulus stress testing tool

04 March 2011 |

If you ever created a professional website/application you’ll probably know the value (you’ve probably learned it the hard way as I did ) of stress testing your web applications. There are plenty of tools you can use in order to stress test your web site, ranging from Microsoft Visual Studio to CMD Line tools. Yesterday I found another one StresStimulus. StresStimulus is an extension for Fiddler (an awesome and free web debugging proxy) which enables us to create instant load tests with virtual users. You can record a browser activity (like creating a user), replay...

Treesaver – A JavaScript Framework For Creating Magazine-Style Layouts

11 February 2011 |

I recently had a conversation with a client about the future of press and how digital magazines and newspapers are the future of the business. When we talked about that I had a few technologies in mind but nothing like Treesaver. Treesaver is a JavaScript framework for creating magazine-style layouts that dynamically adapt to a wide variety of browsers and devices. Both content and design is shaped with standards-compliant HTML + CSS and no JavaScript programming is required. It simply searches for the <article> tags and displays the content inside them, makes browsing them possible with...

WebMatrix is here

07 July 2010 |

I’ve been involved for quite some time now with a new Microsoft project codenamed “WebMatrix” but couldn’t say anything about it since all the info was under NDA. Today though, the public availability of the Microsoft WebMatrix Beta was announced, so I guess I’m no longer bound by the NDA agreement and can let you in on a few things. So first let me clarify a few things, and to do that I’m going to use an excellent explanation from David Ebbo’s blog. WebMatrix: a stack and a tool Let’s start with WebMatrix.  The term is actually...

SQL Azure Explorer

06 October 2009 |

If you have already started playing around SQL Azure you will have probably stumbled on the limitation the SQL Management studio has. So I think you’ll find SQL Azure Explorer rather useful till Microsoft synchronizes its toolset with the Azure platform. SQL Azure Explorer is an addin for Visual Studio 2010 Beta 1 that will enable you to manage you SQL Azure Tables just live the Visual Studio Server explorer. Some of the main features right now is: SQL Azure Explorer which contains: ...

XAML Power Toys

21 September 2009 |

If you’re into Silverlight/WPF development you’ll surely appreciate Karl Shifflett’s XAML Power Toys: http://tinyurl.com/karlpowertoys  Awesome (free) tool for WPF/Silverlight. XAML Power Toys Full Feature Set  includes Create ViewModel Class - from a VB.NET or C# code window, easily create a ViewModel stub that includes commands and exposed data class.  Optionally you can elect to re-implement all Model properties on the ViewModel. Create Silverlight DataForm For Selected Class - quickly create a DataForm complete with bindings that are easily associated with properties on the source class Create WPF or Silverlight DataGrid...

GPS Tools

20 September 2009 |

If you’re into geo-app development the following tools should come handy. GeoFrameworks and Jon Person released their GPS Framework for .NET on CodePlex!  The  really nice thing about this framework is it works with both the full blown .NET Framework and the Compact Framework.  If you’re developing for a Windows Mobile, embedded, laptop or desktop computer, it should handle all your needs. Just a few of the features are: Automatic detection of serial GPS devices (or devices found via a virtual serial port). Automatic detection of...