tiConf EU 2013 Update: This conference was awesome! If you live in the US, you really don’t want to miss the US-edition in June. Register using TREMONT to get 10% off now! Two weeks have passed already since I arrived in Valencia Spain around this time in the evening to attend Europe’s first Titanium conference. Appcelerator’s Titanium is […]
Track delegations using Apple Mail & Things First of all: E-mail is not the best way to ask people for commitment. Either ask people in person or on the phone. But e-mail is a great way to confirm what you’ve agreed on, send information and… to track delegations. Personally I love using Culture Code‘s Things for tracking my own projects and tasks […]
Supporting multiple widget controllers Update: The pull request for this feature has been accepted. If you require a widget in a XML view like this: 1 <widget src="nl.fokkezb.tweetsView" foo="bar" id="myWidget"></widget> It generates code like this: 1234 $.__views.myWidget = Alloy.createWidget("nl.fokkezb.tweetsView", "widget", { id: "myWidget", foo: "bar"}); Let’s take a look at the code for createWidget in alloy.js: 123 exports.createWidget = function(id, name, args) { return new (require("alloy/widgets/" + id + "/controllers/" + (name || "widget")))(args);}; Multiple view-controllers As you can see, the second argument specifies the controller to require from […]
Child elements in Widgets Sometimes it can be refreshing to look at the implications, but also the opportunities, that come with a certain technique. By doing so I managed to convince (#ALOY-382) Tony to implement RightNavButton and similar features in Alloy in the way they are now :) Child elements in <Require> Likewise, I was looking at how we […]
A new chapter March 29th will be my last day as an employee with Add Noise. I’m ready for a new challenge, starting as a freelance app imagineer. I’ll post a blog later explaining this term further. In short, it’s meant to say that not only I want to build apps, I also want to help people work […]
Een nieuw hoofdstuk Op 29 maart neem ik afscheid van mijn werk bij Add Noise. Ik ben toe aan een nieuwe uitdaging en ga aan de slag als freelance app imagineer. Wat ik met deze term wil zeggen zal ik binnenkort in een blog uitleggen. Waar het op neerkomt is dat ik niet alleen apps wil bouwen, maar mensen ook […]
Getting started with Alloy This blog accompanies the in-depth introduction to Alloy I did at the Appcelerator Titanium Amsterdam meetup on January 28th. You can find the slides and demo code here: Slides: https://speakerdeck.com/fokkezb/alloy Demo code: https://github.com/FokkeZB/AlloyDemo Widgets code: http://github.com/FokkeZB Want to get started with Alloy? Here’s what you need: Getting it Download and install Titanium Studio 3.x Create a new […]
Een volle agenda, maar nooit druk Ik las deze week Een volle agenda, maar nooit druk van Denise Hulst. In verschillende opzichten een ander verhaal dan boeken die ik eerder over time management heb gelezen. Geen tips & tricks Het boekje is ten eerste compact. Dat komt omdat het niet – zoals die andere boeken – bol staat van tips & […]