[Solar-talk] Moving to Solar_Json
Rodrigo Moraes
rodrigo.moraes at gmail.com
Mon Sep 4 06:08:10 PDT 2006
On 9/3/06, Clay Loveless wrote:
> I also have the toJSONString() JavaScript-based encoder you
> referenced on my list of JavaScripts to consider for bundling with
> Solar.
Other companion for all the js stuff is a minifier like JSMin [1].
I've been using it; on development I ever use a "filename-src.js"
javascript version; before putting it online, I minify the scripts
using JSMin and save them as "filename.js". I'm still thinking on a
better way to change the script calls when in dev/production;
currently I keep two arrays and change the one that is used, not very
smart. ;-)
Ah, I should comment this. Because I needed some YUI widgets for my
"layout machine", I've started to use it, together with some Prototype
functions I couldn't live without. No Ajax yet, and when I start to
use it I'll consider to make a YUI version for all the wonderful
Protaculous classes you've been working on.
cheers,
rodrigo
[1] http://www.crockford.com/javascript/jsmin.html
More information about the solar-talk
mailing list