GUI Programming with GTK+

Size: px
Start display at page:

Download "GUI Programming with GTK+"

Transcription

1 GUI Programming with GTK+ Second Part Florian Pelz

2 Today Distribution Miniature IMS Internationalization Other features

3 Last time We talked about how to write a C program, how to use C and GTK+ for creating windows and widgets, how to incorporate the Glade editor into the workflow and developing a small software program.

4 Issues However, end users don t like having to compile their software before using it and compiling with many long terminal commands is annoying even for developers.

5 Maintainers Maintainers fill a vital role concerning the software s infrastructure. In a software projekt, maintainers make sure the software is easy to configure, compile, test etc., runs on all supported systems, can be easily delivered to end users and the remaining infrastructure (Web site, wiki, bug tracker, ) works, good and only good patches get accepted, the change log and news are kept clean, all authors and copyrights get mentioned, Maintainers for an operating system use this infrastructure to distribute the software to end users.

6 Build Systems A build system compiles the software automatically. Independent of the Integrated Development Environment. Necessary for lagge projects. Well-known build systems are: GNU Autotools CMake Waf, Scons Ant, Gradle, Maven Meson

7 GNU Autotools autoconf automatizes finding operating system tools, determining operating system features, compile time configuration (such as compiler selection). automake automatizes compiliing the software, testing (proving?) the software, installing the software and releasing a version of compilable source code. Traditional and common. For the actual building of the software, make is used.

8 GNU Meson Autotools autoconf meson automatizes finding operating system tools, determining operating system features, compile time configuration (such as compiler selection). automake meson automatizes compiliing the software, testing (proving?) the software, installing the software and releasing a version of compilable source code. Traditional and common. For the actual building of the software, make ninja is used.

9 Meson meson is an easy-to-use build system. Meson is declarative and not Turing-complete. Many GNOME projects are switching from Autotools to Meson. Introduction Handout. More information on

10 Version Control Systems Version control systems like git manage multiple source code versions. They make it possible for multiple developers to work in parallel on the same code, for a single developer to work in parallel on different parts of the code, for anyone to easily check out an old version and to find the version which introduced a bug.

11 For end users: Package managers On GNU systems, software is typically distributed with a package manager. Packages mainly consist of either tested, automated scripts for compiling and installing software or the finished files created by such a script, placed at locations appropriate for the operating system. Generally packages are created by running a build system. Details depend on the package manager.

12 For end users: Bundles For most systems there are also self-containing application bundles (which may need to be installed before use). A bundle is a directory containing both the software and all its dependencies. Metadata and configuration files may be located outside the bundle. Such a bundle can be offered e.g. for download on the Web, in an app store, or on physical media. Security risk? ( Flatpak) Ship together with an offer of making available the complete and corresponding GTK+ source code for an appropriately low fee (changed source code must be usable).

13 Miniature IMS For practice we re building a small inventory management system for a fictitious copyshop. Since this is a big project, we re going to use objects: Inheritance. Modularization. Other languages.

14 Localization Refers to adapting the software to the local language and customs, i.e. translation, representation of date and time, units of measure, decimal marks, For short: l10n.

15 Internationalization Refers to offering the infrastructure necessary for localization. For short: i18n. PO files (like de.po ) contain translations for all visible strings. In code, label = gtk_label_new (" Hello World"); must be replaced by label = gtk_label_new (_(" Hello World")); The _() function of GNU Gettext supplies the appropriate translation. _() can also be interpreted as marking the string. Similar markings exist to give context to translators such as where in the program this string is being used. See handouts.

16 Accessibility That is making software accessible to assistive technology. Accessibility means: compatibility with screen readers, compatibility with large text sizes, color choice and contrast, configurable time limit for double clicks, flashing the screen on error, For short: a11y. Mostly automatic in GTK+. Still, ATK should be used e.g. for specifying the relationship between widgets.

17 Unit tests Detect program errors through automated testing. GLib offers a framework for unit testing. Meson can be used to execute tests written with it. See for example the source code of GTK+ for an example testsuite. reftests compare the user interface pixel by pixel used in GTK+.

18 Static and Dynamic Analysis Static: Without running the program. Use multiple compilers. coala for detecting coding style errors. Dynamic: Valgrind. Profiler.

19 Profiling A profiler measures which parts of the program are executed frequently and how long they take and/or other resource consumption like memory usage. This tells you which code to spend time on to optimize performance.

