<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Repeated Overflows</title>
	<link>http://code.christophervigliotti.com</link>
	<description>Christopher Vigliotti often speaks in ColdFusion, Flash, SQL, CSS, Java and JavaScript.</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:40:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>New To Java?  Read This Book</title>
		<description><![CDATA[If you are new to the strange and wonderful world of Java development, Head First Java is the essential primer. Do you have a favorite &#8220;Intro to Java&#8221; or &#8220;Intro to Object Oriented Development&#8221; resource? Please share in the comments]]></description>
		<link>http://code.christophervigliotti.com/2012/02/new-to-java-read-this-book/</link>
			</item>
	<item>
		<title>&#8220;Zeus, There It Is&#8221; or &#8220;Don&#8217;t Bring Me Down&#8230;Zeus&#8221;</title>
		<description><![CDATA[I&#8217;ll be participating on a preview of ColdFusion Zeus tomorrow at noon. See you there.]]></description>
		<link>http://code.christophervigliotti.com/2012/01/zeus-there-it-is-or-dont-bring-me-down-zeus/</link>
			</item>
	<item>
		<title>Selenium Conditional Statements And Assertions</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. Here&#8217;s a test case that demonstrates the use of conditional statements and assertions in Selenium RC. This code uses the parent class BigDaddyKane, which is explored in detail in a previous post. 1 2 3 4 5 6 7 8 9 10 11 12 13 [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/selenium-conditional-statements-and-assertions/</link>
			</item>
	<item>
		<title>Selenium Is The Neopolitan Ice Cream Of Browser Automation</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. mmm&#8230;ice cream What Type Of Ice Cream Is This??!! The Wikipedia entry for Selenium defines it as &#8220;a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language (Selenium IDE). It also provides a [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/selenium-is-the-neopolitan-ice-cream-of-browser-automation/</link>
			</item>
	<item>
		<title>Selenium RC, Now With More Big Daddy Kane</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. Inheritance In object-oriented programming, a class can inherit the methods and properties from a parent class. This means that we can add code to a parent class that can be used in one or more child objects. The advantage is that one would only have [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/selenium-rc-tests-now-with-more-big-daddy-kane/</link>
			</item>
	<item>
		<title>How Nik Broke Up Large Words Found In A String Using Regex</title>
		<description><![CDATA[The other day I had a Groovy/Grails bug fix whose solution was to break large non-space &#8216;words&#8217; (or rather &#8216;substrings that do not contain spaces&#8217;) into smaller words by inserting spaces every X characters. My regex is not the best, so after a bit of tinkering I reached out to the ever-helpful community over at [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/how-nik-broke-up-large-words-found-in-a-string-using-regex/</link>
			</item>
	<item>
		<title>Importing A Selenium IDE Test Into RC Land</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. HEY THERE! In order to better understand this post (as well as the rest of the Learn Selenium Series) I suggest that you be familiar with basic Object-Oriented concepts in Java. I suggest picking up the most excellent book &#8220;Head First Java&#8221; and working through [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/moving-a-selenium-test-from-ide-to-junit-3-rc/</link>
			</item>
	<item>
		<title>Selenium Selectors</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. Selenium IDE is a free and awesome Firefox plugin that records and plays automated tests. Consider the following test&#8230; The Base URL is http://code.christophervigliotti.com/ 1st command command: open target: / value: [blank] 2nd command command: clickAndWait target: link=Excel Entity Service value: [blank] 3rd command command: [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/selenium-ide-selectors/</link>
			</item>
	<item>
		<title>Selenium RC Loves Excel</title>
		<description><![CDATA[This post is a part of my Learn Selenium series. Requirement I&#8217;m working with a team of testers that are developing Selenium RC scripts (in Java). They needed a quick and easy way to read data from Excel for use in Selenium tests. Dependencies This code requires jxl.jar, which can be downloaded here. Usage Entities [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/excel-entity-service/</link>
			</item>
	<item>
		<title>Project Euler</title>
		<description><![CDATA[As part of my Geeky Goals for 2012 I&#8217;m spending some time solving the problems found at Project Euler. Here&#8217;s the solution for Problem 1&#8230; int total = 0; for&#40;int i = 1; i &#60; 1000; i++&#41;&#123; if&#40;i % 3 == 0 &#124;&#124; i % 5 == 0&#41;&#123; total = total + i; &#125; &#125; [...]]]></description>
		<link>http://code.christophervigliotti.com/2012/01/project-euler/</link>
			</item>
</channel>
</rss>

