BYTE-force columns
Company news, team and friends.

Browse Blog Posts by Tags

Showing related tags and posts for the Team group. See all tags in the site
  • A bit more on using.js

    After my post about using.js we had a short discussion in comments with its creator Jon Davis. I think it would be great if we could simply write something like this. In the page code: using ( "component.js" , function () { ... }); And in the component.js: // Component.js using .require( "basecomponent...
    Posted to «XOR's Post» by Andrew Mayorov on 04-25-2008
    Filed under: Filed under: , , ,
  • "Using" for javascript

    Ajaxian writes about using.js library created by Jon Davis. It allows for loading javascript files on demand, just before you need it. For more details on this please see Ajaxian and original post by Jon . I'll write about differences in his and ours approaches. Jon requires you to first register...
    Posted to «XOR's Post» by Andrew Mayorov on 04-16-2008
    Filed under: Filed under: , , , ,
  • Using jqUnit for JavaScript unit testing

    Recently I was improving our on-demand script loader, and decided that it would be great to do it in test-driven way. After all, this is clearly a piece of code that should be tested automatically. I've started with jsUnit , just because it looks like obvious choice. Very quickly I found that it...
    Posted to «XOR's Post» by Andrew Mayorov on 03-26-2008
    Filed under: Filed under: , , , , ,
  • Running yuicompressor from MSBuild

    Yahoo!'s yuicompressor allows for shrinking JavaScript files by 2-3 times (depending on verbosity of original sources). There is no excuse for not to use it. Here is how one can include it into the build process, so that selected files would be automatically minified. In the project file add: < ItemGroup...
    Posted to «XOR's Post» by Andrew Mayorov on 03-03-2008
    Filed under: Filed under: , , , ,
  • Breaking changes in ExtJS 2.0.1

    Upgrading from Ext 2.0 to 2.0.1 goes not that smoothly as one would expect. They introduced several new bugs or breaking changes. It now fails to parse date in ISO format ("c" or "Y-m-d\\TH:i:sP"). Fix can be found here . TabPanel now has white backround if "plain: true" is specified in config and this...
    Posted to «XOR's Post» by Andrew Mayorov on 02-12-2008
    Filed under: Filed under: , , ,
  • Exposing ExtJS 2.0 form's components as object fields

    Configuration objects in ExtJS 2.0 are very nice and useful. You can define whole user interface in one nested JSON structure. Panels and controls get nested in a logical way, so it's much simpler to modify a form defined like this. But when it's time to do something with those panels and controls there...
    Posted to «XOR's Post» by Andrew Mayorov on 11-19-2007
    Filed under: Filed under: , , ,
  • Introduction to Live Client Documents

    Live Client Documents (LCD) is a development tool or technology that allows for building web interfaces for editing XML documents. LCD is build on top of XSLT. In fact, LCD file is XSLT template with some extra tags and embedded JavaScript. One could take an existing XSLT that shows data to the user...
    Posted to «XOR's Post» by Andrew Mayorov on 10-06-2005
    Filed under: Filed under: ,
Page 1 of 1 (7 items)
Copyright ©2004-2009 BYTE-force
Powered by Community Server (Non-Commercial Edition), by Telligent Systems