Archive For The “Programming” Category
Another quick one whilst it’s in my head. I was dragging between other components and the tree the other day and I wasn’t happy with the text used when dragging. So here’s a few overrides for ExtJS 4.0.7 that will let you set a dragField with your gridviewdragdrop plugin that will use the field in [...]
So I’ve been doing some work with the ExtJS tree for the past few days. Day one – Getting the basic tree to work reading data from my api.. magic. Day two – updating that data using drag’n’drop from two grids of data -Separate post coming soon on this bee tee dub- a bit hellish, [...]
Another quick one here. I’ve been using ExtJS on a new project and I’ve just noticed the default behaviour of the checkboxes in the form is a bit of a pain in the ass for working with server side. The default behaviour is to post ‘on’ when the checkbox is selected and nothing when its [...]
Here is quick and dirty step by step guide to getting a basic installation of phpUnderControl up and running on Ubuntu 10.04. Fired together mainly from correcting some academic PDF on how to configure phpUnderControl You should read it also as it goes into more depth on setting up your own project. This just gets [...]
OK So I was looking for away to find a document in MongoDB via Doctrine2′s DocumentMapper class and could find lots of examples on how to AND your queries together, but nothing on how to OR them. Unless I’m being blind there’s nothing in the documentation and I couldn’t find anything when hashing away with [...]
I was starting to think about putting together a little iPhone application to make use of an API I’d made using the Zend Framwork and Zend_Json_Server for an upcoming project. So I went hunting about for a framework that would support JSON-RPC and came across DeferredKit. I went about attempting to include it into a [...]