It’s all gone quiet said Roobarb..
If you have no idea what the title of this post means, I’m guessing you didn’t watch the iconic cartoon show “Roobarb and Custard” during the 70’s and 80’s…
Continue reading It’s all gone quiet said Roobarb..
If you have no idea what the title of this post means, I’m guessing you didn’t watch the iconic cartoon show “Roobarb and Custard” during the 70’s and 80’s…
Continue reading It’s all gone quiet said Roobarb..
This post applies to my Australian friends and colleagues more than most (I live in Sydney now) and is a call to action to prevent the Australian Government from implementing internet filters that will considerably slow down Australia’s already snail-like internet speeds.
Just a quick post to let you know about another update to my SuperField component for the ExtJS JavaScript library.
If you are interested in the history, there are a couple of previous posts here:
I have finally got around to updating, or rather re-writing my SuperField UI component for the ExtJS JavaScript library.
If you missed my first post about this component, and would like to know more, you can read about it here: SuperField UI Component for ExtJS JavaScript library
All of my posts to date have been about JavaScript, so I’ve decided to throw a PHP post into the pot at last, and where better to start than with file includes; you know the annoying require_once statements that we use to include dependent files.
But first a little background..
Continue reading Auto Loading PHP Class Files
Following on from my previous post about an alternate approach to asynchronous data transfer, I have created a component for the ExtJS framework to consume JsonCsv data.
Continue reading Ajax Data Transfer - JsonCsvReader for ExtJS
You may be a little bit surprised by the title of this post - am I really suggesting the use of CSV for asynchronous data transfer? Well not exactly, but it’s not far off. Continue reading to find out more.
Continue reading AJAX Data Transfer - XML, JSON or CSV?
I’m actively working on my SuperField component, tidying it up, adding new features and fixing things - I’ll release a beta version with documentation soon, but I just wanted to post a snippet of javascript code that you may find useful if you are developing with Ext JS.
The code attempts to prevent a user from tabbing to controls that are behind a modal window..
Continue reading ExtJS - Prevent Tabbing Behind a Modal Window