views:

196

answers:

3

Is any website where I could upload my JQuery/Javascript, CSS, and HTML projects to show demos?

I am looking for any free file hosting service

  • to show my demos,
  • has a public download location for those files,
  • and is more than just storing files on their server.

I have asked this question because I would be providing links on my wordpress.com blog where I can't store files or show their demos. For example, I create a lightbox with JQuery, now I would like everyone to see its demo.

+6  A: 

http://kodingen.com

Online Development Environment, Code Editor, Cloud Hosting, Database Administration, Collaboration, free hosting etc...

Another great list of editors is here.

Hope it helps, Sinan.

Sinan Y.
+6  A: 

If it's quick/lightweight, then http://jsbin.com/

psychotik
if i create something there and create a link, will that link be permanent because i will be providing link for it on my blog which means links generated from js bin should be permanent. Are they permanent?
Sarfraz
I've done some pretty involved things on jsbin. It doesn't necessarily have to be lightweight. Although... I've only done single page demos.
Cheeso
+4  A: 

http://jsfiddle.net or http://pastebin.me or http://jsbin.com

As for link permanence: they're as permanent as any 3rd-party free service is expected to be. In other words, use at your own risk.

atxryan