HTML5 code hints
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
HTML5 code hints
How about HTML5 code hints and all of the other features that are implemented for XHTML. CSS3 code hints would also be great. I have Dreamweaver and Komodo 6, both feature code hints for HTML5. However, I prefer the WeBuilder 2008, it is my primary code editor and I use it for all of my work. I know dreamweaver has a butt load of features, but it's slow, clunky and a pain to customize. Komodo 6 is free and you only get but so much. I prefer WeBuilder, it's the tool of choice for me. I need the HTML5 and CSS3 hook up Karlis!!!
Re: HTML5 code hints
I've moved your request into it's on topic rather than on Karlis guidelines topic.
Re: HTML5 code hints
Hi,
Support for CSS3 has been implemented in version 2010.
Support for HTML5 will be added with version 2011 - coming out pretty soon.
Gatis
Support for CSS3 has been implemented in version 2010.
Support for HTML5 will be added with version 2011 - coming out pretty soon.
Gatis
Kind regards,
Gatis Avots
Gatis Avots
Re: HTML5 code hints
When soon? I mean HTML5 has been out for quite a while....Gatis wrote: Support for HTML5 will be added with version 2011 - coming out pretty soon.
Gatis
Re: HTML5 code hints
http://forums.blumentals.net/viewtopic.php?f=25&t=4894gwmbox wrote:When soon? I mean HTML5 has been out for quite a while....Gatis wrote: Support for HTML5 will be added with version 2011 - coming out pretty soon.
Gatis
Re: HTML5 code hints
Yes, but it is still not an official standard it is still currently under development.When soon? I mean HTML5 has been out for quite a while....
Sorry for the delay. We will release the beta of version 2011 this month.
And thank you for your patience.
Gatis
Kind regards,
Gatis Avots
Gatis Avots
Re: HTML5 code hints
this is good news..
thanks for working to get it out soon.. Webuilder is certainly my tool of choice.. for many years.

Re: HTML5 code hints
Looking forward to checking out the new version 

Re: HTML5 code hints
Oh yes, me too and I am sure there are many others.xtom wrote:Looking forward to checking out the new version
Doing some esthetic and functional changes with my web site(in html5) and using WB 2010 is somewhat problematic but doable.
I spend a better part of of yesterday trying to solve a bug only to find out that I had forgotten an end closing tag and IF WB had html5 support present that would have been.
I did install IE9 on my new system and after seeing its support for html5 I removed it as I get better support from IE8 or IE7 using a DOM technique for IE to accept html5 tags.
I add the following statement just above the </head> and IE8 loves it; although limited but works.
<code>
<!-- this is to give IE html5 tag info -->
<!--[if IE]>
<script>
document.createElement('header');
document.createElement('hgroup');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('footer');
</script>
<![endif]-->
</code>
mapleleaf
http://www.mirana.net
Re: HTML5 code hints
Ah, so here is the old post I was referring to, well it has been a couple of months now and still no new version with CSS3 or HTML5?
Any plans or ideas when 2011 (v11) will be out?
Cheers
GW
Any plans or ideas when 2011 (v11) will be out?
Cheers
GW
Re: HTML5 code hints
Hi,
Yesterday we had a project meeting, and have decided to postpone the release of the next major version for 4-6 weeks (mid May).
We apologize for the delay, but it had to be.
By then a beta version will be available for testing and the final release will come after 2-4 more weeks.
Thank you for your patience.
Kind regards,
Gatis
Yesterday we had a project meeting, and have decided to postpone the release of the next major version for 4-6 weeks (mid May).
We apologize for the delay, but it had to be.
By then a beta version will be available for testing and the final release will come after 2-4 more weeks.
Thank you for your patience.
Kind regards,
Gatis
Kind regards,
Gatis Avots
Gatis Avots
Re: HTML5 code hints
Gatis wrote: Yesterday we had a project meeting, and have decided to postpone the release of the next major version for 4-6 weeks (mid May).
We apologize for the delay, but it had to be.
By then a beta version will be available for testing and the final release will come after 2-4 more weeks.
Well that was somewhat expected is it doesn't surprise me.
Now here is the question, for those of us who purchased WB 2010, in 2010, will this be a free update? As the release of the new version in May falls outside of the 6-month period for a free update. My purchase was made in October, 2010 outside of the six month period.
Re: HTML5 code hints
Gatis
Could your reply be best served in the announcement section or at least a copy it?
I agree it is in response to a query BUT in this case your response would also be good in the announcement section
Could your reply be best served in the announcement section or at least a copy it?
I agree it is in response to a query BUT in this case your response would also be good in the announcement section
Re: HTML5 code hints
Thanks for suggestion. However, we do not want to give out an official announcement currently, because the dates might still change a little bit (maybe it will be released even earlierI agree it is in response to a query BUT in this case your response would also be good in the announcement section

Gatis
Kind regards,
Gatis Avots
Gatis Avots
Re: HTML5 code hints
Here is my wish list that I would like to see in the new release aside from
Macros, at least 2-3. I have to edit 35 pages and using a macro would be an asset
- 1. a CSS reset
2. font normalization
3. label alignment
4. device orientation
Perhaps what we should do in this forum is to collect the wish list from users of WB 2010 and let's see what it will turn into. I will admit that I am partial to html5 and CSS3 as they are or will be the standards to reckon with.
It could very well be that Blumental will decide to have a separate program for just html5/css3 in the future.