<?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>Program &#38; Design &#187; Uncategorized</title>
	<atom:link href="http://programanddesign.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://programanddesign.com</link>
	<description>Tips, tricks, tutorials, and tools on programming &#38; web design</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Thread-Safe Observable Priority Queue for WPF</title>
		<link>http://programanddesign.com/uncategorized/priority-queue-for-wpf/</link>
		<comments>http://programanddesign.com/uncategorized/priority-queue-for-wpf/#comments</comments>
		<pubDate>Sat, 08 May 2010 04:13:52 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=339</guid>
		<description><![CDATA[Building on my last post, I realized that you couldn't push elements onto the queue from a worker thread, making it pretty much useless. However, if we dispatch the pushes back to the UI thread, it should work, right? Here's (what I believe to be) a thread-safe observable priority queue with notifications for use in [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/priority-queue-for-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django Send HTML Emails</title>
		<link>http://programanddesign.com/uncategorized/django-send-html-emails/</link>
		<comments>http://programanddesign.com/uncategorized/django-send-html-emails/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:24:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=316</guid>
		<description><![CDATA[You can use this little function to load emails from a template and send them in both HTML and plaintext formats. from django.core.mail import EmailMultiAlternatives from django.template import loader, Context from django.conf import settings def send_multipart_email&#40;subject, template, data_dict, recipient_list, from_email=settings.DEFAULT_FROM_EMAIL&#41;: &#160; &#160; if type&#40;recipient_list&#41; != list: recipient_list = &#91;recipient_list&#93; &#160; &#160; &#160; &#160; tt = [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/django-send-html-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django, Flatpages, Markdown, and Syntax Highlighting</title>
		<link>http://programanddesign.com/uncategorized/django-flatpages-markdown-and-syntax-highlighting/</link>
		<comments>http://programanddesign.com/uncategorized/django-flatpages-markdown-and-syntax-highlighting/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 23:59:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=291</guid>
		<description><![CDATA[For what should have been an easy task, this turned out to be extraordinarily difficult. I assume you have Django already installed. If not, the tutorials on djangoproject.com aren't too terrible, provided you're not on a shared server (that's another story!). I'm using Flatpages, but you can use whatever you want to follow along with [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/django-flatpages-markdown-and-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All I want is a drag-and-drop CD burner</title>
		<link>http://programanddesign.com/uncategorized/all-i-want-is-a-drag-and-drop-cd-burner/</link>
		<comments>http://programanddesign.com/uncategorized/all-i-want-is-a-drag-and-drop-cd-burner/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:52:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=271</guid>
		<description><![CDATA[I know I've mostly been posting code snippets here, but I originally started this site to post more in-depth tutorials. This isn't going to be one of those. I'm taking a spin and would like to say a few words on the design of good software -- the second half of this site that's been [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/all-i-want-is-a-drag-and-drop-cd-burner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert into MySQL datetime column from PHP</title>
		<link>http://programanddesign.com/uncategorized/insert-into-mysql-datetime-column-from-php/</link>
		<comments>http://programanddesign.com/uncategorized/insert-into-mysql-datetime-column-from-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:44:56 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=240</guid>
		<description><![CDATA[You can use this simple function to convert a unix timestamp (like the one obtained from time()) to MySQL datetime format: function mysql_datetime&#40;$timestamp = null&#41; &#123; &#160; &#160; if&#40;!isset&#40;$timestamp&#41;&#41; $timestamp = time&#40;&#41;; &#160; &#160; return date&#40;'Y-m-d H:i:s', $timestamp&#41;; &#125; I'm using this instead of MySQL's NOW() function because my MySQL server isn't localized to my [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/insert-into-mysql-datetime-column-from-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Rounded Corners with CSS</title>
		<link>http://programanddesign.com/uncategorized/simple-rounded-corners-with-css/</link>
		<comments>http://programanddesign.com/uncategorized/simple-rounded-corners-with-css/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 20:44:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=206</guid>
		<description><![CDATA[I know there are umpteen billion tutorials on rounded corners out there, but here's an easy way that I like to do it. Requires only one image, and allows you to nudge your text as close to the corners are you like. If you want a 3px radius corner, have a black background, and white [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/simple-rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Current Page Tab</title>
		<link>http://programanddesign.com/uncategorized/easy-current-page-tab/</link>
		<comments>http://programanddesign.com/uncategorized/easy-current-page-tab/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:51:17 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=196</guid>
		<description><![CDATA[So, you have a bunch of links along the top of your page, and you want to highlight the current one when you click on it. Easy enough to do if you copy and paste the entire navbar onto every page and add some CSS to the current tab, but that's just bad practice! You [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/uncategorized/easy-current-page-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
