Let's hope this isn't the new Dreamweaver!
Is Dreamweaver heavily used anymore? I don't honestly know, I haven't worked with anyone that used it in at least 7 years or so.
Google Web Designer
51–60 of 462 posts
Re: Google Web Designer
#52Downloaded. Opened. Drew a rectangle. Filled with #FF0000. It spit this out: https://gist.github.com/JacksonGariety/6766626 (after struggling and realizing CMD+S wasn't saving my file) I feel sorry for whoever was tasked with making this application.
Re: Google Web Designer
#53Downloaded. Opened. Drew a rectangle. Filled with #FF0000. It spit this out: https://gist.github.com/JacksonGariety/6766626 (after struggling and realizing CMD+S wasn't saving my file) I feel sorry for whoever was tasked with making this application.
Re: Google Web Designer
#54Another product without linux support from Google. This is getting frustrating.
Re: Google Web Designer
#55Re: Google Web Designer
#56This sounds a lot like Tumult's Hype: http://tumult.com/hype One of the primary complaints about Hype is that its HTML / CSS / JS output isn't very clean. I wonder if Google's tool produces better output. EDIT: Looks like not: https://news.ycombinator.com/item?id=6470640
While everything has its tradeoffs, we went with this approach because:
- Our app has a lot of animation and interactivity capabilities not meaningfully expressed through anything but JavaScript. For example, we don't use CSS3 Animations nor transitions because they aren't powerful enough (pausing, synchronization, etc.).
- We have better control over how we express the DOM to the browser. There's plenty of browser bugs or incompatibilities which sometimes require us to on-the-fly change the DOM structure or which properties we are using.
- The user could easily bork the output so it could not be read back in
- No tool will ever produce output that will appease everyone :)
We provide lots of hooks in and outside of the runtime for your own JavaScript and HTML so you can still customize quite a bit.
So it isn't that our output isn't very clean (in fact I'm quite proud of the runtime and how we've been able to add features without increasing bloat); it is that edits are meant to happen from the app itself.
Re: Google Web Designer
#57Downloaded. Opened. Drew a rectangle. Filled with #FF0000. It spit this out: https://gist.github.com/JacksonGariety/6766626 (after struggling and realizing CMD+S wasn't saving my file) I feel sorry for whoever was tasked with making this application.
Re: Google Web Designer
#58Earlier quoted context omitted.
It's necessary, but not sufficient. Look at Microsoft Blend for Visual Studio (formerly Microsoft Expression Blend), for example.
I don't think it was such a bad tool, it just targeted a dead-end platform (Silverlight)
Re: Google Web Designer
#59"Available for Mac and PC". I'd say it doesn't sound very attractive.
why
Linux is a thing mostly for coder types, and probably would want the source code attached to it.. and probably since they dont want tho share this code with us.. no Linux version for now
Re: Google Web Designer
#60Downloaded. Opened. Drew a rectangle. Filled with #FF0000. It spit this out: https://gist.github.com/JacksonGariety/6766626 (after struggling and realizing CMD+S wasn't saving my file) I feel sorry for whoever was tasked with making this application.
Do you know how much code this is for a runtime and how many browser incompatibility issues this solves.