Posts marked with “php”
Functional Programming in PHP Book Released
We are excited to announce the availability of our newest book: Functional Programming in PHP by Simon Holywell. PHP gained anonymous functions and closures in 5.3, which provided the basis allowing functional programming techniques to be used within PHP itself. This book is designed to cover all aspects of Functional Programming in PHP and give […]
Still running an old version of PHP?
An article posted today on arstechnica.com today looks at a well-known and fixed vulnerability in PHP that is still being used to hijack sites. If you are using version 5.3 its long past time to upgrade. Read up on how to get ready.
March 2014 php[architect] Magazine Released – The New PHP
Our March issue is out, and it will send you soaring to new heights. PHP is getting better all the time, and we’ll show you what you need to know to be prepared. Getting ready to upgrade to 5.5? Dirk gives you a tour of what’s new and how to use it to full effect. […]
A Simplified World Cup Draw Generator
If you’re a football fan, like I am, your anticipation for next year’s World Cup in Brazil is growing. This Friday, we will know the groupings for the 32 teams that will participate in the finals. I put together the (simplified) simulator shown in the gist below. Using PHP’s shuffle() function and SPL iterators, we […]
Introducing the php|architect Summer Sale!
Books, magazines, subscriptions, and a very special offer on our upcoming REST Summit.
Voting for the 2012 Impact Awards has begun!
We at php|architect want to honor those who give of themselves so that we can work with PHP and in this great ecosystem. We are standing on the shoulders of giants and want to pause to say thank you.
php|tek’s Call for Papers is Closing Soon
The 31st is sneaking up on us, and just like the year, the call for papers for php|tek’s 2012 edition is rapidly coming to a close. If you haven’t submitted your proposals yet, now is a great time to do so (you know, before the new-year celebrations kick in, and you get distracted by more… […]
Finding Exactly Where You Are
Most people are familiar with Google Maps. You type in an address, and you are given a map that shows you the exact location of your query. Part of the process that goes on behind the scenes is geocoding, which takes a physical address and maps it to a set of longitude and latitude coordinates. […]
Geolocation: Easier Than It Looks
Have you ever wanted to add location-aware content to your web applications? Would you believe me if I told you it was dead easy, and you could be up and running in about 10 minutes? The first thing you want to do is use someone else’s work. Geolocation is a solved problem; there’s no need […]
Building the Backside – Part 1
Editor’s Note: This is part three of a four-part series on building mobile dashboards with Flash and PHP. You can still read Part One and Part Two on php|architect’s Website. In case you did not know this, I love PHP. It is the Swiss Army Knife of development languages, and I can do dang near anything […]