20 gtk-doc Code can be documented inside the source files. gtk-doc generates HTML documentation from the source. The documentation can be read e.g. using Devhelp. But GNOME Builder is using restructuredtext/sphinx, Builder s main author Christian Hergert still is not entirely happy.

21 Introspection Allows for querying information on types and classes: method names, signals, properties, This enables automatic generation of bindings for other programming languages.

22 D-Bus For Inter-Process Communication (IPC). Also used for communicating with the desktop environment: To activate program actions, for notifications,

23 CSS CSS allows for changing the style of GTK+ widgets and also configurable keyboard shortcuts in GTK+.

24 More stuff GSettings store settings, old program state etc. GResource can be used to compile data into the executable file. GtkInspector shows and changes GTK+ informationen of running programs. g_autoptr can be used to automatically free memory when leaving code blocks. Mind the Human Interface Guidelines. Some things don t need a GUI.

25 Further reading Book on GLib and GTK+: glib-gtk-dev-platform.pdf For C++ programmers: https: //developer.gnome.org/gtkmm-tutorial/stable/ Internationalization: https: //wiki.gnome.org/translationproject/devguidelines

26 Image sources etc. Slide design based on Construction site caution sign taken from effectively public domain (CC0) by dchandir.

27

Flatpak workshop. flatpak.org

Flatpak workshop. flatpak.org Flatpak workshop flatpak.org Carlos Soriano Sanchez - GNOME Developer csoriano csoriano@gnome.org Felipe Borges - GNOME Developer feborges felipeborges@gnome.org Overview Flatpak introduction What is Flatpak

More information

Software Building (Sestavování aplikací)

Software Building (Sestavování aplikací) Software Building (Sestavování aplikací) http://d3s.mff.cuni.cz Pavel Parízek parizek@d3s.mff.cuni.cz CHARLES UNIVERSITY IN PRAGUE faculty of mathematics and physics Outline Maven NuGet Gradle GNU build

More information

Maintaining accessibility through testing?

Maintaining accessibility through testing? ᅠ Maintaining accessibility through testing? Samuel Thibault Slides & stuff on http://brl.thefreecat.org/ http://hypra.fr/ 1 Gnuplot Color blindness: 8% male, 0.5% female 4 Gnuplot 5!! Color blindness:

More information

Builder. Improving GNOME's Developer Story. Christian Hergert builder.pdf

Builder. Improving GNOME's Developer Story. Christian Hergert  builder.pdf Builder Improving GNOME's Developer Story Christian Hergert http://hergert.me/talks/scale13x builder.pdf Scale 13x February 2015 What's GNOME? A Free Software Desktop Focused on

More information

Designing accessible applications

Designing accessible applications ᅠ Designing accessible applications Samuel Thibault Slides & stuff on http://brl.thefreecat.org/ http://liberte0.org/ 1 Gnuplot Color blindness: 8% male, 0.5% female 4 Gnuplot 5!! Color blindness: 8% male,

More information

How GNOME Obsoleted its Enable Accessibility Setting. Alejandro Piñeiro

How GNOME Obsoleted its Enable Accessibility Setting. Alejandro Piñeiro How GNOME Obsoleted its Enable Accessibility Setting Alejandro Piñeiro (apinheiro@igalia.com) Topics Accessibility vs. Accessibility Support Phase 1: Getting Started Phase 2: Rebuilding What We Had Phase

More information

How does software accessibility work?

How does software accessibility work? How does software accessibility work? How to make applications accessible? (or rather, how to make accessible applications) Samuel Thibault http://brl.thefreecat.org/ http://liberte0.org/ 1 Outline Introduction

More information

Making build systems not suck! Jussi

Making build systems not suck! Jussi Making build systems not suck! Jussi Pakkanen jpakkane@gmail.com @jpakkane Disclaimer Let's talk about build tools: All the build tools suck! Let's just be up-front: that's it! Robert Ramey CppCon 2014

More information

Graduating to GUI. PyGObject for Beginners. Presented by Paul W. Frields Red Hat, Inc. / Fedora Project

Graduating to GUI. PyGObject for Beginners. Presented by Paul W. Frields Red Hat, Inc. / Fedora Project Graduating to GUI PyGObject for Beginners Presented by Paul W. Frields Red Hat, Inc. / Fedora Project Copyright 2011 Paul W. Frields. This work is licensed under a Creative Commons Attribution 3.0 License.

