<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title type="text" xml:lang="en">Frank Fusion: ColdFusion, Oracle 11g, Ubuntu, etc.</title>
    <link type="application/atom+xml" href="http://fusion.dominicwatson.co.uk/atom.xml" rel="self"/>
    <updated>2012-01-31T19:37:16+00:00</updated>
    <id>http://fusion.dominicwatson.co.uk/</id>
    <author>
        <name>Dominic Watson</name>
    </author>
    <rights>Copyright (c) 2011 Dominic Watson</rights>
    
    <entry>
        <title>CfStatic - embedding css images</title>
        <link href="http://fusion.dominicwatson.co.uk/2012/01/cfstatic---embedding-css-images.html"/>
        <updated>2012-01-31T00:00:00+00:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2012/01/cfstatic---embedding-css-images.html</id>
        <summary type="html">
		
    			&lt;p&gt;&lt;em&gt;I have just tagged a minor release in CfStatic, taking it to 0.3.0. The release includes a tidy feature that allows you to embed CSS images directly in your CSS files...&lt;/em&gt;
		
	</summary>
    </entry>
    
    <entry>
        <title>Io and The Princess Bride</title>
        <link href="http://fusion.dominicwatson.co.uk/2012/01/io-and-the-princess-bride.html"/>
        <updated>2012-01-05T00:00:00+00:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2012/01/io-and-the-princess-bride.html</id>
        <summary type="html">
		
    			&lt;p&gt;I've been working my way through &lt;a href=&quot;http://pragprog.com/book/btlang/seven-languages-in-seven-weeks&quot;&gt;Seven Languages in Seven Weeks&lt;/a&gt; and loving it so far. This evening, on the train, I got a little stuck on one of the examples...
		
	</summary>
    </entry>
    
    <entry>
        <title>Blueprint style grids using LESS CSS</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/10/blueprint-style-grids-using-less-css.html"/>
        <updated>2011-10-02T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/10/blueprint-style-grids-using-less-css.html</id>
        <summary type="html">
		
    			&lt;p&gt;&lt;em&gt;I've started using LESS css at work (using &lt;a href=&quot;http://cfstatic.riaforge.org&quot;&gt;CfStatic&lt;/a&gt; to compile the files) and slowly converting existing css to use LESS. We've been using the blueprint css framework for a grid layout and applying LESS css to the grid css for blueprint urged me to blog about it - its just so darn neat.&lt;/em&gt;
		
	</summary>
    </entry>
    
    <entry>
        <title>Another Sublime Plugin - CFQuickDocs Searcher</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/another-sublime-plugin---cfquickdocs-searcher.html"/>
        <updated>2011-09-24T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/another-sublime-plugin---cfquickdocs-searcher.html</id>
        <summary type="html">
		
    			&lt;p&gt;Here's another Sublime Text 2 plugin. Once again, its a little rough but it does the job (on Ubuntu at least).
		
	</summary>
    </entry>
    
    <entry>
        <title>My First Sublime Text 2 Plugin - MXUnit Launcher</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/my-first-sublime-text-2-plugin---mxunit-launcher.html"/>
        <updated>2011-09-20T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/my-first-sublime-text-2-plugin---mxunit-launcher.html</id>
        <summary type="html">
		
    			&lt;p&gt;I'm loving &lt;a href=&quot;http://www.sublimetext.com/2&quot;&gt;Sublime Text 2&lt;/a&gt;, a lightweight text editor that's a real joy to use. Now, I'm a CFEclipse user, and one thing I've missed with Sublime straight away was the ability to run unit tests from within the IDE (using the MXUnit Eclipse plugin).&lt;/p&gt;

&lt;p&gt;So I decided to dive into a bit of Python (I'm sure my Python code is terrible) and write a quick and dirty plugin to enable you to launch the currently open file as an MXUnit test case in your browser. You can also set a TestSuite url that you can launch with a keystroke.&lt;/p&gt;

&lt;p&gt;It's a start, only tested on Ubuntu, and it's on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/DominicWatson/SublimeText2MXUnitLauncher&quot;&gt;https://github.com/DominicWatson/SublimeText2MXUnitLauncher&lt;/a&gt;&lt;/p&gt;

		
	</summary>
    </entry>
    
    <entry>
        <title>CfStatic now supports compiling of LESS CSS</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/cfstatic-now-supports-compiling-of-less-css.html"/>
        <updated>2011-09-16T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/cfstatic-now-supports-compiling-of-less-css.html</id>
        <summary type="html">
		
    			&lt;p&gt;If you've not heard of LESS CSS, head over to &lt;a href=&quot;http://lesscss.org/&quot;&gt;http://lesscss.org/&lt;/a&gt; and fall to your knees in humble awe (and get all coder giddy).
		
	</summary>
    </entry>
    
    <entry>
        <title>Understanding the package minify mode in CfStatic</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/understanding-the-package-minify-mode-in-cfstatic.html"/>
        <updated>2011-09-15T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/understanding-the-package-minify-mode-in-cfstatic.html</id>
        <summary type="html">
		
    			&lt;p&gt;&lt;em&gt;Massive thanks to the folks at &lt;a href=&quot;http://www.cfhour.com/&quot;&gt;http://www.cfhour.com/&lt;/a&gt; for featuring CfStatic on their podcast. Dead chuffed. One thing that came up was that the minify modes aren't documented clearly enough. This post hopes to address that and hopefully give some insight into one of the core ideas behind CfStatic.&lt;/em&gt;
		
	</summary>
    </entry>
    
    <entry>
        <title>CfStatic Framework Release</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/cfstatic-framework-release.html"/>
        <updated>2011-09-13T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/cfstatic-framework-release.html</id>
        <summary type="html">
		
    			&lt;p&gt;I am very pleased and excited to announce the public beta release of CfStatic, a framework for the inclusion and packaging of CSS and JavaScript files for CFML applications.
		
	</summary>
    </entry>
    
    <entry>
        <title>CfSpreadsheet and the Yucky Colors</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/cfspreadsheet-and-the-yucky-colors.html"/>
        <updated>2011-09-12T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/cfspreadsheet-and-the-yucky-colors.html</id>
        <summary type="html">
		
    			&lt;p&gt;&lt;em&gt;Doing some spreadsheet work for accounting types who like pretty formatting and the right colors, I soon encountered a limitation with ColdFusion 9's built in spreadsheet functionality. Namely, the predefined list of colors available for various stylings...&lt;/em&gt;
		
	</summary>
    </entry>
    
    <entry>
        <title>Source code now on GitHub</title>
        <link href="http://fusion.dominicwatson.co.uk/2011/09/source-code-now-on-github.html"/>
        <updated>2011-09-11T00:00:00+01:00</updated>
        <id>http://fusion.dominicwatson.co.uk/2011/09/source-code-now-on-github.html</id>
        <summary type="html">
		
    			&lt;p&gt;The trend for Jekyll blogs is to be versioned using GitHub, afterall, Jekyll was designed for GitHub. With that in mind, to help me learn git and to share my setup, I've created a repo for this blog:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/DominicWatson/frankfusion&quot;&gt;https://github.com/DominicWatson/frankfusion&lt;/a&gt;&lt;/p&gt;

		
	</summary>
    </entry>
    
</feed>

