in

Emerald Hand

Emerald Hand, Inc. community home page.

This Blog

  • Home
  • Contact
  • About
  • Directory of Computers/Tech Blogs

Syndication

News

I'm back to blogging

Worm in liquid maze

Design and development of information management tools.

November 2005 - Posts

  • Drip 0.3

    Drip 0.3 has been released. It's a memory leak detector for IE. Very useful for a web developer who's creating rich client applications. I have been using it for some time and it has helped me a lot on several occasions.

    New release brings some serious improvements from the previous version. Some bugs and problems have been fixed. What's more important is that Drip 0.3 in addition to showing DOM objects (that cause the leaks) that are not released from memory it now provides an option to show the values of their fields. For each DOM object you can open a properties window. In it you can find a lot of interesting information, possibly pointing you to what has caused the leak. The tool is really great and with every release it's getting better.

    This release got me thinking, again. IE has been around for a long time (with all memory leak problems), but nobody was interested enough in developing such tool until recently. Appearance of Drip is just another sign that web development is on the rise. I wonder why? Is it because of Google and renewed interest it has created in remote access applications (XMLHttp. Again, technology for these applications has been around for a while, but became popular only recently). Or is it just another swing of the pendulum getting more people interested in web development again? Is it because mobile devices with wireless Internet access are becoming more and more popular? Or is there something else? (I'm sure there is) It's probably a combination of all these and other factors. I wonder, though, what awaits us in the future. Any thoughts?

    Share this post: Email it! | bookmark it! | digg it! | reddit!
    Readability Stats: Word Count: 281; Sentence Count: 24; Grade Level: 6.9, more info...
    Posted Nov 29 2005, 04:44 PM by Ornus with no comments
    Filed under:
  • Free component offer

    I read many blogs of fellow .NET developers and recently this page came to my attention (through their blog). It's an offer of a free DotNetMagic developer's license in exchange for a blog post covering new .NET UI library released by Component Factory.

    Component Factory is a new name in the field of .NET UI controls development. Their first release, Krypton Toolkit, is a collection of UI WinForms controls for .NET 2 and Visual Studio 2005. It's free for commercial use and so I think quite a few people would be interested in checking it out. Controls are actually quite good (considering they are free) and allow developers to reproduce MS Office look (mostly Outlook with it's paneled layout) in the applications. Controls also support visual customization.

    You can download controls by navigating to Component Factory downloads page. They do ask you to submit your e-mail and you will be automatically subscribed to the e-mail newsletter (you can opt out at any moment).

    I have being considering if I should write a post about this or not. On one hand I felt that this would be an advertisement, and people usually don't like reading advertisements. On the other hand the component is free and in all likelihood I could have talked about it sooner or later. This way I get a nice bonus and I will be able to improve the look of .NET applications that I work on, some of which I plan to release... So why not?:)

    Share this post: Email it! | bookmark it! | digg it! | reddit!
    Readability Stats: Word Count: 252; Sentence Count: 21; Grade Level: 6.3, more info...
    Posted Nov 22 2005, 05:00 PM by Ornus with no comments
    Filed under:
  • nAnt time stamp, Part II

    Not long ago I talked about nAnt time stamping. It was an interesting, but unnecessary exercise. If I would have been a smart and read the whole manual I would have discovered nAnt tstamp task. It's a task to generate time stamp by template.

    The new code that uses this task to time stamp projects is much shorter:

    <tstamp />
     <zip zipfile="${release.dir}\${project.name}.${tstamp.date}.zip">
      <fileset basedir="${working-release.dir}">
       <include name="**" />
      </fileset>
     </zip>

    tstamp by default sets tstamp.date to yyyyMMdd. This is just what I needed and the code is much simpler.

    Share this post: Email it! | bookmark it! | digg it! | reddit!
    Readability Stats: Word Count: 118; Sentence Count: 13; Grade Level: 2.1, more info...
    Posted Nov 20 2005, 06:10 PM by Ornus with no comments
    Filed under:
Copyright © 2006-2007 EmeraldHand, Inc. All rights reserved.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems