<?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>Mon, 07 May 2012 01:44:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bypassing Ajax Caching When Using JQuery</title>
		<link>http://www.carlos-roque.com/2012/05/07/bypassing-ajax-caching-when-using-jquery/</link>
		<comments>http://www.carlos-roque.com/2012/05/07/bypassing-ajax-caching-when-using-jquery/#comments</comments>
		<pubDate>Mon, 07 May 2012 01:36:51 +0000</pubDate>
		<dc:creator>Carlos Roque</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=184</guid>
		<description><![CDATA[I was working on some Ajax on a project and while debugging I noticed that my responses where exactly the same. Now, I know cashing is important to improve efficiency but in my situation I was using Ajax because I wanted Live responses from my webservice. At first, I thought it was my code but soon realized that [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2012/05/07/bypassing-ajax-caching-when-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting with jQuery and Saving The New Order</title>
		<link>http://www.carlos-roque.com/2012/05/01/sorting-with-jquery-and-saving-the-new-order/</link>
		<comments>http://www.carlos-roque.com/2012/05/01/sorting-with-jquery-and-saving-the-new-order/#comments</comments>
		<pubDate>Tue, 01 May 2012 19:30:37 +0000</pubDate>
		<dc:creator>Carlos Roque</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=172</guid>
		<description><![CDATA[I was building a form the other day and was adding items dynamically. I wanted to be able to drag and sort my items as I was building the form. Now, all this is very easy to do with jQuery but my problem was that I needed my item id's to be persistent. I needed a [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2012/05/01/sorting-with-jquery-and-saving-the-new-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few KPL text tools</title>
		<link>http://www.carlos-roque.com/2012/04/23/a-few-kpl-text-tools/</link>
		<comments>http://www.carlos-roque.com/2012/04/23/a-few-kpl-text-tools/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 13:16:13 +0000</pubDate>
		<dc:creator>Carlos Roque</dc:creator>
				<category><![CDATA[KPL - Kodak Professional Language]]></category>

		<guid isPermaLink="false">http://www.carlos-roque.com/?p=163</guid>
		<description><![CDATA[String manipulation is one of the most common things to do in a programming language, so it is to no surprise that KPL offers many tools for doing what you want. I will try to show you and explain some of it most useful tools. String Comparison The most common task that I can think [...]]]></description>
		<wfw:commentRss>http://www.carlos-roque.com/2012/04/23/a-few-kpl-text-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