More information

GNOME 3.0 Accessibility: State of the Union. Alejandro Piñeiro

GNOME 3.0 Accessibility: State of the Union. Alejandro Piñeiro GNOME 3.0 Accessibility: State of the Union Alejandro Piñeiro (apinheiro@igalia.com) Let's introduce it... Accessibility? Means helping people with disabilities to participate in any life activity Like

More information

Builder Documentation

Builder Documentation Builder Documentation Release 3.26.0 Christian Hergert, et al. Sep 13, 2017 Contents 1 Contents 3 1.1 Installation................................................ 3 1.1.1 via Flatpak...........................................

More information

The WAF build system

The WAF build system Sebastian Jeltsch Electronic Vision(s) Kirchhoff Institute for Physics Ruprecht-Karls-Universität Heidelberg 31. August 2010 Sebastian Jeltsch 31. August 2010 1 / 19 Introduction WorkBuildflow Sebastian

More information

GTK+ /Gnome Application Development By Havoc Pennington READ ONLINE

GTK+ /Gnome Application Development By Havoc Pennington READ ONLINE GTK+ /Gnome Application Development By Havoc Pennington READ ONLINE If you are searching for the ebook GTK+ /Gnome Application Development by Havoc Pennington in pdf form, in that case you come on to the

More information

Kivy Designer Documentation

Kivy Designer Documentation Kivy Designer Documentation Release 0.9 Kivy October 02, 2016 Contents 1 Installation 3 1.1 Prerequisites............................................... 3 1.2 Installation................................................

More information

Flatpak Documentation

Flatpak Documentation Flatpak Documentation Release Flatpak Team May 01, 2018 Contents 1 Contents 3 1.1 Introduction to Flatpak.......................................... 3 1.2 Getting Started..............................................

More information

ANGULAR 2.X,4.X + TYPESRCIPT by Sindhu

ANGULAR 2.X,4.X + TYPESRCIPT by Sindhu ANGULAR 2.X,4.X + TYPESRCIPT by Sindhu GETTING STARTED WITH TYPESCRIPT Installing TypeScript Compiling the code Building a simple demo. UNDERSTANDING CLASSES Building a class Adding properties Demo of

More information

Construction: version control and system building

Construction: version control and system building Construction: version control and system building Paul Jackson School of Informatics University of Edinburgh The problem of systems changing Systems are constantly changing through development and use

More information

e4 Project 0.9 Release Review

e4 Project 0.9 Release Review e4 Project 0.9 Release Review July 30, 2009 Review communication channel: e4-dev@eclipse.org 1 Highlights 0.9 is a technology preview of interesting work happening in the e4 incubator This is not a commercial

More information

Tools. SWE 432, Fall Design and Implementation of Software for the Web

Tools. SWE 432, Fall Design and Implementation of Software for the Web Tools SWE 432, Fall 2016 Design and Implementation of Software for the Web Today Before we can really make anything, there s a bunch of technical stuff to get out of the way Tools make our lives so much

More information

DAVE TM & DAVE TM SDK

