December 2010
4 posts
4 tags
jquery Titanium Framework next moves
Adding .attr() support to allow setting one attribute or many including an id property that will add that control to the stack I’m storing for $(‘#id’) retrieval.
Dec 15th
1 note
JQuery like commands in @appcelerator
$(‘window#win’).with({title:’test’}) .append($(‘label#lab’).with({text:’test’}); Instead of var win = Titanium.UI.createWindow({title:’test’}); var lab = Titanium.UI.createLabel({text:’test’}); win.add(lab); Coming soon!
Dec 11th
5 tags
IIS7 default site missing / won't start fix! →
Thank the heavens for this post which just saves me a nightmare after IIS7 packed up on my Windows 7 install. Phew!
Dec 2nd
I’m at The Escape Escape Towers Follow me on Gowalla  
Dec 2nd