I just checked out the included templates. At least the first 20-30 are all ad templates, one of which is a full-screen mobile interstitial! That's the same element that just got an SEO finger wag from the Google Webmaster Central Blog[0]. _Just_ as the list of templates started getting interesting with some Youtube slider-thing integration, it came to an end. So yeah, this seems to be aimed at folks who need to buil…
Google Web Designer (2013)
51–60 of 153 posts
Re: Google Web Designer (2013)
#52I just checked out the included templates. At least the first 20-30 are all ad templates, one of which is a full-screen mobile interstitial! That's the same element that just got an SEO finger wag from the Google Webmaster Central Blog[0]. _Just_ as the list of templates started getting interesting with some Youtube slider-thing integration, it came to an end. So yeah, this seems to be aimed at folks who need to buil…
This tool was announced in 2013 by a different part of the company: https://doubleclick-advertisers.googleblog.com/2013/09/googl...
Last modified: April 14, 2014
Re: Google Web Designer (2013)
#53Could any expert shed any information on why we lack a professional front-end WYSIWYG kind of editor for the web ? I remember tools like dreamweaver/frontpage existed a long time ago, but don't hear about them anymore. Is it something that's too hard to make or is it just that the market doesn't exist ?
> Could any expert shed any information on why we lack a professional front-end WYSIWYG kind of editor for the web ? we don't. webflow[0] is the best I've seen. there's an OSS clone called grapejs[1], but it's still very alpha. one reason we don't see greater adoption is that WYSIWYG editors for the web occupy a sort of middle ground between template-based hosts like squarespace, weebly, etc, and opinionated low-barr…
Re: Google Web Designer (2013)
#54Re: Google Web Designer (2013)
#55Re: Google Web Designer (2013)
#56Earlier quoted context omitted.
The biggest reason is that WYSIWYG doesn't really work on the web. What you see on your screen isn't what someone else will see because their monitor is a different size or they are on a mobile device. WYSIWYG requires a fixed layout size, which was common back when dreamweaver/frontpage were around.
this is incorrect. almost every modern WYSIWYG editor includes support for media queries.
And there are still issues like css being polite suggestions rather than rules a browser has to follow. Firefox recently introduced a readability mode for instance.
Re: Google Web Designer (2013)
#57Could any expert shed any information on why we lack a professional front-end WYSIWYG kind of editor for the web ? I remember tools like dreamweaver/frontpage existed a long time ago, but don't hear about them anymore. Is it something that's too hard to make or is it just that the market doesn't exist ?
The biggest reason is that WYSIWYG doesn't really work on the web. What you see on your screen isn't what someone else will see because their monitor is a different size or they are on a mobile device. WYSIWYG requires a fixed layout size, which was common back when dreamweaver/frontpage were around.
Different screen sizes and WYSIWYG use are orthogonals. Any WYSIWYG editor worth its salt has supported media queries, previewing on different screen sizes, breakpoints, etc for ages.
Re: Google Web Designer (2013)
#58Earlier quoted context omitted.
this is incorrect. almost every modern WYSIWYG editor includes support for media queries.
People that understand media queries don't need WYSIWYG editors. And there are still issues like css being polite suggestions rather than rules a browser has to follow. Firefox recently introduced a readability mode for instance.
That's wrong, and analogous to saying that people who understand low level programming don't need IDEs.
Re: Google Web Designer (2013)
#59I just checked out the included templates. At least the first 20-30 are all ad templates, one of which is a full-screen mobile interstitial! That's the same element that just got an SEO finger wag from the Google Webmaster Central Blog[0]. _Just_ as the list of templates started getting interesting with some Youtube slider-thing integration, it came to an end. So yeah, this seems to be aimed at folks who need to buil…
This tool was announced in 2013 by a different part of the company: https://doubleclick-advertisers.googleblog.com/2013/09/googl...
Re: Google Web Designer (2013)
#60I just checked out the included templates. At least the first 20-30 are all ad templates, one of which is a full-screen mobile interstitial! That's the same element that just got an SEO finger wag from the Google Webmaster Central Blog[0]. _Just_ as the list of templates started getting interesting with some Youtube slider-thing integration, it came to an end. So yeah, this seems to be aimed at folks who need to buil…
One advantage over other HTML IDE's is that GWD's output is generally readable code, which can be extended, rather than obfuscated proprietary (adobe) bullcrap.