<?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>Tara Gentile &#187; Code for Crafters</title>
	<atom:link href="http://www.taragentile.com/category/video-tutorials/code-for-crafters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taragentile.com</link>
	<description>You bring the passion, I&#039;ll show you the profit &#124; Creative Business Coach ushering in the New Economy</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>how to play with your website :: FTP demystified</title>
		<link>http://www.taragentile.com/basic-ftp/</link>
		<comments>http://www.taragentile.com/basic-ftp/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 14:24:42 +0000</pubDate>
		<dc:creator>tara gentile</dc:creator>
				<category><![CDATA[Code for Crafters]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.taragentile.com/?p=1000</guid>
		<description><![CDATA[After a short search, I am flabbergasted to find not a single easy-to-understand explanation of FTP &#8211; file transfer protocol. Now you might say, &#8220;Maybe that&#8217;s cause it&#8217;s not easy.&#8221; But I beg to differ. Understanding and using FTP for basic tasks when maintaining and organizing your website is essential. And it&#8217;s pretty darn simple. [...]]]></description>
			<content:encoded><![CDATA[<p>After a short search, I am flabbergasted to find not a single easy-to-understand explanation of FTP &#8211; file transfer protocol. Now you might say, &#8220;Maybe that&#8217;s cause it&#8217;s not easy.&#8221; But I beg to differ.</p>
<p>Understanding and using FTP for basic tasks when maintaining and organizing your website is essential. And it&#8217;s pretty darn simple.</p>
<p><em>Why should I learn this FTP nonsense?</em> Working with your site via FTP gives you direct access to what&#8217;s under the hood. You can keep your files neatly organized, make quick changes, overwrite existing files so you don&#8217;t need to change code, etc&#8230; Once you start to understand how FTP &#038; your website works, you have the basic knowledge needed to take things to the next step.</p>
<p>And you can impress all your friends.</p>
<h3>How Your Website Works</h3>
<p>At the heart of every website is it&#8217;s files. While on your browser&#8217;s surface, you may jump from page to page, seeing text &#038; images combine seamlessly, underneath everything it&#8217;s just a jumble of files. Using HTML, CSS, PHP and all sorts of other crazy letter combinations, these files talk to one another. They figure out amongst themselves how to render into a web page and appear as a cohesive unit.</p>
<p>But just below the surface, you can see these files at work. For instance, right click (or command + click for Macs) on my banner at the top of this page and click &#8220;view image.&#8221; You&#8217;ll see that that image &#8211; and that image alone &#8211; appears in your browser. You may also notice that the URL in your browser has changed to the specific URL for that image. It&#8217;s just a file in a folder in my website. So how did that image get there? How did it get its own URL? How does it get accessed by the other files?</p>
<p><img src="http://www.taragentile.com/wp-content/uploads/2010/09/Screen-shot-2010-09-27-at-8.49.06-AM-580x335.png" alt="" title="Screen shot 2010-09-27 at 8.49.06 AM" width="580" height="335" class="aligncenter size-large wp-image-1001" /></p>
<p>Understanding how these files are organized can be understood by checking out the file manager of your own computer (image above). First, you&#8217;ve got a hard drive, then inside your hard drive there are many folders to organize parts of your machine at a very high level, inside those folders are more folders, and inside those folders are files, programs, and applications. At each level, the organization becomes more precise. </p>
<p>Your website&#8217;s file organization works exactly the same way. There are top level folders (or directories), then folders inside those folders, and then images &#038; files of all different types within those. Wanna see?</p>
<p><img src="http://www.taragentile.com/wp-content/uploads/2010/09/Screen-shot-2010-09-27-at-8.52.18-AM-580x570.png" alt="fetch FTP example" title="Screen shot 2010-09-27 at 8.52.18 AM" width="580" height="570" class="aligncenter size-large wp-image-1002" /></p>
<p>Each file &#038; folder corresponds to a unique url. Everytime you see a &#8220;/example/&#8221; you can rest assured that &#8220;example&#8221; is a folder.</p>
<p><span class="note"><code>http://exampledomain.com/folder/folder/file.html</code></span></p>
<h3>Accessing those bad boys.</h3>
<p>Feel better? I hope so. So how do all those files &#038; folders get there? </p>
<p>First, let&#8217;s get connected to your <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=taragentile-">web host</a>&#8216;s server using a FTP client. As I said in my tutorial on <a href="http://www.taragentile.com/back-up-wordpress-website/">backing up your WordPress website</a>, I use <a href="http://fetchsoftworks.com">Fetch</a> (exclusively for Mac) but there are plenty of other great free or low cost apps out there.</p>
<p>You&#8217;ll need some information from your web host: the host name you&#8217;re connecting to, the username you need to access it, and your password. Sometimes, this is as simple as your domain name &#038; the information you use to log into your web host with. Other times, it&#8217;s a bit more complicated. Your web host should have this information easily available for you &#8211; just search for information on how to connect via FTP (example images below).</p>
<p><img src="http://www.taragentile.com/wp-content/uploads/2010/09/ftp.jpg" alt="sample ftp access" title="ftp" width="580" height="236" class="aligncenter size-full wp-image-1003" /></p>
<p>Back to those pesky files &#038; folders and how they got there.</p>
<p>If you&#8217;re using a piece of software like WordPress (<a href="http://eepurl.com/50wg">don&#8217;t forget to get on the list for the early scoop on my Website Kick Start ecourse!</a>), those files &#038; folders are created when you install the software to your web host&#8217;s server. If you&#8217;re using an application like Dreamweaver to build your website, then the application actually connects with your web host&#8217;s server using FTP to upload the appropriate files &#038; folders that you&#8217;re creating visually. Either way, you don&#8217;t have to stop there. </p>
<p>When I&#8217;m creating a website using WordPress, I let WP do its thang creating the core files &#038; folders. Then I create extra folders to store my auxiliary files (images, downloads, etc&#8230;) to keep my site neat &#038; tidy &#8211; to the surprise of my husband. It goes a little something like this:</p>
<ul>
<li>To create a folder, hit &#8220;New Folder&#8221; &#8211; most likely a large button on the main screen of your FTP client.</li>
<li>To add a file to that folder, simply click on the folder to open it (as you would on your computer&#8217;s file manager).</li>
<li>Then hit &#8220;Put&#8221; or &#8220;Upload&#8221; to open your local file manager to select the file. Select your file from your hard drive and save it to the site. </li>
<li>You can now access that file at it&#8217;s unique URL or call it your code.</li>
</ul>
<h3>Some Cautions</h3>
<p>Working with your site using FTP is quite a blessing. You can do all sorts of things (like moving your entire website) very very quickly. It&#8217;s great for keeping things organized and easy to access. </p>
<p>But it&#8217;s also just a little dangerous. You are working with the actual files on your actual site. If you delete one, it&#8217;s gone. If you upload a file with the same file name as one on your site, you overwrite it (this is actually handy most of the time!). If you drag &#038; drop something into a different part of the site, its location changes. </p>
<p>When working with your site using FTP, be mindful of what you&#8217;re doing. Double-check your work as you go. Always be aware of what folder you&#8217;re in and what files you&#8217;re working with. </p>
<p>And always, <a href="http://www.taragentile.com/back-up-wordpress-website/">back up your site</a>.</p>
<p><em>If you find this nifty little piece of tech helpful, don&#8217;t forget to sign up to get the first notice of my <a href="http://eepurl.com/50wg">Website Kick Start ecourse</a>. We&#8217;ll be building a WordPress website from start to finish, learning how to import your existing content, and filling in informational pages. You&#8217;ll also learn my tips &#038; tricks for styling your site &#038; improving your conversions. It&#8217;s likely to sell out (I can only take so many students!) and you&#8217;ll get a pretty great discount for being the first to know, too!</em></p>
<div class='wpfblike' style='padding-bottom: 10px;'><fb:like href='http://www.taragentile.com/basic-ftp/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>
<div style="float: left;" ><g:plusone  position="append" size="standard" count="true" href="http://www.taragentile.com/basic-ftp/" text="how to play with your website :: FTP demystified" ></g:plusone></div>
<div style="float: right; margin-left: 10px; margin-top: -38px;"><a href="http://twitter.com/share?url=http://www.taragentile.com/basic-ftp/&via=taragentile&text=how to play with your website :: FTP demystified&related=taragentile:Building the New Economy with you at the Center.&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.taragentile.com/basic-ftp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Big Opportunity! WordPress for Indie Biz Chat</title>
		<link>http://www.taragentile.com/wordpress-for-indie-biz/</link>
		<comments>http://www.taragentile.com/wordpress-for-indie-biz/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 00:13:52 +0000</pubDate>
		<dc:creator>tara gentile</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blogging for Business]]></category>
		<category><![CDATA[Code for Crafters]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[webinar]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.taragentile.com/?p=647</guid>
		<description><![CDATA[When: Thursday, June 10 7:30pm EST Who: For anybody you&#8217;d like to know more about moving their blog or website to WordPress. By me! And Candy, from Candied Fabrics, and Justine, from Justine Smith Media, will be giving me a hand! Where: Ustream. Hint: go to Ustream now and register a username so that you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.taragentile.com/wp-content/uploads/2010/06/wordpressforindiebiz.jpg" alt="" title="wordpressforindiebiz" width="150" height="150" class="alignleft size-full wp-image-651" /><strong>When</strong>: Thursday, June 10 7:30pm EST</p>
<p><strong>Who</strong>: For anybody you&#8217;d like to know more about moving their blog or website to WordPress. By me! And Candy, from <a href="http://candiedfabrics.com">Candied Fabrics</a>, and Justine, from <a href="http://justinesmedia.com">Justine Smith Media</a>, will be giving me a hand!</p>
<p><strong>Where</strong>: <a href="http://www.ustream.tv/channel/wordpress-for-indie-biz">Ustream</a>. <em>Hint: go to Ustream now and register a username so that you can chat with us &#038; ask questions! Don&#8217;t forget to login before you enter the chat room.</em></p>
<p><strong>What</strong>: A basic video Q&#038;A about installing WordPress, adding a theme, transferring a blog (specifically Blogger), and adding a bit of functionality &#038; fun.</p>
<p><strong>How to prepare</strong>: While some of this conversation could be applied to the WordPress.com blog community, it is meant for those wanting to run open-source WordPress software on their existing web hosting. If you need to purchase web hosting, I highly recommend choosing a web host that offers unlimited hosting and uses the cPanel interface. Have no idea what I&#8217;m talking about? That&#8217;s cool. I highly recommend:</p>
<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=taragentile-"><img src="http://tracking.hostgator.com/img/Shared/468x60.gif" border=0></a><br />
(Note: That&#8217;s an affiliate link &#8211; it means I earn a commission if you sign up with them. But it also defrays the cost of the time for this chat!)</p>
<p class="note">Web hosting is the service that holds your files for your website, keeps them available 24/7 worldwide, and runs the software you need to keep your website operational. A good web hosting company can answer questions about almost anything website management related.</p>
<p>And, in a chicken &#038; the egg kind of moment, you&#8217;ll need a domain name. Which comes first doesn&#8217;t really matter &#8211; just so you have both. </p>
<p>I will talk very briefly about installing WordPress. But a good web host should have a &#8220;one-click install&#8221; for the software meaning you set up a username &#038; password with your host and they&#8217;ll set up your initial WordPress blog! Score. Look around your web host, find the button and push it. It will save us a bit of time!</p>
<p>Completely new to WordPress? Been putzing about but still have questions? Considering making the switch? Log your question in the comments below so that I can add them to my list.</p>
<p>PS Yes, the video will be recorded and I&#8217;ll do my best to have a transcript of the chat available as well. That will be available shortly after the chat. Want to make sure you get it? Sign-up below to receive this blog&#8217;s updates via email. You&#8217;ll be glad you did!</p>
<div class='wpfblike' style='padding-bottom: 10px;'><fb:like href='http://www.taragentile.com/wordpress-for-indie-biz/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>
<div style="float: left;" ><g:plusone  position="append" size="standard" count="true" href="http://www.taragentile.com/wordpress-for-indie-biz/" text="Big Opportunity! WordPress for Indie Biz Chat" ></g:plusone></div>
<div style="float: right; margin-left: 10px; margin-top: -38px;"><a href="http://twitter.com/share?url=http://www.taragentile.com/wordpress-for-indie-biz/&via=taragentile&text=Big Opportunity! WordPress for Indie Biz Chat&related=taragentile:Building the New Economy with you at the Center.&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.taragentile.com/wordpress-for-indie-biz/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Code for Crafters :: Images 101</title>
		<link>http://www.taragentile.com/code-for-crafters-images-101/</link>
		<comments>http://www.taragentile.com/code-for-crafters-images-101/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:11:47 +0000</pubDate>
		<dc:creator>tara gentile</dc:creator>
				<category><![CDATA[Blogging for Business]]></category>
		<category><![CDATA[Code for Crafters]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.taragentile.com/?p=402</guid>
		<description><![CDATA[You asked for it! Basics. I&#8217;m going to *attempt* to teach you a few things via video tutorial. This is my very first attempt and I know it needs work &#8211; but I also know you need this information! Fair warning, you&#8217;ll need to turn your speakers up. In this short slideshow, you&#8217;ll learn the [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/HvqwS-0VuQE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HvqwS-0VuQE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>You asked for it! Basics. I&#8217;m going to *attempt* to teach you a few things via video tutorial. This is my very first attempt and I know it needs work &#8211; but I also know you need this information!</p>
<p>Fair warning, you&#8217;ll need to turn your speakers up.</p>
<p>In this short slideshow, you&#8217;ll learn the basic parts of linking &#038; displaying an image &#8211; visually.</p>
<p>I&#8217;ll be working on more installments soon!</p>
<h3>Updated! March 11, 2010</h3>
<p><img src="http://www.taragentile.com/wp-content/uploads/2010/03/code.jpg" alt="" title="code" width="460" height="237" class="alignleft size-full wp-image-408" /></p>
<p>Here&#8217;s a second look at the code so that you can reference the structure easily.</p>
<p>How can you use your new knowledge? Great question!</p>
<ul>
<li>Edit your images within blog posts to specify &#8220;titles&#8221; and &#8220;alt&#8221; text. Simply click &#8220;HTML editor&#8221; or &#8220;Code Editor&#8221; on your blog platform&#8217;s post editor. Then look for the code that looks like what&#8217;s above. Hint: It&#8217;s the stuff that&#8217;s not the text of your post <img src='http://www.taragentile.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Create &#8220;buttons&#8221; in your sidebar with images. You&#8217;ll want to use a &#8220;text widget&#8221; in WordPress or other generic widget in your own blog platform. You&#8217;ll need to write the code by yourself &#8211; but you can do it!</li>
</ul>
<p>Want an opportunity to play &#038; practice? My very favorite place to learn about &#038; mess with code is on the <a href="http://w3schools.com">W3 Schools</a> site. Hey, people, they literally wrote the book on this &#8211; they invented it. To practice with image code, <a href="http://www.w3schools.com/html/html_images.asp">go here</a>.
<div class='wpfblike' style='padding-bottom: 10px;'><fb:like href='http://www.taragentile.com/code-for-crafters-images-101/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>
<div style="float: left;" ><g:plusone  position="append" size="standard" count="true" href="http://www.taragentile.com/code-for-crafters-images-101/" text="Code for Crafters :: Images 101" ></g:plusone></div>
<div style="float: right; margin-left: 10px; margin-top: -38px;"><a href="http://twitter.com/share?url=http://www.taragentile.com/code-for-crafters-images-101/&via=taragentile&text=Code for Crafters :: Images 101&related=taragentile:Building the New Economy with you at the Center.&lang=en&count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.taragentile.com/code-for-crafters-images-101/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/21 queries in 0.017 seconds using disk: basic
Object Caching 902/943 objects using disk: basic

Served from: www.taragentile.com @ 2012-02-07 17:47:04 -->
