<?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>Reno SEO, Web Design &#38; Internet Marketing &#187; web solutions</title>
	<atom:link href="http://www.westwardstrategy.com/blog/tag/web-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westwardstrategy.com</link>
	<description>Information on Natural Search Optimization, Web Design, Web Site Maintenance, Internet Marketing &#38; SEO from a Reno Nevada marketing company</description>
	<lastBuildDate>Fri, 23 Jul 2010 23:23:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Web Design Tidbit &#8211; July 27th, 2009</title>
		<link>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-27th-2009/</link>
		<comments>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-27th-2009/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:59:06 +0000</pubDate>
		<dc:creator>Kristy</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Design Tidbit]]></category>
		<category><![CDATA[reno web design]]></category>
		<category><![CDATA[web solutions]]></category>

		<guid isPermaLink="false">http://www.westwardstrategy.com/?p=564</guid>
		<description><![CDATA[Cheat sheets can be time and life savers. Even if you develop websites all the time there are probably more than a few html tags or CSS techniques that you forget on a regular basis. For me it&#8217;s the font-style property. Even if you are a CSS and html rockstar (like yours truly!), it doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Cheat sheets can be time and life savers. Even if you develop websites all the time there are probably more than a few html tags or CSS techniques that you forget on a regular basis. For me it&#8217;s the font-style property.</p>
<p>Even if you are a CSS and html rockstar (like yours truly!), it doesn&#8217;t hurt to have a few resources up your sleeve. Luckily for the purpose of this post, this <a href="http://www.tripwiremagazine.com/tutorials/tools/mega-css-resource-roundup.html">Mega CSS Resource Roundup</a> was just published this weekend. I can vouch for the quality of several of the CSS cheat sheets, the html entities resources and the layouts from <a href="http://blog.html.it/layoutgala/">Layout Gala</a>. Also, if you haven&#8217;t been over to <a href="http://www.cssplay.co.uk">CSS Play</a> you are missing out on an exceptional resource for all things CSS. You can also use the <a href="http://w3schools.com">W3 Schools</a> website as a quick reference for properties and all of their values &#8211; like the <a href="http://w3schools.com/css/css_font.asp">font-style property</a>.</p>
<p>See you next week for another tidbit!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.westwardstrategy.com%2Fblog%2F2009%2Fweb-design-tidbit-july-27th-2009%2F&amp;linkname=Web%20Design%20Tidbit%20%26%238211%3B%20July%2027th%2C%202009"><img src="http://westwardstrategy.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-27th-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Design Tidbit &#8211; July 6th, 2009</title>
		<link>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-6th-2009/</link>
		<comments>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-6th-2009/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:03:34 +0000</pubDate>
		<dc:creator>Kristy</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Design Tidbit]]></category>
		<category><![CDATA[smart web design]]></category>
		<category><![CDATA[sparks web design]]></category>
		<category><![CDATA[web solutions]]></category>

		<guid isPermaLink="false">http://www.westwardstrategy.com/?p=549</guid>
		<description><![CDATA[Creating a print stylesheet from scratch can be a time consuming matter and is more often than not overlooked when nearing the end of a web design or development project. One of the quickest and easiest ways to deploy a print stylesheet is to use the Hartija CSS Print Framework. This is not an end [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a print stylesheet from scratch can be a time consuming matter and is more often than not overlooked when nearing the end of a web design or development project. One of the quickest and easiest ways to deploy a print stylesheet is to use the <a href="http://code.google.com/p/hartija/">Hartija CSS Print Framework</a>.</p>
<p>This is not an end solution and you will need to modify it to add your classes and ID&#8217;s, but it is a big boost over starting from scratch. When you&#8217;ve completed your print stylesheet simply link it like your other stylesheets.</p>
<pre>&lt;link rel="stylesheet" href="print.css" type="text/css" media="print"&gt;</pre>
<p>Just make sure to <strong>set your media to print</strong>!</p>
<p>See you next week for another tidbit!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.westwardstrategy.com%2Fblog%2F2009%2Fweb-design-tidbit-july-6th-2009%2F&amp;linkname=Web%20Design%20Tidbit%20%26%238211%3B%20July%206th%2C%202009"><img src="http://westwardstrategy.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.westwardstrategy.com/blog/2009/web-design-tidbit-july-6th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
