PhpRiot
PhpRiot iPad/iPhone Application
PHP manual, Zend Framework manual, PHP articles and certification training.
Available on the App Store
phpdeveloper 18 May 2:07 PM: phpdeveloper: Community News: Packagist Latest Releases for 05.18.2013: Recent releases from the Packagist:kamisama/resque-s... http://t.co/WZu4uPCrDV

zend 18 May 1:02 AM: zend: #StarWars beats #StarTrek among PHP devs! Can you believe that? http://t.co/VP0wOzUgYb

zend 18 May 12:17 AM: zend: #Google App Engine finally supports #PHP, the language that runs 75% of the web http://t.co/sNuxdrrJzF @VentureBeat

zend 17 May 10:02 PM: zend: Zend along with #cloudera #sugarcrm #box named as the OnDemand Top 100 winner by @alwayson http://t.co/e1fBWl8MFr

zend 17 May 8:30 PM: zend: Open Source #Zend Framework 2.2 Brings #PHP to @OpenStack #Cloud #zf2 via @TechJournalist http://t.co/Qr4lNXJ8jy

zend 17 May 7:52 PM: zend: #Zend Developer Series: Maximize Application Performance, Scalability and Availability! http://t.co/5KMTcvzw50

mwop 17 May 7:36 PM: mwop: Got to witness my daughter accept her Honor Roll certificate this afternoon. So proud of her!

zendcon 17 May 7:02 PM: zendcon: ZendCon #PHP 2013 just got better! Early bird registration for $495. Follow @ZendCon for more information.

zend 17 May 7:02 PM: zend: ZendCon #PHP 2013 just got better! Early bird registration for $495. Follow @ZendCon for more information.

zend 17 May 6:01 PM: zend: Goodbye CodeIgniter, Hello Laravel! http://t.co/2srdBPJoU8

phpdeveloper 17 May 4:24 PM: phpdeveloper: http://t.co/BFpLojOo3o: Cloning in PHP: In this recent post over on http://t.co/BFpLojOo3o Giorgio Sironi takes... http://t.co/ewykl3wf8G

zend 17 May 4:02 PM: zend: Still debugging after your app is released? #ZendServer can take the pain away. http://t.co/QASFnpaoYa

phpdeveloper 17 May 3:39 PM: phpdeveloper: http://t.co/6SqlRqLxrS: Openbiz Cubi: A Robust PHP Application Framework, Part 1: On http://t.co/6SqlRqLxrS tod... http://t.co/gNzBUebRhd

phpdeveloper 17 May 2:52 PM: phpdeveloper: Chris Jones: Offline Processing in PHP with Advanced Queuing: Chris Jones has a new post today showing you ho... http://t.co/uC2wkuN2fZ

phpdeveloper 17 May 1:14 PM: phpdeveloper: Community News: Packagist Latest Releases for 05.17.2013: Recent releases from the Packagist:piwik/piwik (1.12... http://t.co/y4we0rXjzW

phpdeveloper 17 May 12:28 PM: phpdeveloper: Site News: Popular Posts for the Week of 05.17.2013: Popular posts from http://t.co/15WZvsWPa1 for the past wee... http://t.co/lp6cIdnUIG

mwop 17 May 3:52 AM: mwop: Awesome time hanging with the @electricpulp crew at Monk’s tonight. Pity I left when I did - crazy deluge driving home!

zend 17 May 1:02 AM: zend: We are totally pumped about #ZendCon early bird registration for just $495. Stay tuned!

zendcon 17 May 1:00 AM: zendcon: We are totally pumped about #ZendCon early bird registration for just $495. Stay tuned!

Read More... | |

Reducing a Map Path Using Douglas-Peucker Algorithm

When drawing a path on a map (for instance, the directions from point A to point B) it is important to consider the limitations of the device you're drawing the path on. In this article, I will show you how to reduce the number of points in a path so the path can be displayed with minimal loss of quality on devices such as iPhone or Android-powered devices that may struggle with an extremely large set of points.

Translating Text Using the Google Translate API and PHP, JSON and cURL

Google Translate is a service from Google that you can use to translate text or HTML from one language to another. One of the great features of this service is that they now offer an API to let you programmatically translate text. In this article I will show you how to interact with the Google Translate API.

Shortening URLs for goo.gl with Google's URL Shortener API

In 2010 Google released its own URL shortener, which allows you to shorten URLs to use the goo.gl domain. In this article I will show you how to easily create your own short URLs using their new URL shortener API.

PHP A to ZCE: Functions

One of the key features of nearly all programming languages is the ability to create reusable code that can be used on-demand. In PHP this is achieved with the creation of user-defined functions. In this article I will show you how to define and use functions in PHP.

PHP A to ZCE: Error Handling

One of the features of PHP is its comprehensive error-handling functionality. You can control many aspects of how errors are triggered and handled. In this article I will cover the key aspects of errors and error handling in PHP.

PHP A to ZCE: Databases and SQL

Databases are an extremely useful tool in web development as they allow you to store data about users, customers, e-commerce products and orders, or anything else. In this article I will cover the basics of using databases in PHP, including how to manage data using SQL.

Using Callback Functions in PHP

A commonly used technique when programming is to use callbacks. A callback is a piece of code that is passed to a function that is later executed by that function. In this article I will show you how to define and call callbacks in PHP, as well as a practical example of how callbacks can be useful.

Zend Certified Engineer

Prepare for the ZCE exam using our web or iPad/iPhone quizzes! Get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store!

Community News: Packagist Latest Releases for 01.06.2013

Community News: Packagist Latest Releases for 01.06.2013
Recent releases from the Packagist:mobiledetect/mobiledetectlib (2.5.3) clastic/clastic (0.3.0) adrianmacneil/tala-payments...

Career change

Career change
I started as developer in Pascal, Java and C. After noticing this interesting phenomena called the world wide web I was eager...

Create.js in 2013

Create.js in 2013
It is now 2013, and the IKS project, started back in 2009 to improve content management systems through semantic...

Community News: Packagist Latest Releases for 01.05.2013

Community News: Packagist Latest Releases for 01.05.2013
Recent releases from the Packagist:jrobertfox/dtox (v1.1.0) sqmk/phue (0.1.1) quentinc/socialcam-php-sdk (1.0.0)...

PECL/mysqlnd_ms and the client failover dilemma - part 1

PECL/mysqlnd_ms and the client failover dilemma - part 1
MySQL Replication has a weak point: the master (primary) is a single point of failure. People ask frequently about client...

More PHP news... | Subscribe to Feed