<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Roger Dickey Jr</title>
	
	<link>http://www.rogerdickeyjr.com</link>
	<description>Heavy on the geek with a dash of marketer.</description>
	<lastBuildDate>Fri, 18 Sep 2009 13:48:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/RogerDickeyJr" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Free Affiliate Store Wordpress Plugin</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/YLwad1EkHc4/free-affiliate-store-wordpress-plugin</link>
		<comments>http://www.rogerdickeyjr.com/145/free-affiliate-store-wordpress-plugin#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:52:25 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/145/free-affiliate-store-wordpress-plugin</guid>
		<description><![CDATA[Download WP Affiliate Store Plugin&#160;
The Affiliate Store plugin adds a really simple store to your existing Wordpress blog. 
It’s meant to add to an existing blog that you’d want to create a single shop page for.
Simply upload the files to your Wordpress plugins directory (/wp-content/plugins/) then activate the plugin in the WP Admin. Just put [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Free Affiliate Store Wordpress Plugin", url: "http://www.rogerdickeyjr.com/145/free-affiliate-store-wordpress-plugin" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/145/free-affiliate-store-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/145/free-affiliate-store-wordpress-plugin</feedburner:origLink></item>
		<item>
		<title>Affiliate Marketing Network Statistics Aggregator</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/zfM2GjTo-0M/affiliate-marketing-network-statistics-aggregator</link>
		<comments>http://www.rogerdickeyjr.com/138/affiliate-marketing-network-statistics-aggregator#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:40:14 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[commission]]></category>
		<category><![CDATA[cpa]]></category>
		<category><![CDATA[cpc]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/138/affiliate-marketing-network-statistics-aggregator</guid>
		<description><![CDATA[If you’re signed up to lots of affiliate programs, you’ll know the hassle of logging in to each one of them to check your stats. Like most people, you probably do that several times a day. That adds up to a lot of wasted time. If you’re more advanced, you’re probably storing the results in [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Affiliate Marketing Network Statistics Aggregator", url: "http://www.rogerdickeyjr.com/138/affiliate-marketing-network-statistics-aggregator" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/138/affiliate-marketing-network-statistics-aggregator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/138/affiliate-marketing-network-statistics-aggregator</feedburner:origLink></item>
		<item>
		<title>.NET library for Twitpic photo API</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/1Yx48H9NKx4/net-library-for-twitpic-photo-api</link>
		<comments>http://www.rogerdickeyjr.com/135/net-library-for-twitpic-photo-api#comments</comments>
		<pubDate>Fri, 24 Jul 2009 18:44:15 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[twitpics]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/135/net-library-for-twitpic-photo-api</guid>
		<description><![CDATA[ I needed to integrate an application into Twitpic for uploading pictures related to a Tweet. 
So after spending a few hours reading over there API spec, I’ve created a simple class library for accessing Twitpics 2 remote calls:
Class Twitpic:

public Twitpic(byte[] media, string twitterUsername, string twitterPassword)
public TwitpicResponse UploadAndPost(string message)
public TwitpicResponse Upload()


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: [...]<script type="text/javascript">SHARETHIS.addEntry({ title: ".NET library for Twitpic photo API", url: "http://www.rogerdickeyjr.com/135/net-library-for-twitpic-photo-api" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/135/net-library-for-twitpic-photo-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/135/net-library-for-twitpic-photo-api</feedburner:origLink></item>
		<item>
		<title>.NET library for accessing the OpenX API</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/DJLrjuFTpbA/net-library-for-accessing-the-openx-api</link>
		<comments>http://www.rogerdickeyjr.com/133/net-library-for-accessing-the-openx-api#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:06:49 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[openx]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/133/net-library-for-accessing-the-openx-api</guid>
		<description><![CDATA[I’ve started work on a .NET library for manipulating an instance of OpenX 2.6+.
There’s quite a bit that this XML-RPC interface provides to developers. As such, I’ve only got the minimum of create, retrieve, update &#38; delete methods implemented. There are more advanced methods for retrieving statistics which I&#8217; haven’t begun work on yet. This [...]<script type="text/javascript">SHARETHIS.addEntry({ title: ".NET library for accessing the OpenX API", url: "http://www.rogerdickeyjr.com/133/net-library-for-accessing-the-openx-api" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/133/net-library-for-accessing-the-openx-api/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/133/net-library-for-accessing-the-openx-api</feedburner:origLink></item>
		<item>
		<title>Assigning images to enums for databinding in ASP.NET</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/c-qS2dnyB6g/assigning-images-to-enums-for-databinding-in-asp-net</link>
		<comments>http://www.rogerdickeyjr.com/132/assigning-images-to-enums-for-databinding-in-asp-net#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:54:50 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[datalist]]></category>
		<category><![CDATA[enum]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/132/assigning-images-to-enums-for-databinding-in-asp-net</guid>
		<description><![CDATA[I jazzed up a boring event log table in an ASP.NET web application by replacing an INT property with an image representation. The INT property is also mapped to an Enum for easy access to the logical record types.
Take this MS SQL 2005 Table for example:

Logs:
ID int, primary key, auto increment,
Timestamp datetime,
Type int,
Message varchar(255)
&#160;
I’m using [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Assigning images to enums for databinding in ASP.NET", url: "http://www.rogerdickeyjr.com/132/assigning-images-to-enums-for-databinding-in-asp-net" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/132/assigning-images-to-enums-for-databinding-in-asp-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/132/assigning-images-to-enums-for-databinding-in-asp-net</feedburner:origLink></item>
		<item>
		<title>.NET library for Cli.gs API</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/wcDpzjLuU0c/net-library-for-cli-gs-api</link>
		<comments>http://www.rogerdickeyjr.com/128/net-library-for-cli-gs-api#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:46:58 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cligs]]></category>
		<category><![CDATA[short url]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/128/net-library-for-cli-gs-api</guid>
		<description><![CDATA[ 
I’ve created a really simple library in C# for use in any .NET application to interact with the Cli.gs API.
Currently there’s only 2 methods:
1. Create – this will take a long URL and optional title to return a shortened URL. 

The title is used in the back end for the admin to see.
The shortened [...]<script type="text/javascript">SHARETHIS.addEntry({ title: ".NET library for Cli.gs API", url: "http://www.rogerdickeyjr.com/128/net-library-for-cli-gs-api" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/128/net-library-for-cli-gs-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/128/net-library-for-cli-gs-api</feedburner:origLink></item>
		<item>
		<title>DataBinding to an Enum</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/61eh_Igwfuk/databinding-to-an-enum</link>
		<comments>http://www.rogerdickeyjr.com/126/databinding-to-an-enum#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:09:04 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/126/databinding-to-an-enum</guid>
		<description><![CDATA[I needed a Day of Week user-control for an ASP.NET web app I’m working on and wanted to use the built-in DayOfWeek enum for the task.
Here’s the C# code-behind I put together after a little googling:
&#160;
        public override void DataBind()
        {
 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "DataBinding to an Enum", url: "http://www.rogerdickeyjr.com/126/databinding-to-an-enum" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/126/databinding-to-an-enum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/126/databinding-to-an-enum</feedburner:origLink></item>
		<item>
		<title>Setting a static IP address on the new Xbox 360 Experience</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/qyGiC9JL8TE/setting-a-static-ip-address-on-the-new-xbox-360-experience</link>
		<comments>http://www.rogerdickeyjr.com/123/setting-a-static-ip-address-on-the-new-xbox-360-experience#comments</comments>
		<pubDate>Sun, 18 Jan 2009 15:35:43 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/123/setting-a-static-ip-address-on-the-new-xbox-360-experience</guid>
		<description><![CDATA[I just finished rebuilding my home network to consolidate 2 separate networks with different internet connections.
This meant I had to update the static IP address I already had setup on the Xbox 360 from the previous OS. 
Let&#8217;s go through this step by step to change the IP address of the 360 using the new [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Setting a static IP address on the new Xbox 360 Experience", url: "http://www.rogerdickeyjr.com/123/setting-a-static-ip-address-on-the-new-xbox-360-experience" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/123/setting-a-static-ip-address-on-the-new-xbox-360-experience/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/123/setting-a-static-ip-address-on-the-new-xbox-360-experience</feedburner:origLink></item>
		<item>
		<title>Plogger is a great PHP open source image gallery to hack up!</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/3XzUVJXyRNg/plogger-is-a-great-php-open-source-image-gallery-to-hack-up</link>
		<comments>http://www.rogerdickeyjr.com/122/plogger-is-a-great-php-open-source-image-gallery-to-hack-up#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:13:40 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/122/plogger-is-a-great-php-open-source-image-gallery-to-hack-up</guid>
		<description><![CDATA[Say you&#8217;ve got an artist friend or two that wants a website to display all their great artwork. 
Along with that, they want a custom site template, not just a standard image gallery.
Well Plogger is a great tool for just such an occasion! This light weight image cms installs in seconds only needing a few [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Plogger is a great PHP open source image gallery to hack up!", url: "http://www.rogerdickeyjr.com/122/plogger-is-a-great-php-open-source-image-gallery-to-hack-up" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/122/plogger-is-a-great-php-open-source-image-gallery-to-hack-up/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/122/plogger-is-a-great-php-open-source-image-gallery-to-hack-up</feedburner:origLink></item>
		<item>
		<title>New Jaydiohead mashup album rocks!</title>
		<link>http://feedproxy.google.com/~r/RogerDickeyJr/~3/3D9T7heCwMc/new-jaydiohead-mashup-album-rocks</link>
		<comments>http://www.rogerdickeyjr.com/120/new-jaydiohead-mashup-album-rocks#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:27:31 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.rogerdickeyjr.com/120/new-jaydiohead-mashup-album-rocks</guid>
		<description><![CDATA[ 

The new &#8220;Jaydiohead&#8221; album from DJ Minty Fresh Beats can be downloaded and streamed from their website: jaydiohead.com
<script type="text/javascript">SHARETHIS.addEntry({ title: "New Jaydiohead mashup album rocks!", url: "http://www.rogerdickeyjr.com/120/new-jaydiohead-mashup-album-rocks" });</script>]]></description>
		<wfw:commentRss>http://www.rogerdickeyjr.com/120/new-jaydiohead-mashup-album-rocks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rogerdickeyjr.com/120/new-jaydiohead-mashup-album-rocks</feedburner:origLink></item>
	</channel>
</rss>
