The first thing I noticed was that the font of the editor is not monospaced... too bad.
Mozilla Thimble
21–30 of 50 posts
Re: Mozilla Thimble
#22This feels like they're a bit confused about which target audience and abstraction layer they're aiming to. This is like trying to get more kids to program by trying to show them how easy and fun assembly language is. Shouldn't your energy be better spent developing, promoting and educating the use of higher level tools? It's hard for me to think of an use case for this. What kind of people, exactly would this help?…
Plain old HTML is a fundamental building block of the web. It was designed to be, and still succeeds in being, a simple to learn tool to create documents for consumption by web browsers. Sure, it has added complexity over the years, but you don't need to know every tag & attribute or CSS & Javascript to get started and see results immediately.
The BOK for HTML5 is larger than what professionals have time for, and is definitely a deeper delve than HTML4.
Re: Mozilla Thimble
#23The first thing I noticed was that the font of the editor is not monospaced... too bad.
Re: Mozilla Thimble
#24Re: Mozilla Thimble
#25I suppose I would have liked this when I was first learning, if just for the error messages. But I think, like any programming, part of the learning is running/viewing your program and figuring out why the output isn't what you expected. Maybe each error pointing to w3schools for more information would benefit the user.
Re: Mozilla Thimble
#26Anyone else getting a 500 error? Looks like they are having some server issues at the moment
Re: Mozilla Thimble
#27Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@mozilla.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Re: Mozilla Thimble
#28This feels like they're a bit confused about which target audience and abstraction layer they're aiming to. This is like trying to get more kids to program by trying to show them how easy and fun assembly language is. Shouldn't your energy be better spent developing, promoting and educating the use of higher level tools? It's hard for me to think of an use case for this. What kind of people, exactly would this help?…
Re: Mozilla Thimble
#29am I the only one seeing this? https://thimble.webmaker.org/en-US/editor Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@mozilla.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be availa…
Re: Mozilla Thimble
#30To developers complaining that this is not an IDE they'd actually use: where did you get the idea that this tool is meant to be an IDE for professionals? This is clearly an educational tool, and I think it looks pretty good for that. 0. pick text editor 1. install text editor 2. find some sample html 3. open file in your browser 4. find some resources for learning HTML & CSS (yep, w3schools) 5. learn that validators…