DAVE TM & DAVE TM SDK Product Name DAVE TM & DAVE TM SDK Release Version V4.2.2 Type Of Release* Productive Name of the Supplier Infineon Technologies AG Mode of Release Infineon Server(http://dave.infineon.com/) Date of Release

More information

User- and distro-friendly packaging

User- and distro-friendly packaging User- and distro-friendly packaging Recommendations to upstream tarball providers Jan Engelhardt Presented at the opensuse Conference 2011 2011-Sep-11 14 Jan Engelhardt (o.s.c.2011) User-

More information

Plugins Sharing and Maintaining Moodle Plugins

Plugins Sharing and Maintaining Moodle Plugins Introductions: Who are you? (name/position) Where are you from? Why are you here? What do you hope to learn or take away from this session so that it will be meaningful and worthwhile? Where in the Moodleverse

More information

Managing build infrastructure of a Debian derivative

Managing build infrastructure of a Debian derivative Managing build infrastructure of a Debian derivative Andrej Shadura 4 February 2018 Presentation Outline Who am I Enter Apertis Build infrastructure Packaging workflows Image builds Andrej Shadura contributing

More information

CS354R: Game Technology

CS354R: Game Technology CS354R: Game Technology DevOps and Quality Assurance Fall 2018 What is DevOps? Development Operations Backend facilitation of development Handles local and remote hardware Maintains build infrastructure

More information

Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses

Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses Presented by Ben Menesi Speaker Head of Product at Ytria IBM Notes Domino Admin & Dev. for the past 10 years Actually

More information

GTK+ /Gnome Application Development By Havoc Pennington

GTK+ /Gnome Application Development By Havoc Pennington GTK+ /Gnome Application Development By Havoc Pennington gtk gnome application development Download ebook pdf, epub - gtk gnome application development Download gtk gnome application development or read

More information

Flatpak Documentation. Flatpak Team

Flatpak Documentation. Flatpak Team Flatpak Team 09.09.2018 Inhaltsverzeichnis 1 Inhalt 3 1.1 Einführung in Flatpak.......................................... 3 1.2 Getting Started.............................................. 4 1.3 Building.................................................

More information

Choosing free software graphical libraries for embedded devices

Choosing free software graphical libraries for embedded devices Embedded Linux Conference Europe Choosing free software graphical libraries for embedded devices Thomas Petazzoni Free Electrons http://free electrons.com/ 1 About this document This document is released

More information

Flatpak. Apps on the Linux desktop. Alexander Larsson Red Hat

Flatpak. Apps on the Linux desktop. Alexander Larsson Red Hat Flatpak Apps on the Linux desktop Alexander Larsson Red Hat Flatpak Major Goals Cross-distro deployment and distribution Sandboxing applications Shorter distance between developers and users Using Flatpak

More information

CSS Development (with CSS3) By Mr. Zahchary Kingston

CSS Development (with CSS3) By Mr. Zahchary Kingston CSS Development (with CSS3) By Mr. Zahchary Kingston Cascading Stylesheets or CSS is the first technology you should start learning after HTML. While HTML is used to define the structure and semantics

More information

Configure Error No Acceptable C Compiler Found In Xcode Installed

Configure Error No Acceptable C Compiler Found In Xcode Installed Configure Error No Acceptable C Compiler Found In Xcode Installed Xcode and command line tool are installed. It was created by Sage configure 6.6.rc3, which was generated by GNU Autoconf 2.69. Why do I

More information

Project Automation. If it hurts, automate it! Jan Pool NioCAD University of Stellenbosch 19 March 2008

Project Automation. If it hurts, automate it! Jan Pool NioCAD University of Stellenbosch 19 March 2008 Project Automation If it hurts, automate it! Jan Pool NioCAD University of Stellenbosch 19 March 2008 Introduction Purpose: Introduce various aspects of project automation. Why, when, what, and how to

More information

Supporting accessibility in your distribution

Supporting accessibility in your distribution ᅠ Supporting accessibility in your distribution Some feedback from Debian Samuel Thibault Slides & stuff on http://brl.thefreecat.org/ http://liberte0.org/ 1 Outline Introduction to accessibility Hardware

More information

DevOps and Maven. Eamonn de Leastar Dr. Siobhán Drohan Produced by:

DevOps and Maven. Eamonn de Leastar Dr. Siobhán Drohan Produced by: DevOps and Maven Produced by: Eamonn de Leastar (edeleastar@wit.ie) Dr. Siobhán Drohan (sdrohan@wit.ie) Department of Computing and Mathematics http://www.wit.ie/ Dev team created a solution for production.

More information

Programming Guideline for simulators that use X-Sim

Programming Guideline for simulators that use X-Sim Table of content Programming Guideline for simulators that use X-Sim...2 1. Introduction...2 2. Guidelines for an integration...2 2.1. Basic guideline for simulator development with X-Sim...3 2.2. Basic

More information

Technology Background Development environment, Skeleton and Libraries

Technology Background Development environment, Skeleton and Libraries Technology Background Development environment, Skeleton and Libraries Christian Kroiß (based on slides by Dr. Andreas Schroeder) 18.04.2013 Christian Kroiß Outline Lecture 1 I. Eclipse II. Redmine, Jenkins,

More information

TDF Infra Overview. from developers' perspective

TDF Infra Overview. from developers' perspective Introduction Christian Lohmaier AKA cloph on irc/elsewhere part of the project since the very beginning (infra side) since a few years employed by TDF initially part-time as infrastructure administrator

More information

Angular 2 Programming

Angular 2 Programming Course Overview Angular 2 is the next iteration of the AngularJS framework. It promises better performance. It uses TypeScript programming language for type safe programming. Overall you should see better

More information

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review CISC 1600 Lecture 1.4 Design, part 2 Topics: Accessibility Responsive web design Example design review Accessibility Design for users with special needs Might include you at some point You still want/need

More information

The Lokalize Handbook. Nick Shaforostoff

The Lokalize Handbook. Nick Shaforostoff Nick Shaforostoff 2 Contents 1 Introduction 5 2 Editor 6 2.1 Main Window........................................ 6 2.2 Toolbars........................................... 7 2.3 Shortcut keys........................................

More information

Mavrig. a Tcl application construction kit. Jean-Claude Wippler Equi 4 Software, NL. EuroTcl 2008, Strasbourg, FR

Mavrig. a Tcl application construction kit. Jean-Claude Wippler Equi 4 Software, NL. EuroTcl 2008, Strasbourg, FR Mavrig a Tcl application construction kit Jean-Claude Wippler Equi 4 Software, NL EuroTcl 2008, Strasbourg, FR Let s write an app Tons of packages to build with - Tcllib, etc Choose:! file structure, dev

More information

Course Syllabus. Course Title. Who should attend? Course Description. Adobe Dreamweaver CC 2014

Course Syllabus. Course Title. Who should attend? Course Description. Adobe Dreamweaver CC 2014 Course Title Adobe Dreamweaver CC 2014 Course Description Adobe Dreamweaver CC (Creative Clouds) is the world's most powerful web design program. Our Dreamweaver course ''certified by Adobe ''includes

More information

This assignment is worth 100 points and is due on the crashwhite.polytechnic.org server at 23:59:59 on the date given in class.

This assignment is worth 100 points and is due on the crashwhite.polytechnic.org server at 23:59:59 on the date given in class. Intro to Computer Science Project - HTML and CSS ASSIGNMENT OVERVIEW Create a small, responsive, static website of multiple (3-4) pages, with multiple links (internal & external), content, images, etc.)

