Thursday, November 19, 2009
Scratch that, switching to .Net
Wednesday, October 14, 2009
ColdFusion programmers wanted
Monday, October 12, 2009
Chocolate Mead (braggot)
1 gallon batch
------------
1 oz pale chocolate malt - for that roasty chocolate flavor
2 oz crystal 80 - for some sweetness the yeast can't ferment out.
steep above for 10 to 15
3 lbs wild flower honey
boil for 10 minutes to increase the mouth feel increase melanoidin formation
3.5 oz unsweetened bakers cocoa at flame out
yeast: 4g BM45 rehydrated for 15 min - gives a slight berry flavor
pitched at 61F last night.
fermenting at 58F (in same fridge as my Kolsch)
No bubbles this am, but still early. I might have be either up the temp or move the mead since I need to keep the Kolsch cool.
Friday, October 9, 2009
Belgianish Experiment Results
First off I bottled a little to soon and there was lots of yeast sediment in the bottom of the bottles. I hit my FG (1018) so it was done but not clear. This prevented me from presenting it to friends until just last weekend. I poured some for a friend and he was very impressed. It was smooth with that Belgian flavor.
Monday, September 21, 2009
Roggenbier fermenting
- 95F 5 minutes
- 113F 20 Minutes
- 144F 10 minutes
- 162F 30 Minutes
- 172F mash out
Friday, September 11, 2009
Cell phone phone home
UPDATE: A humming downstairs couch revealed my cell phone.
Monday, August 24, 2009
Free as in Beer Kits
Thursday, August 20, 2009
BeerXML SDK Project
Current languages represented:
ColdFusion
C#
Java
Ruby
Anyone is welcome to join. The main goal is to make some SDK's to help import BeerXML into native objects and data types. Other goals are exporting and other tools to work with the objects.
However this is all up for discussion.
Tuesday, August 11, 2009
Model-Glue 3 is here!
Some of the features I like are helpers, formats and event types. We've been using concepts similar to some of these features and had Joe on sight a few times and he was the inspiration for a few. What a great MVC framework. We use MG across several of out applications both as the entire site or several MG apps nested within another framework. Model-Glue helps use split up the view and model tasks very nicely.
Friday, August 7, 2009
Thank You Boston Beer Company

