<!-- move these styles into a global definition -->

<style>
.hint {
	color: #ccc;
}

.sparkInput {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	width: 500px;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkTextarea {
	width: 500px;
	height: 250px;
	font-size: 14px;
	padding: 3px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkButton {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.required {
	color: red;
}

</style>

<script>
function toggleEndDate()
{
	if(	document.getElementById('endDateRow').style.display == 'none')
		document.getElementById('endDateRow').style.display = 'block';
	else
		document.getElementById('endDateRow').style.display = 'none';
}

function showNewVenue()
{
	document.getElementById('newVenue').style.display = 'block';
	document.getElementById('venueList').style.display = 'none';
	
}

function showNewLocation()
{
	document.getElementById('event_location_dropdown').style.display = 'none';
	document.getElementById('event_location_new').style.display = 'block';
	
}

</script>


<style>
	.sparkInput {
		width: 250px;
	}

</style>

<script>

function showNewLocation()
{
	document.getElementById('venue_location_dropdown').style.display = 'none';
	document.getElementById('venue_location_new').style.display = 'block';
	
}

</script>

<?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>Colin Loretz &#187; plugin</title>
	<atom:link href="http://colinloretz.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinloretz.com</link>
	<description>Technology &#38; Life Hacking</description>
	<lastBuildDate>Mon, 23 Aug 2010 20:22:14 +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>Building Your First Plugin on WordPress at WordCamp 2009</title>
		<link>http://colinloretz.com/2009/04/building-your-first-plugin-on-wordpress-from-wordcamp/</link>
		<comments>http://colinloretz.com/2009/04/building-your-first-plugin-on-wordpress-from-wordcamp/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 18:04:06 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=279</guid>
		<description><![CDATA[Example File: Reno-WordCamp plugin (save and rename to reno-wordcamp.php) Slides: Creating Your First WordPress Plugin]]></description>
			<content:encoded><![CDATA[<p><strong>Example File:</strong></p>
<p><a href= "http://colinloretz.com/wp-content/uploads/2009/04/reno-wordcamp.txt">Reno-WordCamp plugin</a> (save and rename to reno-wordcamp.php)</p>
<p><strong>Slides:</strong></p>
<div id="__ss_1353126" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Creating Your First WordPress Plugin" href="http://www.slideshare.net/ColinLoretz/creating-your-first-wordpress-plugin?type=powerpoint" onclick="pageTracker._trackPageview('/outgoing/www.slideshare.net/ColinLoretz/creating-your-first-wordpress-plugin?type=powerpoint&amp;referer=');">Creating Your First WordPress Plugin</a><object width="425" height="355" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=firstwppluginloretz-090427140947-phpapp01&amp;stripped_title=creating-your-first-wordpress-plugin" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=firstwppluginloretz-090427140947-phpapp01&amp;stripped_title=creating-your-first-wordpress-plugin" /><param name="allowfullscreen" value="true" /></object></div>
<div style="width: 425px; text-align: left;"><strong><br />
</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2009/04/building-your-first-plugin-on-wordpress-from-wordcamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
