<?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>Siteforstarters &#187; General Computer Tutorials</title>
	<atom:link href="http://www.siteforstarters.com/category/general-computer-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siteforstarters.com</link>
	<description>A beginner&#039;s guide to starting your own website</description>
	<lastBuildDate>Sat, 07 May 2011 15:20:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to add a caption to an image</title>
		<link>http://www.siteforstarters.com/how-to-add-a-caption-to-an-image/</link>
		<comments>http://www.siteforstarters.com/how-to-add-a-caption-to-an-image/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:50:26 +0000</pubDate>
		<dc:creator>Scott Butler</dc:creator>
				<category><![CDATA[General Computer Tutorials]]></category>

		<guid isPermaLink="false">http://www.siteforstarters.com/?p=330</guid>
		<description><![CDATA[Someone once asked me how to add a caption to an image.  They were using an image in their article they had taken from another website and wanted to  give credit for the image.  It seems like a silly question, because you would think that there would be a caption field right within the image tag, but there [...]]]></description>
			<content:encoded><![CDATA[<p>Someone once asked me how to add a caption to an image.  They were using an image in their article they had taken from another website and wanted to  give credit for the image.  It seems like a silly question, because you would think that there would be a caption field right within the image tag, but there isn&#8217;t. </p>
<p>But don&#8217;t worry, you will just treat the image caption like any regular text. Here&#8217;s what you will do:</p>
<p>Once you have inserted your image, make sure you are in Design View and that your cursor is immediately after the image.  Now insert a line break by typing Shift + Enter.  This will place your cursor immediately beneath the image.  Then just type in the text you want to use.  Something like &#8220;Photo by Bob Jones&#8221; or &#8220;Photo courtesy of Mary Jones&#8221; will work just fine.  You might also want to link to the website where you found the photo.  And that&#8217;s it!</p>
<p><a href="http://www.siteforstarters.com/wp-content/uploads/2010/02/last_out.jpg"></a>The image would look something like this in Code view:</p>
<p>&lt;p&gt;&lt;img src=&#8221;images/Santa_Clause.jpg&#8221; alt=&#8221;Santa on the roof&#8221; width=&#8221;225&#8243; height=&#8221;218&#8243; /&gt;&lt;/p&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteforstarters.com/how-to-add-a-caption-to-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download and extract files in Windows</title>
		<link>http://www.siteforstarters.com/how-to-download-and-extract-files-in-windows/</link>
		<comments>http://www.siteforstarters.com/how-to-download-and-extract-files-in-windows/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:37:08 +0000</pubDate>
		<dc:creator>Scott Butler</dc:creator>
				<category><![CDATA[General Computer Tutorials]]></category>

		<guid isPermaLink="false">http://www.siteforstarters.com/?p=100</guid>
		<description><![CDATA[When you click on the file you would like to download, a File Download page will appear asking, “Do you want to open or save this file?” Note: If your PC doesn’t recognize .zip files, then download a zip program like WinZip, 7Zip, or another zip program (most programs are free). Once you are able, [...]]]></description>
			<content:encoded><![CDATA[<p>When you click on the file you would like to download, a <em>File Download</em> page will appear asking, “Do you want to open or save this file?”  Note: If your PC doesn’t recognize .zip files, then download a zip program like WinZip, 7Zip, or another zip program (most programs are free).  Once you are able, choose <em>Save</em> and you can save it to your <em>C:\Temp</em> folder or wherever you want.  All you are saving at this point is basically a compressed file that you need to decompress/unzip later, so it doesn’t matter where you put it.  When the download is complete, in the <em>File Download</em> screen choose the <em>Open</em> button, or if you selected the <em>Open file</em> button, double click on the new file (should look like a stack of books) and your zip program should open up automatically.  If it doesn’t, that probably indicates a problem with your zip program. </p>
<p>I use a program called WinRAR and the following instructions are based on that program, but zip programs are all basically the same, so it should not be difficult to follow the instructions if you have another program.  In WinRAR, select the folder named “..” and click the <em>Extract to</em> icon at the top of the screen.  That will open a <em>new Extraction path and options</em> screen.  Make sure you are on the General tab and in the box underneath <em>Destination path</em>, create a new folder named <em>C:\php5</em> and click <em>OK</em>.</p>
<p>If you found this article to be helpful, please consider making a donation.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="9XZRAEQLPUUAQ" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.siteforstarters.com/how-to-download-and-extract-files-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

