top of page
Software Design and Development Industry Blog Posts


Downgrading Subversion for Dreamweaver CS4: Or Just To Do It
Should you downgrade for Dreamweaver CS4? Or is there another solution? Read more

Troy Web Consulting


$createNestedParamStruct is a cfwheels badass
On the "receiving" end (in your controller), you have access to a key in the params scope that is a nested structure of data that'll line up

Troy Web Consulting


How to Restore from SVNdump (or SVN Export)
If you have ever had to move svn from one server to another, you were probably given a svndump file that contains all revision history.

Troy Web Consulting


SVN obstructed? How to remove all .svn folders
The problem was a bunch of legacy .svn folders in various directories. My fix was to fire up terminal and delete all of the .svn folders.

Troy Web Consulting


Switching Annotation Preprocessors for JPA Meta Model Generation in Eclipse
To set the annotation processor in Eclipse, follow the steps below. I'll set it to OpenJPA, but you can use any one you want.

Troy Web Consulting


Relocating localStorage in iOS 5.1 for PhoneGap Applications
The general problem is that as of iOS update 5.1 (3/2012), Apple no longer considers data stored in the SQL Lite DB to be persistent data

Troy Web Consulting


Writing Strongly Typed NOT IN Subqueries with JPA CriteriaBuilder
How to write strongly worded subqueries with JPA CriteriaBuilder : Using JPA CriteriaBuilder

Troy Web Consulting


Dealing with Case Sensitivity of Database Table Names at the Persistance Layer with Hibernate
The problem is that the server is Linux and my computer is a Mac.
Why does this matter? It matters because each OS has different sensitivity

Troy Web Consulting


Recursively Count File Types and Files in a Directory
Copy/paste this onto a command line and it will print the name of the file extension and the number of files that have that file extension.

Troy Web Consulting


More Fun with ColdFusion & Spreadsheets
One trick is that you now have an array of structs and what you usually want is just a common-delimited list of the column names.

Troy Web Consulting


Bugs with reading spreadsheets from ram:// disk
There are (2) good reasons (and probably more) to use the RAM disk for storing the files during the processing ISO traditional disk:

Troy Web Consulting


Adobe Muse is it worth a go?
Muse is a designer oriented program to foster an ease of website production for the print media designer.

Troy Web Consulting
bottom of page
