Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 14 View Live

David Müller's Blog: Parallel processing in PHP

In a recent post to his blog David Müller has taken a look at parallel processing in PHP using a few different methods - system calls, fork, and curl. Since PHP does not offer native threads, we have...

View Article



James Cohen's Blog: Poor Man's Parallelization for Batch Processing Jobs

James Cohen has a quick post about what he calls a "poor man's parallelization" for working with batch jobs. It takes in parameters that tell it which set of jobs to run through when looping. One...

View Article

PHPMaster.com: Server-Side HTML Handling Using phpQuery

PHPMaster.com has a new tutorial today showing how you can use phpQuery to work with HTML in your application. phpQuery is a server-side CSS-selector-driven based on jQuery's API. Think about how you...

View Article

NetTuts.com: So You Want to Accept Credit Cards Online?

On NetTuts.com they're posted a new tutorial about using the Stripe service to accept credit cards on your site. Thanks to some handy libraries they provide, integration is a relatively simple...

View Article

PHPMaster.com: Practical Code Refactoring, Part 4 - Efficiency

PHPMaster.com has posted the latest in their "Practical Code Refactoring" series , this time with a focus on efficiency and how you can refactor your code to help it perform better both in processing...

View Article


Chris Jones: Offline Processing in PHP with Advanced Queuing

Chris Jones has a new post today showing you how to use Oracle and PHP together to process data offline via the Oracle Streams Advanced Queuing feature. Offloading slow batch tasks to an external...

View Article

NetTuts.com: Adding Bitcoin Payment Processing to Your Website

On NetTuts.com there's a new tutorial that shows you how to integrate an up and coming payment method into your site's flow - Bitcoin. The tutorial uses a combination of Javascript and a PHP backend...

View Article

Mikko Koppanen: Working on images asynchronously

Mikko Koppanen has a new post to his site today about working with images asynchronously - the "offline" processing of things like user uploaded images using a queuing system. To get my quota on...

View Article


SitePoint PHP Blog: Building and Processing Forms in Symfony 2

The SitePoint PHP blog has a new tutorial posted from author Daniel Sipos about form handling in Symfony2. More specifically, about creating them and handling the results from their submission. This...

View Article


Laravel News: Easy Image Processing in Laravel with Glide

On the Laravel News site there's a new post sharing a video tutorial of how to use the Glide image handling library with your Laravel-based application. Glide is a new package by Jonathan Reinink...

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images