I plan to develop a website where a member (web developers) can register, and compress their CSS online.
So that if he has http://example.com (for example), and his original page in his index page contains this code :
He can replace it with some unique link (which is generated by my script)
And it (http://myweb.com/some-unique-css.css) will return the same CSS content as the compressed version of the original one (http://example.com/css/main.css)
Everytime he modifies his "http://example.com/css/main.css", the "http://myweb.com/some-unique-css.css" will be automatically updated with the new content.
The members are web developers only since the web only offers CSS compression.
I've made about 20% of the code, but i think i will need to do some research first whether my idea hot, so-so, or not before i continue to code
Any opinion is appreciated :tu:
(this is a private poll
)
So that if he has http://example.com (for example), and his original page in his index page contains this code :
HTML:
<link rel="stylesheet" type="text/css" href="css/main.css" />
He can replace it with some unique link (which is generated by my script)
HTML:
<link rel="stylesheet" type="text/css" href="http://myweb.com/some-unique-css.css" />
And it (http://myweb.com/some-unique-css.css) will return the same CSS content as the compressed version of the original one (http://example.com/css/main.css)
Everytime he modifies his "http://example.com/css/main.css", the "http://myweb.com/some-unique-css.css" will be automatically updated with the new content.
The members are web developers only since the web only offers CSS compression.
I've made about 20% of the code, but i think i will need to do some research first whether my idea hot, so-so, or not before i continue to code
Any opinion is appreciated :tu:
(this is a private poll







