Scribbled thoughts, notes and ideas of an aRty Spunky Yarner.
Android - Cheezy name
Get link
Facebook
X
Pinterest
Email
Other Apps
Wow !!! this is truly a cheezy technological innovation by folks at Google and little known "Open Alliance" group. Read more about it here or Watch it here.
Notes from the book - Forms that work: Designing Web Forms for Usability by Caroline Garret There is a theory to think about when designing FORMS ! The theory is of the three layers of the form: Relationship, Conversation, and Appearance . The relationship of a form is the relationship between the organization that is asking the questions and the person who is answering. - Pursuading people to answer. - Pick the right moment to ask a question. - Three rules that infl uence response rates - Rule 1: Establish trust. 1. Show that the form is published by a real organization. 2. Make it easy to contact the organization that publishes the form. 3. Ensure that the form has a clear purpose. ...
For the past few months, I have been very busy devoting my personal time, to IFe. IFe stands for Islam Festival Edinburgh, and its an initiative to promote the message of ISLAM which stands for PEACE that is so misunderstood by the world today and linked to terrorism & violence, which is not what it is really all about. I have been questioned by my peers @ work of what ISLAM is , and what the QURAN all about. To them, I invite you to go to www.islamfestival.com and DISCOVER ISLAM. In religion, BELIEF comes first , than rationalising it. In maths / science, PROVABLE facts, come first then a CONCLUSION, to support the HYPOTHESIS. If today, blue-tooth and WI-FI technology does exist and mp3/images/documents can be downloaded, then surely- why is it so hard to believe that more than 1400 years ago , there was a way for GOD's word which comprises of the Holy Quran to be downloaded to a very human prophet. And if versions in software and the need of upgrades do exist, so from an...
The compononet that needs to be attached might be a Combobox or a Checkbox. One of the techniques is to create a custom ComboBox and use the itemRenderer property of the DataGridColumn to display it inside the data grid as a Combobox which then, internally fetches its values from an XML. <mx:DataGrid id="portfolioGrid" width="100%" height="100%" dataProvider="{portfolioModel.security}" selectable="true"> <mx:columns><mx:Array> <mx:DataGridColumn dataField="Symbol"/> <mx:DataGridColumn dataField="Quantity" textAlign="right"/> <mx:DataGridColumn dataField="Price" textAlign="right"/> <mx:DataGridColumn dataField="Value" textAlign="right"/> <mx:DataGridColumn dataField="portfolioType" width="175" textAlign="center" headerText="Type" sortable="false" editable="true...