in

Emerald Hand

Emerald Hand, Inc. community home page.

Browse by Tags

  • Problems with native XMLHTTP in IE7

    Microsoft has finally released IE7 . It offers a lot of improvements over IE6 for both users and developers. A lot of bugs related to layout, CSS and memory leaks were fixed. I got really excited when I installed it thinking that most of my problems are over, but life is never perfect. I spent almost...
    Posted to Worm in liquid maze (Weblog) by Ornus on 10-21-2006
  • Regular expressions in JavaScript

    Don't forget to replace "\" character with "\\" when working with regular expressions in JavaScript and use new RegExp( "expression" ) . Otherwise JS will assume you are trying to declare special symbols (such as "\n" for the new line). From time to time I forget about this, and then I need to spend...
    Posted to Worm in liquid maze (Weblog) by Ornus on 08-22-2006
  • Frames leak in IE

    For the last couple of days I've been working on fixing memory leaks in IE. I'm hosting IE WebBrowser control in a local application ( Sider ). A lot of different pages are loaded in the application's life-time and memory leak is a serious problem. I have been fighting this issue in IE for a long time...
    Posted to Worm in liquid maze (Weblog) by Ornus on 07-20-2006
  • Switching to Dojo

    I decided to go ahead and switch to the Dojo Toolkit . It provides almost everything I need and the next release looks very promising. It took me about a day to do the switch, but now I'm happy it's done. I had a chance to go over the code (as I was converting) and improve it. This means I'm not going...
    Posted to Worm in liquid maze (Weblog) by Ornus on 07-19-2006
  • First look at the Dojo Toolkit

    I'm evaluating Dojo Toolkit and thinking about abandoning (or rather blending) JSForms for the Dojo . I'm not sure yet if I'm going to do it. I have created JSForms out of necessity, to help me with other projects, but it's not something I have spare time for. Before I started with JSForms , I looked...
    Posted to Worm in liquid maze (Weblog) by Ornus on 06-25-2006
  • JSForms ASP example

    I have updated online ASP example for JSForms tree . I cleaned up the code and added configuration file. It now shows all columns from the table, not just the main column. I wrote a short article on how it works and how to use it in the JSForms wiki . It provides the basic info and describes how you...
    Posted to Worm in liquid maze (Weblog) by Ornus on 05-20-2006
  • JSForms 0.3.1

    New version of JSForms is released. It's a minor update to 0.3 and focuses mostly on improving the tree control. It also has two important new features. First the code is compressed on build (library only download), cutting the total library size in more than half. Compression cuts out most of the spaces...
    Posted to Worm in liquid maze (Weblog) by Ornus on 02-17-2006
  • JSForms 0.3

    Several days ago I released 0.3 version of JSForms . Download it now! This release mostly focuses on polishing existing controls and fixing bugs. Menu gained support for check-buttons and icons. I think in the close future it can act as a toolbar. Tree has been rewritten from scratch. It is now based...
    Posted to Worm in liquid maze (Weblog) by Ornus on 02-09-2006
  • HasLayout in IE

    I haven't had a chance to write the blog lately. With New Year (Happy New Year by the way!) and other things life kept me occupied in such a way that I simply had no time for it. Today I do and I want to try to shed some light on how CSS works in IE. Current version of IE (6.0 SP2) has been out for quite...
    Posted to Worm in liquid maze (Weblog) by Ornus on 01-11-2006
  • JSForms 0.2 released

    The first version of my JavaScript library was finally released. JSForms simplifies client side development. It provides controls (menu and tree) and foundation to create custom controls. It comes with complete documentation and I tried to make sure it works in different browsers (IE, Mozilla, Opera...
    Posted to Worm in liquid maze (Weblog) by Ornus on 12-21-2005
Page 1 of 3 (26 items) 1 2 3 Next >
Copyright © 2006-2007 EmeraldHand, Inc. All rights reserved.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems