<?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>WebDevology.com &#187; Programming</title>
	<atom:link href="http://webdevology.com/category/technology/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevology.com</link>
	<description>...we &#9829; web things</description>
	<lastBuildDate>Mon, 26 Apr 2010 13:44:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Applying Background Images Using CSS</title>
		<link>http://webdevology.com/2009/09/14/applying-background-images-using-css/</link>
		<comments>http://webdevology.com/2009/09/14/applying-background-images-using-css/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:29:22 +0000</pubDate>
		<dc:creator>Sadie Hebert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wdt]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://webdevology.com/?p=396</guid>
		<description><![CDATA[A background image can be applied to any element using the following CSS declaration:
background-image: url(image name);
Shorthand background declarations are written as:
background: color image repeat attachment position;
For example, the following code:
p {
  background-color: #f00;
  background-image: url(background.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
would be written in shorthand as:
p {
  background: #f00 [...]]]></description>
		<wfw:commentRss>http://webdevology.com/2009/09/14/applying-background-images-using-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL based transactions using PHP 5.x</title>
		<link>http://webdevology.com/2009/02/18/mysql-based-transactions-using-php5/</link>
		<comments>http://webdevology.com/2009/02/18/mysql-based-transactions-using-php5/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 21:52:28 +0000</pubDate>
		<dc:creator>Jason Hebert</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://webdevology.com/?p=68</guid>
		<description><![CDATA[I&#8217;ve been using database transactions heavily in an application I&#8217;m working on and thought it might be a good topic to write about. I started searching for tutorials on the subject and found very few that are of  good quality. Hopefully this will enlighten you and provide a better understanding of the subject.

Database transactions, [...]]]></description>
		<wfw:commentRss>http://webdevology.com/2009/02/18/mysql-based-transactions-using-php5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
