<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Todddaygraphics&#039;s Blog</title>
	<atom:link href="http://todddaygraphics.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://todddaygraphics.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Fri, 25 Jun 2010 15:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='todddaygraphics.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Todddaygraphics&#039;s Blog</title>
		<link>http://todddaygraphics.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://todddaygraphics.wordpress.com/osd.xml" title="Todddaygraphics&#039;s Blog" />
	<atom:link rel='hub' href='http://todddaygraphics.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cross-Browser Compatibility</title>
		<link>http://todddaygraphics.wordpress.com/2010/06/25/cross-browser-compatibility/</link>
		<comments>http://todddaygraphics.wordpress.com/2010/06/25/cross-browser-compatibility/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:54:18 +0000</pubDate>
		<dc:creator>todddaygraphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://todddaygraphics.wordpress.com/?p=7</guid>
		<description><![CDATA[What exactly does &#8220;cross-browser compatibility&#8221; mean? Simply put, it means that your web site will look exactly the same in any browser. And while this may come as a surprise to many new designers, anyone who has ever pulled their hair out over the many bugs inherit in older versions of Internet Explorer knows how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todddaygraphics.wordpress.com&amp;blog=14109143&amp;post=7&amp;subd=todddaygraphics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What exactly does &#8220;cross-browser compatibility&#8221; mean? Simply put, it means that your web site will look exactly the same in any browser. And while this may come as a surprise to many new designers, anyone who has ever pulled their hair out over the many bugs inherit in older versions of Internet Explorer knows how frustrating it can be to make sure everything parses the same in all browsers.</p>
<p>Think about it, how many times have you designed your &#8220;best site ever&#8221; and previewed it til your blue in the face, then check it on someone else&#8217;s computer a few days later and it looks blown apart &#8230; elements out of order, colors wrong, fonts wrong &#8230; it&#8217;s happened to all new web designers at some point! And if the person who sees the bad version happens to be your client, you can run into big trouble down the road!</p>
<p>So how do we accomplish this goal? Two main ways. First, by being absolutely sure that your web sites are <a title="W3C Markup Validation Service" href="http://validator.w3.org/#validate_by_uri+with_options" target="_blank">standards compliant</a> and secondly by using the tools available to you both in your software and online to check for compatibility issues.</p>
<p>I use <a title="Adobe Dreamweaver" href="http://www.adobe.com/products/dreamweaver/?promoid=BPDEC" target="_blank">Adobe Dreamweaver</a> almost exclusively in building my sites. That&#8217;s not to say I don&#8217;t sometimes tinker with other programs and/or do preliminary layouts in notepad or <a title="Download Notepad++ here!" href="http://sourceforge.net/projects/notepad-plus/" target="_blank">notepad++</a> &#8230;&#8230;.. but when the final version is being built, I am going to always be in <a title="Adobe Dreamweaver" href="http://www.adobe.com/products/dreamweaver/?promoid=BPDEC" target="_blank">Dreamweaver</a>. One of the nicest things about <a title="Adobe Dreamweaver" href="http://www.adobe.com/products/dreamweaver/?promoid=BPDEC" target="_blank">Dreamweaver</a>, and all of the <a title="Creative Suite" href="http://www.adobe.com/products/creativesuite/" target="_blank">Adobe Creative Suite</a> software, is the array of troubleshooting tools built in. <a title="Adobe Dreamweaver" href="http://www.adobe.com/products/dreamweaver/?promoid=BPDEC" target="_blank">Dreamweaver</a> has a button in the main toolbar which will allow you to check the browser compatibility of your site as it&#8217;s being developed. If a problem is detected, clicking a link will take you to the<a title="Adobe Forums" href="http://forums.adobe.com/index.jspa" target="_blank"> Adobe web design forums/help pages</a> where solutions can be found.</p>
<p>Remember, when you are finishing your site&#8217;s build and previewing  &#8230; check it in as many browsers as you can. Download the latest versions of <a title="Firefox" href="http://www.mozilla.com/en-US/" target="_blank">Firefox</a>, <a title="IE" href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">Internet Explorer</a>, <a title="Chrome" href="http://www.google.com/chrome" target="_blank">Google Chrome</a>, <a title="Opera" href="http://www.opera.com/" target="_blank">Opera</a> and <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" title="Safari" href="http://www.apple.com/safari/" target="_blank">Safari</a> and go through every page in each browser. Look for font problems, color problems, divs that aren&#8217;t in the right place and images that aren&#8217;t floating correctly. Most of the time, a review and tweak of your CSS file will correct any problems. Always use someone else&#8217;s computer if possible, to preview your site on a test server before going live officially. Everyone doesn&#8217;t use the same resolution, text size, or browser and all of these can affect the way your site displays.</p>
<p>In future posts I will go into more detail on ways to correct common compatibility issues. Until then, happy designing!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/todddaygraphics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/todddaygraphics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/todddaygraphics.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todddaygraphics.wordpress.com&amp;blog=14109143&amp;post=7&amp;subd=todddaygraphics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://todddaygraphics.wordpress.com/2010/06/25/cross-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5fdcca6ad5c2db58adccdb77d48c45?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">todddaygraphics</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the Artist&#8217;s Blog!</title>
		<link>http://todddaygraphics.wordpress.com/2010/06/08/welcome-to-the-artists-blog/</link>
		<comments>http://todddaygraphics.wordpress.com/2010/06/08/welcome-to-the-artists-blog/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 23:48:11 +0000</pubDate>
		<dc:creator>todddaygraphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://todddaygraphics.wordpress.com/?p=3</guid>
		<description><![CDATA[Welcome to the official Artist&#8217;s Blog of Todd Day Graphics! I plan on this being an ongoing discussion on all things graphic design/art/web related. Some posts might be on new styles, trends or technology, other posts might focus on ideas and tutorials for great design, functional css, etc. Other times I might just decide to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todddaygraphics.wordpress.com&amp;blog=14109143&amp;post=3&amp;subd=todddaygraphics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the official Artist&#8217;s Blog of Todd Day Graphics!</p>
<p>I plan on this being an ongoing discussion on all things graphic design/art/web related.</p>
<p>Some posts might be on new styles, trends or technology, other posts might focus on ideas and tutorials for great design, functional css, etc. Other times I might just decide to rant about whatever&#8217;s bothering me that day!!</p>
<p>Thanks for coming along for the ride! Together we might all learn something!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/todddaygraphics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/todddaygraphics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/todddaygraphics.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todddaygraphics.wordpress.com&amp;blog=14109143&amp;post=3&amp;subd=todddaygraphics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://todddaygraphics.wordpress.com/2010/06/08/welcome-to-the-artists-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5fdcca6ad5c2db58adccdb77d48c45?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">todddaygraphics</media:title>
		</media:content>
	</item>
	</channel>
</rss>
