<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Bill Selak &#187; hosting</title>
	<atom:link href="http://www.billselak.com/archives/category/blog/hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.billselak.com</link>
	<description>the (ed)tech (bill)tech podcast: where education and technology meet</description>
	<lastBuildDate>Sat, 10 Apr 2010 04:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/1.0.6" mode="advanced" entry="normal" -->
	<itunes:summary>With a new topic every 10 weeks, (ed)tech (bill)tech teaches you how to incorporate technology into your classroom successfully.</itunes:summary>
	<itunes:author>Bill Selak</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.billselak.com/podcast/edtech_billtech_itunes.jpg" />
	<itunes:owner>
		<itunes:name>Bill Selak</itunes:name>
		<itunes:email>billselak@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>billselak@gmail.com (Bill Selak)</managingEditor>
	<copyright>2009</copyright>
	<itunes:subtitle>How to incorporate technology into your classroom successfully.</itunes:subtitle>
	<itunes:keywords>Ed  tech, educational technology, education, technology, podcasting, classroom teacher, training, technology for the classroom</itunes:keywords>
	<image>
		<title>Bill Selak &#187; hosting</title>
		<url>http://www.billselak.com/podcast/edtech_billtech_rss.jpg</url>
		<link>http://www.billselak.com/archives/category/blog/hosting</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
		<itunes:category text="Education Technology" />
		<itunes:category text="Education Technology" />
	</itunes:category>
		<item>
		<title>How to: html to make a pop-up window for downloading files</title>
		<link>http://www.billselak.com/archives/86</link>
		<comments>http://www.billselak.com/archives/86#comments</comments>
		<pubDate>Fri, 30 Jan 2009 03:34:07 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=86</guid>
		<description><![CDATA[Problem: I have a movie hosted. I can link to it; however, I want people to download the movie, not view it in a browser.
Solution:
Here&#8217;s the paraphrased version I learned from the brilliant folks at Boutell.com. Create a page (in Dreamweaver, or wherever) with the following:
&#60;?php
 header('Content-disposition: attachment; filename=yourmovietitle.mov');
header('Content-type: video/mov');
readfile('yourmovietitle.mov');
?&#62;

Save that file as movielink.php, or [...]]]></description>
			<content:encoded><![CDATA[<p>Problem: I have a movie hosted. I can link to it; however, I want people to download the movie, <strong>not</strong> view it in a browser.</p>
<p>Solution:<br />
Here&#8217;s the paraphrased version I learned from the brilliant folks at <a href="http://www.boutell.com/newfaq/creating/forcedownload.html" target="_blank">Boutell.com</a>. Create a page (in Dreamweaver, or wherever) with the following:<br />
<span id="KonaBody"><tt>&lt;?php</tt></span><br />
<tt> header('Content-disposition: attachment; filename=yourmovietitle.mov');<br />
header('Content-type: video/mov');<br />
readfile('yourmovietitle.mov');<br />
?&gt;</tt></p>
<p><img class="alignright" title="pop-up" src="http://www.billselak.com/images/downloadpopup.png" alt="" width="290" height="240" /></p>
<p>Save that file as movielink.php, or something more specific. Add that to the same folder (on your host) that your movie is in. Change the name from movie.mpg to the <em>actual</em> name of your file. Finally, write the link as<tt> &lt;a href="movielink.php"&gt;Download me&lt;/a&gt;.</tt><br />
You create a file that forces your browser to save, not open.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Wordpress blogs, One Site</title>
		<link>http://www.billselak.com/archives/48</link>
		<comments>http://www.billselak.com/archives/48#comments</comments>
		<pubDate>Mon, 26 Jan 2009 04:42:08 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=48</guid>
		<description><![CDATA[You can create and host more than one Wordpress account on your host.]]></description>
			<content:encoded><![CDATA[<p><em>Here was my problem:<br />
</em>I wanted to set up a Wordpress blog for my EDUC 515 class. I wanted to have a separate navigation, a different color scheme, and a second blog. I already have Wordpress set up for my main page (billselak.com), and I couldn&#8217;t publish new posts to my EDUC 515 page.</p>
<p><em>Here is my solution:<br />
</em>I created an empty folder on my server (inside public.html) named educ515, and simply installed another Wordpress account inside that folder. Now, I can log in to my main Wordpress, or my 515 Wordpress. Once I&#8217;m logged into my 515 account, I created one (static) page for each week of class, with directions, reminders, and notes from that class session. Disclaimer: I&#8217;m not sure if this is how you&#8217;re supposed to do it, but it&#8217;s working really well so far.</p>
<p>This is yet another reason I&#8217;m happy to pay for my own hosting service. So much more control than the free wordpress.com blog, so less hassle (and work) than a web site built from scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by</title>
		<link>http://www.billselak.com/archives/1</link>
		<comments>http://www.billselak.com/archives/1#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:07:08 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[bluehost]]></category>

		<guid isPermaLink="false">http://www.billselak.com//?p=1</guid>
		<description><![CDATA[Use BlueHost to power WordPress blogs. Here's why: http://tutorials.bluehost.com/wordpress/]]></description>
			<content:encoded><![CDATA[<p>BlueHost and WordPress, how I love thee!</p>
<p>After much consideration, I decided to use <a title="WordPress" href="http://www.wordpress.org" target="_blank">WordPress</a> to power my site. WordPress recommends <a title="BlueHost" href="http://www.bluehost.com" target="_blank">BlueHost</a> as a hosting solution. And let me say, I have been nothing but pleased with BlueHost. Installing WordPress on to the server (hosted by bluehost.com) was really easy. Check out this simple, straightforward how-to video if you&#8217;re interested in why BlueHost and WordPress rock:</p>
<p><a title="install WordPress" href="http://tutorials.bluehost.com/wordpress/" target="_blank">http://tutorials.bluehost.com/wordpress/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
