Jul 7 2012

First Giant Pumpkin to germinate

This first seed to germinate

Posted by AJ Mercer at 1:00 pm - Categories: Giant Pumpkin

Jun 4 2012

Giant Pumpkin Festival

For the last 3 years we have spent Easter with friends and their parents how have a property in Dwellingup. A 'must-do' for the weekend is attend the School Fete which includes a Giant Pumkin Festival.

I told my neighbor about this and he suggested we have our own competition. So this year I purchaced some giant pumkin seeds (a fund-raiser for the school). I will log my attempt of growing a giant pumkin here. If it gets big enough I will definitely be taking it with me next Easter - not sure where the kids are going to sit though as the winning pumkings are over 200 kg!!

Planted half the seeds

planted seeds

Posted by AJ Mercer at 12:39 pm - Categories: Giant Pumpkin

Jan 24 2012

Railo running JAVA version of less.js

At Work, we are giving one of our sites a make over which was done by an external company. They have delivered some working HTML, but very quickly that I discovered that I am going to have to tweak the CSS - lots of hard coded height and widths for mega menu; not so good for a CMS.

After a bit of a look around it seems to me that it was generated with less.js. So I have asked if they could provide me with the less files.

While waiting for that I did a bit of Googling and found that Railo can run a JAVA version of less.js. A bit of downloading some JARS and cut and paste coding I had it working - first time!

Next I tweaked it a bit forther to create something that would output CSS content with something like:

<link rel='stylesheet' href='/less/index.cfm?src=/css/global-styles.less' />

Code:

<cfsetting enablecfoutputonly="true">
<cfparam name="URL.src" type="string">
<cfset variables.javajs = createObject("java","org.mozilla.javascript.tools.shell.Main",
"/labs/less-js/cfelements/jars/js.jar")>
<cfset variables.javaless = createObject("java","com.asual.lesscss.LessEngine",
"/labs/less-js/cfelements/jars/lesscss-engine-1.1.4.jar")>
<cfcontent type="text/css" reset="true">
<cfoutput>#variables.javaless.compile(fileRead(URL.src))#</cfoutput>
<cfsetting enablecfoutputonly="false">

Thanks to Cfelement, Nathan Strutz and Asual - Oh, and those wonderful folks over at Railo ;-)

Posted by AJ Mercer at 3:14 pm - Categories: CFML | Railo

Jan 5 2012

CFML Study Group - Perth AU

At the start of last year, Chris Bauer and I got together to take a look at the CFWheels framework in what we refered to as a 'study group'. We are going to kick this off again in the new year.

We have also been discussing running CFML classes. The recently released Railo 3 Beginners Guide book would make an excellent text book. I am sure I could get a good price for bulk order.

So if you would like to learn the ColdFusion Markup Language, or would like to extend your skills, please leave a comment.

 

Posted by AJ Mercer at 2:16 pm - Categories: CFML | Railo

Dec 20 2011

Railo 3 Beginner’s Guide

Posted by AJ Mercer at 8:52 am - Categories: CFML | Railo

Sep 26 2011

CFML Image Place holder Custom Tag

Posted by AJ Mercer at 3:09 pm - Categories: CFML | ColdFusion | Railo

Aug 30 2011

CFML has not hit critical mass

Posted by AJ Mercer at 1:17 pm - Categories: ColdFusion | CFML | Railo