|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/30/2007 12:44:33 PM
Posts: 10,
Visits: 5
|
|
I use a lot when I am using my business website and on myspace
Rebecca
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 6/4/2007 8:17:37 AM
Posts: 12,
Visits: 4
|
|
Macromedia Dreamweaver is very respectable
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 12/14/2007 4:30:11 AM
Posts: 12,
Visits: 3
|
|
| I like Dreamweaver the best.
|
|
|
|
|
Admin
      
Group: Administrators
Last Login: 7/15/2009 7:14:42 AM
Posts: 166,
Visits: 332
|
|
| Dreamweaver is arguably the best web design tool. I think the main reason for the depreciation of so many HTML tags is the fact that the web development world is going more focus on other technologies. HTML is the barebones of any website. We have so many other languages and technologies to handle the more advanced features of a web site. CSS for instance, it is a lot easier to create the skeleton of a website in HTML and then apply a CSS StyleSheet to it to interpret how it looks. Then we can simply apply another stylesheet to it when we want to change the look. If it were mostly HTML, then it would take us a lot longer to modify our pages.
|
|
|
|
|
Admin
      
Group: Administrators
Last Login: 7/9/2010 8:23:23 AM
Posts: 142,
Visits: 319
|
|
| I'm sad to see <.center> go....we had some good times together. So simple
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/14/2009 1:33:37 PM
Posts: 16,
Visits: 16
|
|
I use visual studio and it validates my HTML against W3C recommendations..
Another thing you can do is validate some of your pages in the W3C validator and see the result. Based on that change your codes
Link to the W3C validator is http://validator.w3.org/
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 6/23/2009 3:56:05 PM
Posts: 10,
Visits: 2
|
|
i hate that instead of < br >
you have to use < br / >
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/7/2010 1:20:33 PM
Posts: 1,
Visits: 6
|
|
Lot of people saying Dreamweaver is the best/good. Is that still the consensus? I just bought it, like using it, and now I hear about being compliant...lol. Only one client has been a stickler about it, but it's still good to know...
Have to build a music site and load times and google ranking are pretty important. I'm assuming the more compliant the less problems down the line right?
Check out indie songs by Gentle on Reverb nation.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/4/2010 9:03:18 AM
Posts: 5,
Visits: 7
|
|
Why on earth would you limit the use of the < b > tag other than for the fact you didnt want to use it ?
I never excessively spammed it but I think its a bit strange that the search engines are penalizing people who excessively bold things.
Though I guess it is a tactic of internet marketers so it may be something the algorithims have been trained to pick out.
Company
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/4/2010 11:46:12 PM
Posts: 2,
Visits: 1
|
|
Yes, they have deprecated a number of HTML tags. This is mostly because they are trying to develop better separation of content from how things look.
For instance, the reason why you should no longer use the [bold] tag, is because it tells the browser something related to how it should be drawn. HTML should only be used for content, CSS should be used for all styling. That is the same reason why the table tag is deprecated as well.
-Thomas Hintz
http://thintz.com
I also offer programming tutoring.
|
|