Commanding Chaos for Coworking, Open Source and Creative Communities

development

The Thing About Git

Tue, 06/19/2012 - 13:21 -- rprice

The magic is in the --patch argument to git-add(1). This instructs Git to display all changes to the files specified on a hunk-by-hunk basis and lets you choose one of the following options for each hunk
...

In this case, I staged (y) about half of the hunks (the ones that were bookmark related) and left the other hunks unstaged (n). Now my index has all of the changes to synchronize-bookmarks plus half of the changes made to models.rb.

development
svn
tutorial
workflow
git

Android - Processing

Thu, 04/12/2012 - 08:03 -- rprice

The primary goal of this project is to make it foolishly easy to create Android apps using the Processing API. Once you have Processing on your machine (and the Android developer tools), you can simply write a line of code, hit Run (Ctrl-R or Cmd-R), and have your sketch show up in the emulator as a working Android app. Select Run on Device (Ctrl-Shift-R or Cmd-Shift-R) to have it run on an Android device that you have plugged into your machine. That's good stuff!

floridacreatives
art
development
apps
Graphics
processing
android

Features driven development -- the nitty gritty and thoughts on the future of sustainable "in code" development | aWebFactory

Thu, 02/02/2012 - 06:56 -- rprice

Modern multitier software architecture allows us to separate concerns when we are building a web application. For example, when there is a request to visualize a content item in Drupal, the request is handed off to a logical handler (module), which should be using some kind of API to read the necessary data from the database. And once it has assembled that data it should invoke the theming engine and its current theme in order for the final output to be rendered all ready to be sent back to the browser that made the request in the first place.

guides
agile
git
drush
deployment
development
features
drupaleasypodcast
Drupal

Pages

Subscribe to RSS - development