Browse Site by Tags

Showing related tags and posts across the entire site.
  • Some Excellent FireFox/Firebug Tools/Addons

    I'll probably come back and update this post, but I wanted to post some excellent addons or tools that can be used with Firefox/Firebug, available here: 10 Firefox Add-Ons for Web Designers: http://www.10voltmedia.com/blog/2009/05/10-firefox-add-ons-for-web-designers/ 10 Firefox Extensions for Web...
    Posted to Brian Mains (Weblog) by bmains on Thu, May 28 2009
    Filed under: Products, Third Party Tools, Extensions
  • YUI Compressor in Visual Studio

    I needed to be able to compress my JavaScript files, and I like to use the YUI compressor to do this. Found an even easier way to do this using Visual Studio, by creating an external tool as mentioned in this blog: http://blog.lavablast.com/post/2009/05/YUI-Compressor-for-Visual-Studio.aspx Also, there...
    Posted to Brian Mains (Weblog) by bmains on Wed, May 27 2009
    Filed under: Products, Third Party Tools, Articles
  • SlickEdit Backup Diff

    SlickEdit has a nice backup tool that captures backups of files on a regular basis. Whenever you need to restore a backup of a file, simply go to the backup explorer tool window (on the same side as the solution explorer) and select one of the backups to compare your file against its. This editor is...
    Posted to Brian Mains (Weblog) by bmains on Mon, Feb 23 2009
    Filed under: Products, Third Party Tools
  • Resharper's Feedback

    Attached to this blog post is an image of the product Resharper, a refactoring tool for the .NET 3.5 framework and Visual Studio 2008 (not including the backward compatibility). The image labels three sections that illustrate some of the highlighting. The first section I'll discuss is the "Field...
    Posted to Brian Mains (Weblog) by bmains on Mon, Feb 23 2009
    Filed under: Products, Third Party Tools
  • Accessing a PageView on the client

    I didn't find any documentation on this, so I thought I'd throw something out there. When using the Telerik RadMultiPage, each page view can be accessed on teh client like so: var multiPage = $find("<%= mp.ClientID %>"); var views = multiPage.get_pageViews(); But I couldn't...
    Posted to Brian Mains (Weblog) by bmains on Thu, Feb 19 2009
    Filed under: Products, Third Party Tools, Control Frameworks, Telerik
  • VSS 6 and VSS 2005 Side-by-Side Compatibility

    It was stated by someone that I know that VSS 6 and VSS 2005 aren't compatible on the same machine, and I'd like to refute that. Actually, these two software products are compatible; I've been running both on my machine (not simultaneously) for a while with no repercussions. But one problem...
    Posted to Brian Mains (Weblog) by bmains on Mon, Feb 9 2009
    Filed under: Products
  • Free .NET Charting Controls from Microsoft

    A free .NET charting control for .NET 3.5. This blog post by Scott Guthrie gives you links to where to download it. Check it out: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
    Posted to Brian Mains (Weblog) by bmains on Tue, Jan 27 2009
    Filed under: Products
  • Resharper's Validation Features

    The tool Resharper has some nice validation features I wanted to talk about. Like Visual Studio, Resharper monitors your keystrokes, looking for errors as you type. One of the nice features I like about Resharper is its ability to identify errors in code. When it does, it highlights the text red. For...
    Posted to Brian Mains (Weblog) by bmains on Mon, Nov 24 2008
    Filed under: Products, Third Party Tools
  • CodeSmith Videos

    CodeSmith released a series of videos to help understand the features available in CodeSmith 5.0. You can view those videos in the following links: CodeSmith Projects: http://codesmithtools.com/video/codesmith-projects.html Schema Explorer: http://codesmithtools.com/video/schemaexplorer.html CodeSmith...
    Posted to Brian Mains (Weblog) by bmains on Wed, Oct 8 2008
    Filed under: Products, Third Party Tools
  • TestMatrix Test Running

    When creating a unit test project, I normally setup NUnit as the executing program for the unit testing framework by doing this in the project properties, in the debug settings. This makes it easy to debug, by providing the name of the DLL as a command argument. NUnit executes with the current assembly...
    Posted to Brian Mains (Weblog) by bmains on Mon, Sep 8 2008
    Filed under: Products, Third Party Tools
Page 1 of 28 (271 items) 1 2 3 4 5 Next > ... Last ยป