Google announced the chromebooks yesterday and I was wondering -

If I had to do serious coding work on one of those machines today, what web services could I use and what web services are still missing?

Wireframes ?
(something with boxes and arrows)

Photoshop ?
(basic image handling, crop, resize, compress)

Text Editor ?
(project based, sorry fiddle)

DBs ?
(mysql, mongo, couch) ?

Version Control ?
(svn, git)

SSH Access ?
(console)

Can some-one please add tag "chromebook", thx

link|improve this question

71% accept rate
1  
Great question, I've been wondering about this myself. As a front-end developer a Chromebook would be a dream as long as I can decently code on it. – Stephan Muller Mar 24 at 23:25
feedback

3 Answers

AS far as code editing is concerned - Cloud9 IDE looks great for a cloud based dev environment:

http://cloud9ide.com/

Comes with GIThub integration too, so that may be source control sorted...

I'm also a big fan of Balsamiq for wireframes:

http://balsamiq.com/

link|improve this answer
You beat me to it! – Dve May 12 '11 at 10:48
feedback

DB

When it comes to DB, most DBS have web-based admin UI, such as phpmyadmin, phppgadmin.

photoshop

Picnik is a nice choice.

version control

GITHUB, Google Code, You can find a long list from: Free version control services?

SSH Access

You may have a look at serfish or the nativeclient tech developed by google

Update

It seems that you can enable a terminal in chromebook using CTRL+ALT+T, then you are able to use the ssh console according to this post

link|improve this answer
feedback

Im currently using Kodingen a lot when i'm out and about with my laptop, cloud based IDE with loads of apps and even shell access planned when it comes out of beta.

http://www.kodingen.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.