The templates are all for banners and the tools for making say a "div" are not there.
Google Web Designer (2013)
41–50 of 153 posts
Re: Google Web Designer (2013)
#42I 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…
Re: Google Web Designer (2013)
#43Re: Google Web Designer (2013)
#44Could 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 ?
HTML/CSS WYSIWYG editing from mathematician point of view:
Second main task of a browser is: by having given HTML/CSS to produce set of pixels on window's surface.
On other side WYSIWYG editor is aimed to solve opposite task: from desired set of pixels (those ones you want to get) to restore/produce acceptable HTML/CSS combination.
The problem is that the task can be accomplished only with pure HTML. As soon as you add CSS to the equation acceptable WYSIWYG becomes barely possible: the same set of pixels (rendering on the screen) can be achieved in many different ways. Layout can use floats, absolute positioning, flexes and grids recently, etc.
Direct task (rendering) is perfectly formalize-able and solvable (HTML5 and CSS specs) - we have at least three independent implementations of these formalizations.
But opposite task (HTML/CSS structure synthesis from given image) has no determined solution.
And so different WYSIWYG systems use different approximations.
Like Microsoft Word, it produces HTML/CSS documents that are pretty close to what you just saw in it, but that HTML/CSS is barely readable and reusable as HTML/CSS. Others produce readable HTML but rendering is far from what you want to see.
Therefore "ideal" WYSIWYG editing of HTML/CSS is not achieavable in principle. You need to give up something - either WYSIWYG quality per se or feature set. Like you can have WYSIWYG editing but for editable text alike islands: content area of your blog site for example.
Re: Google Web Designer (2013)
#45Could 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 ?
They do exist in different forms. If you're on the level that's just above making a Facebook page then you might go with Squarespace or Wix which have WYSIWYG editors. Surprisingly, Dreamweaver is still a product that is updated(?) and used by many. When it comes to the high-end, there are Mac apps such as Hype and Sparkle which are used especially for developers who want to create animated websites. It's also the ca…
Re: Google Web Designer (2013)
#46Re: Google Web Designer (2013)
#47Could 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 ?
WYSIWYG requires a fixed layout size, which was common back when dreamweaver/frontpage were around.
Re: Google Web Designer (2013)
#48Could 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 ?
Re: Google Web Designer (2013)
#49Could 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 ?
Re: Google Web Designer (2013)
#50Could 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.