<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Admin &#187; Tutorials</title>
	<atom:link href="http://www.itAdmin.gordonfrench.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itAdmin.gordonfrench.com</link>
	<description>Your General Computer Guru</description>
	<lastBuildDate>Sat, 15 Aug 2009 01:30:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS, How to understand inline and block level elements.</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-understand-inline-and-block-level-elements/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-understand-inline-and-block-level-elements/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-understand-inline-and-block-level-elements/</guid>
		<description><![CDATA[<br/>Block level  elements are normally displayed as blocks with line breaks before and after. Examples of block level elements include paragraphs, headings, divs and block quotes.
Inline elements are not displayed as blocks. The content is displayed in lines and there are no line breaks before and after. Examples of inline elements include emphasized text, strong [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-understand-inline-and-block-level-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How To tweak css for only Safari?</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-tweak-css-for-only-safari/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-tweak-css-for-only-safari/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-tweak-css-for-only-safari/</guid>
		<description><![CDATA[<br/>If you have spent anytime dealing with CSS you have run into issues with a browser rendering code incorrectly. You may even have gone as far as to make several style sheets and use a browser check to tell the browser which one to use. Most of my websites dont need more then one style [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-tweak-css-for-only-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to Hide Styles from Older Browsers?</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-hide-styles-from-older-browsers/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-hide-styles-from-older-browsers/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:30:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-hide-styles-from-older-browsers/</guid>
		<description><![CDATA[<br/>Some older browsers, such as Netscape Navigator 4 and IE 4, have poor support for CSS. It is possible to hide styles from these browsers using specific media types and @import rules.
All styles will be hidden from Netscape Navigator 4 by changing the link element&#8217;s media type from screen to screen, projection. Netscape Navigator 4 [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-hide-styles-from-older-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to use @import styles</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-use-import-styles/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-use-import-styles/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-use-import-styles/</guid>
		<description><![CDATA[<br/>@import Styles?
Header and external style sheets also can import other style sheets using the @import rule. The @import rule must be placed before all other rules in the header or external style sheet.

@import &#8220;advanced.css&#8221;;
p {
font-family: arial, helvetica, san-serif;
margin: 1em;
padding: 1em;
background-color: black;
}


Imported styles can be used to link to multiple CSS files as well as to [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-use-import-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to Use Header Styles</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-use-header-styles/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-use-header-styles/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-use-header-styles/</guid>
		<description><![CDATA[<br/>Header styles also can be used to style the &#60;p&#62; element. The CSS rules can be placed in the head of the document using the style element. Like inline styles, header styles, header styles should be avoided where possible because the styles are added to the HTML markup rather than in external CSS files.
There are [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-use-header-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to use External Style Sheets!</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-use-external-style-sheets/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-use-external-style-sheets/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-use-external-style-sheets/</guid>
		<description><![CDATA[<br/>The third method of applying styles to  document involves linking to external style sheets. External style sheets are the most appropriate method for styling documents. If styles need to be changes, the modifications can take place in one CSS file rather than all HTML pages.
To change the header style to an external style, move the [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-use-external-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to Apply Inline Styles.</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-apply-inline-styles/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-apply-inline-styles/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-apply-inline-styles/</guid>
		<description><![CDATA[<br/>CSS, Inline styles can be applied directly to elements in the HTML code using the style attribute. However, inline styles should be avoided wherever possible because the styles are added to the HTML markup. This defeats the main purpose of CSS, which is to apply the same styles to as many pages as possible across [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-apply-inline-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-08-09</title>
		<link>http://www.itAdmin.gordonfrench.com/twitter-weekly-updates-for-2009-08-09/</link>
		<comments>http://www.itAdmin.gordonfrench.com/twitter-weekly-updates-for-2009-08-09/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/twitter-weekly-updates-for-2009-08-09/</guid>
		<description><![CDATA[<br/>
New blog post: CSS, What is a &#60;div&#62; http://bit.ly/Sbfu #
Flash, ActionScript tutorials on loops http://bit.ly/QMq8t #
Great PHP Tutorial on using include and require. Include is a great way to control your header or footer. http://bit.ly/pnX7g #
Install OSX on your PC (Gigabyte GA-EP45-UD3P): http://digg.com/d3zt8L?t #
CSS How To, IDs have more weight then classes. If a class [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/twitter-weekly-updates-for-2009-08-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How To use advanced selectors.</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-use-advanced-selectors/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-use-advanced-selectors/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-use-advanced-selectors/</guid>
		<description><![CDATA[<br/>Child selectors
Child selectors are used to selected an element that is a direct child of another elements parent. Child selectors will not selected all descendants, only direct children. For example, you might want to target an &#60;em&#62; that is a direct child of a &#60;div&#62;, but not other &#60;em&#62; elements that are descendants of the [...]]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-use-advanced-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS, How to use Universal Selectors</title>
		<link>http://www.itAdmin.gordonfrench.com/css-how-to-use-universal-selectors/</link>
		<comments>http://www.itAdmin.gordonfrench.com/css-how-to-use-universal-selectors/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itAdmin.gordonfrench.com/css-how-to-use-universal-selectors/</guid>
		<description><![CDATA[<br/>Universal selectors are used to select any element. For example , to set the margins and padding on every element to 0, * can be used.
*{
margin: 0;
padding: 0;
}
Universal selectors also can be used to select all elements within another elements. The code below will select any element inside the &#60;p&#62; element.
p * {
color: red;
}


]]></description>
		<wfw:commentRss>http://www.itAdmin.gordonfrench.com/css-how-to-use-universal-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
