|
|
|
|
|
|
| |
Introduction
One of the reasons why Java is so popular is because it can be used to build applications, web pages, applets and beans that can run on several platforms including Windows, Linux and Solaris. Java runs a virtual machine called JVM, and code is compiled into an intermediate format known as Java byte code, which is platform independent. When that particular piece of code is executed within the JVM, the JVM optimizes the code for the particular platform on which it is running as it is being compiled.
Microsoft's latest technology, .NET follows the same principles. Code is compiled into Microsoft Intermediate Language (MSIL) and is then executed within the .NET framework as an application domain. Microsoft are hoping to standardize C# and MSIL so that .NET code can run cross platform.
So what has all of this got to do with PHP-GTK? Well, both Java and .NET can be used to build windowed applications and web pages. Thanks to PHP-GTK, we can now build cross platform windowed applications with PHP as well.
In this article we're going to take a look at PHP-GTK: what it is, how to download and install it, as well as how to use it to build cross-platform interactive GUI applications. To test the PHP-GTK samples in this article, you should have PHP 4.1.1 or later and MySQL installed on a Windows, Linux or Unix machine.
Read More... |
|
| |
| Revisited: Building Cross Platform GUI Apps With PHP-GTK Categories : PHP, PHP-GTK, GUI Apps | | | PHP 101 Part 15 of 15 : No News Is Good News Categories : PHP, Beginner Guides, Content Management | | | Using If Else Statements Categories : PHP, Beginner Guides | | | Setup and Install Apache and PHP4 on Windows Categories : PHP, PHP Configuration, Apache, Windows 2000 | | | Create Your Own Search Engine with PHP and Google Web Services Categories : PHP, Search, Web Services | | | Making Sense Of PHP Errors Categories : PHP, Errors and Logging | | | PHP 101 Part 5 of 15 : Rank And File Categories : PHP, Beginner Guides, Filesystem | | | Writing Your Own Template Caching Class In PHP Categories : PHP, Cache, Templates | | | Grabb'n and Pars'n Categories : Beginner Guides, PHP, To PHP | | | Building a Counter Categories : PHP, Cookies | | | PHP for Beginners by a Beginner: Simple Login, Logout, and Session Handling Categories : PHP, Sessions, Authentication | | | PHP 101 Part 2 of 15 : Calling All Operators Categories : PHP, Beginner Guides, Operators | | | Object Oriented Programming in PHP Categories : PHP, Object Oriented | | | Working with Dates and Times in PHP Categories : PHP, Date Time | | | Flash 4 and PHP - Retrieving Text From a Database Categories : PHP, MySQL, Flash | |
| |
|
|