Discussion:
Chrome Developer Tools Meets NetBeans IDE
Jason Osgood
2013-12-01 19:18:00 UTC
Permalink
What are some of the coolest, nicest web dev setups?

Nearly live two-way development (edit - compile - debug loop) using NetBeans and Chrome.

Pretty cool.



This is kinda how I thought WebStorm would work. (Maybe it does.)




------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/seajug/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/seajug/join
(Yahoo! ID required)

<*> To change settings via email:
seajug-digest-***@public.gmane.org
seajug-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
seajug-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
http://info.yahoo.com/legal/us/yahoo/utos/terms/
Konstantin Ignatyev
2013-12-02 17:47:32 UTC
Permalink
I am not sure I like what I see, here are my concerns:
- changes made directly to bootstrap.css - bad idea, changes should be made
to an overriding css which at runtime can be merged to reduce total number
of resources. But even so I think this days only masochists edit css files
directly and not employ SASS http://sass-lang.com/

- it is hard for me to see how navigation from Chrome to IDE would work
when resulting html is made by a set of nested templates (wicket, play,
etc.)

and I personally trust oneway development workflows more. In my experience
with tool like LiveReload http://livereload.com/ I have quite convenience
of seeing my css and JS changes applied live to the page while I make them
in IDE. And that workflow is IDE agnostic :)


-
Post by Jason Osgood
What are some of the coolest, nicest web dev setups?
Nearly live two-way development (edit - compile - debug loop) using NetBeans and Chrome.
Pretty cool.
http://youtu.be/O85AV406SXI
This is kinda how I thought WebStorm would work. (Maybe it does.)
--
Konstantin Ignatyev

PS: If this is a typical day on planet Earth, humans will add fifteen
million tons of carbon to the atmosphere, destroy 115 square miles of
tropical rainforest, create seventy-two miles of desert, eliminate between
forty to one hundred species, erode seventy-one million tons of topsoil,
add 2,700 tons of CFCs to the stratosphere, and increase their population
by 263,000

Bowers, C.A. The Culture of Denial: Why the Environmental Movement Needs a
Strategy for Reforming Universities and Public Schools. New York: State
University of New York Press, 1997: (4) (5) (p.206)
Joe Bowbeer
2013-12-02 19:41:41 UTC
Permalink
I agree that the NetBeans integration is nice. I've used it to create a
standalone html page with embedded css and microformats: my resume:-)
Post by Jason Osgood
What are some of the coolest, nicest web dev setups?
Nearly live two-way development (edit - compile - debug loop) using NetBeans and Chrome.
Pretty cool.
http://youtu.be/O85AV406SXI
This is kinda how I thought WebStorm would work. (Maybe it does.)
------------------------------------
Yahoo Groups Links
Loading...