Cargando…

GNOME 3 Application Development Beginner's Guide.

This book is a step-by-step guide with ready-to-run codes to guide you in developing applications with GNOME. If you have programming skill either in Linux or other operating systems and want to have GNOME 3 as one of your deployment targets, then this book is for you. This book is also for commerci...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Anwari, Mohammad
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 4500
001 EBSCO_ocn830170271
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 130316s2013 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d IDEBK  |d UMI  |d N$T  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCF  |d YDXCP  |d OCLCQ  |d FEM  |d JBG  |d AGLDB  |d MERUC  |d OCLCQ  |d ZCU  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d STF  |d UAB  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ 
019 |a 844972178  |a 968004781  |a 968984265  |a 1264728702  |a 1297451679  |a 1297667206 
020 |a 9781849519434  |q (electronic bk.) 
020 |a 1849519439  |q (electronic bk.) 
020 |a 1849519420 
020 |a 9781849519427 
020 |z 9781849519427 
029 1 |a AU@  |b 000052282397 
029 1 |a CHNEW  |b 001051234 
029 1 |a CHVBK  |b 567700542 
029 1 |a DEBBG  |b BV041430539 
029 1 |a DEBBG  |b BV043774990 
029 1 |a DEBBG  |b BV044188941 
029 1 |a DEBSZ  |b 397460392 
029 1 |a DEBSZ  |b 398263299 
029 1 |a DEBSZ  |b 472774212 
029 1 |a DKDLA  |b 820120-katalog:999943419705765 
035 |a (OCoLC)830170271  |z (OCoLC)844972178  |z (OCoLC)968004781  |z (OCoLC)968984265  |z (OCoLC)1264728702  |z (OCoLC)1297451679  |z (OCoLC)1297667206 
037 |a CL0500000218  |b Safari Books Online 
050 4 |a QA76.76 .D47 
072 7 |a COM  |x 051210  |2 bisacsh 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.1  |a 005.117 
049 |a UAMI 
100 1 |a Anwari, Mohammad. 
245 1 0 |a GNOME 3 Application Development Beginner's Guide. 
260 |a Birmingham :  |b Packt Pub.,  |c 2013. 
300 |a 1 online resource (847 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
505 0 |a Table of Contents; GNOME 3 Application Development Beginner's Guide; GNOME 3 Application Development Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action -- heading; What just happened?; Pop quiz -- heading; Have a go hero -- heading; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions. 
505 8 |a 1. Installing GNOME 3 and SDKSystem requirements; The GNOME Shell; GNOME Panel/Fallback; Development requirements; GNOME 3 desktop architecture; GNOME and the SDK; Time for action -- installing GNOME and SDK in Fedora 17; What just happened?; Marking packages to be installed; Ready to install the packages; Time for action -- installing GNOME and SDK in openSUSE 12; What just happened?; Marking SDK packages; Starting the installation; Time for action -- installing GNOME and SDK in Debian Testing; What just happened?; Marking SDK packages; Applying the installation. 
505 8 |a Time for action -- installing GNOME and SDK in Ubuntu 12.04What just happened?; Continue installing the SDK; Summary; 2. Preparing Our Weapons; Firing up Anjuta; Time for action -- creating a new Vala project; What just happened?; The IDE layout; Bookmarks; Files; Project; Symbols; Watches; Breakpoints; Messages; Terminal; Navigation between tabs; Time for action -- navigating between tabs; What just happened?; Comment block; Time for action -- commenting/uncommenting a block; What just happened?; Have a go hero -- uncommenting the block; Time for action -- running the program for the first time. 
505 8 |a What just happened?Make an error and see how it works; Editing UI; Time for action -- editing UI; What just happened?; Palette; Widgets; Time for action -- adding a label and a button; What just happened?; Time for action -- changing widget properties; A responsive button; Time for action -- making the button responsive; What just happened?; Pop quiz -- naming a signal; Tracking symbols; Time for action -- finding a symbol; Getting help; Summary; 3. Programming Languages; Programming GNOME with JavaScript; Time for action -- saying hello to Seed; What just happened? 
505 8 |a Have a go hero -- trying more JavaScript code hereTime for action -- running our program with Seed; What just happened?; Loosely typed language; Time for action -- playing with data types; What just happened?; Pop quiz -- what is the value now?; Controlling iteration; Time for action -- controlling Iteration; What just happened?; Have a go hero -- counting down; Time for action -- manipulating an array; What just happened?; Have a go hero -- fill with anything you want; Object-oriented programming (OOP) with JavaScript; Time for action -- using the JavaScript object; What just happened? 
520 |a This book is a step-by-step guide with ready-to-run codes to guide you in developing applications with GNOME. If you have programming skill either in Linux or other operating systems and want to have GNOME 3 as one of your deployment targets, then this book is for you. This book is also for commercial software developers or an open source software hacker. The reader needs to be familiar with Vala and JavaScript before starting to develop Gtk+ and Clutter applications. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Application software  |x Development. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming  |x Object Oriented.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
776 0 8 |i Print version:  |a Anwari, Mohammad.  |t GNOME 3 Application Development Beginner's Guide.  |d Birmingham : Packt Publishing, ©2013  |z 9781849519427 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=548278  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26850781 
938 |a EBSCOhost  |b EBSC  |n 548278 
938 |a YBP Library Services  |b YANK  |n 10314226 
994 |a 92  |b IZTAP