Live data from Hacker News

Google Web Designer

google.com

151–160 of 462 posts

Re: Google Web Designer

#151

Downloaded. 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.

Hi,

We are glad you are trying out GWD. You are correct that it seems like a bit of overhead just to render a simple rectangle. However, as alphakappa astutely observed, there is some overhead to parse the JSON data which describes the various shapes and to render those shapes in canvas(es).

What you see is the entire canvas rendering library used by GWD. That code will be reused for additional shapes you create, including more complex shapes you can create with the Pen tool.

You bring up a great point though. In most cases, you probably don't need to draw shapes (and the overhead that comes with the runtime). If you want to rectangle elements on stage, a much better option is to use the Tag tool (the fourth tool from the top) and add HTML elements such as DIV and give them background colors and modify the border styles using the Properties panel.

We are working on our help documentation to educate our users in how to optimize their content in both size and performance.

Thanks, Google Web Designer team - aka the ones tasked with making this application. ;o)

Re: Google Web Designer

#154
Please for the love of god less of these generated development tools. I remember having to clean up a frontpage/dreamweaver generated codebase, kill me...

Re: Google Web Designer

#155

Ok, the war is on. Does anyone know of a good HTML5 ad blocker? Flash was awesome . It made it really easy to block animated ads. My browsing experience had been wonderful ever since I installed a Flash blocker a few years ago. Also did wonders for my battery life. Please, please help my browsing experience remain wonderful. Thanks.

Firefox+NoScript does a pretty good job. Typically, the domains that host the JavaScript to run the ads have no JavaScript I actually want executed.

If there's an exceptional case I open it in a Chromium private browsing window.

Re: Google Web Designer

#156

Ok, the war is on. Does anyone know of a good HTML5 ad blocker? Flash was awesome . It made it really easy to block animated ads. My browsing experience had been wonderful ever since I installed a Flash blocker a few years ago. Also did wonders for my battery life. Please, please help my browsing experience remain wonderful. Thanks.

Element Hiding Helper lets you target page components based on source. It has a standard filter for ads and other filters for egregious social buttons/trackers.

I also use it to remove annoying sign-up overlays and Google+ notifications when I search.

Re: Google Web Designer

#157

Downloaded. 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.

My favorite part is the WebKit specific code... Don't be Evil and something about standards right? This is like IE4/Netscape Communicator days all over again, except now with more than two dominant browsers... "I was a web dev in the 90s and all I got was this lousy XMLHttpRequest object"

Thought so too, but when you publish they let you add FireFox / IE CSS prefixes (on by default)

Re: Google Web Designer

#158
post #25

Earlier quoted context omitted.

I think that makes sense -- a lot of Google's (paying) clients have been using Adobe (formerly Macromedia) Flash to make ads for years; if Google wants them to adopt HTML5 technology they need to make tools that are as easy to use as Flash was.

I never thought flash was all that easy to use. I could never get the timeline to cooperate with what I was trying to do (drag/copy/paste frames etc)

Hi,

You can create animations in Google Web Designer in two modes, Quick mode and Advanced mode.

In Quick mode, you build your animation scene by scene: you add a new view of the entire page, change the elements you want to animate, and, optionally, modify your transition times and easings.

For more complex animation, Advanced mode lets you individually animate each of the the elements, optionally modifying transition times and easing as well. Advanced mode also shows layers, which let you change where each element is in the stack of elements.

Check out more information on how to use the two different timeline modes in our help center: https://support.google.com/webdesigner/topic/3181123?hl=en&r...

Thanks, Google Web Designer team

Re: Google Web Designer

#159
post #156

Ok, the war is on. Does anyone know of a good HTML5 ad blocker? Flash was awesome . It made it really easy to block animated ads. My browsing experience had been wonderful ever since I installed a Flash blocker a few years ago. Also did wonders for my battery life. Please, please help my browsing experience remain wonderful. Thanks.

Element Hiding Helper lets you target page components based on source. It has a standard filter for ads and other filters for egregious social buttons/trackers. I also use it to remove annoying sign-up overlays and Google+ notifications when I search.

And if you add Stylish on top you can pretty much make webpages look like you want them to with 2m work - I often end up fixing huge ugly headers and the like (i.e. text size/color) on blogs I frequent!

Re: Google Web Designer

#160
post #109

The most important feature of this (to Google(?)) is the built-in ad editor. It's the last point on the feature list page, but it's very telling that it's the first thing on the "Create New" screen. https://support.google.com/webdesigner/answer/3261498?hl=en&...

Flash was not designed to create whole websites either but that didn't stop people from doing it anyway.

Same can be said about HTML and applications.
Post reply on HN