PhpRiot
Follow phpriot on Twitter
Sponsored Link
News Archive
PhpRiot Newsletter
Your Email Address:

More information
Displaying news posts 2221 to 2240 of 6889

PHP 5.3.10 Released!

PHP 5.3.10 Released!
The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix. Security Fixes in PHP 5.3.10: Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. All users are strongly encouraged to upgrade to PHP 5.3.10. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

Leaseweb Labs Blog: POC: Flexible PHP Output Caching

Leaseweb Labs Blog: POC: Flexible PHP Output Caching
On the Leaseweb Labs blog there's a recent post looking at using the POC framework to work with flexible output caching. The tool makes it easy to create a new object and push cache content into it, automatically caching the data to sources like the file system, a Redis instance or a MongoDB database.Last year at the Symfony conference in Paris I have heard a really good quote: "There are only two hard things in Computer Science: cache invalidation and naming things" - Phil Karlton. I agree with it and...

LearnComputer.com: PHP Training: Online vs. Classroom

LearnComputer.com: PHP Training: Online vs. Classroom
On the LearnComputer.com site there's a new post comparing the benefits/downfalls of online versus classroom learning of PHP development. They list a few advantages and disadvantages of each.There can be many factors in the decision to learn PHP online or to take a class in-person, and for some, this can be a difficult decision to make. This article discusses the pros and cons of each method of PHP training to help you find the learning method that is going to suit your needs best. PHP isn't a new...

AndroidHive: Android Login and Registration with PHP, MySQL and SQLite

AndroidHive: Android Login and Registration with PHP, MySQL and SQLite
On the AndroidHive site there's a recent tutorial (plus screencast) about combining PHP, MySQL and SQLite to act as the backend authorization for your Android application.In my previous article Android Login and Registration Screen Design i explained designing the login and registration interfaces, but it has no functionality. In this tutorial i am explaining how to build complete login and registration system in android using PHP, MySQL and SQLite. Also this tutorial covers how to build simple API using...

Script-Tutorials.com: Form Validation with Javascript and PHP

Script-Tutorials.com: Form Validation with Javascript and PHP
On the Script-Tutorials.com site today there's a new tutorial about form validation using a combination of jQuery on the frontend and PHP on the backend.In this tutorial, I will show you how to create an attractive, pleasant to look form for your website and then I will explain you how to dynamically validate them using Javascript. We'll also cover server-side validation with PHP to make everything 100% safe. This tutorial will help you to add more functionality to your forms which leads to better user...

PHPMaster.com: Where on Earth are You?

PHPMaster.com: Where on Earth are You?
In PHPMaster.com's latest tutorial Lukas White introduces you to using the Yahoo "Placemaker" web service to geographically locate a place from a free-form text string. The results include "place details" like the type of the location, latitude, longitude and how confident they are in their match.The challenge then is to do two things: work out what place you could be talking about, disambiguate if necessary, and then identify exactly where on Earth that is. That's what I'll show you how to do in this...

Site News: Blast from the Past - One Year Ago in PHP

Site News: Blast from the Past - One Year Ago in PHP
Here's what was popular in the PHP community one year ago today:Chris Hartjes' Blog: Book Review: PHP 5 Social Networking Rob Allen's Blog: Zend Framework 2 in Action Mike van Riel's Blog: Introducing: DocBlox SocialDevelopers.net: Facebook and the Zend Framework - Part 1: Iframe Authentication Binpress.com: Web Developer Programming Contest Matthew Weier O'Phinney's Blog: Why PHP Namespaces Matter Michael Feichtinger's Blog: PHP5 WebSocket Example - A Simple Chat Greepit.com: Behavior Driven Development...

PHP 5.3.10 Released!

PHP 5.3.10 Released!
The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix.Security Fixes in PHP 5.3.10:Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.All users are strongly encouraged to upgrade to PHP 5.3.10.For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

Hey Delta, is it this hard to find an iPad?

