<?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>Jesse Forrest</title>
	<atom:link href="http://www.jesterwebster.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jesterwebster.com</link>
	<description>Life in Design and Development</description>
	<lastBuildDate>Mon, 11 Apr 2011 01:35:40 +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 Convert Strings into a URL Friendly Format Using PHP</title>
		<link>http://www.jesterwebster.com/convert-strings-into-url-friendly-format-php/159</link>
		<comments>http://www.jesterwebster.com/convert-strings-into-url-friendly-format-php/159#comments</comments>
		<pubDate>Mon, 11 Apr 2011 01:32:40 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jesterwebster.com/?p=159</guid>
		<description><![CDATA[This function converts strings into a format that can be used in URLs. For example, the string &#8220;Mike&#8217;s Karate School&#8221; would be returned as &#8220;mikes-karate-school&#8221;. This function is recommended to be used on non-multibyte character sets. So this is not recommended for UTF-8, since certain PHP functions (like strtolower) should not be used on multibyte [...]]]></description>
			<content:encoded><![CDATA[<p>This function converts strings into a format that can be used in URLs.  For example, the string &#8220;Mike&#8217;s Karate School&#8221; would be returned as &#8220;mikes-karate-school&#8221;.  This function is recommended to be used on non-multibyte character sets.  So this is not recommended for UTF-8, since certain PHP functions (like strtolower) should not be used on multibyte strings.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
 * Returns a string in a URL friendly format.
 * @param string $str The input string.
 * @return string The URL friendly string.
 */</span>
<span style="color: #000000; font-weight: bold;">public</span> static <span style="color: #000000; font-weight: bold;">function</span> getUrlFriendlyString<span style="color: #009900;">&#40;</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
   <span style="color: #666666; font-style: italic;">// convert spaces to '-', remove characters that are not alphanumeric</span>
   <span style="color: #666666; font-style: italic;">// or a '-', combine multiple dashes (i.e., '---') into one dash '-'.</span>
   <span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ereg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;[-]+&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;-&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">ereg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;[^a-z0-9-]&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span>
      <span style="color: #990000;">strtolower</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;-&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #000088;">$str</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/convert-strings-into-url-friendly-format-php/159/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joimo&#8217;s Expansion into New Activities</title>
		<link>http://www.jesterwebster.com/joimos-expanding-into-new-activities/153</link>
		<comments>http://www.jesterwebster.com/joimos-expanding-into-new-activities/153#comments</comments>
		<pubDate>Mon, 11 Apr 2011 00:55:01 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jesterwebster.com/?p=153</guid>
		<description><![CDATA[In 2011, Joimo took a big leap and started offering a variety of different sports and recreational activities.  I&#8217;m happy to say that we now offer bowling, dodgeball, indoor soccer, outdoor soccer,  and kickball! Photo from San Diego Co-ed Dodgeball!]]></description>
			<content:encoded><![CDATA[<p>In 2011, <a title="Joimo" href="http://www.joimo.com" target="_blank">Joimo</a> took a big leap and started offering a variety of different sports and recreational activities.  I&#8217;m happy to say that we now offer bowling, dodgeball, indoor soccer, outdoor soccer,  and kickball!</p>
<p><a href="http://www.jesterwebster.com/wp-content/uploads/2011/04/joimo-dodgeball.png"><img class="aligncenter size-full wp-image-152" title="Joimo Dodgeball" src="http://www.jesterwebster.com/wp-content/uploads/2011/04/joimo-dodgeball.png" alt="Joimo Dodgeball" width="599" height="215" /></a></p>
<p style="text-align: center;">Photo from San Diego Co-ed Dodgeball!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/joimos-expanding-into-new-activities/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log Manager: COM Port Card Logging Software Written in Visual Basic</title>
		<link>http://www.jesterwebster.com/log-manager-com-port-card-logging-com-port-reader/109</link>
		<comments>http://www.jesterwebster.com/log-manager-com-port-card-logging-com-port-reader/109#comments</comments>
		<pubDate>Sun, 11 Apr 2010 08:25:27 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[com port]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logging software]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.jesterwebster.com/?p=109</guid>
		<description><![CDATA[In October of 2004, I decided to take on a new project at college.  I was determined to write software that could be used in the Computer Science Major&#8217;s Lab to monitor who came in and out.  I originally began the project in an attempt to learn how to write software that could interpret the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">In <strong>October of 2004</strong>, I decided to take on a new project at college.  I was determined to write software that could be used in the Computer Science Major&#8217;s Lab to monitor who came in and out.  I originally began the project in an attempt to learn how to write software that could interpret the data that was received from a card-scanner via a COM port.  Then my interest grew and I decided to write a fully functional Log Manager.  I knew a variety of other labs wanted a way to log who was coming in and out of their lab, so I figured it was a good project to take on.</p>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong><a href="http://www.jesterwebster.com/wp-content/uploads/2010/04/Log-Manager-Screen-Shot-2.png"><img class="size-medium wp-image-111   aligncenter" title="Log Manager  Screen Shot" src="http://www.jesterwebster.com/wp-content/uploads/2010/04/Log-Manager-Screen-Shot-2-300x130.png" alt="" width="300" height="130" /></a></strong><strong><br />
Download Log Manager Version 1.3:</strong><a title="Log Manager Installer" href="http://www.jesterwebster.com/wp-content/uploads/2010/04/LogManagerSetup.zip" target="_blank"><br />
Installer</a> <span style="color: #c0c0c0;">|</span> <a href="http://www.jesterwebster.com/wp-content/uploads/2010/04/LogManagerSource.zip">VB 6 Source Code</a><strong></p>
<p></strong><strong>Log Files:</strong><br />
A new log file is created each day. Log Manager writes the log information to text files in the specified <em>Log Destination</em>.  It&#8217;s capable of saving the log files to a certain folder on a server if  necessary. By default <em>Log Destination</em> is set to &#8220;C:\<em>INSTALL_PATH</em>\LogDestination\&#8221;. Here is an example of the automatic file creation:</p>
<p><a href="http://www.jesterwebster.com/wp-content/uploads/2010/04/Log-Manager-Folder.png"></a><img class="aligncenter size-full wp-image-124" style="border: 0pt none;" title="Log Manager Folder" src="http://www.jesterwebster.com/wp-content/uploads/2010/04/Log-Manager-Folder1.png" alt="" width="311" height="199" /></p>
<p>Below is an example of the contents of a log file.  It is a comma delimited file,  so it can easily be opened in Excel or similar program.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-125" style="border: 0pt none;" title="Log Manager Example Log" src="http://www.jesterwebster.com/wp-content/uploads/2010/04/Log-Manager-Example-Log.png" alt="" width="480" height="132" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/log-manager-com-port-card-logging-com-port-reader/109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Original Thoughts, Before Joimo Came Along</title>
		<link>http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105</link>
		<comments>http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:32:12 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[designs]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Joimo]]></category>
		<category><![CDATA[joinie]]></category>
		<category><![CDATA[WeWink]]></category>

		<guid isPermaLink="false">http://www.jesterwebster.com/?p=105</guid>
		<description><![CDATA[Before Joimo.com came to be, here were a couple of my other concepts..]]></description>
			<content:encoded><![CDATA[<p>Before <a title="Joimo" href="http://www.joimo.com" target="_blank">Joimo.com</a> came to be, here were a couple of my other concepts..
<a href='http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105/joinie' title='joinie'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/04/joinie-150x150.png" class="attachment-thumbnail" alt="joinie" title="joinie" /></a>
<a href='http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105/we-wink' title='WeWink'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/04/we-wink-150x150.png" class="attachment-thumbnail" alt="WeWink" title="WeWink" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Convert URL&#8217;s in Text to Links Using PHP</title>
		<link>http://www.jesterwebster.com/how-to-convert-urls-in-text-to-links-using-php/85</link>
		<comments>http://www.jesterwebster.com/how-to-convert-urls-in-text-to-links-using-php/85#comments</comments>
		<pubDate>Wed, 07 Apr 2010 03:39:49 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[preg_replace_callback]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.jesterwebster.com/?p=85</guid>
		<description><![CDATA[The function below takes in a string of text and converts all URL&#8217;s that start with &#34;http://&#34; to an HTML link. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 /** * Returns the string with URL's replaced with actual HTML link tags * [...]]]></description>
			<content:encoded><![CDATA[<p>The function below takes in a string of text and converts all URL&#8217;s that start with &quot;http://&quot; to an HTML link.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
 * Returns the string with URL's replaced with actual HTML link tags
 * @param string $string The string to parse for URL's
 * @param boolean $noFollow Whether or not to add the rel=&quot;nofollow&quot; 
 * attribute to the tag
 * @param boolean $newWindow Whether or not to make the link open in a new
 * window
 * @return string
 */</span>
<span style="color: #000000; font-weight: bold;">function</span> getStringWithUrlLinks<span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #339933;">,</span> <span style="color: #000088;">$noFollow</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #000088;">$newWindow</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/(http:\/\/[^\s]+)/'</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #990000;">preg_replace_callback</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span>
		<span style="color: #990000;">create_function</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'$matches'</span><span style="color: #339933;">,</span>
			<span style="color: #0000ff;">'return \'&lt;a href=&quot;\'.$matches[0].\'&quot; '</span>
			<span style="color: #339933;">.</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$noFollow</span><span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">' rel=&quot;nofollow&quot;'</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span>
			<span style="color: #339933;">.</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$newWindow</span><span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">' target=&quot;_blank&quot;'</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span>
			<span style="color: #339933;">.</span> <span style="color: #0000ff;">'&gt;\'.$matches[0].\'&lt;/a&gt;\';'</span>
		<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p><strong>Here is an example usage:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>21
22
23
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'This is my website: http://www.jesterwebster.com/'</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$stringHtml</span> <span style="color: #339933;">=</span> <span style="color: #990000;">nl2br</span><span style="color: #009900;">&#40;</span>getStringWithUrlLinks<span style="color: #009900;">&#40;</span><span style="color: #990000;">htmlentities</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$stringHtml</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p><strong>The example above would output:</strong><br />
This is my website: <a href="http://www.jesterwebster.com/">http://www.jesterwebster.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/how-to-convert-urls-in-text-to-links-using-php/85/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Extensions You Need For Web Development</title>
		<link>http://www.jesterwebster.com/firefox-extensions-you-need-for-web-development/71</link>
		<comments>http://www.jesterwebster.com/firefox-extensions-you-need-for-web-development/71#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:12:53 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ColorZilla]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[eyedropper]]></category>
		<category><![CDATA[Html Validator]]></category>
		<category><![CDATA[multiple screens]]></category>
		<category><![CDATA[Split Browser]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://jesterwebster.com/?p=71</guid>
		<description><![CDATA[When it comes to Firefox, these are my top 5 favorite extensions that aid in development: ColorZilla &#8211; An advanced eyedropper, color picker, and page zoomer Html Validator &#8211; Adds HTML validation to the View Page Source window. Split Browser &#8211; Splits the browser window so that you can view multiple pages at once. Web [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to Firefox, these are my top 5 favorite extensions that aid in development:</p>
<div><img class="size-full wp-image-73" title="colorzilla" src="http://jesterwebster.com/wp-content/uploads/2010/04/colorzilla.png" alt="" width="40" height="40" /> <strong>ColorZilla</strong> &#8211; An advanced eyedropper, color picker, and page zoomer</div>
<div><img class="size-full wp-image-74" title="htmlvalidate" src="http://jesterwebster.com/wp-content/uploads/2010/04/htmlvalidate.png" alt="" width="40" height="40" /> <strong>Html Validator</strong> &#8211; Adds HTML validation to the View Page Source window.</div>
<div><img class="size-full wp-image-75" title="splitbrowser" src="http://jesterwebster.com/wp-content/uploads/2010/04/splitbrowser.png" alt="" width="40" height="40" /> <strong>Split Browser</strong> &#8211; Splits the browser window so that you can view multiple pages at once.</div>
<div><img class="size-full wp-image-77" title="webdeveloper" src="http://jesterwebster.com/wp-content/uploads/2010/04/webdeveloper.png" alt="" width="40" height="40" /> <strong>Web Developer</strong> &#8211; Adds a menu and toolbar that&#8217;s packed with web development tools.</div>
<div><img class="size-full wp-image-76" title="yslow" src="http://jesterwebster.com/wp-content/uploads/2010/04/yslow.png" alt="" width="40" height="40" /> <strong>YSlow</strong> &#8211; Helps determine how a page is performing.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/firefox-extensions-you-need-for-web-development/71/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>robots.txt vs meta tag.  Which has precedence?</title>
		<link>http://www.jesterwebster.com/robots-txt-vs-meta-tag-which-has-precedence/22</link>
		<comments>http://www.jesterwebster.com/robots-txt-vs-meta-tag-which-has-precedence/22#comments</comments>
		<pubDate>Sun, 28 Mar 2010 02:58:54 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[contradict]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[spidering]]></category>

		<guid isPermaLink="false">http://jesterwebster.com/?p=22</guid>
		<description><![CDATA[Question: If you have a robots.txt file and a meta tag within an HTML web page, that contradict each other, which has precedence? Answer: If there is a conflict between the directive in robots.txt and the meta tag directive (e.g. if your robots.txt allows spidering but your page meta tag does not) the robots.txt directive [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question</strong>:<br />
If you have a robots.txt file and a meta tag within an HTML web page, that contradict each other, which has precedence?</p>
<p><strong>Answer:</strong><br />
If there is a conflict between the directive in robots.txt and the meta tag directive (e.g. if your robots.txt allows spidering but your page meta tag does not) the robots.txt directive has precedence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/robots-txt-vs-meta-tag-which-has-precedence/22/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to stop people from viewing directory content on an Apache web server</title>
		<link>http://www.jesterwebster.com/how-to-stop-people-from-viewing-directory-content-on-an-apache-web-server/17</link>
		<comments>http://www.jesterwebster.com/how-to-stop-people-from-viewing-directory-content-on-an-apache-web-server/17#comments</comments>
		<pubDate>Sun, 28 Mar 2010 02:51:05 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://jesterwebster.com/?p=17</guid>
		<description><![CDATA[Let&#8217;s say you have the following files in your root directory: /public_html/ - FileA.txt - FileB.jpg - FileC.doc By default, Apache will look for an index.htm or index.php to serve the the user if they navigated to: http://www.example.com/ If those default files do not exist, Apache will end up showing the contents of the directory.  [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have the following files in your root directory:</p>
<p><code>/public_html/<br />
- FileA.txt<br />
- FileB.jpg<br />
- FileC.doc</code></p>
<p>By default, Apache will look for an index.htm or index.php to serve the the user if they navigated to:</p>
<p>http://www.example.com/</p>
<p>If those default files do not exist, Apache will end up showing the contents of the directory.  If you want to stop Apache from doing that, you can add an <code>.htaccess</code> file in the directory. The <code>.htaccess</code> file should contain the following line:<br />
<code>Options -Indexes</code></p>
<p>This will stop users from being able to view contents of directories. This will work for all subdirectories as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/how-to-stop-people-from-viewing-directory-content-on-an-apache-web-server/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is How All Schedules Should Be Designed!</title>
		<link>http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61</link>
		<comments>http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61#comments</comments>
		<pubDate>Sun, 28 Mar 2010 06:31:46 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Florida State University]]></category>
		<category><![CDATA[FSU]]></category>
		<category><![CDATA[Lab Monitors]]></category>
		<category><![CDATA[Lab Schedule]]></category>

		<guid isPermaLink="false">http://jesterwebster.com/?p=61</guid>
		<description><![CDATA[In college, I got bored of seeing the same old black-n-white, Courier, 12pt schedule. So I decided to spice it up.  Twice.]]></description>
			<content:encoded><![CDATA[<p>In college, I got bored of seeing the same old black-n-white, Courier, 12pt schedule. So I decided to spice it up.  Twice.</p>

<a href='http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61/fsulabschedule2' title='Florida State University Computer Science Lab Schedule'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/03/FSULabSchedule2-150x150.jpg" class="attachment-thumbnail" alt="Florida State University Computer Science Lab Schedule" title="Florida State University Computer Science Lab Schedule" /></a>
<a href='http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61/fsulabschedule' title='Florida State University Computer Science Lab Schedule #2'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/03/FSULabSchedule-150x150.jpg" class="attachment-thumbnail" alt="Florida State University Computer Science Lab Schedule #2" title="Florida State University Computer Science Lab Schedule #2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Screen Fractal Backgrounds created in Gimp and Photoshop</title>
		<link>http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51</link>
		<comments>http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51#comments</comments>
		<pubDate>Sun, 28 Mar 2010 06:09:29 +0000</pubDate>
		<dc:creator>Jesse Forrest</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Backgrounds]]></category>
		<category><![CDATA[Dual Screen]]></category>
		<category><![CDATA[Fractal]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://jesterwebster.com/?p=51</guid>
		<description><![CDATA[A couple years ago I created some fractal artwork to use as the background for my dual monitor setup.  I figure it was about time I shared it with the world&#8230;]]></description>
			<content:encoded><![CDATA[<p>A couple years ago I created some fractal artwork to use as the background for my dual monitor setup.  I figure it was about time I shared it with the world&#8230;<br />

<a href='http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51/greencosmos-2' title='Green Cosmos'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/03/GreenCosmos-150x150.jpg" class="attachment-thumbnail" alt="Green Cosmos" title="Green Cosmos" /></a>
<a href='http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51/bluechaos-2' title='Blue Chaos'><img width="150" height="150" src="http://www.jesterwebster.com/wp-content/uploads/2010/03/BlueChaos-150x150.jpg" class="attachment-thumbnail" alt="Blue Chaos" title="Blue Chaos" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

