Thimble/FAQ: Difference between revisions

No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Summary ==
= Thimble Frequently Asked Questions =


== Questions ==
If you have a question that isn't answered here, join our [http://groups.google.com/group/mozwebpagemaker mailing list], tweet to us @MozThimble, or find us on irc at irc.mozilla.org #webpagemaker
 
If you have a question that isn't answered here, join our mailing list, or find us on irc at irc.mozilla.org #webpagemaker


== Who can see the pages that I've published? ==
== Who can see the pages that I've published? ==


Anyone! The pages are public for the world to see. That said, they have controls in place that will make them not indexed by search engines.
Anyone with the link! The pages you publish are are public. That said, they have controls in place that will not allow search engines to index them - that means your page will not show up in Web search results. We also don't create a big list of all the pages that people have made, so if you've published a page and you're not entirely happy with it or you don't want to share it, simply don't give people the link. And if you're really unhappy after publishing, you can contact us to remove the page you made. See the "how do I unpublish or delete my published page?" question, below.


== Is there a version of Thimble in my language? ==
== How do I unpublish or delete my published page? ==


Not yet, but soon. Join our mailing list if you're interested in contributing translations of Thimble in your local language.
Write an email to thimbleundo@mozilla.org with the URL of the page you'd like deleted and we'll remove your page as soon as we can.


== How do I submit my page into the Gallery? ==
== Where are my Thimble webpages hosted?==


Good question
By default when you publish your webpage, it is hosted by Mozilla. If you want it hosted someplace else, you can still use Thimble to design and build your webpage.  Just cut and paste the HTML when you're done.  Voila!


== How do I unpublish or delete my published page? ==
== How do I upload images/videos? ==


Write an email to thimbleundo@mozilla.org and we'll remove your page as soon as we can.
Thimble doesn't support uploading images or video, but it does allow you to link to hosted images and video on popular services like Flickr, Vimeo or Youtube. Trying using the [https://developer.mozilla.org/en/HTML/element/img <img> tag] in the editor for images. For videos, you cannot currently use the <video> tag because of security reasons, but you can pull in video using the [https://developer.mozilla.org/en/HTML/Element/iframe <iframe> tag].


== How do I upload images/videos? ==
== Why does my Javascript break when I share a page? ==


Thimble doesn't support uploading images or video, but it does allow you to link to hosted images and video on popular services like Flickr, Vimeo or Youtube.
For security reasons, Thimble removes any Javascript from the published page. You can include Javascript while you type the page, but as soon as you publish it, the Javascript will be stripped away. We're working on enabling Javascript in a future version of Thimble. Join our [http://groups.google.com/group/mozwebpagemaker mailing list] for more information.


== Help!  I didn't save my page's URL.  How do I get it back? ==
== Help!  I didn't save my page's URL.  How do I get it back? ==
If you open the Thimble editor page in your browser within a few minutes of accidentally closing it, Thimble will automatically recover your work for you! However, if you wait longer than that, Thimble won't be able recover and you will have to start from scratch or redo a project.


Good question
== Is there a version of Thimble in my language? ==
 
== Why does my Javascript break when I share a page? ==
 
For security reasons, Thimble removes any Javascript from the published page. In future versions of Thimble, we'll provide Javascript hosting as an option. Join our mailing list for more information, or to encourage us to work super hard on Javascript inclusion.
 
== I'm a developer who has my own HTML editor.  How can I incorporate your awesome "spell check" hints into my own editor? ==


Good question
Not yet, but we're working on it! Join our [http://groups.google.com/group/mozwebpagemaker mailing list] if you're interested in contributing translations of Thimble in your language.


== How do I get a domain name to point to my Webpage Maker page? ==
== I'm a developer who has my own HTML editor. How can I incorporate your awesome "spell check" hints into my own editor? ==


Well, this is pretty tricky. If Thimble represents web page making 101, then what you're asking is kind of a graduate level course. The short answer is, find a reputable domain hosting service that provides custom DNS, register a domain name, and then configure DNS to point a CNAME at your hosted page.
Yay! We built it so that its easy for you to use in your own tools. Let's make it easier for people to use HTML and CSS, no matter where they are on the web!
Our "spell check for HTML" is an open source Javascript library project called "slowparse", that is being developed in tandem with Thimble. If you want to give slowparse a try, head on over to [http://github.com/toolness/slowparse github] and either fork or download it.  If you're having problems, let us know via our [http://groups.google.com/group/mozwebpagemaker mailing list], tweet us @MozThimble, or find us on irc at irc.mozilla.org #webpagemaker, and we'd be glad to help.


If that was confusing, I'm super sorry. You should ask on our mailing list, we're hoping some webmakers like yourself get their webmaking PHd's and will be able to help each other with this sort of advanced study question. Seriously though, +1 to you for even thinking about this stuff.
And if you add something you think the rest of the world can use too, we're taking pull requests!

Latest revision as of 01:24, 19 June 2012

Thimble Frequently Asked Questions

If you have a question that isn't answered here, join our mailing list, tweet to us @MozThimble, or find us on irc at irc.mozilla.org #webpagemaker

Who can see the pages that I've published?

Anyone with the link! The pages you publish are are public. That said, they have controls in place that will not allow search engines to index them - that means your page will not show up in Web search results. We also don't create a big list of all the pages that people have made, so if you've published a page and you're not entirely happy with it or you don't want to share it, simply don't give people the link. And if you're really unhappy after publishing, you can contact us to remove the page you made. See the "how do I unpublish or delete my published page?" question, below.

How do I unpublish or delete my published page?

Write an email to thimbleundo@mozilla.org with the URL of the page you'd like deleted and we'll remove your page as soon as we can.

Where are my Thimble webpages hosted?

By default when you publish your webpage, it is hosted by Mozilla. If you want it hosted someplace else, you can still use Thimble to design and build your webpage. Just cut and paste the HTML when you're done. Voila!

How do I upload images/videos?

Thimble doesn't support uploading images or video, but it does allow you to link to hosted images and video on popular services like Flickr, Vimeo or Youtube. Trying using the <img> tag in the editor for images. For videos, you cannot currently use the <video> tag because of security reasons, but you can pull in video using the <iframe> tag.

Why does my Javascript break when I share a page?

For security reasons, Thimble removes any Javascript from the published page. You can include Javascript while you type the page, but as soon as you publish it, the Javascript will be stripped away. We're working on enabling Javascript in a future version of Thimble. Join our mailing list for more information.

Help! I didn't save my page's URL. How do I get it back?

If you open the Thimble editor page in your browser within a few minutes of accidentally closing it, Thimble will automatically recover your work for you! However, if you wait longer than that, Thimble won't be able recover and you will have to start from scratch or redo a project.

Is there a version of Thimble in my language?

Not yet, but we're working on it! Join our mailing list if you're interested in contributing translations of Thimble in your language.

I'm a developer who has my own HTML editor. How can I incorporate your awesome "spell check" hints into my own editor?

Yay! We built it so that its easy for you to use in your own tools. Let's make it easier for people to use HTML and CSS, no matter where they are on the web! Our "spell check for HTML" is an open source Javascript library project called "slowparse", that is being developed in tandem with Thimble. If you want to give slowparse a try, head on over to github and either fork or download it. If you're having problems, let us know via our mailing list, tweet us @MozThimble, or find us on irc at irc.mozilla.org #webpagemaker, and we'd be glad to help.

And if you add something you think the rest of the world can use too, we're taking pull requests!