<?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>DM Blog &#187; technology</title>
	<atom:link href="http://dmblog.com/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmblog.com</link>
	<description>Daniel Menjivar&#039;s Blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Tag Cloud with Post Counts</title>
		<link>http://dmblog.com/2011/09/wordpress-tag-cloud-with-post-counts/</link>
		<comments>http://dmblog.com/2011/09/wordpress-tag-cloud-with-post-counts/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 15:42:38 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=2040</guid>
		<description><![CDATA[<p>One of the things that has annoyed me about WordPress for a long time is the inability to display a post count next to each tag in a tag cloud.  Here's the code I came up with to accomplish this.</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/09/wordpress-tag-cloud-with-post-counts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Use Tweet Entities</title>
		<link>http://dmblog.com/2011/08/how-to-use-tweet-entities/</link>
		<comments>http://dmblog.com/2011/08/how-to-use-tweet-entities/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 20:25:32 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1922</guid>
		<description><![CDATA[<p>On my sites, I'm using the URL entities to display long URLs in a shorter, more visually appealing way; hashtag entities to make hashtags clickable links; user_mention entities to make usernames clickable links; and media entities to display any linked photos right on the page...</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/08/how-to-use-tweet-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 History API</title>
		<link>http://dmblog.com/2011/08/html5-history-api/</link>
		<comments>http://dmblog.com/2011/08/html5-history-api/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 16:04:39 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1861</guid>
		<description><![CDATA[<p>When re-designing my music site, I wanted to make sure that visitors could bookmark and share the original URL of the page without any appended #hashes.  This was perfect for HTML5's History API.</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/08/html5-history-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math – Left to Right</title>
		<link>http://dmblog.com/2011/07/math-left-to-right/</link>
		<comments>http://dmblog.com/2011/07/math-left-to-right/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 14:47:37 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1859</guid>
		<description><![CDATA[<p>Mathematics is so much faster, and easier, when you do it left to right.</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/07/math-left-to-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date and Time Types in MySQL</title>
		<link>http://dmblog.com/2011/06/date-time-types-in-mysql/</link>
		<comments>http://dmblog.com/2011/06/date-time-types-in-mysql/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 20:54:24 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1749</guid>
		<description><![CDATA[<p>...for this post, I'm going to get into the various date and time types in MySQL and I'll discuss when and why to use each one...</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/06/date-time-types-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javier&#039;s Treet</title>
		<link>http://dmblog.com/2011/05/javiers-treet/</link>
		<comments>http://dmblog.com/2011/05/javiers-treet/#comments</comments>
		<pubDate>Tue, 24 May 2011 01:00:46 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[dogs]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[ontario]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[toronto]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1723</guid>
		<description><![CDATA[<p>Here's a video that Michelle took of Javier eating leaves in the front yard.</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/05/javiers-treet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue is Better Than Green</title>
		<link>http://dmblog.com/2011/05/blue-is-better-than-green/</link>
		<comments>http://dmblog.com/2011/05/blue-is-better-than-green/#comments</comments>
		<pubDate>Mon, 02 May 2011 00:34:32 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1670</guid>
		<description><![CDATA[<p>I recently updated the design of my blog and the most noticeable difference is that  I changed the ...</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/05/blue-is-better-than-green/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 Threaded Comments</title>
		<link>http://dmblog.com/2011/03/html5-threaded-comments/</link>
		<comments>http://dmblog.com/2011/03/html5-threaded-comments/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 16:36:34 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1571</guid>
		<description><![CDATA[<p>...the one thing I wasn't able to find was a proper implementation of HTML5 comments, especially when it comes to threaded comments.  All the more reason to create my own...</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/03/html5-threaded-comments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DM Rating Stars – WordPress Plugin</title>
		<link>http://dmblog.com/2011/01/dm-rating-stars-wordpress-plugin/</link>
		<comments>http://dmblog.com/2011/01/dm-rating-stars-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 03:55:17 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1523</guid>
		<description><![CDATA[<p>For quite some time, I've been using my own custom plugin on my WordPress blog – one of the features my plugin adds is the ability to add rating stars to posts, and now, I've decided to make it available for download.</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/01/dm-rating-stars-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The 3 Dogs Trailer</title>
		<link>http://dmblog.com/2011/01/the-3-dogs-trailer/</link>
		<comments>http://dmblog.com/2011/01/the-3-dogs-trailer/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 00:44:48 +0000</pubDate>
		<dc:creator>DM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dogs]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://dmblog.com/?p=1518</guid>
		<description><![CDATA[<p>This is my first blog post since the new HTML5 changes went live on my blog.  Here's a video trailer that Michelle and I created in iMovie '11 back in November...</p>]]></description>
		<wfw:commentRss>http://dmblog.com/2011/01/the-3-dogs-trailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