Hey Delta, is it this hard to find an iPad?
So this post is a bit of a rant more than anything, so for the three regular readers of this blog feel free to skip over this post. I promise to make thisA forayA a brief one. I made a blunder on my flight home from Atlanta to Akron/Canton Airport a few weeks ago; I left my lovely, SugarCRM logo and my name engraved iPad safely in it's case in the seat pocket of seat 3A. D'oh! I realized this the moment I got home, and being a bit of a snow storm decided it not prudent to risk life and limb to return to...

Server-Side Magazine: 10 Questions with Facebook Research Engineer - Andrei Alexandrescu

Server-Side Magazine: 10 Questions with Facebook Research Engineer - Andrei Alexandrescu
The Server-Side Magazine site has posted an interview (10 questions) with Andrei Alexandrescu, a research engineer currently working at Facebook.Today we caught up with Andrei Alexandrescu for a "10 Question" interview. He is a Romanian born research engineer at Facebook living in the US, you can contact him on his website erdani.com or @incomputable. We will talk about some of the juicy stuff that going on at Facebook, so let's get started.Their questions include: What's your development setup? What do...

Rafael Dohms' Blog: PHP Benelux 2012 - Learning lessons

Rafael Dohms' Blog: PHP Benelux 2012 - Learning lessons
Rafael Dohms has a new post to his blog about some of the lessons he learned attending this year's PHP Benelux conference both from the perspective of attending the conference and having been at several conferences around the world.After hearing about how great PHP Benelux Conferences were I finally made it over to Belgium to check it out, and i was impressed. To catch you up on the new, I moved to Amsterdam last december and thus had the chance of attending the conference which is now 2 hours away on a...

Community News: php|tek 2012 Schedule Announced!

Community News: php|tek 2012 Schedule Announced!
php|architect, the group behind the yearly php|tek conference has posted this year's official schedule. Sessions in this year's event include: Developer Testing 201, When to Mock and When to Integrate (Laura Beth Denker) API Development (Rob Richards) The MicroPHP Manifesto (Ed Finkler) Web Security and You (Elliot White) Decoupled Library Packages for PHP 5.4 Clojure for PHP Developers (Ian Barber) Tickets are now on sale - you can find out more on the sales page for the event.

PHPClasses.org: Lately in PHP podcast episode 20 - MicroPHP vs Complicated PHP

PHPClasses.org: Lately in PHP podcast episode 20 - MicroPHP vs Complicated PHP
The PHPClasses.org site has posted the latest episode of their "Lately in PHP" podcast - episode 20: "MicroPHP vs Complicated PHP".Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast. They also discuss the final release of PHP 5.4.0 and whether you...

Sebastian Bergmann's Blog: A Tool's Tale

Sebastian Bergmann's Blog: A Tool's Tale
Sebastian Bergmann has shared a presentation he originally gave at an Etsy event covering some of the history behind the popular PHPUnit tool and the development it's been through.When Noah Sussman asked me to give a Code as Craft Technology Talk last week when I was consulting for Etsy I immediately said yes. [...] Just like with a talk that I gave last year, I suddenly had a chain of associations in my head that I just had to follow. And down the rabbit hole I went once more ...He talks about the...

Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers

Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers
Lorna Mitchell is back with another post in her "Building a RESTful PHP Server" series today with this new post showing how to work with output handlers (her focus is on JSON).So far we've covered parsing requests to determine exactly what the user is asking for, and also looked at routing to a controller to obtain the data or perform the action required. This post gives examples of how to return the data to the client in a good way.She advocates using output handlers instead of the usual views you'd...

Ian Barber's Blog: Presentation Tips from Benelux

Ian Barber's Blog: Presentation Tips from Benelux
In this recent post to his blog Ian Barber offers up some hints on presenting at conferences (or other events really) based on some of his experiences at this year's PHP Benelux Conference that just wrapped up in Belgium.Some of the conversations I had during the weekend were around technical presenting at conferences and usergroups, so I thought I'd collect a handful of the tips that were discussed into a post, and use a few of my favourite speakers at the event to illustrate them.He has it broken up by...

Mike Purcell's Blog: PHPUnit - How to Run PHPUnit Against a Specific Test

