<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033571" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033571</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/converting-css-and-xhtml-how#comment-1195708</link>
    <description> &lt;p&gt;This article has some starting points for doing CSS layouts. So you don&#039;t have to start from scratch every time. The best way to learn CSS layout is to copy code from other sites and try to figure out how it works.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://24ways.org/advent/css-layout-starting-points&quot; class=&quot;bb-url&quot;&gt;http://24ways.org/advent/css-layout-starting-points&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Mar 2006 14:09:59 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1195708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/converting-css-and-xhtml-how#comment-1195450</link>
    <description> &lt;p&gt;Agreed with the others here, particularly Megan, good mini-article!&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;DSSR wrote:&lt;/strong&gt; I am using Front Page 2002.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;As Busy pointed out, get rid of Frontpage. It doesn&#039;t let you edit html the way you need to, it just doesn&#039;t understand good coding!&lt;/p&gt;
&lt;p&gt;And never worry about not knowing things, that&#039;s why this forum exists: We all have to learn sometime, somehow. The exciting thing about this is that you&#039;ll never be an expert at every aspect of web design/development. You&#039;ll always be learning!&lt;/p&gt;
&lt;p&gt;When you&#039;ve had a look at what Megan&#039;s mentioned, and are comfortable with it, check out the following sites for inspiration (and feel free to check the code to see how these were built):&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.csszengarden.com&quot; title=&quot;http://www.csszengarden.com&quot;&gt;http://www.csszengarden.com&lt;/a&gt; - Created for graphic designers, but is a good showcase for why using CSS is advantageous.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.zeldman.com&quot; title=&quot;http://www.zeldman.com&quot;&gt;http://www.zeldman.com&lt;/a&gt; - Web standards guru. Wrote the famous: &quot;Designing with Web Standards&quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cameronmoll.com&quot; title=&quot;http://www.cameronmoll.com&quot;&gt;http://www.cameronmoll.com&lt;/a&gt; - Solid, good design and branding.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.webstandards.org/&quot; title=&quot;http://www.webstandards.org/&quot;&gt;http://www.webstandards.org/&lt;/a&gt; - An organisation dedicated to promoting web standards. &lt;a href=&quot;http://www.webstandards.org/2006/02/14/nfb-vs-target-in-perspective/&quot; class=&quot;bb-url&quot;&gt;Here&#039;s a good example of why you should design with web standards&lt;/a&gt;. The National Federation of the Blind are sueing Target for having an inaccessible web site. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Don&#039;t worry though, they won&#039;t sue you for having an inaccessible personal site. Just to let you know it&#039;s getting more important to get things right.&lt;/p&gt;
&lt;p&gt;Even Microsoft are getting a bit better (not enough IMO) IE7 will have much better CSS support than 6. They&#039;re also getting advice from the guys at webstandards.org&lt;/p&gt;
&lt;p&gt;Anyway, that&#039;s a lot to take in! Just follow Megan and Busy&#039;s advice and you&#039;ll be ok.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 22:17:50 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1195450 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/converting-css-and-xhtml-how#comment-1195444</link>
    <description> &lt;p&gt;When learning HTML remember two things&lt;/p&gt;
&lt;p&gt;all tags (things between these &amp;lt; &amp;gt;) should be in lowercase (some bad html tutorials and books still show uppercase) will make switch to XHTML a lot easier&lt;/p&gt;
&lt;p&gt;all values must be quoted with double quotes: name=&quot;value&quot; - again lots of bad tutorials and books out there&lt;/p&gt;
&lt;p&gt;Nesting tags can be used but used properly &lt;a&gt; (made up start tags) should always end the opposite way they started &lt;/a&gt;, this also will help the upgrade to XHTML.&lt;/p&gt;
&lt;p&gt;If learning from books or websites, NEVER take one site as gosspel, always use minimum of two sources&lt;/p&gt;
&lt;p&gt;Get rid of frontpage &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Practice, practice and practice, make mistakes and learn from them, learn what how when and before long you&#039;ll be putting us out of work &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 21:01:02 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195444 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/converting-css-and-xhtml-how#comment-1195433</link>
    <description> &lt;p&gt;Hi DSSR.  I split this off from the other thread because I think it&#039;s an excellent question and could be a good resource for all members.&lt;/p&gt;
&lt;p&gt;The way I see it, there are several steps in converting your site from old-school HTML to xHTML an CSS.  &lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt;Convert to XHTML - there are a few key differences between xHTML and HTML. Mainly, it&#039;s more strict about how things are written so you have to do everything correctly. This means that all tags are lower case, attributes are always quoted, all tags are closed and nested properly etc. &lt;a href=&quot;http://www.w3schools.com/xhtml/xhtml_html.asp&quot; class=&quot;bb-url&quot;&gt;W3 Schools.com&lt;/a&gt; has more information.&lt;/li&gt;
&lt;li&gt;At the same time, learn how to use CSS.  The W3Schools site I linked above has a good tutorial on that too. At this point you&#039;ll want to use CSS for font formatting, colours, links and things like that.  Using it for layout is tough so we&#039;ll save that for later.&lt;/li&gt;
&lt;li&gt;Validate - go to validator.w3.org and plug in your site URL.  It will tell you what you&#039;ve done wrong.  In order for this to work you&#039;ll need to have a &lt;a href=&quot;http://www.w3schools.com/tags/tag_doctype.asp&quot; class=&quot;bb-url&quot;&gt;doctype&lt;/a&gt;. This basically tells the validator what type of HTML you are using. YOu&#039;ll probably start out with HTML 4.0 transitional and then move up to xHTML transitional, then xHTML strict. The &lt;a href=&quot;http://www.w3.org/&quot; class=&quot;bb-url&quot;&gt;W3C&lt;/a&gt; is the group that makes these rules and decides what the code should be. If you really want the details you can read the documentation on their site.&lt;/li&gt;
&lt;li&gt;Once you&#039;ve got that mastered, you can try moving to CSS for layout.  There aren&#039;t a log of great starter resources on the topic so you have to sort of poke around and play with different techniques. Doing a google search for &quot;CSS 2 column layout&quot; or whatever you are trying to do will bring up a lot of examples to work with. Here are a couple of articles I found to be helpful when I was starting out:
&lt;p&gt;&lt;a href=&quot;http://www.alistapart.com/articles/practicalcss/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/articles/practicalcss/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.alistapart.com/articles/negativemargins/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/articles/negativemargins/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I hope that helps, and good luck! If you&#039;re having problems at any point just let us know. The results of the validator in step 3 can sometimes be confusing.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 15:43:03 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1195433 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