More information

Design and Production for a Print and Electronic World. Chris Kitchener Group Product Manager, Adobe Systems

Design and Production for a Print and Electronic World. Chris Kitchener Group Product Manager, Adobe Systems Design and Production for a Print and Electronic World Chris Kitchener Group Product Manager, Adobe Systems (chris.kitchener@adobe.com) What sorts of things am I going to talk about today? Let s start

More information

APPLICATION INTERFACE

APPLICATION INTERFACE WEB PLATFORM OVERVIEW v.1.4.0 APPLICATION INTERFACE Start view and server selection options: Test progress view: Summary view: Mobile view: USER INTERFACE FIREPROBE is a platform designed for Internet

More information

CSE 374 Programming Concepts & Tools

CSE 374 Programming Concepts & Tools CSE 374 Programming Concepts & Tools Hal Perkins Fall 2017 Lecture 14 Makefiles and Compilation Management 1 Where we are Onto tools... Basics of make, particular the concepts Some fancier make features

More information

Unit E Step-by-Step: Programming with Python

Unit E Step-by-Step: Programming with Python Unit E Step-by-Step: Programming with Python Computer Concepts 2016 ENHANCED EDITION 1 Unit Contents Section A: Hello World! Python Style Section B: The Wacky Word Game Section C: Build Your Own Calculator

More information

1 Introduction. Table of Contents. Manual for

1 Introduction. Table of Contents. Manual for Manual for www.lornasixsmith.com Table of Contents 1Introduction...1 2Log in...2 3Users...2 4What is the difference between pages and posts?...2 5Adding Images to the Media Library...2 6Adding Text to

More information

Some Virgo Repositories. steve powell -

Some Virgo Repositories. steve powell - Some Virgo Repositories steve powell - spowell@vmware.com artifact-repository only one project (bundle) org.eclipse.virgo.repository exporting packages: org.eclipse.virgo.repository org.eclipse.virgo.repository.builder

More information

GAVIN KING RED HAT CEYLON SWARM

GAVIN KING RED HAT CEYLON SWARM GAVIN KING RED HAT CEYLON SWARM CEYLON PROJECT A relatively new programming language which features: a powerful and extremely elegant static type system built-in modularity support for multiple virtual

More information

Magento 2 Certified Professional Developer. Exam Study Guide

Magento 2 Certified Professional Developer. Exam Study Guide Magento 2 Certified Professional Developer Exam Study Guide U Contents Contents Introduction... 1 Topics and Objectives... 3 1 Magento Architecture and Customization Techniques... 3 1.1 Describe Magento

