<?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>Web Considerations&#187; CSS Design Topics</title>
	<atom:link href="http://webconsiderations.com/tag/css-design-topics/feed/" rel="self" type="application/rss+xml" />
	<link>http://webconsiderations.com</link>
	<description>Putting Ideas Into Reality</description>
	<lastBuildDate>Tue, 06 Jul 2010 08:43:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cross Browser Testing &#8211; A Key Component</title>
		<link>http://webconsiderations.com/cross-browser-testing/</link>
		<comments>http://webconsiderations.com/cross-browser-testing/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:35:41 +0000</pubDate>
		<dc:creator>Web Considerations</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[CSS Design Topics]]></category>

		<guid isPermaLink="false">http://webconsiderations.com/blog/?p=9</guid>
		<description><![CDATA[When designing a websiste, there are many factors that come into play that most people, including a lot of &#8220;website designers&#8221; do not consider. That primarily being how a website functions in various browser platforms, Meaning, just because the website looks good in Firefox and Chrome, does not mean it looks good in Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p>When designing a websiste, there are many factors that come into play that most people, including a lot of &#8220;website designers&#8221; do not consider. That primarily being how a website functions in various browser platforms, Meaning, just because the website looks good in Firefox and Chrome, does not mean it looks good in Internet Explorer and Opera.</p>
<p>As a designer, I am aware that the best practice in designing a website is by using CSS to separate the HTML markup (how it is laid out) from the content of your web pages. By doing so, you provide a much cleaner and often smaller amount of data that has to be read by the search engines to index your website. Effectively promoting better search engine results. Which after all is a key in a good website.</p>
<p>The problem is that there are sometimes different results that the bugs in various browsers can cause no matter how well your CSS is written and no matter how clean the HTML code is.</p>
<p>At Web Considerations, your website will be tested against all of the major and most popular web browsers including Firefox, Chrome, Safari, Opera and Internet Explorer (currently version 6, 7 and 8). We want you to get the most benefit from your new design and since there are so many different browsers, we want to ensure that you get the maximum exposure with little to difference in how the site will look or function.</p>
<p>If you would like to know more about our testing practices before committing to getting a new website, feel free to <a href="http://www.webconsiderations.com/contact-me">contact us</a>, it would be great to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://webconsiderations.com/cross-browser-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defining CSS</title>
		<link>http://webconsiderations.com/defining-css/</link>
		<comments>http://webconsiderations.com/defining-css/#comments</comments>
		<pubDate>Fri, 16 May 2008 20:00:51 +0000</pubDate>
		<dc:creator>Web Considerations</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[CSS Design Topics]]></category>

		<guid isPermaLink="false">http://webconsiderations.com/blog/?p=7</guid>
		<description><![CDATA[What is CSS Exactly? Cascading Style Sheets (or CSS) is recognized as the recommended way to maintain the presentational level of a website document. The main and utmost important benefit of using CSS over presentational markup imbedded in HTML is that all styling can be kept separated from the content of the document. You can [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is CSS Exactly?</strong></p>
<p>Cascading Style Sheets (or CSS) is recognized as the recommended way to maintain the presentational level of a website document.</p>
<p>The main and utmost important benefit of using CSS over presentational markup imbedded in HTML is that all styling can be kept separated from the content of the document. You can create a single CSS file and attach it to your web pages for easy maintenance.</p>
<p>For instance, if you had a website that consisted of 1000 pages and you wanted to change the text color of your &lt;H1&gt; tag, you could easily update all 1000 pages instantly by modifying one CSS file. If your presentational markup was imbedded into each HTML web page, you would have to edit 1000 pages if your website look was to remain consistent throughout the entire site.</p>
<p>Simply attaching one or even a few external CSS files to your web document offers a great number of benefits. It would be difficult to overstate just how beneficial using CCS is but in the simplest of terms: it is obviously much more efficient editing (or maintaining) one file instead of 100, 1000, or 10,000 HTML documents.</p>
<p>Sometimes with smaller sites, some designers may not recognize the benefit but I highly recommend getting into the practice on sites of any size. I can speak for experience&#8230; it save huge amounts of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://webconsiderations.com/defining-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
