HipHop for PHP: Move Fast - Facebook Developers
One of the key values at Facebook is to move fast. For the past six years, we have been able to accomplish a lot thanks to rapid pace of... more »
Tweet 1 Comments Save Tags: c-and-cpp , php
How to implement an awesome JavaScript JSONP API in 4 easy steps
Recently I was given a project at work which had to get some data from a server on a different domain through JavaScript. We all know... more »
Tweet 0 Comments Save Tags: how-to , javascript , open source , php
Practical PHP Refactoring: Convert Procedural Design to Objects
Even in languages where there are no constructs but classes, there is no constraint that can force a programmer into writing... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
How Not To Suck At PHP
Since I hadn’t blogged for a bit I thought I would ask my Twitter peeps what they might want to hear my rant about. One of the more... more »
Tweet 0 Comments Save Tags: how-to , php
isset() VS array_key_exists() in PHP
Here is the quick article which shows the difference between two PHP functions which are isset() and array_key_exists().
Tweet 1 Comments Save Tags: how-to , open source , php , usability
jQuery Calendar Widget Plugin
A simple jQuery Calendar Widget Plugin with a month view. You can specify which month you would like to display or have it display the... more »
Tweet 0 Comments Save Tags: ajax , css-html , javascript , php
CakePHP evolves to 2.0
In the earlier versions of CakePHP, all the model associations, helpers and components were loaded by default in the bootstrap. Lazy... more »
Tweet 0 Comments Save Tags: frameworks , news , open source , php
Algorithm of the Week: Data Compression with Prefix Encoding
Prefix encoding, sometimes called front encoding, is yet another algorithm that tries to remove duplicated data in order to reduce its... more »
Setting up a development environment
Doing development on multiple projects can be a burden from time to time. One project would be running on PHP 5.3, while another still... more »
Tweet 0 Comments Save Tags: how-to , php , tools
Use A PHP Framework So You Don't Re-Invent The Wheel
This is the #5th set of PHP Interview to help aspiring PHP developers and PHP fans alike to get inspired by listening from those PHP guys... more »
Tweet 0 Comments Save Tags: frameworks , how-to , opinion , php
Poll: Which PHP Framework do you use?
German PHP Magazine asks the developing community, which PHP Framework they use for their everyday work. Besides several popular ones,... more »
Tweet 0 Comments Save Tags: frameworks , php , trends
How to protect from SQL Injection with PHP
Brief recommendations to avoid SQL-Injection attacks with PHP. The importance of database users within our Web applications
Tweet 0 Comments Save Tags: php , security
Node.js: Five Things Every PHP Developer Should Know
I recently started working on a few Node.js applications. Coming most recently from PHP (and Drupal in particular), I found the... more »
Tweet 0 Comments Save Tags: javascript , php , server , tools
Singleton Pattern in PHP
The Singleton Pattern is one of the best and well-known design patterns.A singleton Pattern in one kind of design pattern and it comes... more »
Tweet 1 Comments Save Tags: php
PHPUnit Plugin For Sublime Text 2
Sublime Text 2 is a new cross-platform text editor that I’ve recently switched to. It’s still in public beta, but already offers better... more »
Tweet 0 Comments Save Tags: php
Amazing things to do with PHP and cURL
cURL, and its PHP extension libcURL, are very useful tools for tasks like simulating a web browser, submit forms or login to a web... more »
Tweet 0 Comments Save Tags: php
Practical PHP Refactoring: Tease Apart Inheritance
We are entering into the final part of this series, on large scale refactorings: this kind of operations is less predictable and less... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
Magic Methods in PHP - __toString() Method
The __toString() method is called when the code attempts to treat an object like a string. This function does not accept any arguments... more »
Tweet 0 Comments Save Tags: open source , php
Programmatically Add Grouped Product to Cart in Magento
Adding simple products to cart through custom PHP code is pretty straight forward. You just need to call the '$cart-addProduct()'... more »
Tweet 0 Comments Save Tags: how-to , methodology , open source , php
How to test Credit Card numbers using Luhn’s algorithm
Almost all credit card numbers used are generated using Luhn’s algorithm. Luhn’s algorithm is a simple checksum formula to validate... more »
AppFlower goes free, just pure joy :-)
AppFlower makes their application builder entirely free, no charges, just free.. based on the MIT License.
Tweet 0 Comments Save Tags: frameworks , open source , php , tools
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


