<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jesse Forrest</title>
	<link>http://www.jesterwebster.com</link>
	<description>Life in Design and Development</description>
	<lastBuildDate>Mon, 11 Apr 2011 01:35:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>How to Convert Strings into a URL Friendly Format Using PHP</title>
		<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>
		<link>http://www.jesterwebster.com/convert-strings-into-url-friendly-format-php/159</link>
			</item>
	<item>
		<title>Joimo&#8217;s Expansion into New Activities</title>
		<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>
		<link>http://www.jesterwebster.com/joimos-expanding-into-new-activities/153</link>
			</item>
	<item>
		<title>Log Manager: COM Port Card Logging Software Written in Visual Basic</title>
		<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>
		<link>http://www.jesterwebster.com/log-manager-com-port-card-logging-com-port-reader/109</link>
			</item>
	<item>
		<title>My Original Thoughts, Before Joimo Came Along</title>
		<description><![CDATA[Before Joimo.com came to be, here were a couple of my other concepts..]]></description>
		<link>http://www.jesterwebster.com/my-original-thoughts-before-joimo-came-along/105</link>
			</item>
	<item>
		<title>How to Convert URL&#8217;s in Text to Links Using PHP</title>
		<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>
		<link>http://www.jesterwebster.com/how-to-convert-urls-in-text-to-links-using-php/85</link>
			</item>
	<item>
		<title>Firefox Extensions You Need For Web Development</title>
		<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>
		<link>http://www.jesterwebster.com/firefox-extensions-you-need-for-web-development/71</link>
			</item>
	<item>
		<title>robots.txt vs meta tag.  Which has precedence?</title>
		<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>
		<link>http://www.jesterwebster.com/robots-txt-vs-meta-tag-which-has-precedence/22</link>
			</item>
	<item>
		<title>How to stop people from viewing directory content on an Apache web server</title>
		<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>
		<link>http://www.jesterwebster.com/how-to-stop-people-from-viewing-directory-content-on-an-apache-web-server/17</link>
			</item>
	<item>
		<title>This is How All Schedules Should Be Designed!</title>
		<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>
		<link>http://www.jesterwebster.com/this-is-how-all-schedules-should-be-designed/61</link>
			</item>
	<item>
		<title>Dual Screen Fractal Backgrounds created in Gimp and Photoshop</title>
		<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>
		<link>http://www.jesterwebster.com/dual-screen-fractal-backgrounds-created-in-gimp-and-photoshop/51</link>
			</item>
</channel>
</rss>