Mike Purcell's Blog: PHPUnit - How to Run PHPUnit Against a Specific Test
Mike Purcell has a quick new post to his blog showing how you can run PHPUnit on one specific test using handy grouping functionality already built into the tool.The other day I was debugging an error in one of my unit tests, and found it hard to track down because when I ran PHPUnit, it ran all the tests contained in the file where my problem unit test was located. After some Googling and reading the PHPUnit Api Docs, I found that you can specify a test, among other tests, by adding a comment with the...

Community News: Latest Releases from PHPClasses.org

Community News: Latest Releases from PHPClasses.org
Google Geo Coding VMware ESX/ESXi Automatic Class Loader Easy Upload Class mail_class Visa Payment Gateway Integration EasyUploadClass Easy Paginator Simple Array Emailer lib_form Complexity Analyzer Image cropper Very Simple PayPal Bridge

MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20

MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20
MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20 By Manuel Lemos Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast. They also discuss the final release of PHP 5.4.0 and whether you should upgrade it or not, the repercussion of the...

Building a RESTful PHP Server: Output Handlers

Building a RESTful PHP Server: Output Handlers
This is the third installment in my series about writing a RESTful web service in PHP. It is probably the last one but there are a few other things I'd like to cover such as error handling, so I might keep adding to it, especially if I get any particular requests or interesting questions in the comments. So far we've covered parsing requests to determine exactly what the user is asking for, and also looked at routing to a controller to obtain the data or perform the action required. This post gives...

Latest PHP Tweets


22 May 1:08 AM: mwop: I’ll be joining the great line-up of speakers at Distill this August: https://t.co/EizVRWlHqY

21 May 11:31 PM: zend: Zend Framework 2.2 focuses on usability and consistency #zf2 http://t.co/P2PH9agBue

21 May 10:00 PM: zend: Attending ZendCon? Take advantage of the 50% Discount on Certification Exams! http://t.co/pUKJKsjyS9

21 May 10:00 PM: zendcon: Attending ZendCon? Take advantage of the 50% Discount on Certification Exams! http://t.co/T8IjBsF3dy

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

21 May 7:15 PM: planetphp: Development By The Numbers - Slides - Anthony Ferrara http://t.co/Fi3ECp84Du

21 May 7:03 PM: zend: How can we manage the interactions between cloud, mobile and social? Join the #IBMPureChat this Weds http://t.co/zSP19nz83c #MobileFirst

21 May 6:07 PM: phpdeveloper: http://t.co/6SqlRqLxrS: Understanding HTTP Digest Access Authentication: On http://t.co/6SqlRqLxrS they've post... http://t.co/c9rTMeUsLP

21 May 6:07 PM: phpdeveloper: http://t.co/qy39YlU56O: How to Create a PyroCMS Theme: On http://t.co/qy39YlU56O today there's a new tutorial p... http://t.co/dvosMFG3ip

21 May 6:01 PM: mwop: On the flip side, g+ hangouts worked flawlessly first time for me, and always does, on linux.

21 May 5:40 PM: mwop: So, Skype evidently supports features on Mac and Windows that it doesn't offer on Linux. Whodathunk? /cc @nateabele @EamonLeonard #phpdublin

21 May 5:03 PM: zend: The biggest web company on the planet just added support for the most widely used programming language on the planet. http://t.co/ZJZvJ2Dxm5

21 May 3:56 PM: phpdeveloper: Gonzalo Ayuso: Google App Engine, PHP and Silex. Setting up a Login Provider: Gonzalo Ayuso has a new post to... http://t.co/ylfbhoGqwT

21 May 3:01 PM: zend: @ZendCon SPECIAL Early Registration Before Aug. 1 --- Conference Only $495 & Conference + Tutorials $845 http://t.co/1GuSQZcodq

21 May 3:01 PM: zendcon: @ZendCon SPECIAL Early Registration Before Aug. 1 --- Conference Only $495 & Conference + Tutorials $845 http://t.co/dOkBQhjxza

21 May 2:54 PM: phpdeveloper: Michelangelo van Dam: Survived php tek 2013: If you weren't able to make it to this year's php|tek conference... http://t.co/8gOHYortKD