Programming Tools

ColdFusion Cheatsheet DateFormat TimeFormat

Posted in Programming Tools on January 26th, 2010 by Jamie – Be the first to comment

This is the start of a ColdFusion Cheatsheet. It contains mask options for DateFormat and TimeFormat. I plan to add to it as I find the need.

ColdFusion Cheatsheet v0.001

Eclipse Dual Horizontal Window Editing

Posted in Programming Tools on January 24th, 2010 by Jamie – Be the first to comment

Here’s a method to setup dual-screen editing in eclipse. First, follow the instructions here to setup multiple editor windows:

http://addisu.taddese.com/blog/split-windowview-using-eclipse/

Basically, you select Window > New Editor, which will open the currently selected file again. You may have trouble at first, because it will be easier to create a vertical window than a horizontal. Drag this window below your current one, until a horizontal box outline appears. The result is a multi-editor view that looks like the one below:

Dual-horizontal editor windows in eclipse

Dual-horizontal editor windows in eclipse