How to connect Android with PHP | Android Aspect
In this tutorial I'm going to develop a very simple app that will call a PHP script using HTTP. In previous tutorials you have learned... more »
PHP vs Ruby and the Python Phenom
Both Ruby and PHP have been around since 1995, but the “newcomer” Python is actually older, first appearing in 1991. Since their... more »
Tweet 0 Comments Save Tags: opinion , other languages , php , web design
Slides: Behat & Beautiful APIs
The software development process of Behavior Driven Development is gaining more and more attention in the PHP world. Based on Test Driven... more »
Tweet 0 Comments Save Tags: php
Zend Framework 2 – Hydrators, Models and the TableGateway Pattern
Zend Framework 2 comes packed with an assortment of new features and functionality and greatly streamlines how common scenarios, such as... more »
Tweet 0 Comments Save Tags: database , frameworks , php
Live Username and Email Availability Checking using PHP, jQuery and Ajax
In this tutorial we are going to see how to check user name and email availability using PHP, jQuery and Ajax. This task is easily done... more »
Tweet 0 Comments Save Tags: ajax , css-html , javascript , php
Offline Processing in PHP with Advanced Queuing
Offloading slow batch tasks to an external process is a common method of improving website responsiveness. One great way to initiate such... more »
Tweet 0 Comments Save Tags: php
Improve PHP session cookie security
The security of session handling in PHP can easily be enhanced through the use of a few configuration settings and the addition of an SSL... more »
Tweet 0 Comments Save Tags: php , security
On SQL in PHP
There is no right or wrong way[1], but no matter what there is no *pretty* way to do SQL inside of a PHP application. I have been having... more »
Tweet 0 Comments Save Tags: database , php
How To Setup php-fpm And Nginx On CentOS 6
FPM, FastCGI Process Manager is a PHP FastCGI implementation. Using php-fpm you can have a website running as its own user instead of a... more »
Tweet 0 Comments Save Tags: php , server , unix-linux
Introduction to Vagrant/Puppet and introducing PuPHPet
I just released the initial version of PuPHPet, my GUI-based generator for Vagrant/Puppet environments!
Tweet 0 Comments Save Tags: php , server
Openbiz Cubi: A Robust PHP Application Framework, Part 1
The web has been a standard platform for both consumer-facing and business-facing applications for more than 10 years. The enormous... more »
Tweet 0 Comments Save Tags: frameworks , php
Ext4Yii 1.5 is released
Ext4Yii is an application framework for bridging Ext JS and Yii
Tweet 0 Comments Save Tags: announcement , frameworks , javascript , php
How to Redirect Visitors to a Maintenance Page During Website Maintenance Using .htaccess
Redirecting visitors to a maintenance page or other temporary page is a must have tool for every webmaster or web developer. We can... more »
Tweet 0 Comments Save Tags: open source , php , web 2.0 , web services
How to structure your PHP code to achieve testability and maintainability?
Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create... more »
Tweet 0 Comments Save Tags: how-to , php , standards
Dynamically Add and Remove Textbox Using jQuery
Dynamically add and delete textboxes using jQuery may you require in some projects or you like to do this to learn some interesting... more »
Tweet 0 Comments Save Tags: css-html , javascript , php
Google App Engine, PHP and Silex. Setting up a Login Provider
How to use Google App Engine with Silex and create one Login Provider
Tweet 0 Comments Save Tags: php
YouTube API Tutorial
This tutorial demonstrates how to use YouTube API with Google API PHP Client to search and watch Videos from youtube. This tutorial... more »
Tweet 0 Comments Save Tags: php , web services
Using TraceView to Identify and Solve Query Loop Problems
We’ve got another video in our series on common web app performance problems. This time – we’re looking into how to identify and solve... more »
Tweet 0 Comments Save Tags: how-to , methodology , php , tools