JavaScript CSS Generator

Recommend this page to a friend!

      JavaScript CSS Generator  >  All threads  >  JavaScript CSS Generator  >  (Un) Subscribe thread alerts  
Subject: JavaScript CSS Generator
Summary:how to set it up
Messages:3
Author:Jonny
Date:2014-11-12 04:40:09
 

  1. JavaScript CSS Generator   Reply   Report abuse  
Picture of Jonny Jonny - 2014-11-12 04:40:09
do I have to upload this to a server or how do I make it work and if i do have to upload it what file do I use in the url

  2. Re: JavaScript CSS Generator   Reply   Report abuse  
Picture of JImmy Bo JImmy Bo - 2014-11-12 04:47:09 - In reply to message 1 from Jonny
Hi Jonny. Glad you asked.

Right now I have the demo running through a php script (class.css-generator.global.demo.php) just to keep the code a little cleaner for including the html templates for the modules.

Really this could just be turned into a .html file and you would just have to copy and paste the code in the includes...

eg) <?php include_once('class.font.htm'); ?>
would be replaced with the contents of the file class.font.htm.

I'm working on a motherclass that will be linking these up, but the modules themselves are standalone so they don't need a parent to run. Let me know if this helps you a bit.

  3. Re: JavaScript CSS Generator   Reply   Report abuse  
Picture of JImmy Bo JImmy Bo - 2014-11-12 04:50:57 - In reply to message 1 from Jonny
you can also check out the jsfiddle http://jsfiddle.net/dagroo/azfnjjj3/light/