Dave and I have decided to pull the plug on our server (very soon I might add). This change is making one of my little side projects homeless. I will have the site hosted, parked really, on a Google App Engine instance until I either find a full ColdFusion host for it, or find a way to make the functionality work within the confines of the GAE runtime environment.
Here is a blurb describing what Scriptalizer.com does (or did I guess):
What does it do?
Turn this…
<script type="text/javascript" src="/js/jquery/jquery.js"></script> <script type="text/javascript" src="/js/jquery/jquery.form.js"></script> <script type="text/javascript" src="/js/myOwnScriptFile.js"></script><link rel="stylesheet" href="/style/longstylesheet.css" type="text/css" /> <link rel="stylesheet" href="/style/anotherlongstylesheet.css" type="text/css" />Into this…
<script type="text/javascript" src="/js/scriptalizer.js" ></script><link rel="stylesheet" href="/style/scriptalizer.css" type="text/css" />What?! It minifies too?!??!
Yep, thats right. The combined javscript file is minfied. How bout them apples?
OMG IT COMPRESSES CSS?!!!!!!!!!11
Yes, calm down. The generated CSS file is compressed. It’s going to be ok…really.
If you have an idea where I could host this app, or if you’d like to offer some hosting yourself, please let me know!

1 Trackback or Pingback for this entry:
[...] am cross posting this for Aaron. Scriptalizer is a GREAT project that needs a home. If you have a server, VPS, etc running a [...]