<?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 design Archives &#8902; Schaffen Creative</title>
	<atom:link href="https://www.schaffencreative.com/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.schaffencreative.com/tag/web-design/</link>
	<description>Make. Manage. Achieve.</description>
	<lastBuildDate>Tue, 06 Mar 2018 03:14:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.schaffencreative.com/wp-content/uploads/2018/02/schaffen_creative-500x500-100x100.png</url>
	<title>web design Archives &#8902; Schaffen Creative</title>
	<link>https://www.schaffencreative.com/tag/web-design/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Eps 15: Media Queries &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-15-media-queries/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-15-media-queries</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 22:33:55 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[media query]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=113</guid>

					<description><![CDATA[<p>Window Resizer Chrome Extension &#8211;  After installing it shows up in the upper right hand corner of your Chrome window at the end of the address bar. It allows you to see the &#8220;Viewport Size&#8221; and &#8220;Window Size&#8221; of the current browser window in pixels. &#160; This code goes into the HTML &#60;!&#8211; Only use [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-15-media-queries/">Eps 15: Media Queries &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Window Resizer Chrome Extension &#8211;  After installing it shows up in the upper right hand corner of your Chrome window at the end of the address bar. It allows you to see the &#8220;Viewport Size&#8221; and &#8220;Window Size&#8221; of the current browser window in pixels.</p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">This code goes into the HTML</span></p>
<p><span style="font-weight: 400;">&lt;!&#8211; Only use when building media rules &#8211;&gt;</span></p>
<p><span style="font-weight: 400;">&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1.0&#8243;&gt;</span></p>
<p><span style="font-weight: 400;">&lt;!&#8211; End: meta &#8211; viewport &#8211;&gt;</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">This code goes into the CSS</span></p>
<p>@media screen and (min-width: 768px) and (max-width: 1024px) {</p>
<p>Write CSS code as normal</p>
<p>}</p>
<p>@media screen and (max-width: 450px) {</p>
<p>Write CSS code as normal</p>
<p>}</p>
<p>* { /*zero-out the default margin and padding on all elements*/<br />
margin: 0;<br />
padding: 0;<br />
}</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/screen.css&#8221; media=&#8221;screen&#8221;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/phone.css&#8221; media=&#8221;screen&#8221;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/tablet.css&#8221; media=&#8221;screen&#8221;&gt;</p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">If you enjoy listening please share with your friends.</span></p>
<p><span style="font-weight: 400;"> Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</span></p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site.</span></p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-15-media-queries/">Eps 15: Media Queries &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps15_MediaQueries.mp3" length="11886802" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 14: Rotating Images &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-14-rotating-images/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-14-rotating-images</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 21 Oct 2015 21:53:56 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rotating images]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=109</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out Please go to iTunes and Stitcher to rate the show! Ratings get listeners!! If you leave a good comment it could end up on the front page of the site! &#160; http://www.Webdevpod.com for all the content and links @TNPWDesign [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-14-rotating-images/">Eps 14: Rotating Images &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out</p>
<p><span style="font-weight: 400;">Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</span></p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site!</span></p>
<p>&nbsp;</p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Code</h1>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;<br />
&lt;/title&gt;<br />
&lt;meta charset=&#8221;utf-8&#8243;&gt;<br />
&lt;!&#8211;[if lt IE 9]&gt;<br />
&lt;script src=&#8221;http://html5shim.googlecode.com/svn/trunk/html5.js&#8221;&gt;&lt;/script&gt;<br />
&lt;![endif]&#8211;&gt;<br />
&lt;/head&gt;<br />
&lt;style&gt;</p>
<p>#wood {<br />
/* 1st set of icons. Rotate them 360deg onmouseover and out */<br />
-moz-transition: all 0.8s ease-in-out;<br />
-webkit-transition: all 0.8s ease-in-out;<br />
transition: all 0.8s ease-in-out;<br />
}</p>
<p>img#wood:hover{<br />
-moz-transform: rotate(180deg);<br />
-webkit-transform: rotate(180deg);<br />
transform: rotate(180deg);<br />
}</p>
<p>&lt;/style&gt;<br />
&lt;body&gt;<br />
&lt;img src=&#8221;images/other-room.png&#8221; id=&#8221;wood&#8221;&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-14-rotating-images/">Eps 14: Rotating Images &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps14_RotatingImages.mp3" length="10741594" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 12: Pretty Links WordPress Plugin &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-12-pretty-links-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-12-pretty-links-wordpress-plugin</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 00:38:12 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[pretty links]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=97</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out. This is about Pretty Links, a WordPress Plugin. If you enjoy listening please share it with ur friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!! If you leave a good comment it [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-12-pretty-links-wordpress-plugin/">Eps 12: Pretty Links WordPress Plugin &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out.</span></p>
<p>This is about Pretty Links, a WordPress Plugin.</p>
<p><span style="font-weight: 400;">If you enjoy listening please share it with ur friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</span></p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site!</span></p>
<p>&nbsp;</p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-12-pretty-links-wordpress-plugin/">Eps 12: Pretty Links WordPress Plugin &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/eps12_prettylinks.mp3" length="11383579" type="audio/mpeg" />

			</item>
	</channel>
</rss>
