<?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>Carlos Roque</title>
	<atom:link href="http://www.carlos-roque.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carlos-roque.com</link>
	<description>Code Hints, Examples and more</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:41:37 +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>Web Colors Previewer v2.0</title>
		<link>http://www.carlos-roque.com/2011/08/12/web-colors-previewer-v2-0/</link>
		<comments>http://www.carlos-roque.com/2011/08/12/web-colors-previewer-v2-0/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:31:02 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[RandomStuff]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=138</guid>
		<description><![CDATA[&#160; Well, the old tool didn't have many features, the new one displays rows of colors with  different characteristics from the original. click on the image and enjoy!]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/08/12/web-colors-previewer-v2-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KPL Variables</title>
		<link>http://www.carlos-roque.com/2011/08/11/kpl-variables/</link>
		<comments>http://www.carlos-roque.com/2011/08/11/kpl-variables/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 14:23:01 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[KPL - Kodak Professional Language]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=132</guid>
		<description><![CDATA[KPL variables resemble PHP variables in the sense that they are loosely typed and don't have to be declared. For those new to programming, this means that you don't have to declare that the variable is an integer or a text string. Naming Variable names must start with an alphabetic character followed by any alpha-numeric [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/08/11/kpl-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making WPF CheckBox and RadioButton display correctly in Windows classic theme</title>
		<link>http://www.carlos-roque.com/2011/07/25/making-wpf-checkbox-and-radiobutton-display-correctly-in-windows-classic-theme/</link>
		<comments>http://www.carlos-roque.com/2011/07/25/making-wpf-checkbox-and-radiobutton-display-correctly-in-windows-classic-theme/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 14:31:44 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=126</guid>
		<description><![CDATA[When developing a wpf app for work I ran into a display problem for the CheckBox and RadioButton. Most of our office computers still use windows XP with the classic theme and even the new Windows 7 computers are set to use the classic theme as well. Originally,  I wrote my RadioButton and CheckBox like [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/07/25/making-wpf-checkbox-and-radiobutton-display-correctly-in-windows-classic-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>cmds files in DP2 &#8211; creating a simple order</title>
		<link>http://www.carlos-roque.com/2011/07/22/cmds-files-in-dp2-creating-a-simple-order/</link>
		<comments>http://www.carlos-roque.com/2011/07/22/cmds-files-in-dp2-creating-a-simple-order/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 21:27:11 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[KPL - Kodak Professional Language]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=116</guid>
		<description><![CDATA[If you want to get your feet wet with KPL, cmds files are the easiest way to get started. Cmds stands for commands, there are many uses for these files but the most important in my opinion is the import of photo orders from other applications. To be able to use cmds files we first [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/07/22/cmds-files-in-dp2-creating-a-simple-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is KPL and how it relates to DP2?</title>
		<link>http://www.carlos-roque.com/2011/07/22/what-is-kpl-and-how-it-relates-to-dp2/</link>
		<comments>http://www.carlos-roque.com/2011/07/22/what-is-kpl-and-how-it-relates-to-dp2/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 14:37:31 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[KPL - Kodak Professional Language]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=112</guid>
		<description><![CDATA[KPL (Kodak Professional Language) is the underlying language that drives the DP2 Photo Lab production software. It is based on the C programming language family and it allows developers access to a lot of C methods and windows API's. The language has been greatly expanded from it's C roots to include features that are tailored to the photo production [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/07/22/what-is-kpl-and-how-it-relates-to-dp2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why I chose Silverlight over Flash for my FTP client</title>
		<link>http://www.carlos-roque.com/2011/06/30/why-i-chose-silverlight-over-flash-for-my-ftp-client/</link>
		<comments>http://www.carlos-roque.com/2011/06/30/why-i-chose-silverlight-over-flash-for-my-ftp-client/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 13:08:48 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[ActionScrip]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=109</guid>
		<description><![CDATA[UPDATE: I have been having issues with silverlight sockets so this project hasn't been finished. If anyone had any luck with something like this please share your experience. Thanks &#160; I made this File uploader that connects to an FTP server to upload customer files. My first instinct was to use flash and action script. [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/06/30/why-i-chose-silverlight-over-flash-for-my-ftp-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Public Keys With Putty to Connect to WHM running on Linux</title>
		<link>http://www.carlos-roque.com/2011/05/10/ssh-putty-with-public-keys-to-connect-to-whm/</link>
		<comments>http://www.carlos-roque.com/2011/05/10/ssh-putty-with-public-keys-to-connect-to-whm/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:59:57 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[WHM (WebHostManagement)]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=98</guid>
		<description><![CDATA[So the other day I wanted to set up SSH with public keys through putty so I could connect to WHM. While i did find the instructions on how to do it they were lacking a lot of information after a lot of google I was able to figure it out. So I figured The [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/05/10/ssh-putty-with-public-keys-to-connect-to-whm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting characters and numbers in mySQL</title>
		<link>http://www.carlos-roque.com/2011/04/19/sorting-characters-and-numbers-in-mysql/</link>
		<comments>http://www.carlos-roque.com/2011/04/19/sorting-characters-and-numbers-in-mysql/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 14:28:55 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=95</guid>
		<description><![CDATA[So I have a table with a column in this form someColumn 1 A 2 C 3 10 When you ORDER BY someColumn you get result in this order  1,10,2,3,A,C as you can see the number sequence is all messed up, 10 doesn't go after 1 to fix that you can do ORDER BY (someColum [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/04/19/sorting-characters-and-numbers-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding the Authorize.net PHP SDK to CodeIgniter 2.0</title>
		<link>http://www.carlos-roque.com/2011/04/12/adding-the-authorize-net-php-sdk-to-codeigniter-2-0/</link>
		<comments>http://www.carlos-roque.com/2011/04/12/adding-the-authorize-net-php-sdk-to-codeigniter-2-0/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:47:05 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=88</guid>
		<description><![CDATA[This is a follow up post to my initial Adding the Authorize.net PHP SDK to CodeIgniter 1.7. Now that CI 2.0 is out the plugins are long gone. So after a couple of minuted fiddling with this, I managed to get the Authorize.net API working as a library in CI Here is what you need to [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/04/12/adding-the-authorize-net-php-sdk-to-codeigniter-2-0/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ddlab.net Website launch</title>
		<link>http://www.carlos-roque.com/2011/01/25/ddlab-net-website-launch/</link>
		<comments>http://www.carlos-roque.com/2011/01/25/ddlab-net-website-launch/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 05:40:28 +0000</pubDate>
		<dc:creator>carlos_roque</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=80</guid>
		<description><![CDATA[Just finished and published this website at work I think it looks pretty good ddlab.net]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2011/01/25/ddlab-net-website-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

