A Constraint-Based Approach to the Description and Detection Of

Total Page:16

File Type:pdf, Size:1020Kb

A Constraint-Based Approach to the Description and Detection Of Linkoping Electronic Articles in Computer and Information Science Vol nr A ConstraintBased Approach to the Description and Detection of FitnessforPurp ose Simon White and Derek Sleeman Linkoping University Electronic Press Linkoping Sweden httpwwwepliuseeacis PublishedonDecember by Linkoping University Electronic Press Linkoping Sweden Linkoping Electronic Articles in Computer and Information Science ISSN Series editor Erik Sandewal l c Simon White and Derek Sleeman A Typeset by the author using L T X E Formattedusingetendu style Recommended citation Author Title Linkoping Electronic Articles in Computer and Information Science Vol nr httpwwwepliuseeacisDecember This URL wil l also contain a link to the authors home page The publishers wil l keep this article online on the Internet or its possible replacement network in the future for a periodofyears from the date of publication barring exceptional circumstances as describedseparately The online availability of the article implies apermanent permission for anyone to read the article online to print out single copies of it and to use it unchanged for any noncommercial research and educational purpose including making copies for classroom use This permission can not berevoked by subsequent transfers of copyright Al l other uses of the article are conditional on the consent of the copyright owner The publication of the article on the date statedabove included also the production of a limited number of copies on paper which werearchived in Swedish university libraries like al l other written works publishedinSweden The publisher has taken technical and administrative measures to assure that the online version of the article wil l be permanently accessible using the URL statedabove unchanged and permanently equal to the archivedprintedcopies at least until the expiration of the publication period For additional information about the Linkoping University Electronic Pressanditsprocedures for publication and for assur anceofdocument integrity please refer to its WWW home page httpwwwepliuse or by conventional mail to the address statedabove Abstract This pap er intro duces the notion of tnessforpurpose presents a tractable approximate approach to the recognition of tness forpurp ose and describ es a working implementation using con straint programming The prop erty of tnessforpurpose states whether running a software comp onent with a supplied set of inputs can satisfy a given goal Our interest is to assess whether a chosen problem solver together with one or more knowledge bases can satisfy a given problemsolving goal In general this is an intractable problem We therefore intro duce an eective practical approxi to tnessforpurp ose based on the plausibility of the goal mation Webelieve that constraint logic programming provides a natu ral approach to the implementation of such approximations We to ok the Common LISP constraints library SCREAMER and extended its symb olic capabilities to suit our purp oses Authors address Department of Computing Science Kings College University of Ab erdeen Ab erdeen AB UE Scotland UK Email hswhite dsleemanicsdabdnacuk Intro duction The prop ertyof tnessforpurpose states whether running a software com ponent with a supplied set of inputs can satisfy a given goal Fitnessfor purp ose is related to the notion of comp etence Wielinga Akkermans Schreib er but with some imp ortant dierences Firstly whilst com p etence describ es the general inputoutput relationship of a problemsolver the verication of tnessforpurp ose involves a test of a problem solver and a sp ecic set of input instances against a given goal Secondly tnessfor purp ose is a descriptive notion b ecause it is applied to an existing system whereas comp etence is a prescriptive term applied to a system that is to b e built Descriptions of tnessforpurp ose can enable human or machine agents to assess the suitability of application of the describ ed comp onent for some particular task Some established approaches to assessing whether a soft ware comp onent is suitable for solving the task at hand are by design test ing verication validation proving properties and syntacticstructural matching with requirements Suitability by design aims to develop new com ponents to satisfy requirements Suitability by testing aims to detect faults in existing comp onents by careful preparation of test case inputs Suitability by verication validation aims to check whether knowledgebased sys tems meet their users requirements by for example identifying redundant or conicting rules in a knowledge base Suitability by proving properties is p otentially more informative However when done by hand it is a dif cult and involved pro cess and only feasible for small programs When automated it can also b e problematic for example MacKenzie notes that wholly automatic theorem provers have so far b een considered inadequate to these tasks MacKenzie The semiautomatic assessment of tnessforpurp ose is b ecoming in creasingly imp ortant for two main reasons Firstly as the range and sophis tication of software increases it b ecomes dicult for a human user to make an informed choice of the b est software solution for any particular task The same p oint applies equally to domain indep endent reasoning comp onents such as the problem solving metho ds PSMs Benjamins Fensel We b elieve that a novice user of such comp onents in particular could b ene t greatly from advice generated as a result of a tnessforpurp ose analysis Secondlywe observe a demand for software brokers which given some soft ware requirements return either the software itself or a reference to such software In the knowledge acquisition community the Ibrow pro ject Benjamins et al intends to build such a broker for the distribution of problem solving comp onents Recent work on the description of comp etence includes that of Ben jamins et al in the context of the Ibrow pro ject Benjamins et al Benjamins et al Fensel et al as part of an ongoing investigation into the role of assumptions Fensel Schonegge Fensel Schonegge and Wielinga et al as a metho dological approach to the op erational isation of knowledgelevel sp ecications Wielinga Akkermans Schreib er We consider Fensels approach to b e the nearest to our work b ecause it investigates the context dependency of an existing problem solverPSM through the discovery of assumptions Our work also investigates the con text dep endency of problem solvers but through the question of task suit ability with the available knowledge Thus whilst Fensel investigates a problem solving metho d in isolation of its inputs in order to derive suitabil ity conditions we take a problem solver together with its inputs and test Figure Comparison of the Fensel approach i and our approach ii to the discovery of problem solving prop erties their combined suitability for solving a sp ecic task Both lines of inquiry are intractable and therefore demand some compromises in any imple mentation Fensels compromise concerns the level of automation of his pro of mechanism whichisaninteractive verier rather than a fully auto mated pro of mechanism Since wewould like to generate advice at runtime for the p otential user of a problem solver we compromise instead with the deductivepower of our pro of mechanism We b elieve however that what our constraint satisfaction mechanism may lack in expressivepower it gains in its abilities to combine the results of multiple problem solvers through propagation mechanisms and to run as a batch pro cess Figure compares Fensel et als pro cess of assumption hunting with our approach to matching a problem solver to a to olkit users goal Our approach to tnessforpurp ose analysis was develop ed to assist in the generation of advice for novice users of knowledge acquisition to ols KA to ols and problemsolvers in the Muskrat system Graner Slee man Sleeman White White Sleeman White Muskrat is a MUltiStrategy Knowledge Renement and Acquisition To olb ox that makes it easier for novice users to apply and combine the incorp orated software to ols to solve some sp ecic task When generating advice on the application of a chosen problemsolver Muskrat should b e able to dierentiate between the following three cases for the knowledge bases available to the problemsolver Case The problemsolver can be applied with the knowledge bases already available ie no acquisition or mo dication of knowledge is neces sary Case The problemsolver needs knowledge bases not currently available therefore these knowledge bases must b e rst acquired Case The problemsolver needs knowledge bases not currently available but the requirements can be met by mo difying existing knowl edge bases The phrase tnessforpurp ose and the computational approximation to it as describ ed in this pap er represents our approach to case We exp ect subsequent researchtoinvestigate issues relating to cases and In the next section we dene more exactly what wemeanby tness forpurp ose and explain the computational diculties which arise in its analysis In section we describ e how we approach these diculties by considering an approximation of tnessforpurp ose rather than the actual tnessforpurp ose In section we explain howwe are implementing these ideas using constraint logic programming in Common Lisp Finally in section we summarise the ideas relate them to other work in the eld and indicate some p ossible directions for future work FitnessforPurp ose When the advisory subsystem of Muskrat addresses the problem of tness
Recommended publications
  • Prototype and Script.Aculo.Us You Never Knew Javascript Could Do This!
    Prototype and script.aculo.us You Never Knew JavaScript Could Do This! Christophe Porteneuve The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC. Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein. Our Pragmatic courses, workshops, and other products can help you and your team create better software and have more fun. For more information, as well as the latest Pragmatic titles, please visit us at http://www.pragprog.com Copyright © 2007 The Pragmatic Programmers LLC. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmit- ted, in any form, or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior consent of the publisher. Printed in the United States of America. ISBN-10: 1-934356-01-8 ISBN-13: 978-1-934356-01-2 To Élodie, my love, ever supportive. You’re my true home. Contents Preface 13 1 Introduction 15 1.1 It’s About Time ........................ 15 1.2 What’s in This Book, and How Is It Organized? .
    [Show full text]
  • Osf Global Services
    romanian software outsourcing index 2013 Catalogue of Romanian Software Outsourcing Companies CONTENT 3 Forward 4 ANIS Overview: Priorities, objectives, projects 5 Outsourcing in Romania - A Plea for the Romanian Software Development and Services Delivery Excellence 7 Geo-distribution of the Romanian IT&C industry 9 Software Outsourcing Company Profiles Forward The vision ANIS is embracing is that of a strong IT sector, leading technolgical innovation while at the same time supporting the growth of the whole economy. We are aiming to promote Romania internationally as a leader for software development, as well as a high-end software and IT services provider. With IT exports lead by sofware outsourcing companies and R&D centers, our advocacy efforts go in assisting these companies in growing their business and expanding their potential, as we are looking forward to a high-value added services and product-based software industry. Andrei Pitis President of ANIS Romania has been a leading player in the software development space and has been ranked at the top of IT outsourcing service providers in the global market by all the major consulting firms since 2005. Outstanding technical skills and a passion for engineering marked in people's genes, a culture of open communication, strong work ethics, great language skills and one of the best developed Internet infrastructures in the world helped Romania become one of the most attractive destinations for the IT outsourcing and software development businesses. More and more software companies develop and grow in Romania for its renowned global delivery service centers and R&D potential. The country's competitiveness has raised awareness not only among European clients, for whom the advantage of operating under the Sorin Gavanescu ANIS Vicepresident - Outsourcing European Union umbrella brings obvious business advantages, but also among more distant markets, such as the US, Canada, Australia and countries in the Middle East who also invested heavily in software outsourcing projects in Romania.
    [Show full text]
  • Bulletin August/September 2006 7/11/16, 1:24 AM
    Bulletin August/September 2006 7/11/16, 1:24 AM sign in contact us site index About ASIS&T Membership Conferences Publications SIGS & Chapters Careers E-Mail Lists ASIS&T - The Information Society for the Go InformationHome > Publications > Age Bulletin > August/September 2006 ARIST Bulletin, August/September 2006 Articles in this Issue Bulletin JASIST The Language of Interaction: Rich Interfaces, Networks Inquiry and Application and Design Patterns Conference Proceedings An Academic's View Digital Library by Austin Govella The IA of Potentiality: Toward a Grounded Online Bookstore Austin Govella is a senior information architect with Satyam's User Theory of Information Architecture Experience Management group in Washington, DC. He writes about IA, UX Philosophy, Theory and Research and design at his blog “Thinking and Making”. Metadata: Practical, Painless, Profitable Alarmists, betting on pestilence, warn pandemics will sweep the globe and Selling Information Architecture: Getting destroy the human race. Germageddon isn't likely. People aren't dominoes Executives to Say "Yes" waiting to be knocked over by disease. We're a vast, global network. Our survival depends on our ability to learn about diseases faster than they We Live Here: Games, Third Places and the Information Architecture of the Future spread. Quarantines illustrate how this works: people learn about and isolate infected populations before they grow. The Language of Interaction: Rich Interfaces, Networks and Design Patterns We didn't survive because we're stronger, faster or heartier. We survived because we talk fast. Designing for Developing Contexts But it's not just about speed. If someone tells you about the latest pox, you Recent Developments in Electronic need two things: you have to speak their language, and you have to hear Resource Management in Libraries enough of what they say to grasp what they mean.
    [Show full text]
  • Collection Titles
    Direct e-Learning Solutions for Today’s Careers CBT Direct’s IT Pro Collection Available: 7476 Collection Titles Coming Soon: 557 .NET 2.0 for Delphi Programmers Architecture Tivoli OMEGAMON XE for DB2 Performance .NET 3.5 CD Audio Player: Create a CD Audio 3D Computer Graphics: A Mathematical Expert on z/OS Player in .NET 3.5 Using WPF and DirectSound Introduction with OpenGL A Field Guide to Digital Color .NET Development for Java Programmers "3D for the Web: Interactive 3D animation using A First Look at Solution Installation for .NET Development Security Solutions 3ds max; Flash and Director " Autonomic Computing .NET Domain-Driven Design with C#: Problem - 3D Game Programming All in One A Guide to Global E-Commerce: Issues to Design - Solution 3D Graphics ReferencePoint Suite Consider When Selling Internationally Over the .NET E-Commerce Programming 3D Modeling in AutoCAD: Creating and Using Internet .NET Enterprise Development in C#: From 3D Models in AutoCAD 2000; 2000i; 2002; A Guide to MATLAB Object-Oriented Design to Deployment Second Edition Programming .NET Enterprise Development in VB.NET: From 3D Programming for Windows: Three- A Guide to Software Configuration Design to Deployment Dimensional Graphics Programming for the Management .NET for Visual FoxPro Developers Windows Presentation Foundation A Guide to Software Package Evaluation and .NET Framework ReferencePoint Suite 3ds max 5 Bible Selection .NET Framework Solutions: In Search of the 3ds max 5 For Dummies A Guide to the Project Management Body of Lost Win32 API
    [Show full text]
  • Orthotic Devices and Shoes – (0543)
    Medical Coverage Policy Effective Date ............................................. 7/15/2021 Next Review Date ....................................... 8/15/2022 Coverage Policy Number .................................. 0543 Orthotic Devices and Shoes Table of Contents Related Coverage Resources Overview .............................................................. 1 Extracorporeal Shock Wave Therapy (ESWT) for Coverage Policy ................................................... 2 Musculoskeletal Conditions and Soft Tissue General Background ............................................ 8 Wounds Medicare Coverage Determinations .................. 20 Foot Care Services Coding/Billing Information .................................. 21 Lumbar Fusion for Spinal Instability and Degenerative Disc Conditions, including Sacroiliac Fusion References ........................................................ 47 Minimally Invasive Spine Surgery Procedures and Trigger Point Injections Percutaneous Vertebroplasty, Kyphoplasty and Sacroplasty Physical Therapy Plantar Fasciitis Treatments Prosthetic Devices Stretch Devices for Joint Stiffness and Contracture Subtalar Arthroereisis INSTRUCTIONS FOR USE The following Coverage Policy applies to health benefit plans administered by Cigna Companies. Certain Cigna Companies and/or lines of business only provide utilization review services to clients and do not make coverage determinations. References to standard benefit plan language and coverage determinations do not apply to those clients. Coverage Policies
    [Show full text]
  • The Ruby Way: Solutions and Techniques in Ruby Programming
    Praise for The Ruby Way, Third Edition “Sticking to its tried and tested formula of cutting right to the techniques the modern day Rubyist needs to know, the latest edition of The Ruby Way keeps its strong reputation going for the latest generation of the Ruby language.” Peter Cooper Editor of Ruby Weekly “The authors’ excellent work and meticulous attention to detail continues in this lat- est update; this book remains an outstanding reference for the beginning Ruby pro- grammer—as well as the seasoned developer who needs a quick refresh on Ruby. Highly recommended for anyone interested in Ruby programming.” Kelvin Meeks Enterprise Architect Praise for Previous Editions of The Ruby Way “Among other things, this book excels at explaining metaprogramming, one of the most interesting aspects of Ruby. Many of the early ideas for Rails were inspired by the first edition, especially what is now Chapter 11. It puts you on a rollercoaster ride between ‘How could I use this?’ and ‘This is so cool!’ Once you get on that roller- coaster, there’s no turning back.” David Heinemeier Hansson Creator of Ruby on Rails, Founder at Basecamp “The appearance of the second edition of this classic book is an exciting event for Rubyists—and for lovers of superb technical writing in general. Hal Fulton brings a lively erudition and an engaging, lucid style to bear on a thorough and meticulously exact exposition of Ruby. You palpably feel the presence of a teacher who knows a tremendous amount and really wants to help you know it too.” David Alan Black Author of The Well-Grounded Rubyist “This is an excellent resource for gaining insight into how and why Ruby works.
    [Show full text]
  • Develop-05 9101 Winter 1991.Pdf
    develop The Apple Technical Journal ASYNCHRONOUS BACKGROUND NETWORKING ON THE MACINTOSH APPLE II Q & A MACINTOSH Q & A SYSTEM 7.0 Q & A THE VETERAN NEOPHYTE DEVELOPER ESSENTIALS: VOLUME 2, ISSUE 1 SCANNING FROM PRODOS PRINT HINTS PALETTE MANAGER ANIMATION THE POWER OF MACINTOSH COMMON LISP Vol.2, Issue 1 Winter 1991 Apple Computer, Inc. E D I T O R I A L Editor in Chief’s Clothing Louella Pizzuti Technical Buckstopper Dave Johnson Managing Editor Monica Meffert Developmental Editors Lorraine Anderson, Judy Bligh, Judy Helfand, Loralee Windsor Editorial Assistant Patti Kemp Copy Editor Toni Haskell Production Manager Hartley Lesser To create the cover, Hal Rucker, Indexer Ira Kleinberg Cleo Huggins, a flashlight, black Manager, Developer Technical Communications construction paper, a lightbulb, a David Krathwohl chair and a whole lot of duct tape came together. A R T & P R O D U C T I O N Design Joss Parsey Technical Illustration J. Goldstein Formatting Bruce Potterton Printing Craftsman Press Film Preparation Aptos Post, Inc. Production PrePress Assembly Photographer Ralph Portillo d e v e l o p, The Apple Technical Journal, is a quarterly publication Circulation Management Dee Kiamy of the Developer Technical Online Production Cassi Carpenter Communications group. R E V I E W B O A R D Pete “Luke” Alexander Larry “Cat Couch” Rosenstein Andy “The Shebanator” Shebanow CONTENTS Asynchronous Background Networking on the Macintosh by Harry Chesley A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network. 6 Apple II Q & A Answers to your product development questions.
    [Show full text]
  • Pdf for Activity 20
    Version 4.0 Joanna Goode University of Oregon Gail Chapman University of California, Los Angeles © Computer Science Equity Alliance, 2011 Exploring Computer Science 1 Version 4.0 Sponsors & Supporters This curriculum was created under the auspices of the Broadening the Participation in Computing National Science Foundation grant, "Into the Loop: An University K-12 Alliance to Increase and Enhance the Computer Science Learning Opportunities for African-American, Latino/a, and Female Students in the Second Largest School District in the Country". Principal Investigator: Jane Margolis (UCLA); Co-Principal Investigators Joanna Goode (University of Oregon), Todd Ullah (LAUSD), Deborah Estrin (UCLA). The Computing and Data Analysis Unit was created under the auspices of the National Science Foundation Math/Science Partnership grant, "MOBILIZE: Mobilizing for Innovative Computer Science Teaching and Learning." Co-principal Investigators: Deborah Estrin (UCLA, CENS), Mark Hansen (UCLA, CENS), Joanna Goode (University of Oregon, College of Education), Jane Margolis (UCLA, Center X), Thomas Philip (UCLA, Center X), Jody Priselac (UCLA, Center X), and Todd Ullah (LAUSD). Acknowledgments George Benainous, David Bernier, Robb Cutler, Judy Hromcik, Michelle Hutton, John Landa, Clifford Lee, Cueponcaxochitl Moreno, Jean Ryoo, Suzanne Schaefer, Chris Stephenson, Diane Watkins For additional information related to the Exploring Computer Science Partnership visit: www.exploringcs.org Exploring Computer Science 2 Version 4.0 CONTENTS Course Overview ..................................................................................................................................
    [Show full text]
  • Engineering Software for Accessibility Ebook
    PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright © 2009 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Library of Congress Control Number: 2009930292 A CIP catalogue record for this book is available from the British Library. Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to [email protected]. Microsoft, Microsoft Press, Active Accessibility, MSDN, Silverlight, Win32, Windows, Windows Server, and Windows Vista are either registered trademarks or trademarks of the Microsoft group of companies. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred. This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book. Acquisitions Editor: Ben Ryan Developmental Editor: Devon Musgrave Project Editor: Lynn Finnel Editorial Production: Online Training Solutions, Inc.
    [Show full text]
  • Javascript Everywhere Building Cross-Platform Applications with Graphql, React, React Native, and Electron
    JavaScript Everywhere Building Cross-Platform Applications with GraphQL, React, React Native, and Electron Adam D. Scott Praise for JavaScript Everywhere JavaScript Everywhere is an incredible book that will give you everything you need to build applications with JavaScript on any platform. The title is the truth: JavaScript is everywhere, and this book performs the unique feat of putting everything in context for developers at all levels. Read this book then write code and make technology decisions with confidence. —Eve Porcello, Software Developer and Instructor at Moon Highway JavaScript Everywhere is the perfect companion for navigating the ever-changing modern JavaScript ecosystem. Adam teaches React, React Native, and GraphQL in a clear, approachable way so you can build robust web, mobile, and desktop applications. —Peggy Rayzis, Engineering Manager at Apollo GraphQL JavaScript Everywhere Building Cross-Platform Applications with GraphQL, React, React Native, and Electron Adam D. Scott Beijing Boston Farnham Sebastopol Tokyo JavaScript Everywhere by Adam D. Scott Copyright © 2020 Adam D. Scott. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or [email protected]. Acquisitions Editor: Jennifer Pollock Indexer: WordCo Indexing Services, Inc. Development Editor: Angela Rufino Interior Designer: David Futato Production Editor: Christopher Faucher Cover Designer: Karen Montgomery Copyeditor: Rachel Monaghan Illustrator: Rebecca Demarest Proofreader: Christina Edwards February 2020: First Edition Revision History for the First Edition 2020-02-06: First Release See http://oreilly.com/catalog/errata.csp?isbn=9781492046981 for release details.
    [Show full text]
  • A1. Getting Started: Hello Dojo 1. Hellodojo Style: Style.Css
    A1. Getting Started: Hello Dojo 1. HelloDojo <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tutorial: Hello Dojo!</title> </head> <body> <h1 id="greeting">Hello</h1> <!-- load Dojo --> <script src="/WebApp/dojo-release-1.10.4/dojo/dojo.js" data-dojo-config="async: true"></script> <script> require([ 'dojo/dom', 'dojo/dom-construct' ], function (dom, domConstruct) { var greetingNode = dom.byId('greeting'); domConstruct.place('<em> Dojo!</em>', greetingNode); }); </script> </body> </html> Style: style.css body { padding:2em; } h1 { margin-bottom:2em; } .add-borders ul, .add-borders li, .add-borders div, .add-borders a { padding: 2px; } .add-borders ul { border: 1px solid red; } .add-borders li { border: 1px solid blue; } .add-borders div { border: 1px solid green; 1 } .add-borders a { border: 1px solid black; } .bold { font-weight: bold; } .italic { font-style: italic; } .highlight { background-color: yellow; } .red { background-color: red; } .blue { background-color: blue; } A2. Getting Started: Configuring Dojo with dojoConfig 1. dojoConfig Programmatic <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Demo: dojoConfig</title> <link rel="stylesheet" href="../../_common/demo.css" media="screen" type="text/css"> <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/claro/claro.css" media="screen"> <style> #dialog { min-width: 200px; } </style> </head> <body class="claro"> <h1>Demo: dojo/_base/Config</h1> <div id="dialog" data-dojo-type="dijit/Dialog" data-dojo-props="title:
    [Show full text]
  • Ultimate++ Forum
    Subject: Let's start - Wikipedia article Nr1.: title and structure Posted by fudadmin on Fri, 28 Jul 2006 13:51:06 GMT View Forum Message <> Reply to Message "Ultimate++ GUI toolkit" ? Other ideas? Structure? Post anything. Then, I expect, we'll get it polished in terms of content and "englishness"... No excuses that you are not a native speaker... Subject: Re: Let's start - Wikipedia article Nr1.: title and structure Posted by fudadmin on Fri, 28 Jul 2006 14:48:30 GMT View Forum Message <> Reply to Message to be edited... Wikipedia article structure comparisons: wxWidgets: * 1 Name change from wxWindows to wxWidgets (no need?) Origins in NTL? * 2 Software that uses wxWidgets Ultimate++ - None? * 3 See also ??? Suggestions? * 4 External links o 4.1 Language bindings Ultimate++ - None? o 4.2 IDE and RAD tool Ultimate++ has (uses) its own IDE called theIDE (- create and link to a separate Wikipedia article?) o 4.3 Reference documentation links to sourceforge: 1. home page 2. ??? forums. Subject: Re: Let's start - Wikipedia article Nr1.: title and structure Posted by fudadmin on Fri, 28 Jul 2006 17:07:00 GMT View Forum Message <> Reply to Message Ok, feel free to comment and improve: http://en.wikipedia.org/wiki/Ultimate%2B%2B Page 1 of 5 ---- Generated from Ultimate++ forum Subject: Re: Let's start - Wikipedia article Nr1.: title and structure Posted by rbmatt on Fri, 28 Jul 2006 17:23:11 GMT View Forum Message <> Reply to Message When we do post the page, we need to change http://en.wikipedia.org/wiki/Widget_toolkit to point to it.
    [Show full text]