Pro PHP-GTK acts as both a definitive reference and a hands-on tutorial to the PHP-GTK extension. The book couples the extension's key topics with practical examples to guide you through a real-world project: developing a database-driven client-side inventory manager. You also learn how to integrate
Pro PHP-GTK
β Scribed by Scott Mattocks
- Year
- 2006
- Tongue
- English
- Leaves
- 392
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
PHP is arguably the world's most popular language for building dynamic web sites. Yet the language is also becoming known for its system administration and client-side application development capabilities. The latter feature continues to mature rapidly, and is accomplished using the PHP-GTK extension (http://gtk.php.net/). You can take advantage of PHPβs array of features within client-side applications, by implementing language bindings for the GTK, or the GIMP Toolkit, a library for creating cross-platform graphical user interfaces. Pro PHP-GTK is authored by active PHP community member and PHP-GTK project contributor Scott Mattocks. In this book, he presents both a definitive reference and hands-on tutorial to the PHP-GTK extension. The book couples the extension's key topics with practical examples, to guide you through a real-world project that develops a database-driven client-side inventory manager. Youβll also learn how to integrate this feature with other emerging technologies like SOAP and RSS, and learn how to generate XML-based interfaces.
β¦ Table of Contents
Pro PHP-GTK......Page 1
Contents......Page 8
CHAPTER 1 Introducing PHP-GTK......Page 24
CHAPTER 2 Installing PHP-GTK.......Page 38
CHAPTER 3 Understanding PHP-GTK Basics......Page 48
CHAPTER 4 Handling Events and Signals......Page 62
CHAPTER 5 Getting an Application Up and Running......Page 88
CHAPTER 6 Laying Out Applications......Page 110
CHAPTER 7 Displaying and Collecting Simple Data......Page 142
CHAPTER 8 Using Multiline Text......Page 176
CHAPTER 9 Working with Trees and Lists.......Page 202
CHAPTER 10 Scrolling......Page 242
CHAPTER 11 Adding Menus and Toolbars......Page 254
CHAPTER 12 Adding Images......Page 280
CHAPTER 13 Drag-and-Drop......Page 292
CHAPTER 14 Using Selectors & Dialogs.......Page 304
CHAPTER 15 Doing Background Work......Page 326
CHAPTER 16 Changing the Look and Feel.......Page 342
CHAPTER 17 Distributing PHP-GTK Applications......Page 356
INDEX......Page 370
π SIMILAR VOLUMES
PHP is the worldβs most popular open source web scripting language, installed on almost 17 million domains worldwide (www.php.net/usage.php). It is loved by beginners and embraced by advanced users. This book offers developers a complete guide to taking both defensive and proactive security approach
<p>Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he did
If you are a web programmer, you need to know modern PHP. This book presents with many new areas in which PHP plays a large role. If you want to write a mobile application using geo-location data, Pro PHP Programming will show you how. Additionally, if you need to make sure that you can write a
If you are a web programmer, you need to know modern PHP. This book presents with many new areas in which PHP plays a large role. If you want to write a mobile application using geo-location data, Pro PHP Programming will show you how. Additionally, if you need to make sure that you can write a
Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and interface components, but includes a wide range