I entered a raspberry wheat beer in to the Samuel Adams LongShot 2009 competition a while back. Its a free competition to enter and you get BJCP score sheets back. I placed 4th out of 10 in the fruit beer category for my region. Not to bad. An average of 32 for score. I have to say this was not my best version of the raspberry wheat in the first place. I was brew at someone elses house at the same time we where and mistakes were made. But not a bad placement.
So I received my score sheets and one thing I totally did not expect. A free hat, almost as good as free beer. This is a very nice hat with embroidery on the back that says LongShot and on the side that says 2009 homebrewer. There were 1500+ entries nation wide so the Boston Beer Company put some real dollars behind.
Tuesday, August 4, 2009
The Belgianish Ale Project - Update
Feedings #?
Well as always time got away from me and I was not able to brew a 3rd batch of wort to feed it and since its so far along I'd rather not expose it to any O2.
Just for review I went from a week old starter to the first wort feeding of a 1051 OG wort. After 3 days I added a 1095 OG wort and ramped the fermentation temp up from 68 to 72. Might bump to 73 here since its still going.
Wednesday, July 22, 2009
The Belgianish Ale Project - Feeding a fermentation
Feeding 1 recipe (brewed 7/21)
Feeding 2 recipe (brewed 7/24)
Feeding 3 - life got in the way and did not do this.
Feeding 4 - ???
Monday, July 13, 2009
3 gallon batches of beer
To accomplish this I use hopville.com for formulating and scaling recipes. I keep the percentages and OG, IBU and stats as close as I can. Sometimes its hard to keep SRM the same as some quantities do not split nicely. Hopeville.com does not do grams either so sometimes the spec'd recipe is a bit off from brewday. Overall I have had great success in small batches. You do have to watch the pitching rate but 3 gallons for a smack pack or vial is a good amount.
I'm also looking a making a 2 liter bottle keg.
ColdFusion 9 & Bolt Public Beta. Special CF Meetup today.
http://labs.adobe.com/technologies/coldfusion9/
http://labs.adobe.com/technologies/coldfusionbuilder/
Also there is a CF meetup special session today with Terry Ryan presenting on Centaur and Bold. This is basically an online CFUG meeting done via Adobe Connect. Just bring your browser. http://www.meetup.com/coldfusionmeetup/calendar/10841349/?a=nr1p_grp
Monday, July 6, 2009
CF 8.01 - vulnerability
Please read.
http://blogs.adobe.com/psirt/2009/07/
http://www.codfusion.com/blog/post.cfm/cf8-and-fckeditor-security-threat
FCKEditor vulnerability http://www.ocert.org/advisories/ocert-2009-007.html
FCKEditor patch 2.6.4.1 http://www.fckeditor.net/whatsnew
Tuesday, June 23, 2009
Mayo Clinic Hiring ColdFusion Developers
Senior Analyst Programmer
Mayo Clinic in Rochester, MN, is seeking qualified candidates for the position of Senior Analyst Programmer. Our Global Product Service is in immediate need of a highly motivated individual to be part of the Population Health technical team who is capable of designing and implementing interactive web-based applications and services. Duties will include supporting the monitoring and maintenance of multiple web sites and working closely with other members of the Population Health technical team to help architect applications for the EmbodyHealth portal. You will also assist in the integration of EmbodyHealth with other business units at Mayo and other vendor partners. To qualify, you must have a Bachelor's degree and three years of professional software development experience; or an Associate's degree and five years professional software development experience; or nine years of professional software development experience. Three to five years' experience in web application development and a background working with ColdFusion are required. Experience in data modeling and design on enterprise level DB such as Microsoft SQL Server is also essential
Mayo Clinic, one of Fortune magazine's "100 Best Companies to Work For," offers an excellent salary and benefits package. To apply or learn more about this or other opportunities, please visit http://www.mayo-clinic-jobs.com/job/ROCHESTER,-MN-Senior-Analyst-Programmer-23956-Job/497314/
Stephanie Bowron, Human Resources Phone: 800-562-7984
Mayo Clinic is an affirmative action and equal opportunity employer. Post-offer/pre-employment screening is required.
Friday, June 12, 2009
Cross Site Scripting and SQL Injection in CGI scope
However often times there are a few variables forgotten when checking for CSS and SQL injection.
In ColdFusion there is a scope called CGI. It contains things like CGI.QUERY_STRING and CGI.SCRIPT_NAME. If you use either of these in your code these are susceptible to attack also. I have seen a malformed URL create attacks in both of these.
Here is one SQL injection tool that may help you. http://portcullis.riaforge.org/
Thursday, June 11, 2009
Code - more like a bar top than I thought
Tuesday, June 9, 2009
Performance Tuning ColdFusion
My tuning tips:
- Turn on the debugging info and the " " setting. Or just this setting as enabling everything can suck up a lot of memory. Look for not only long running code but code that you did not expect to run more than once or N times. If something only takes 30ms but runs 100 times maybe you could still tune it to run less. Especially something that may only take 30ms in development could make a huge impact if it starts taking 100ms say.
- Indexing your db tables properly can help a lot. Sometimes we create tables, write a bunch of code and forget to go back and look at what fields we actually used in the where clause or joins. Sometimes things change and that primary key may not be "the field" you used.
Wednesday, June 3, 2009
Pomegranate Saison?
Appearance: It is more cloudy than the normal batch. Pectin?
Aroma: a flowery aroma and then that Belgian funk with some citrus.
Taste: Its a bit more tart than the normal batch and you can't really taste any fruit.
Mouthfeel: Its very smooth and a bit creamy on the tongue. The extra carbonation maybe or perhaps more body.
Wife test: My wife liked this version compared to the normal batch.
Overall I think we need to do a side by side next time. If I did this again I'd back off on the priming sugar for the juiced batch.
Brew on