<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: Tb-one.se's Comments</title>
    <link>http://www.good-tutorials.com/user/Tb-one.se</link>
    <description>Tb-one.se's comments on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>CSS Shorthand Properties</title>
      <description>Pretty good, but I think that colors are worth to bring up. Like:

#FF0000 = #F00
#00FF00 = #0F0
#0000FF = #00F
#000000 = #000
#CC33FF = #C3F

</description>
      <author>Tb-one.se</author>
      <pubDate>Sun, 10 Feb 2008 21:57:07 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/25943/css-shorthand-properties#comment-3412</link>
      <guid>http://www.good-tutorials.com/tutorial/25943/css-shorthand-properties#comment-3412</guid>
    </item>
    <item>
      <title>Anchors in HTML</title>
      <description>You can link to ID's to:

&amp;lt;a href=&amp;quot;#content&amp;quot;&amp;gt;Skip to content&amp;lt;/a&amp;gt;
........
&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;..... </description>
      <author>Tb-one.se</author>
      <pubDate>Sun, 13 Jan 2008 09:44:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/24396/anchors-in-html#comment-3181</link>
      <guid>http://www.good-tutorials.com/tutorial/24396/anchors-in-html#comment-3181</guid>
    </item>
    <item>
      <title>Apply bbcode with JavaScript</title>
      <description>Sry, should be running now....</description>
      <author>Tb-one.se</author>
      <pubDate>Sat, 12 Jan 2008 12:23:47 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/25237/apply-bbcode-with-javascript#comment-3175</link>
      <guid>http://www.good-tutorials.com/tutorial/25237/apply-bbcode-with-javascript#comment-3175</guid>
    </item>
    <item>
      <title>Opacity</title>
      <description>One thing I don't get, why using IE's filter opacity on the hover, since :hover will not work in IE on other elements then &amp;lt;a&amp;gt;</description>
      <author>Tb-one.se</author>
      <pubDate>Fri, 28 Dec 2007 18:48:03 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/24865/opacity#comment-3038</link>
      <guid>http://www.good-tutorials.com/tutorial/24865/opacity#comment-3038</guid>
    </item>
    <item>
      <title>Working with menus and navigations</title>
      <description>I'm sorry, of course it should be in the HTML area under Basics.</description>
      <author>Tb-one.se</author>
      <pubDate>Tue, 25 Dec 2007 01:43:00 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/24847/working-with-menus-and-navigations#comment-3023</link>
      <guid>http://www.good-tutorials.com/tutorial/24847/working-with-menus-and-navigations#comment-3023</guid>
    </item>
    <item>
      <title>Good-Tutorials goes Java</title>
      <description>Nice nice!

PS: Wouldn't it be better to rename &amp;quot;3ds Max&amp;quot; to something like just &amp;quot;3D&amp;quot;, cause many people also uses Maxon Cinema(including me) and other 3d programs. It should make that section bigger...</description>
      <author>Tb-one.se</author>
      <pubDate>Fri, 21 Dec 2007 16:15:04 +0000</pubDate>
      <link>http://www.good-tutorials.com/blog/27-good-tutorials-goes-java#comment-3008</link>
      <guid>http://www.good-tutorials.com/blog/27-good-tutorials-goes-java#comment-3008</guid>
    </item>
    <item>
      <title>Simple Hover Menu Links</title>
      <description>You have some really unnecessary code here, to get the same result I would do something like this:

#menu_set { font-size: 9px; width: 150px; } 
/* Cause the height are always set to auto. The font color will be defined in the &amp;lt;a&amp;gt;link and the text is also already aligned to the left. Margin and padding will be cleared in the &amp;lt;ul&amp;gt; */

#menu_set ul { margin: 0; padding: 0; list-style: none; }
/* list-style: none will delete the bullet. And same here with the font color */

#menu_set li { border-top: 1px solid #666; padding: 2px 3px; }
/* Why are you re-clearing the margin? Hex codes like this needs only 3 letters/numbers */

#menu_set li a { color: #000; text-decoration: none; font-weight: bold; }

#menu_set li a:hover { color: #B5B5B5; }
/* Text decoration and font weight is already defined */</description>
      <author>Tb-one.se</author>
      <pubDate>Fri, 21 Dec 2007 14:05:15 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/24749/simple-hover-menu-links#comment-3006</link>
      <guid>http://www.good-tutorials.com/tutorial/24749/simple-hover-menu-links#comment-3006</guid>
    </item>
    <item>
      <title>How to style the select form</title>
      <description>Sorry, all my posts where deleted, something happened with my web-hotel</description>
      <author>Tb-one.se</author>
      <pubDate>Fri, 21 Dec 2007 13:47:35 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/24767/how-to-style-the-select-form#comment-3005</link>
      <guid>http://www.good-tutorials.com/tutorial/24767/how-to-style-the-select-form#comment-3005</guid>
    </item>
  </channel>
</rss>
