Making Apps Better
Posted on | September 23, 2009 | No Comments
Besides outsourcing and developing in house, Software as a Service is another way to get better code quality. This approach is best used for smaller applications, which are standalone. But the problem of integrating with legacy systems still exist.
This method would lower the cost of developing and maintenance by distributing it across more users.
Something Print Designers would be happy with…
Posted on | September 22, 2009 | No Comments
Baseline CSS
http://baselinecss.com/grid.html
Something designers working with frequently request is for the text to be aligned to the baseline. That is equal baseline for text even if they are in different DIV. These different DIV might have different padding or margins making them aligned to whatever other DIV needed.
Will take the CSS library for a test drive to find out if that works.
Twittering soon
Posted on | September 15, 2009 | No Comments
Working on adding twitter to Give Me Cake.
Leading Zeros removed by Spreadsheet?
Posted on | September 2, 2009 | No Comments
Use =”000123″ when exporting zero padded numbers in CSV to prevent the leading zeros from being removed. Works in Excel and OpenOffice
$csv->addField(‘=”‘.$student['Cda']['branch_code'].’”‘);




















