<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Code for thought.</title>
	<link>http://www.coryborrow.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Jul 2008 18:07:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SimpleMail - Easily send email&#8217;s with attachments from php.</title>
		<description>Here is a pretty simple class that uses the default mail function so no sockets or direct connections to server's
have to be used. But this script will allow you to add multiple contacts, as well as multiple attachments, easily.

It is as simple as this.
[php]

[/php]

Hope someone finds it useful, enjoy.
[download#3]
 </description>
		<link>http://www.coryborrow.com/2008/07/24/simplemail-easily-send-emails-with-attachments-from-php/</link>
			</item>
	<item>
		<title>Create image preview of textfile with PHP and the GD library.</title>
		<description>This will be a small tutorial on how to create preview images / thumbnails of textfiles using PHP and the built-in GD library.
Note: This tutorial requires that you have GD2+ with Freetype support.

Ok so lets get started. This is actually quite an easy task, the basic idea is that we ...</description>
		<link>http://www.coryborrow.com/2008/07/23/create-image-preview-of-textfile-with-php-and-the-gd-library/</link>
			</item>
	<item>
		<title>Simple Fuzzy Search with PHP</title>
		<description>Approximate string search or Fuzzy string search, can be a difficult task if you have a very sophisticated searching / matching algorithm. So today I will show you a quite simple Fuzzy string search and use it to create a small efficient search application.

The CompareStrings method that we have ready ...</description>
		<link>http://www.coryborrow.com/2008/07/08/fuzzy-search-with-php/</link>
			</item>
	<item>
		<title>SpellChecker.</title>
		<description>I am currently in the process of writing my own spell checking library, pretty much just because it's a good learning experince and because I can. Anyway it seems to work pretty good so far, it is quite simple though uses the following steps to accomplish spell checking.

	Check current word ...</description>
		<link>http://www.coryborrow.com/2008/07/07/spellchecker/</link>
			</item>
	<item>
		<title>NotificationBar - Free .NET control.</title>
		<description>So I got a free control here for you. It is a pretty simple control, completly in C#. It is a notification/information bar, like that found in IE when you try to download something.



Features of this control include.

	LGPL License.
	Easy to use.
	Works on Mono.
	Automatically resizes to fit text.
	Can play system sound ...</description>
		<link>http://www.coryborrow.com/2008/07/05/notificationbar-free-net-control/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description>Well, here is my first post on my new blog / site (Code for thought).

So to get started, my name is Cory. I like to write code, dabble in electronics and mostly anythng that has to do with computers. On this blog in future posts you will find things such ...</description>
		<link>http://www.coryborrow.com/2008/07/03/hello-world/</link>
			</item>
</channel>
</rss>
