<?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>tips Archives &#8902; Schaffen Creative</title>
	<atom:link href="https://www.schaffencreative.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.schaffencreative.com/tag/tips/</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>tips Archives &#8902; Schaffen Creative</title>
	<link>https://www.schaffencreative.com/tag/tips/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Eps 5: Tips &#038; Tricks &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-5-tips-tricks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-5-tips-tricks</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 03 Jun 2015 21:29:53 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[chris coyier]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=58</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out! &#160; &#160; In WordPress always use a child theme.   &#8211; Child Themify   &#8211; FTP header.php, footer.php, and index.php   &#8211; Create a robot.txt file and upload it &#8211; helps in seo/search Use this code in a file on its own [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-5-tips-tricks/">Eps 5: Tips &#038; Tricks &#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>&nbsp;</p>
<p>&nbsp;</p>
<p>In WordPress always use a child theme.</p>
<p style="padding-left: 30px;">  &#8211; <a href="https://wordpress.org/plugins/child-themify/">Child Themify</a></p>
<p style="padding-left: 30px;">  &#8211; FTP header.php, footer.php, and index.php</p>
<p style="padding-left: 30px;">  &#8211; Create a robot.txt file and upload it &#8211; helps in seo/search</p>
<p style="padding-left: 90px;">Use this code in a file on its own and name it robot.txt:</p>
<p style="padding-left: 150px;">User-Agent: *</p>
<p style="padding-left: 150px;">Allow: /wp-content/uploads/</p>
<p style="padding-left: 150px;">Allow: /wp-content/plugins/</p>
<p style="padding-left: 150px;">Disallow: /readme.html</p>
<p style="padding-left: 150px;">Sitemap: http://www.example.com/post-sitemap.xml</p>
<p style="padding-left: 150px;">Sitemap: <a href="http://www.example.com/page-sitemap.xml">http://www.example.com/page-sitemap.xml</a></p>
<p>&nbsp;</p>
<p>Have a basic index.html template</p>
<p style="padding-left: 30px;">  &#8211; can be opened in any editor</p>
<p style="padding-left: 30px;">  &#8211; makes having to rewrite basic skeleton/frame code null</p>
<p style="padding-left: 30px;">  &#8211; consistency across web pages/ other websites</p>
<p>&nbsp;</p>
<p>Use <a href="https://www.google.com/analytics/">Google Analytics</a>!!!</p>
<p style="padding-left: 30px;">  &#8211; free***</p>
<p style="padding-left: 30px;">  &#8211; excellent in depth stats</p>
<p style="padding-left: 30px;">  &#8211; as simple as copying and pasting code</p>
<p>&nbsp;</p>
<p>In chrome use the <a href="https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh?hl=en">window resizer Chrome extension</a></p>
<p style="padding-left: 30px;">  &#8211; immediately shows screen and port size when resizing the window</p>
<p>&nbsp;</p>
<p>Don&#8217;t be afraid to ask for help</p>
<p style="padding-left: 30px;">  &#8211; Google+ Communities</p>
<p style="padding-left: 30px;">  &#8211; Social Media</p>
<p style="padding-left: 30px;">  &#8211; Other developers locally</p>
<p>&nbsp;</p>
<p>If you don&#8217;t know how to do something&#8230;</p>
<p>Look it up!</p>
<p style="padding-left: 30px;">  &#8211; no shame in consulting text books, internet</p>
<p>&nbsp;</p>
<p>Resources:</p>
<p style="padding-left: 30px;">  &#8211; YouTube</p>
<p style="padding-left: 30px;">  &#8211; <a href="https://css-tricks.com/">CSS Tricks/ Chris Coyier</a></p>
<p style="padding-left: 30px;">  &#8211; <a href="http://tutsplus.com/">Tuts+</a></p>
<p style="padding-left: 30px;">  &#8211; <a href="http://www.w3schools.com/">W3C School</a></p>
<p>&nbsp;</p>
<p><a href="http://www.webdevpod.com">http://www.Webdevpod.com</a> for all the content and links</p>
<p>@TNPWDesign</p>
<p>@tommnorman</p>
<p><a href="https://www.dreamhost.com/">DreamHost</a> promo code &#8211; tnpw</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-5-tips-tricks/">Eps 5: Tips &#038; Tricks &#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/eps5_tipsandtricks.mp3" length="14403334" type="audio/mpeg" />

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