Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Inkscape to support XAML export

    Today, Adam Kinney gave me the tip off to some cool news: Inkscape is adding XAML export . Great, what's Inkscape ? Glad you asked! Inkscape is an open source vector graphics editor, like Adobe Illustrator. Rather than drawing in pixels (like you'd do in Photoshop, Paint.NET, etc.), you're drawing in...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 01-10-2008, 12:00 AM
    Filed under: Tools, Browsers / Web Development, Silverlight, Vector Graphics / SVG, WPF / Silverlight
  • Ten Tips for a Happy Upgrade to Visual Studio 2008 (Release)

    Visual Studio 2008 has been out for over a week. I've upgraded three machines (two Vista, one XP) from Beta 2 to RTM, then upgraded a couple of projects. I've also been watching blog posts and listening in at the Twitter water-cooler to hear about other developers' experiences, problems, and recommendations...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 11-28-2007, 12:00 AM
    Filed under: Tools, Tips / Tricks, ASP.NET, Microsoft, Browsers / Web Development, .NET code, Fix
  • CSSVista - Edit your CSS code live on both Internet Explorer and Firefox

    CSS editing is extremely frustrating without immediate feedback. Until a few years ago, you didn't really have a choice: you typed some CSS, you refreshed the page, you tried to figure out what was wrong, repeat until you hopefully got it working. Then came the Firefox Web Developer Toolbar , and things...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 09-19-2007, 12:00 AM
    Filed under: Tools, ASP.NET, Browsers / Web Development
  • IE7 Standalone Launcher updated for RC1

    IE7 RC1 is out, so my launcher script needed an update. You can get it here . Read the previous relase announcement here . Note: Yousif's IE7 Standalone is a little easier to install - it automatically downloads the IE7 installation package for you. Rather than duplicate his efforts, I asked Yousif for...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 08-30-2006, 12:00 AM
    Filed under: Tools, Browsers / Web Development
  • IE7 Standalone (Updated for IE7 Release)

    Update 10/23/06 for the IE7 Release version Summary I just released a new version of the IE7 Standalone Launcher . Due to changes in this beta release of IE7, a simple batch file alone won't cut it. You can grab a zip package (two batch files, two reg files) on the new tools.veloc-it.com site. Finally...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 07-26-2006, 12:00 AM
    Filed under: Tools, Tips / Tricks, Browsers / Web Development, Internet and Information, General Software Development
  • [JS/CSS] event:Selectors - the simplest way to hook Javascript events to a CSS class

    event:Selectors is a really nice wrapper for the Prototype.js library. It allows you to hook Javascript events to CSS classes with 2 or 3 lines of Javascript code: '#icons a:mouseout, #other-item:mouseover' : function(element) { var app = element.id; new Effect.BlindUp(app + '-content' , {queue: 'end...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 04-13-2006, 12:00 AM
    Filed under: Tools, Browsers / Web Development
  • Using Markup Based Javascript Effect Libraries to make dynamic sites in standards compliant HMTL

    Summary You can make websites effects with plenty of glitter using simple, standards compliant HTML through the use Javascript effect libraries which operate on CSS classes. I'll talk about why I think it's important, and if you stick with me, I'll point you to some of my favorite lightweight Javascript...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 01-18-2006, 12:00 AM
    Filed under: Tools, Tips / Tricks, Browsers / Web Development
  • [tool] MozBackup - copy your Firefox profiles

    I'm setting up a new dev computer and used MozBackup to migrate all my Firefox extensions. It goes better than that - it also supports copying the extension settings, saved passwords, history, and a bunch of other stuff [1] . It was kind of spooky when I restored it on my new computer and (since I'm...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 10-25-2005, 12:00 AM
    Filed under: Tools, Browsers / Web Development
  • IE Toolbar that's kind of like the Firefox Web Developer Extension

    If you're a diehard Internet Explorer user, you might not know how great the Firefox Web Developer Extension is. This IE Toolbar isn't as good, but it's still pretty cool. Web Accessibility Toolbar - Wow this is cool. Page validation, browser resizing, CSS validation & manipulation, image lists,...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 09-07-2005, 12:00 AM
    Filed under: Tools, Browsers / Web Development
  • [addin] SpoofStick (anti-spoof browser toolbar for IE and Firefox)

    Chris Sells recent post about URL spoofing quoted his wife asking "How is anyone supposed to know that?" There were some good comments on how to detect, filter, alert, or educate around the problem of URL spoofing, in which an e-mail or site shows a link that pretends to take you to one domain but takes...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 10-18-2004, 12:00 AM
    Filed under: Tools, Browsers / Web Development
Page 1 of 2 (11 items) 1 2 Next >