Create web apps in JavaScript right from your browser
61–70 of 98 posts
Re: Create web apps in JavaScript right from your browser
#62No love for IE9?!
Re: Create web apps in JavaScript right from your browser
#63Wow, this looks really great. One small suggestion: can you s/git// on the git shell? because I'm really used to type "git " in a shell and it's hard to change the habit.
Re: Create web apps in JavaScript right from your browser
#64Earlier quoted context omitted.
Why not use the buit-in keyboard-UI in the iPad?
Don't work on iOS. In my web app, I display a plain textarea for iPhone and iPad, but it's not an IDE. Why doesn't @contenteditable work on the iPhone? http://stackoverflow.com/questions/723592/why-doesnt-content... Is contentEditable not supported by iPad? http://www.quora.com/Is-contentEditable-not-supported-by-iPa...
Re: Create web apps in JavaScript right from your browser
#65Earlier quoted context omitted.
Alright, but shouldn't the solution be to allow the user to use either Google's keyboard or the built-in(by using textarea)? The built-in one has a dictionary and some autocompletion, which could be good or annoying... :)
Most likely annoying if you're writing code.
Re: Create web apps in JavaScript right from your browser
#66Good work. As author of Ace (the source code editor) I'm always happy to see it being used. Do you guys have Cappuccino bindings for Ace you might consider sharing?
Re: Create web apps in JavaScript right from your browser
#67Looks great! Do you think you'll be including support for CoffeeScript?
Re: Create web apps in JavaScript right from your browser
#68Well. This is a good way to make my JS looking insignificant by comparison.
Looks like it's built on Cappuccino: http://cappuccino.org/ It's only recently become viable to use because of the performance improvements all the browsers have been making to their javascript engines. Last time I tried 280 slides it was painfully laggy ( http://280slides.com/Editor/ ). Not that I'm belittling the effort, it's pretty amazing work nonetheless. But have a play with cappuccino if you want to see what's…
Re: Create web apps in JavaScript right from your browser
#69Stupid question but what colorscheme is used for the editor? It's so easy on eyes.
Re: Create web apps in JavaScript right from your browser
#70Can somebody who has used both Akshell and Cloud9 IDE post a brief comparison?
btw, i put some effort to build an online ide 4 years ago. i stopped maintaining it because my dream tool was evolved to firebug lite. anyway, my died ide can be seen at vimeo.com/azer for some web nostalgia