<?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>images Archives &#8902; Schaffen Creative</title>
	<atom:link href="https://www.schaffencreative.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.schaffencreative.com/tag/images/</link>
	<description>Make. Manage. Achieve.</description>
	<lastBuildDate>Tue, 06 Mar 2018 03:14:04 +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>images Archives &#8902; Schaffen Creative</title>
	<link>https://www.schaffencreative.com/tag/images/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Eps 6: Images &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-6-images/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-6-images</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Tue, 09 Jun 2015 20:43:40 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pictures]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=63</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out Today it&#8217;s all about images! &#160; 2 main types I&#8217;ll talk about is jpeg and png. Also SVG but that is reserved for a more in depth discussion &#160; Images are one of the most important aspects of building [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-6-images/">Eps 6: Images &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out</span></p>
<p><span style="color: #000000;">Today it&#8217;s all about images!</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">2 main types I&#8217;ll talk about is jpeg and png.</span></p>
<p><span style="color: #000000;">Also SVG but that is reserved for a more in depth discussion</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Images are one of the most important aspects of building and maintaining a website</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Why use images?</span></p>
<p><span style="color: #000000;">Makes site look good</span></p>
<p><span style="color: #000000;">Visual representation of what website is about</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Need to be cautious:</span></p>
<p><span style="color: #000000;">Photos take up bandwidth</span></p>
<p><span style="color: #000000;">  Big images can slow down site load time</span></p>
<p><span style="color: #000000;">     Load time is arguably the most important adjective of user experience</span></p>
<p><span style="color: #000000;">     If it takes to long to load people leave and go somewhere else</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Jpeg</span></p>
<p><span style="color: #000000;">Millions of colors</span></p>
<p><span style="color: #000000;">Smaller file sizes</span></p>
<p><span style="color: #000000;">No opacity</span></p>
<p><span style="color: #000000;">blurry on zoom in</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">PNG</span></p>
<p><span style="color: #000000;">Millions of colors</span></p>
<p><span style="color: #000000;">Larger file size</span></p>
<p><span style="color: #000000;">Supports opacity</span></p>
<p><span style="color: #000000;">retains clarity when zoomed in</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Not just photos!</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Images can be used for backgrounds</span></p>
<p><span style="color: #000000;">   From full scale image to 1px repeated pattern -ex <span style="color: #ff0000;"><a style="color: #ff0000;" href="http://www.tnpwdesign.com/portfolio/index.html" target="_blank">TNPW Design portfolio page</a></span></span></p>
<p><span style="color: #000000;">  Used for navigation buttons/ action buttons &#8211; though CSS now takes care of that unless button is specialized</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Please go to iTunes and Stitcher and rate the show! Ratings get listeners!!</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;"><span style="color: #ff0000;"><a style="color: #ff0000;" href="http://www.webdevpod.com" target="_blank">http://www.Webdevpod.com</a></span> for all the content and links</span></p>
<p><span style="color: #000000;">@TNPWDesign</span></p>
<p><span style="color: #000000;">@tommnorman</span></p>
<p><span style="color: #000000;"><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://www.dreamhost.com/" target="_blank">DreamHost</a></span> promo code &#8211; tnpw</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-6-images/">Eps 6: 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/Eps6_Images.mp3" length="6675687" type="audio/mpeg" />

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