PHP String Functions For Programmers
PHP is a widely used server-side scripting language that was basically designed for web applications. The most important thing is that... more »
Tweet 0 Comments Save Tags: php
Forms and Crud with PHPDevShell
In this article, we show you how to create a full working form with crud functionality using the fast and flexible PHPDevShell.
Tweet 0 Comments Save Tags: php , web 2.0 , web design
PHP Ad Tracker: Data Object Design and Coding
In our last PHP Ad Tracker lesson, we constructed the database tables for our ad banner application. Now we are ready to construct the... more »
Tweet 0 Comments Save Tags: php , web design
jQuery table sorter examples
These examples will give us a better idea on table sorting and has very rich look for table sorting. The method allows you to sort one... more »
Tweet 0 Comments Save Tags: ajax , css-html , php , web design
Under the Hood of Yii’s Component Architecture, Part 2
Welcome once again to this tour of the Yii Framework’s CComponent class. This three-part series demonstrates how Yii uses a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , php
Interview with Elizabeth Naramore
This episode was recorded in 2011. Elizabeth now works for Orchestra.io. It’s still a fun interview though because…well, it’s Elizabeth.
Tweet 0 Comments Save Tags: how-to , opinion , php
Use Gravatar as Favicon
This article will show you the trick to set your Gravatar as your Favicon.
Tweet 0 Comments Save Tags: how-to , open source , php , usability
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