More information

Comprehensive AngularJS Programming (5 Days)

Comprehensive AngularJS Programming (5 Days) www.peaklearningllc.com S103 Comprehensive AngularJS Programming (5 Days) The AngularJS framework augments applications with the "model-view-controller" pattern which makes applications easier to develop

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

The pkgsrc wrapper framework

The pkgsrc wrapper framework The pkgsrc wrapper framework Jörg Sonnenberger September 19, 2009 Abstract The wrapper framework in pkgsrc serves two central roles: abstracting compiler specifics and limiting visibility

More information

Beyond Makefiles: Autotools and the GNU Build System

Beyond Makefiles: Autotools and the GNU Build System SEA : Autotools and the GNU Build System Patrick Nichols Software Engineer CISL Consulting Group UCAR SEA December 10, 2015 Why do we need more tools? Diversity! 1. Compilers, programming languages and

More information

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics Embedded Linux UI Comparison Tim Bird Senior Staff Software Engineer Sony Electronics 1 yyyy-mm-dd Agenda Embedded Linux UI options Comparison points Presence at ELC Evaluations

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

Graphiti Release Review

Graphiti Release Review Graphiti 0.10.0 Release Review Planned Review Date: June 2013 Communcation Channel: eclipse.graphiti Christian Brand Matthias Gorning Tim Kaiser Jürgen Pasch Félix Velasco Michael Wenz 1 Introduction Graphiti

More information

Linux desktop app guide Documentation. Thomas Kluyver & contributors

Linux desktop app guide Documentation. Thomas Kluyver & contributors Linux desktop app guide Documentation Thomas Kluyver & contributors Dec 13, 2018 Contents: 1 User Interface options 3 1.1 Desktop style: GTK or Qt........................................ 3 1.2 Web tech:

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

Moblin v2 SDK. Open Source Technology Center Presented by Bob Spencer

Moblin v2 SDK. Open Source Technology Center Presented by Bob Spencer Moblin v2 SDK Open Source Technology Center Presented by Bob Spencer 1 Moblin SDK Agenda SDK Overview (3 parts) Project Creation Demo Plans QA 2 Moblin SDK Development environment Moblin 2.0 Distribution

More information

TileQt and TileGtk: current status

TileQt and TileGtk: current status TileQt and TileGtk: current status Georgios Petasis Software and Knowledge Engineering Laboratory, Institute of Informatics and Telecommunications, National Centre for Scientific Research Demokritos, Athens,

More information

ETL Testing Concepts:

ETL Testing Concepts: Here are top 4 ETL Testing Tools: Most of the software companies today depend on data flow such as large amount of information made available for access and one can get everything which is needed. This

More information

Frontend guide. Everything you need to know about HTML, CSS, JavaScript and DOM. Dejan V Čančarević

Frontend guide. Everything you need to know about HTML, CSS, JavaScript and DOM. Dejan V Čančarević Frontend guide Everything you need to know about HTML, CSS, JavaScript and DOM Dejan V Čančarević Today frontend is treated as a separate part of Web development and therefore frontend developer jobs are

More information

SSQA Seminar Series. Server Side Testing Frameworks. Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007

SSQA Seminar Series. Server Side Testing Frameworks. Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007 SSQA Seminar Series Server Side Testing Frameworks Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007 1 Agenda Introduction Drivers for Server Side Testing Challenges

More information

Manually Run The Synchronization Replication Sql Server 2005 Delete

Manually Run The Synchronization Replication Sql Server 2005 Delete Manually Run The Synchronization Replication Sql Server 2005 Delete I've set up a SQL transaction replication between two servers. And now I If an article is dropped after one or more subscriptions is

More information

Going to production with snaps and Ubuntu Core

Going to production with snaps and Ubuntu Core Going to production with snaps and Ubuntu Core MOOS-DAWG 2017 Kyle Fazzari Mohamed Saad Ibn Seddik a.k.a. kyrofa kyle@canonical.com @msibnseddik msibnseddik@sea-machines.com What are you doing here? My

More information

Are You Avoiding These Top 10 File Transfer Risks?

Are You Avoiding These Top 10 File Transfer Risks? Are You Avoiding These Top 10 File Transfer Risks? 1. 2. 3. 4. Today s Agenda Introduction 10 Common File Transfer Risks Brief GoAnywhere MFT Overview Question & Answer HelpSystems Corporate Overview.

More information

