irontec have just launched an open source project to bring PHP to Android platform. PHP for Android project (PFA) aims to make PHP development in Android not only possible but also feasable providing tools and documentation.
Category Archive: open-sources
Feb
18
Wall4PHP Mobile Framework
Wall4PHP is one of the framework that I recommend to mobile web application developer for the number of useful information that you may find inside it and related to different models of mobile phones. WALL4PHP is implementation of WALL, Wireless Abstraction Library, originally created by Luca Passani for the Java platform; for PHP. The main …
Feb
18
My Modified AdMob PHP Class
I used in my code a modified version of Admob code that you can find the original on admob website. The idea that I never use print inside my applications, so i wrote it as a PHP class, the original code is a little bit modified. To use it simply replace $admobs variable with your …
Feb
18
iPFaces Mobile Framework to Facilitate Network Applications Creation
iPFaces framework is a new mobile solution designed to simplify the creation of native, form-oriented network applications for mobile devices. Its usage allows the programmer to focus on design and functionality and save hours of programming a mobile platform itself. Why? iPFaces transfers the entire application logic to central application server level.
Jan
29
Easy Ways to Speed Up your Website
Speed kills. In the case of website usability, the lack of speed kills. Many have erroneously assumed the advent of high speed internet connections would make website performance optimization irrelevant. On the contrary, it seems as internet connection speeds increase, users simply become more impatient and demand faster browsing. Below, I’ve gathered some simple (and …
Jan
10
How to enable Multi Site feature in WordPress 3.0?
WordPress was a single-site platform but WordPress 3.0 already have the functionality to run MultiSites, before that it require to use WordPress MU, which enables multiuser (multi-tenant) installations with multiple sites all under one roof.
Oct
25
WordPress Multi Blog Concept
WordPress MU is no longer a separate project; it is continuing development as part of the main WordPress branch under the name ‘multi-site’ or MS. This means that it will get more frequent updates and improvements. http://codex.wordpress.org/Installing_Multiple_Blogs
Jul
15
SQL injection – Part I
A SQL injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application. A successful SQL injection exploit can read sensitive data from the database, modify database data (Insert/Update/Delete), execute administration operations on the database (such as shutdown the DBMS), recover the content of a …
Jul
13
GZip files with .htaccess and PHP
The article from Fiftyfoureleven that is linked to suggests using the following PHP snippet: and then the following .htaccess snippet: AddHandler application/x-httpd-php .css php_value auto_prepend_file gzip-css.php php_flag zlib.output_compression On
Jul
13
How to enable gzip compression with Php
In many forums and on many webpages it has been widely proclaimed that to enable gzip compression using php is as easy as adding a single line of code at the beginning of each page. This is not false, however it is not the best way of doing it. Before continuing, here’s the code. It …
