Currently Browsing Software
Upgrading Software
I can never resist. When a new version is available I have to have it. Upgrade to WordPress 3.3 was seamless. Devils is always in the details though. I’ll probably find a post or a plugin that doesn’t work the same way. Oh well, I’m on the latest and greatest right?!
- Share this:
- Share
Git Rebasing Tips
So there you are, using git to store, track and share your code with a few others. Maybe many others. You make a change, someone else makes a change, one or the other of you pulls the others changes and BAM.. you get that merge commit. It really isn’t harmful of course, but it cleans [...]
- Share this:
- Share
YUI Image Uploader gets a code repository
I’ve created a github project for the YUI Image Uploader. You can download the scripts and example page here: http://github.com/mulicheng/yuiupload This will also facilitate user contributed changes and backend scripts.
- Share this:
- Share
MS Money and UBS Mappings for csv2ofx
I added the MS Money Report mapping from the csv2ofx wiki and merged in Arthur Liu’s UBS mapping to csv2ofx. A quick reminder for the way mappings work: The built in mappings are made to work as an example for your own CSV files. You might happen to have a CSV file from one of [...]
- Share this:
- Share
Converting financial CSV data to OFX or QIF import files
As a side project, I created a CSV to OFX converter that applies custom mappings to CSV data to export them to QIF or OFX files. This morning, I added the ability to override the built-in mappings with custom mappings that suite your needs. Basically, you can take financial data from any institution and modify [...]
- Share this:
- Share
A few reasons braid is better than 40 lines of Rake.
I’ve been doing a lot of looking at the git subtree merge strategy for tracking remote projects. Ideally, our remote projects would be tracked with submodules. The issue is, we are developing our own libraries for use in our own internal projects. We commonly do major development on the libraries and the submodules at the [...]
- Share this:
- Share