Web Programming Paper Solution (Chapter wise)

Web Programming Paper Solution (Chapter wise) Introduction to web technology Three tier/ n-tier architecture of web multitier architecture (often referred to as n-tier architecture) is a client server architecture in which presentation, application

More information

... Fisheye Crucible Bamboo

... Fisheye Crucible Bamboo Sander Soo MSc Computer Science Oracle Certified Professional (Java SE) Nortal (email: sander.soo@nortal.com) Mercurial Java Spring Framework AngularJS Atlassian stack... Fisheye Crucible Bamboo 2 Manual

More information

JIRA, Confluence and their integration

JIRA, Confluence and their integration Term work report JIRA, Confluence and their integration Průmyslové informační systémy(a0m33pis) Prepared by Radu Fiser Czech Technical University in Prague Faculty of Electrical Engineering Summer semester

More information

Version Control. Second level Third level Fourth level Fifth level. - Software Development Project. January 17, 2018

Version Control. Second level Third level Fourth level Fifth level. - Software Development Project. January 17, 2018 Version Control Click to edit Master EECS text 2311 styles - Software Development Project Second level Third level Fourth level Fifth level January 17, 2018 1 But first, Screen Readers The software you

More information

How to make your application into a Flatpak

How to make your application into a Flatpak How to make your application into a Flatpak Owen Taylor Red Hat Flock 2017 August 29, 2017 The Flatpak Model Init System OS Display Server Kernel Libraries Init System OS Display Server Kernel Applications

More information

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1 Our course outlines are 1 and 2 hour sessions (all courses 1 hour unless stated) that are designed to be delivered presentation style with an instructor guiding attendees through scenario based examples

More information

User Guide. Team Name: Dude Where s my Char? Product Name: SoFly. Team Members: Kirsten Cahoon, Nina Kaushik, Nick Layton, Rupali Saiya

User Guide. Team Name: Dude Where s my Char? Product Name: SoFly. Team Members: Kirsten Cahoon, Nina Kaushik, Nick Layton, Rupali Saiya User Guide Team Name: Dude Where s my Char? Product Name: SoFly Team Members: Kirsten Cahoon, Nina Kaushik, Nick Layton, Rupali Saiya Client Name: Sandip Gupta 1 Table of Contents Preface...3 Audience...3

More information

OpenMRS 2.0 User Interface Redesign. Darius Jazayeri

OpenMRS 2.0 User Interface Redesign. Darius Jazayeri OpenMRS 2.0 User Interface Redesign Darius Jazayeri djazayeri@pih.org darius@openmrs.org Goals Build a cool and effective user interface Easy to program But also flexible Role-based Can be reconfigured

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

LGTM Enterprise System Requirements. Release , August 2018

LGTM Enterprise System Requirements. Release , August 2018 Release 1.17.2, August 2018 Semmle Inc 180 Sansome St San Francisco, CA 94104 Copyright 2018, Semmle Ltd. All rights reserved. LGTM Enterprise release 1.17.2 Document published August 30, 2018 Contents

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Case Study: Dodging the Pitfalls of Enterprise Ajax Applications

Case Study: Dodging the Pitfalls of Enterprise Ajax Applications www.thinwire.com Case Study: Dodging the Pitfalls of Enterprise Ajax Applications A Quick Introduction: Joshua Gertzen Lead Architect of the ThinWire Ajax RIA Framework Core Technology Architect for CCS

More information

Kick Start your Embedded Development with Qt

Kick Start your Embedded Development with Qt Kick Start your Embedded Development with Qt Increasing Return On Investment & shortening time-to-market Nils Christian Roscher-Nielsen Product Manager, The Qt Company Overview Problems facing Device Creators

More information

Faculty of Computer Science Institute for System Architecture, Operating Systems Group. Complex Lab Operating Systems 2016 Winter Term.

Faculty of Computer Science Institute for System Architecture, Operating Systems Group. Complex Lab Operating Systems 2016 Winter Term. Faculty of Computer Science Institute for System Architecture, Operating Systems Group Complex Lab Operating Systems 2016 Winter Term Introduction Requirements Basic Operating Systems Know-How Virtual

More information

Full Stack boot camp

Full Stack boot camp Name Full Stack boot camp Duration (Hours) JavaScript Programming 56 Git 8 Front End Development Basics 24 Typescript 8 React Basics 40 E2E Testing 8 Build & Setup 8 Advanced JavaScript 48 NodeJS 24 Building

