<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Fusioncube</title>
	<link>http://www.fusioncube.net</link>
	<description>Steve Brownlee's blog about Internet application technologies</description>
	<lastBuildDate>Thu, 04 Mar 2010 18:36:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Community driven job definition and search</title>
		<description><![CDATA[Based on my post last night about unreasonable job descriptions, the company in question &#8211; a startup in Pittsburgh named Cardeeo, Inc &#8211; was responsive to the feedback that my readers made in the comments section.  
Unprecedented in my experience, and a good sign for the company.
Anyone who is willing to take community feedback [...]]]></description>
		<link>http://www.fusioncube.net/index.php/community-driven-job-definition-and-search</link>
			</item>
	<item>
		<title>My new favorite job description</title>
		<description><![CDATA[I went to the Nashville .NET User Group meeting a couple weeks ago, and it was an interesting mix of people.  They had several top recruiters in the area show up to answer questions about the job market, resume advice, and some career tips.
One of the things that all the recruiters agreed upon is [...]]]></description>
		<link>http://www.fusioncube.net/index.php/my-new-favorite-job-description</link>
			</item>
	<item>
		<title>ColdFusion DSN Listing</title>
		<description><![CDATA[Speaking of ColdFusion DSNs, here&#8217;s a fun code snippet.  Want to see a list of DSNs that are currently set up on a box?
&#60;cfscript&#62;
factory = createObject("java", "coldfusion.server.ServiceFactory").DataSourceService;

sources = {};
sources = factory.getDatasources();
&#60;/cfscript&#62;

&#60;cfdump var="#sources #" /&#62;
Pretty simple.
]]></description>
		<link>http://www.fusioncube.net/index.php/coldfusion-dsn-listing</link>
			</item>
	<item>
		<title>ColdFusion DSN-free Oracle Connections</title>
		<description><![CDATA[Figured this one out by sheer, dumb luck.
&#60;cfscript&#62;
driverManager = createObject("java","java.sql.DriverManager");

conn = driverManager.getConnection("jdbc:macromedia:oracle://111.11.11.111:1521;SID=mySID;serverName=111.11.11.111;user=**********;password=**********");

stmt = conn.createStatement();
recordSet = stmt.ExecuteQuery("select * from table order by 1 desc");
results = createObject("java", "coldfusion.sql.QueryTable").init(recordSet);
&#60;/cfscript&#62;

&#60;cfdump var="#results#"&#62;
The trick was to add the username and password as properties of the connection string rather than having them inline.
This fails
driverManager.getConnection("jdbc:macromedia:oracle:username/password/111.11.11.111:1521;SID=mySID;serverName=111.11.11.111;")
]]></description>
		<link>http://www.fusioncube.net/index.php/coldfusion-dsn-free-oracle-connections</link>
			</item>
	<item>
		<title>CFDude Eclipse Splash Screen</title>
		<description><![CDATA[Using LiveBrush and Fireworks, I was able to replace my boring Eclipse splash screen with this new awesomer one starring the CF Dude!!

]]></description>
		<link>http://www.fusioncube.net/index.php/cfdude-eclipse-splash-screen</link>
			</item>
	<item>
		<title>Bumbo Seat Hand-Me-Down</title>
		<description><![CDATA[The Bumbo Seat was an invaluable tool for us as parent of infants.  It kept both Sabrina and Tessa secure, strengthened their sitting muscles, and allowed them to be wherever we were without the fear of getting into things they shouldn&#8217;t be getting into.
It was one of Tessa&#8217;s first hand-me-down&#8217;s from Sabrina.
Michelle took this [...]]]></description>
		<link>http://www.fusioncube.net/index.php/bumbo-seat-hand-me-down</link>
			</item>
	<item>
		<title>Kids and Cake</title>
		<description><![CDATA[Another video found during the backup process.
We went back home to Pittsburgh for Sabrina&#8217;s first birthday so we could celebrate with the whole family.  My mother had a cake for Sabrina, and she wasn&#8217;t quite sure what to make of it.  She&#8217;d never even seen a cake before, so she had no idea [...]]]></description>
		<link>http://www.fusioncube.net/index.php/kids-and-cake</link>
			</item>
	<item>
		<title>Colorful Chickenbus</title>
		<description><![CDATA[While we were in the process of adopting Sabrina, Michelle had the wonderful opportunity to live in Antigua for 3 months and be Sabrina&#8217;s foster mother.  We rented a nice house for them that was right next to the jungle (not kidding), it had some lime trees and other fruit-bearing plants in the back [...]]]></description>
		<link>http://www.fusioncube.net/index.php/colorful-chickenbus</link>
			</item>
	<item>
		<title>Creepy Crabs</title>
		<description><![CDATA[I&#8217;m in the process of backing everything I own to a massive external drive in preparation for my soon-to-be-delivered Windows 7 Professional.
In the process, I came across this video from when me and some old friends went to Corolla, NC.  We went crab fishing with all the kids and after we captured a bucket [...]]]></description>
		<link>http://www.fusioncube.net/index.php/creepy-crabs</link>
			</item>
	<item>
		<title>SOA Planned Architecture</title>
		<description><![CDATA[Back when we were planning on how we could implement a Service Oriented Architecture (SOA) at work, we had many special consideration to take into account.  While we are far from having a final solution, we did come up with at least a game plan and some initial services.
I stumbled across this diagram that [...]]]></description>
		<link>http://www.fusioncube.net/index.php/soa-planned-architecture</link>
			</item>
</channel>
</rss>
