Feeds:
Posts
Comments

Archive for the ‘Software’ Category

Read Full Post »

Ever want to checkout a new git branch from another branch without setting up tracking? Here is the longhand way: git checkout old-branch git branch new-branch git checkout new-branch But there is a quicker way: git checkout -b new-branch old-branch … which does the same thing, albiet in one command.

Read Full Post »

After several intense programming sessions, I got the HomeSchool software in a quite suitable place for us to be able to use it to produce a log and portfolio. I must say, it’s looking pretty nice!  It is rather amazing to look back at the year, and see in detail what was going on with [...]

Read Full Post »

The ability to add and remove images from a Book Page is now working.  Next step is to make the alignment buttons work.  Final step is to plug it into the rendering…

Read Full Post »

I’ve recently been working against a deadline this month to get our Portfolio rendered, printed, and turned into the local Altoona Area School District. The software has many improvements from the last couple days alone.  A background page renderer runs at all times, and will re-render a book’s page if anything on it changed.  The [...]

Read Full Post »

Last couple days have had me working on the page rendering functionality of the HomeSchool software.  I’ve made some design decisions (for now) to speed up development like fixed 8.5″ x 11″ pages.  Hopefully later I will be able to go back and improve some aspects, but for now, time is of the essence. Here [...]

Read Full Post »

It’s that time of year again… Time to get the log and portfolio to the Altoona Area School District.  One problem — the software isn’t quite ready! However, I’ve been making daily progress on getting the “output” working.  Here is how it is structured in this initial version: You can create a book, “Eli Daniel [...]

Read Full Post »

Just an update on the use of our Home School software package…  So far, we have entered 216 activities with 462 images/scans across 13 projects, 12 subjects, and 4 students. Nearly all of the photographs we take are with the Motorola Droid X.  Provided you have sufficient light, the quality is very acceptable. Here is [...]

Read Full Post »

Ok, so if you haven’t heard about it, Arduino is a really cool piece of “open source hardware”.  In simple terms, it is a single board computer with a number of analog and digital inputs and outputs, that can be programmed from your computer, but run independently. Arduino is an open-source electronics prototyping platform based on [...]

Read Full Post »

Only in Internet Explorer…

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.

Join 28 other followers