NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.04k stars 89 forks source link

Record a screencast #1

Closed NV closed 12 years ago

paulirish commented 12 years ago

done?

NV commented 12 years ago

Not really; it barely scratched the surface. Needs to cover:

Paul, it would be so awesome if you recored a screencast that covers some of it! Please please please!!1

addyosmani commented 12 years ago

Depending on how soon Paul or someone else might get a screencast on this done, I wouldn't mind doing a 5ish minute one that covers some of the core concepts if it would help at all.

NV commented 12 years ago

Sure, it will help a lot!

paulirish commented 12 years ago

Yup i'm good with addy beating me to it. I'll put the heavy push on this when its ready

addyosmani commented 12 years ago

Sahweet. Will post back as soon as it's ready.

addyosmani commented 12 years ago

@paulirish @NV

Here you go: http://addyosmani.com/blog/autosave-changes-chrome-dev-tools/

Please do let me know if anything needs to be changed at all.

drewcovi commented 12 years ago

@addyosmani Awesome vid! Pretty much answered everything for me besides perhaps a little more info on the serverside implementation.

NV commented 12 years ago

First of all, huge thanks for the video!

The intro (0:00—0:16) is larger than the actual screencast, so the screencast has a black border.

0:45 it works not only for local files. You just have to run the server and configure the extension in its Options. Would be nice if you said at least few words that is possible.

3:15 in not fullscreen mode it's hardly visible a change. Would be better if you added something other than text-decoration such as border: 10px solid green. Not a big deal, though.

5:10 would be better if you added alert into the click handler. It would apply without even reloading the page.

addyosmani commented 12 years ago

@NV You are very welcome and thanks for the feedback. Most of the changes should be visible in full screen with HD turned on but I'll definitely update with more info on non-local file editing. I wanted to hold off until I'd had a chance to experiment with that first hand :)

It would also be really useful to know if you have further plans for new additions or expansions to the extension in the future :)

drewcovi commented 12 years ago

heck yes! this is incredible, now if only we could toggle between a "test" mode and a "dev" mode... as its been mentioned a lot of folks use this for testing. great work again folks.

NV commented 12 years ago

@addyosmani I don't really have plans. I wait for someone who try/adopt it for popular frameworks like Rails, Django, Wordpress.

@drewcovi I'm not following. What those modes suppose to do?

drewcovi commented 12 years ago

some quick button to toggle it on/off would be all it needs, since a lot of us also use the inspector to test out styles before committing them.

NV commented 12 years ago

@drewcovi see #9.