Limit Request Methods Using .htaccess
There can be a case when you want to restrict any request methods for your website. Restrict in the sense you don’t want user to perform that action.
Tweet 0 Comments Save Tags: how-to , open source , php , usability
Another Serious Security Bug on PHP 5.3.9
PHP 5.3.9 release was mostly meant to fix a security bug, but it introduced a new more serious bug. PHP 5.3.10 was just released to fix... more »
Tweet 0 Comments Save Tags: opinion , php , security , unix-linux
PHP for Android adds a new Dimension to app development
Android app development is taking over iPhone and will soon go wild. However, the app development process is not as well defined as app... more »
Tweet 0 Comments Save Tags: php
Set 301 Redirection using .htaccess File
There are several methods available using .htaccess file to redirect user from one page to another. 301 is one of the type to redirect... more »
Tweet 0 Comments Save Tags: how-to , open source , php , usability
JSON Tutorial
JSON is a widely accepted data format. Developer's love for JSON lies is it's structure - it is all about arrays and objects and nesting... more »
Tweet 0 Comments Save Tags: how-to , javascript , php , web services
MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20
Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make... more »
Tweet 0 Comments Save Tags: javascript , methodology , opinion , php
Practical PHP Refactoring: Replace Delegation with Inheritance
If you find yourself writing many delegation methods, you may refactor to inheritance to simplify the code. The subclass will inherit... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
eXo Platform 3.5 Now Available: First Cloud-Ready Enterprise Portal and User Experience Platform-as-a-Service (UXPaaS)
eXo, the user experience platform-as-a-service (UXPaaS) company, today announced general availability of eXo Platform 3.5. This new... more »
Tweet 0 Comments Save Tags: java , mobile , open source , php
Image Data URIs with PHP
If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a... more »
Tweet 0 Comments Save Tags: css-html , javascript , php , web design
PHP 5.4 Built In Webserver
One of the big features arriving with PHP 5.4 is the addition of a built-in basic webserver for use in development environments. Quite a... more »
Tweet 0 Comments Save Tags: how-to , php
Agorithm of the Week: Data Compression with Relative Encoding
Relative encoding is another data compression algorithm. While run-length encoding, bitmap encoding and diagram and pattern substitution... more »
Powerful Chat System - Lesson 3
Third lesson will contain next elements: join form (with html5 validation).
Tweet 0 Comments Save Tags: how-to , php
10 Questions with Facebook Research Engineer – Andrei Alexandrescu
10 question interview with Facebook research engineer, Andrei Alexandrescu. Talking about tools and workflow at Facebook, D... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to , open source , php
Practical PHP Refactoring: Replace Inheritance with Delegation
Refactoring to composition transform the superclass into an object of its own, which becomes the collaborator of the class under... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
PHP 5.4 Features: Shall you Upgrade to the newer PHP Version?
PHP 5.4 is being released after many months of development and tests. Read this article to get a brief overview of the features of this... more »
Tweet 1 Comments Save Tags: announcement , open source , opinion , php
Why you should use DI
Dependency Injection is all the rage these days, particularly when you slap the word 'Container' in there somewhere. Dependency Injection... more »
Tweet 0 Comments Save Tags: how-to , php
Using PHP Closures as View Helpers
In this first part of a two-part tutorial, I develop a basic template system that can parse any type of closure assigned as a property of... more »
Tweet 0 Comments Save Tags: how-to , php
Tutorial on Getting Started with Symfony Development on the Amazon Cloud
This tutorial walks you through deploying Symfony (a php development framework) to the Amazon AWS Cloud in just a few steps. It uses the... more »
Tweet 0 Comments Save Tags: how-to , open source , php , tools
PHP and MongoDB web development beginners guide review
PHP mongodb beginners guide review.
Tweet 0 Comments Save Tags: php , reviews
PHP as a Scripting Language for C#
When creating .NET applications (including desktop and web applications), it may be useful to allow extending the application using some... more »
Tweet 0 Comments Save Tags: .net , how-to , php
PHP Magic Constants Explained
Like PHP Magic Methods we have number of Constants defined in PHP. PHP team has declared 8 of the constants as Magic Constants.
Tweet 0 Comments Save Tags: how-to , open source , php , usability
Top 10 PHP Best Security Practices for Sys Admins
PHP is widely used for various of web development. However, misconfigured server-side scripting would create all sorts of problem. And... more »
Tweet 0 Comments Save Tags: how-to , php , security , unix-linux
Node.js for PHP Programmers #1: Event-driven programming... and Pasta.
For a PHP developer, asynchronicity is the most puzzling aspect of the Node.js runtime. It's simply a new way to write programs. And once... more »
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , php
Mockery 0.7.2 Released (And On Packagist.org!)
Today, I am pleased to announce the release of Mockery 0.7.2, a maintenance release fixing a small number of bugs and annoyances. A... more »
Tweet 0 Comments Save Tags: announcement , open source , php , tools
WhatElse WordPress Plugin
A new Wordpress widget that lets you add related content capsule to any post or page.
Tweet 0 Comments Save Tags: open source , php , usability


