37,370 research outputs found

    Improving Usability of Interactive Graphics Specification and Implementation with Picking Views and Inverse Transformations

    Get PDF
    Specifying and programming graphical interactions are difficult tasks, notably because designers have difficulties to express the dynamics of the interaction. This paper shows how the MDPC architecture improves the usability of the specification and the implementation of graphical interaction. The architecture is based on the use of picking views and inverse transforms from the graphics to the data. With three examples of graphical interaction, we show how to express them with the architecture, how to implement them, and how this improves programming usability. Moreover, we show that it enables implementing graphical interaction without a scene graph. This kind of code prevents from errors due to cache consistency management

    The Need to Support of Data Flow Graph Visualization of Forensic Lucid Programs, Forensic Evidence, and their Evaluation by GIPSY

    Full text link
    Lucid programs are data-flow programs and can be visually represented as data flow graphs (DFGs) and composed visually. Forensic Lucid, a Lucid dialect, is a language to specify and reason about cyberforensic cases. It includes the encoding of the evidence (representing the context of evaluation) and the crime scene modeling in order to validate claims against the model and perform event reconstruction, potentially within large swaths of digital evidence. To aid investigators to model the scene and evaluate it, instead of typing a Forensic Lucid program, we propose to expand the design and implementation of the Lucid DFG programming onto Forensic Lucid case modeling and specification to enhance the usability of the language and the system and its behavior. We briefly discuss the related work on visual programming an DFG modeling in an attempt to define and select one approach or a composition of approaches for Forensic Lucid based on various criteria such as previous implementation, wide use, formal backing in terms of semantics and translation. In the end, we solicit the readers' constructive, opinions, feedback, comments, and recommendations within the context of this short discussion.Comment: 11 pages, 7 figures, index; extended abstract presented at VizSec'10 at http://www.vizsec2010.org/posters ; short paper accepted at PST'1

    Design of the CAM model and authoring tool

    Get PDF
    Students benefit from personalised attention; however, often teachers are unable to provide this. An Adaptive Hypermedia (AH) system can offer a richer learning experience in an educational environment, by giving personalised attention to students. On-line courses are becoming increasingly popular by means of Learning Management Systems (LSM). The aim of the GRAPPLE project is to integrate an AH with major LMS, to provide an environment that delivers personalised courses in a LMS interface. However, designing an AH is a much more complex and time-consuming task, than creating a course in a LMS. Several models and systems were developed previously, but the (re)-usability by educational authors of the adaptation remains limited. To simplify adaptive behaviour authoring for an educational author, a visual environment was selected as being most intuitive. This paper describes a reference model for authoring in a visual way and introduces an authoring tool based upon this model

    A heuristic-based approach to code-smell detection

    Get PDF
    Encapsulation and data hiding are central tenets of the object oriented paradigm. Deciding what data and behaviour to form into a class and where to draw the line between its public and private details can make the difference between a class that is an understandable, flexible and reusable abstraction and one which is not. This decision is a difficult one and may easily result in poor encapsulation which can then have serious implications for a number of system qualities. It is often hard to identify such encapsulation problems within large software systems until they cause a maintenance problem (which is usually too late) and attempting to perform such analysis manually can also be tedious and error prone. Two of the common encapsulation problems that can arise as a consequence of this decomposition process are data classes and god classes. Typically, these two problems occur together – data classes are lacking in functionality that has typically been sucked into an over-complicated and domineering god class. This paper describes the architecture of a tool which automatically detects data and god classes that has been developed as a plug-in for the Eclipse IDE. The technique has been evaluated in a controlled study on two large open source systems which compare the tool results to similar work by Marinescu, who employs a metrics-based approach to detecting such features. The study provides some valuable insights into the strengths and weaknesses of the two approache

    BlogForever D5.2: Implementation of Case Studies

    Get PDF
    This document presents the internal and external testing results for the BlogForever case studies. The evaluation of the BlogForever implementation process is tabulated under the most relevant themes and aspects obtained within the testing processes. The case studies provide relevant feedback for the sustainability of the platform in terms of potential users’ needs and relevant information on the possible long term impact

    An Investigation into Game Based Learning Using High Level Programming Languages

    Get PDF
    Game-related education within mobile learning spheres is a matter of great debate for university students across the globe. It is the case that programming languages often pose a sizeable challenge for university students. This research paper aims to develop a game based learning platform “iPlayCode”, designed to offer a new and exciting method of learning programming language. Xcode 5.0.2 was used to develop the game by using the cocos2d-x development tool and the Adobe Photoshop graphic design tool. In addition, iOS 7.0.3 (11B508) Simulator was used to test the application and the application was deployed in different models of mobile devices such as the iPhone and iPad. The application outcomes are presented by a mobile game that teaches programming languages in an easy, attractive and effective way
    • 

    corecore