benjaminsterling.com
The Book and the Cover » titanium
http://benjaminsterling.com/tag/titanium-2
Skip to twitter news. Skip to blog roll. Skip to recent posts. Some Quick Tips for Getting started With Titanium. Wednesday, February 23rd, 2011. Another week, another set of ah-ha moments, here is just a quick list of things I’ve picked up on this week that might be of help: Titanium won’t launch emulator For what ever reason, when first getting everything going, installing the Android SDK and Titanium that you could not launch your Android project on a […]. List of Decent Titanium Tutorials/Videos.
benjaminsterling.com
The Book and the Cover » jQuery UI
http://benjaminsterling.com/tag/jquery-ui
Skip to twitter news. Skip to blog roll. Skip to recent posts. JQuery UI Checkbox/Radio Buttons. Thursday, June 23rd, 2011. Recently I’ve had the good fortune to getting back into using jQuery and jQuery UI on a new and exciting project after a year and a half of using DOJO and MooTools – both are very good languages in their own right but not my cup of tea. And one the things I think are […]. Comments Off on jQuery UI Checkbox/Radio Buttons. Back to skip to links. Back to skip to links.
benjaminsterling.com
The Book and the Cover » Tips
http://benjaminsterling.com/tag/tips
Skip to twitter news. Skip to blog roll. Skip to recent posts. Some Quick Tips for Getting started With Titanium. Wednesday, February 23rd, 2011. Another week, another set of ah-ha moments, here is just a quick list of things I’ve picked up on this week that might be of help: Titanium won’t launch emulator For what ever reason, when first getting everything going, installing the Android SDK and Titanium that you could not launch your Android project on a […]. Wednesday, December 10th, 2008. Have you ever...
benjaminsterling.com
The Book and the Cover » Titanium
http://benjaminsterling.com/category/titanium
Skip to twitter news. Skip to blog roll. Skip to recent posts. Archive for the ‘Titanium’ Category. Some Quick Tips for Getting started With Titanium. Wednesday, February 23rd, 2011. List of Decent Titanium Tutorials/Videos. Thursday, February 17th, 2011. Comments Off on List of Decent Titanium Tutorials/Videos. Appcelerator Titanium for Mobile Developer From a True Newbie Perspective. Tuesday, February 15th, 2011. I’ve been trying to get into true mobile development — not just making a webpa...Back to s...
benjaminsterling.com
The Book and the Cover » Some Quick Tips for Getting started With Titanium
http://benjaminsterling.com/some-quick-tips-for-getting-started-with-titanium
Skip to twitter news. Skip to blog roll. Skip to recent posts. February 23, 2011. Some Quick Tips for Getting started With Titanium. On February 23, 2011 @ 11:04 am. Another week, another set of ah-ha moments, here is just a quick list of things I’ve picked up on this week that might be of help:. Titanium won’t launch emulator. Titanium is not seeing my attached Andoid phone. Launching KitchenSink to see how things work. Compiling takes for ever. I usually have a ton of other apps running so compiling ev...
benjaminsterling.com
The Book and the Cover » Accessibility
http://benjaminsterling.com/category/accessibility
Skip to twitter news. Skip to blog roll. Skip to recent posts. Archive for the ‘Accessibility’ Category. JQuery UI Checkbox/Radio Buttons. Thursday, June 23rd, 2011. Recently I’ve had the good fortune to getting back into using jQuery and jQuery UI on a new and exciting project after a year and a half of using DOJO and MooTools – both are very good languages in their own right but not my cup of tea. And one the things I think are […]. Comments Off on jQuery UI Checkbox/Radio Buttons. 8221; I hesitated fo...
benjaminsterling.com
The Book and the Cover » List of Decent Titanium Tutorials/Videos
http://benjaminsterling.com/list-of-decent-titanium-tutorialsvideos
Skip to twitter news. Skip to blog roll. Skip to recent posts. February 17, 2011. List of Decent Titanium Tutorials/Videos. On February 17, 2011 @ 12:15 pm. Here are a list of videos and tutorials that I’ve found to be of some use:. IPhone App Dev with Titanium: 01 Getting Started. IPhone App Dev with Titanium: 02 Understanding Windows. In this tutorial the author goes over creating windows and subwindows: http:/ www.youtube.com/watch? IPhone App Dev with Titanium: 05 Event Listeners. If you liked this a...
benjaminsterling.com
The Book and the Cover » Mobile
http://benjaminsterling.com/category/mobile
Skip to twitter news. Skip to blog roll. Skip to recent posts. Archive for the ‘Mobile’ Category. Some Quick Tips for Getting started With Titanium. Wednesday, February 23rd, 2011. List of Decent Titanium Tutorials/Videos. Thursday, February 17th, 2011. Comments Off on List of Decent Titanium Tutorials/Videos. Appcelerator Titanium for Mobile Developer From a True Newbie Perspective. Tuesday, February 15th, 2011. I’ve been trying to get into true mobile development — not just making a webpage...Back to s...
benjaminsterling.com
The Book and the Cover » underscore.js
http://benjaminsterling.com/tag/underscore-js
Skip to twitter news. Skip to blog roll. Skip to recent posts. Pagination and Backbone.js. Friday, December 30th, 2011. I recently had to create some pagination for a backbone.js project I’ve been working on. What I created has been working quite well but was not 100% happy with what I did. Since I had a week off I figured I’d rewrite it as a mixin and clean up the approach. Will have to work […]. Comments Off on Pagination and Backbone.js. Back to skip to links. Back to skip to links. Top Posts for Today.
benjaminsterling.com
The Book and the Cover » Pagination and Backbone.js
http://benjaminsterling.com/pagination-and-backbone-js
Skip to twitter news. Skip to blog roll. Skip to recent posts. December 30, 2011. Pagination and Backbone.js. On December 30, 2011 @ 2:28 pm. The folder structure I am using is:. The JSON structure I am dealing with:. The model, nothing too special going on here:. The collection, again, is a pretty basic set up. I’ve set to model to map to App.models.Tag, our url to point to tags all.php and overridden the parse method to return a cleaned up tags array. Is where we mixin in our Pagination module(? The pa...