
http://my.sociopal.com/sociopaltech/post?id=simple_utility_for_copying_data_from_mongodb_to_mysql_this_is_a_simple_php_program_im_using_in_o_61755This is a...
0 replies - 57 views - 05/22/13 by Avi Kapuya in Uncategorized

I do not usually dismiss technologies without regarding to context, but if you have modern web applicatons in mind SOAP is simply wrong, starting from its...
0 replies - 761 views - 04/28/13 by Giorgio Sironi in Articles

Benjamin Eberlei introduced me to Phake with his recent article: it is a Composer-ready PHP library that integrates easily with PHPUnit and provides an...
1 replies - 3750 views - 04/17/13 by Giorgio Sironi in Articles

I had the occasion to try out and adopt Behat for a particular need in our projects at Onebip. Here is my recount of the experience from a PHPUnit contributor...
0 replies - 2641 views - 04/08/13 by Giorgio Sironi in Articles

Sometimes the only way to grok a functional programming concept is reimplementing it. Monoids are a mathematical and functional structure that it's difficult...
0 replies - 2591 views - 04/03/13 by Giorgio Sironi in Articles

<html><form method='post' action='process.php' id='1'><ol> <li> <h3>Care este altitudinea maxima a...
0 replies - 966 views - 03/20/13 by Televizor Color in Uncategorized

I recognize I may be biased towards writing custom solutions due to my focus on complex domains such as transportation and payments, where new code is needed...
0 replies - 2986 views - 03/11/13 by Giorgio Sironi in Articles

The stream extension of PHP is one of the batteries included in its packaging: a uniform interface to access many different types of data, relying on the...
0 replies - 3767 views - 02/18/13 by Giorgio Sironi in Articles

This example of code shows how to do a simple POST request in PHP to another web server by using a socket connection.
1 replies - 655 views - 02/12/13 by Chara Miteo in Uncategorized

With increasing of popularity of WordPress script, Gravatars have become a rellay quite popular.
Now you may easy integrate them into...
1 replies - 379 views - 02/12/13 by Chara Miteo in Uncategorized

Usually when you're using different CSS files on your site, they might take a quite long to be loadedload.
Using this PHP code, you can...
0 replies - 499 views - 02/12/13 by Chara Miteo in Uncategorized

PHPUnit is the standard testing framework for PHP code: always available through Pear or Composer, following xUnit conventions on tests and providing many...
0 replies - 3205 views - 02/04/13 by Giorgio Sironi in Articles

The above code snippet saves image from url into our local file system.imagecreatefromjpeg function is used for creating an image from file or URLAlso...
1 replies - 986 views - 01/13/13 by Rubin Porwal in Uncategorized

Christopher Alexander's view of architecture is that forms should be a function of their contexts : a solution can vary wildly depending on requirements set...
0 replies - 2819 views - 11/05/12 by Giorgio Sironi in Articles

This function allows you to pass two variables that represent ID of two elements on your page.
What you click on one of them it hide it...
0 replies - 1791 views - 11/04/12 by Chara Miteo in Uncategorized