Monthly Archives: April 2010

Three Invaluable PDF tools

While I’ve never been one to write top n things posts, there are three PDF tools I use routinely that are pretty awesome. The most generally applicable is PDF Creator, which lets you print to PDF on any Windows system. It uses the magic of Open Source ™ internally, essentially ghostscript, to make it happen. [...]

Alex Leary at St Pete Times furthers Social Security disinformation

Leary disseminates the usual blather. “Many experts” agree with the need to raise the retirement age and reduce benefits. Only one “expert” is quoted, a conservative hack from the American Enterprise Institute, Andrew Biggs. Clearly, Leary is lazy. Many Social Security experts agree that raising the retirement age is one of the solutions that must [...]

ExtJS Combo, findRecord, and equality

ExtJS’ implementation of a combo box, ComboBox, is one of the more complicated components provided in all of ExtJS. It glues together TriggerField and DataView to allow for quite a few different uses. If you’re using both a nameField and a valueField, upon setValue a call is placed to findRecord to determine if there’s a [...]