Appcelerator Changing Language Programmatically

18. June 2014 Blog 0
Appcelerator follows the Android standard convention for internationalization. Basically you setup a i18n folder and then create folders named with the ISO 639-1 code for the language and put a strings.xml file in each. So basically you end up with a folder structure like this: i18n ...en ......strings.xml ...fr ......strings.xml ...zh ......strings.xml Only problem with ...

Titanium Certified Developer and Expert

17. June 2014 Blog 0
Last week I spent a week in Nashville, TN going through some training in Appcelerator. Half way through the week I passed the Titanium Certified Developer test, then at the end of the week I passed the Titanium Certified Expert test. For those of you who don’t know Appcelerator is a Javascript framework that alloys ...

YiiBooster TbGridView – First and Last Page Link

30. April 2014 Blog 1
I basically always have YiiBooster installed on every Yii site I have worked on. One thing I could never get to work right was on a TbGridView, which extends the CGridView class, is the First and Last page links on the pagination. Like this: I finally took the time to dig into the code and was able ...

Cheap Virtual Private Servers at Digital Ocean

25. April 2014 Blog 1
As a developer I need a web hosting solution for my personal sites, development environments for works in progress, and a few sites for friends and family. I used to use a shared hosting account that allowed for multiple domains like Bluehost (or I’m ashamed to say at one time even GoDaddy). However, while shared ...