Programming

Nov 29

Setting Scroll positions in Flex

I recently struggled mightily with what I thought should be an easy problem.  I had an image in flex and wanted to be able to pan around it and zoom in and out.  

It turns out that a lot of people have a problem with this task, because how the scrollbars in flex keep track of where they are, and how flex handles the origin of a zoom operation.  Read on for details.


Jun 16

QCubed and JSON

As I wrote here, QCubed is a full featured and productive PHP framework that I use often. I'd like to share with you a customization that I did to allow the easy conversion of QCubed objects into serialized JSON representations.


Jun 16

Introduction to Qcubed

For several years, Qcubed has been my php framework of choice. I'll be writing about Qcubed frequently so I wanted to first give an overview of its features. Read on for my overview.


Apr 30

Processing.js Mindmap Example

I want to share some code that I wrote as a technology demonstration about a year ago.  It's a simple mind map program that runs in a web browser and written in javascript using a library called processing.js

The demo is quite simple, and not usable as a full application, but was useful for me to test out a few concepts.  I have since moved on and ported this code to other platforms and will be releasing the results of that shortly.  Read on for a quick background of processing.js and the source code and link to my demo mind map.


Syndicate content