A couple of techie followups

Jun 25, 2007 16:37

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 ( Read more... )

msie, web development, programming

Leave a comment

Comments 5

chocorisu June 25 2007, 22:18:44 UTC
+1 for VMWare. It is rad.

Reply


misuba June 26 2007, 01:15:06 UTC
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.

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!)

Reply


another option xach June 26 2007, 12:49:47 UTC
jwacs at http://chumsley.org/jwacs/ takes an interesting approach. It adds full continuation support syntax to JavaScript, then processes and compiles that augmented language to standard JavaScript for inclusion on web pages. It doesn't exactly compress the output, but it's fairly compact compared to human-generated code.

It's all written in Lisp, but runs like almost any other compiler (it's not Lisp-nerd-only-ware).

Reply


vmware fusion / parallels 3.0 poetgeek June 27 2007, 18:45:14 UTC
FYI, vmware fusion (for os x) has pre-release ordering at half off (~$40) the mspr until they start shipping a production version (end of August).

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.

Reply

Re: vmware fusion / parallels 3.0 prog June 27 2007, 21:16:06 UTC
I'm using a legit free beta of VMWare Fusion that I downloaded a while ago (probably in April). Dunno if it's still available.

Reply


Leave a comment

Up