<?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>Art Blog: ColorSketches by Edward Sine &#187; CSS</title>
	<atom:link href="http://www.colorsketches.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.colorsketches.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 16:20:07 +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>CSS, Fun, and Modern Browsers</title>
		<link>http://www.colorsketches.com/2009/01/css-fun-and-modern-browsers/</link>
		<comments>http://www.colorsketches.com/2009/01/css-fun-and-modern-browsers/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:57:10 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.colorsketches.com/?p=57</guid>
		<description><![CDATA[Even though my business offers different services: concept design, art &#038; illustration, and web design &#8211; it seems incoming projects will undoubtedly be for the same service at any particular time. For the last couple of months almost everything has been web design. Thus, web design is on my mind right now. One of the [...]]]></description>
			<content:encoded><![CDATA[<p>Even though my business offers different services: concept design, art &#038; illustration, and web design &#8211; it seems incoming projects will undoubtedly be for the same service at any particular time. For the last couple of months almost everything has been web design.</p>
<p>Thus, web design is on my mind right now. One of the projects on which I have been working, is a redesign of my blog and resource <a href="http://www.artnarchitecture.com/" target="_blank">Art &amp; Architecture</a>. Since it is a project for myself, I have decided to design it for a minimum screen resolution of 1024 pixels wide. It looks better on a 1280&#215;1024 resolution, and even better on the 1920&#215;1200 resolution running on my monitor. I have taken some time to play with enhancements using the <a href="http://labs.adobe.com/technologies/spry/" target="_blank">Spry Framework</a> in <a href="http://www.adobe.com/products/dreamweaver/" target="_blank">Adobe Dreamweaver</a>. I have also been messing around with <a href="http://jquery.com/" target="_blank">jQuery</a>. Both offer some very cool possibilities.</p>
<p>The content for all current projects is database driven with structural html markup, and styled with css; no tables. I have been improving my web programming skills by dropping hard earned money on reference books, and doing lots of research on the web, and one thing confuses me a little. I vowed to keep everything positive on this blog, but a little rant here, the &#8220;expert&#8221; programmers writing these references spend a lot of time talking about designing for people with ultra low res monitors, and how to create work-arounds for people using ten year old outdated browsers. The first thought that comes to my mind, why is anyone using Internet Explorer 5 for Mac? There are any number of browsers available, and they are all FREE!</p>
<p>So I have been testing my code on current browsers: <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a>, <a href="http://www.apple.com/safari/download/" target="_blank">Safari</a>, <a href="http://www.opera.com/" target="_blank">Opera</a>, <a href="http://flock.com/" target="_blank">Flock</a>, <a href="http://www.avantbrowser.com/" target="_blank">Avant</a>, <a href="http://www.maxthon.com/" target="_blank">Maxthon</a>, <a href="http://www.seamonkey-project.org/" target="_blank">SeaMonkey</a>, <a href="http://www.google.com/chrome" target="_blank">Chrome</a>, and <a href="http://www.microsoft.com/windows/Internet-explorer/download-ie.aspx" target="_blank">Internet Explorer 6, 7, 8</a>. (If you are not using a current browser, here is your opportunity.) As I can only have one version of Internet Explorer on my system at one time, I use <a href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE Tester</a> for testing Explorer. Second rant for this post, as I write the code (as the &#8220;experts&#8221; instruct me), my pages work perfectly in everything except Internet Explorer 6, 7, 8. So the second stage of every page design seems to be butchering the code three different ways to get it to work in each of the three Microsoft products. And they write our operating system! Microsoft! Learn how to write a browser and quit holding back the web!</p>
<p>Enough said: I must dive back into a reference book and find a hack to make today&#8217;s web page work in Internet Explorer. Yeeha!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorsketches.com/2009/01/css-fun-and-modern-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fonts in Web Design</title>
		<link>http://www.colorsketches.com/2008/01/fonts-in-web-design/</link>
		<comments>http://www.colorsketches.com/2008/01/fonts-in-web-design/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 17:04:24 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.colorsketches.com/?p=20</guid>
		<description><![CDATA[Tired of sticking with Verdana and Arial in web design, I did some research to find out what other options might be possible. For those of you not familiar with font usage in web design, when using html and css, the font specified for text must be available on every viewer&#8217;s computer. This means the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="mainletter">T</span>ired of sticking with Verdana and Arial in web design, I did some research to find out what other options might be possible. For those of you not familiar with font usage in web design, when using html and css, the font specified for text must be available on every viewer&#8217;s computer. This means the designer is limited to common fonts that are actually shipped as Windows or Mac system fonts. The css specification would be (font-family: Verdana, Arial, sans-serif). Several fonts can be listed as the browser will go down through the list until it finds an available font. The last one listed is commonly a &#8220;font family&#8221; so if none of the  fonts are found, the browser will use the generic family.</p>
<p><span class="mainletter">T</span>he general common fonts I found did not expand the list dramatically, but it did create some possibilities. I will show them here by name using the font specification in css. The font size on all is 16px. As you can see, some fonts display larger than others. (The display of this list actually depends on fonts found on your computer.)<br />
<span class="ari">Arial</span><br />
<span class="verd">Verdana</span><br />
<span class="treb">Trebuchet MS</span><br />
<span class="com">Comic Sans MS</span><br />
<span class="cour">Courier New</span><br />
<span class="geo">Georgia</span><br />
<span class="tim">Times New Roman</span><br />
<span class="imp">Impact</span></p>
<p>A font that is common on the Mac, Lucida Grande, can be found as Lucida Sans Unicode in Windows.<br />
<span class="luc">Lucida</span></p>
<p>Two more fonts that are very common, but not a sure thing are:<br />
<span class="gen">Geneva</span><br />
<span class="helv">Helvetica</span></p>
<p>Here is a listing of the typical font families. Again the way they display is dependent on the fonts found on your computer.<br />
<span class="sans">sans-serif</span><br />
<span class="ser">serif</span><br />
<span class="cur">cursive</span><br />
<span class="fan">fantasy</span><br />
<span class="mono">monospace</span><br />
<span class="mainletter">I</span> hope this adds some options to your efforts using css on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorsketches.com/2008/01/fonts-in-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZenGarden</title>
		<link>http://www.colorsketches.com/2007/03/zengarden/</link>
		<comments>http://www.colorsketches.com/2007/03/zengarden/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 03:19:52 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.colorsketches.com/?p=9</guid>
		<description><![CDATA[I seem to be writing a lot of posts about css lately, but I have been working on a new site and it is on my mind. A very interesting spot on the web that is worth checking out is CssZenGarden. In a nutshell, the concept is one page of structural markup, that is styled [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csszengarden.com/"><img src="/postpics/zengate.gif" align="left" border="0" height="73" width="93" /></a>I seem to be writing a lot of posts about css lately, but I have been working on a new site and it is on my mind. A very interesting spot on the web that is worth checking out is CssZenGarden. In a nutshell, the concept is one page of structural markup, that is styled by user submitted css files. The submitted designs are quite spectacular. If you are unsure of the value of using css over tables, this site should convince you. If you are just interested in looking at beautiful web pages, this is also the place. <a href="http://www.csszengarden.com/" target="_blank">cssZengarden.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorsketches.com/2007/03/zengarden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transcending CSS</title>
		<link>http://www.colorsketches.com/2007/01/transcending-css/</link>
		<comments>http://www.colorsketches.com/2007/01/transcending-css/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 15:14:04 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.colorsketches.com/?p=4</guid>
		<description><![CDATA[Over the Holidays, I began reading a book written by Andy Clarke entitled &#8220;Transcending CSS: The Fine Art of Web Design&#8221;, and I am finding it a fantastic reference. It approaches the use of CSS from a designers perspective, and it has made me think of web design in a whole different way. His explanation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.transcendingcss.com/" target="_blank"><img src="http://www.colorsketches.com/postpics/transcss.jpg" align="left" border="0" /></a><span class="mainletter">O</span>ver the Holidays, I began reading a book written by <a href="http://www.stuffandnonsense.co.uk/" target="_blank">Andy Clarke</a> entitled &#8220;Transcending CSS: The Fine Art of Web Design&#8221;, and I am finding it a fantastic reference. It approaches the use of CSS from a designers perspective, and it has made me think of web design in a whole different way. His explanation of proper structural mark-up is one of the easiest to understand that I have seen. The book also has a very good section on designing web pages to the grid. By laying grids overÂ screen shots ofÂ beautifully designedÂ sites it illustrates how the designers use them in exciting ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorsketches.com/2007/01/transcending-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
