A couple of techie followups
Jun. 25th, 2007 04:37 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Research, including asking y'all earlier, has led me to believe that if there is a way to have MSIE 6 and 7 running independently on a single Windows machine, it's almost certainly not worth the tremendous effort involved. Nor is it worth the questionable level of stability that this level of DLL and registry contortion would no doubt leave the machine in.
I will instead take
mr_choronzon's advice and carve out a second, file-based VMWare machine on my Mac, expressly for running 7. This is a sad sacrifice of hard disk space for running a single test-target application, but I really see no other reasonable way.
Had a comment thread a while ago about maintainability versus size in client-code that has to be sent over the wire (most commonly, JavaScript in web pages). Since then I've encountered a happy medium that many perfectly clueful entities employ.
It's apparently SOP for organizations that deal with tremendous amounts of traffic to code in a nice clean fashion with as much whitespace and as many long variable names as you please, but before going into active duty each such piece of code is pseudo-compiled (really, obfuscated) down to an ultra-compact size, making it as small as possible without any loss of meaning. These files are then treated like compiled binaries, even though they're still interpreted scripts: the developers never touch them directly, instead making further changes by editing the long-form scripts and then re-compressing them.
I will instead take
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Had a comment thread a while ago about maintainability versus size in client-code that has to be sent over the wire (most commonly, JavaScript in web pages). Since then I've encountered a happy medium that many perfectly clueful entities employ.
It's apparently SOP for organizations that deal with tremendous amounts of traffic to code in a nice clean fashion with as much whitespace and as many long variable names as you please, but before going into active duty each such piece of code is pseudo-compiled (really, obfuscated) down to an ultra-compact size, making it as small as possible without any loss of meaning. These files are then treated like compiled binaries, even though they're still interpreted scripts: the developers never touch them directly, instead making further changes by editing the long-form scripts and then re-compressing them.
no subject
Date: 2007-06-25 10:18 pm (UTC)no subject
Date: 2007-06-26 01:15 am (UTC)This is indeed what I was trying (and apparently failing) to communicate in that other thread.
Someday soon I may get time for volitizing again. (Soon as in, like, this week. Exciting!)
another option
Date: 2007-06-26 12:49 pm (UTC)It's all written in Lisp, but runs like almost any other compiler (it's not Lisp-nerd-only-ware).
vmware fusion / parallels 3.0
Date: 2007-06-27 06:45 pm (UTC)If you recently purchased parallels 2.x, they'll give you a free upgrade to 3.0 if you ask support.
It is apparently possible to use the guest os level vmware converter to convert a parallels vm to vmware... parallels supports converting vmware's [documented!] disk image files directly.
Re: vmware fusion / parallels 3.0
Date: 2007-06-27 09:16 pm (UTC)