More information

CopperSpice: A Pure C++ GUI Library. Barbara Geller & Ansel Sermersheim CPPCon - September 2015

CopperSpice: A Pure C++ GUI Library. Barbara Geller & Ansel Sermersheim CPPCon - September 2015 CopperSpice: A Pure C++ GUI Library Barbara Geller & Ansel Sermersheim CPPCon - September 2015 1 Introduction What is CopperSpice Why we developed CopperSpice Drawbacks of Qt Advantages of CopperSpice

More information

How to create a simple PowerPoint Presentation

How to create a simple PowerPoint Presentation How to create a simple PowerPoint Presentation What is PowerPoint...2 Starting PowerPoint...2 Creating a new Presentation...3 Adding a new slide...3 Adding Images...4 Adding links to a website...5 Saving

More information

The Ultimate Web Accessibility Checklist

The Ultimate Web Accessibility Checklist The Ultimate Web Accessibility Checklist Introduction Web Accessibility guidelines accepted through most of the world are based on the World Wide Web Consortium s (W3C) Web Content Accessibility Guidelines

More information

Android Sdk Install Documentation Eclipse. Ubuntu >>>CLICK HERE<<<

Android Sdk Install Documentation Eclipse. Ubuntu >>>CLICK HERE<<< Android Sdk Install Documentation Eclipse Ubuntu 12.04 These are instructions to install the Android SDK onto Ubuntu. If you are only I'm skipping the Eclipse install, sorry if you wanted. Just trying

More information

SCIRun: Module Development Basics

SCIRun: Module Development Basics SCIRun: Module Development Basics CIBC/NEU Workshop 2012 http://bit.ly/scirundevworkshop Goals Take you from "Hello World" in SCIRun to being able to develop an interesting module. Learn some software

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Voluntary Product Accessibility Template Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary

More information

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted Announcements 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted 2. Campus is closed on Monday. 3. Install Komodo Edit on your computer this weekend.

More information

App Studio for the Developer Studio User

App Studio for the Developer Studio User App Studio for the Developer Studio User May 22, 2018 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat,

More information

Wakanda Architecture. Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework

Wakanda Architecture. Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework Wakanda Architecture Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework Note: For a more general overview of Wakanda, please see What is Wakanda?) Wakanda

More information

New Contributor Tutorial and Best Practices

New Contributor Tutorial and Best Practices New Contributor Tutorial and Best Practices Vicențiu Ciorbaru Software Engineer @ MariaDB Foundation * 2018 MariaDB Foundation * Goal of this session Most attendees here are highly experienced devs Let's

More information

Matrex Table of Contents

Matrex Table of Contents Matrex Table of Contents Matrex...1 What is the equivalent of a spreadsheet in Matrex?...2 Why I should use Matrex instead of a spreadsheet application?...3 Concepts...4 System architecture in the future

More information

of making things look better with CSS, and you have a much better platform for interface development.

of making things look better with CSS, and you have a much better platform for interface development. I ve always had an interest in the nontechnical side of software development: the user experience. It started back when I was working on teams building the core of application servers in C++. We admired

More information

Construction: version control and system building

Construction: version control and system building Construction: version control and system building Paul Jackson School of Informatics University of Edinburgh The problem of systems changing Systems are constantly changing through development and use

More information

Build Data-rich Websites using Siteforce

Build Data-rich Websites using Siteforce Build Data-rich Websites using Siteforce Sonali Agrawal Director of Product Management @sonali_sfdc Eric Dorgelo Director of Development Safe Harbor Safe harbor statement under the Private Securities Litigation

More information

The Next Generation of Eclipse: e4. Mike Milinkovich Executive Director Eclipse Foundation

The Next Generation of Eclipse: e4. Mike Milinkovich Executive Director Eclipse Foundation The Next Generation of Eclipse: e4 Mike Milinkovich Executive Director Eclipse Foundation 1 Changing Environment New Technologies: RIA Applications and Cloud Computing AJAX, Flash, Silverlight Amazon E2

More information

Order Management Defaulting Rules reduce the amount of data input required when entering orders or returns.

Order Management Defaulting Rules reduce the amount of data input required when entering orders or returns. Contents Order Management Defaulting Overview... 1 Defaulting Rule Components... 1 Sequence of Initial Attribute Defaulting... 2 Include in Building Defaulting Conditions... 2 Defaulting Condition Templates...

More information