toolkit
Java Application Installers [closed]
Not an MSI-Installer but crossplatform: izPack It’s xml-file based with it’s own GUI or ant task (whtaever you prefer)
Customizing JavaScript Visualization Toolkit Spacetree Node
The Spacetree can be customized very much. The nodes can display images or anything we want. We can have custom click events for the nodes. To have custom events, you will have to redraw the whole tree in the onclick event. Here is an example. On the success function of the click event. Here I … Read more
More CSS toolkits like Twitter Bootstrap? [closed]
html5boilerplate is my favoured toolkit
xcode-select -switch path when using cli toolkit
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
MVVM Light Toolkit samples [closed]
Well I wrote a note taking app using mvvm light, if you wanna check the code: ApuntaNotas It’s true that MVVM Light is lacking of big examples… We need to create that examples 🙂