|
Sponsored Link
|
I had the pleasure of discussing with fellow members of the PHP community a very sensitive topic: sexism in tech. I have been invited to a special episode of Voices of the ElePHPant with Elizabeth (Beth)A Tucker Long, Elizabeth (Liz) Naramore and Laura Thomson. Cal Evans was the host. The podcast's page features links for some of the topics discussed.
The purpose of this post is not to transcribe the podcast, but to share with you what I learned from this conversation and what I personally took away from...
I had the pleasure of discussing with fellow members of the PHP community a very sensitive topic: sexism in tech. I have been invited to a special episode of Voices of the ElePHPant with Elizabeth (Beth)A Tucker Long, Elizabeth (Liz) Naramore and Laura Thomson. Cal Evans was the host. The podcast's page features links for some of the topics discussed.
The purpose of this post is not to transcribe the podcast, but to share with you what I learned from this conversation and what I personally took away from...
Latest PECL Releases:
yaml 1.1.0RC2
doublemetaphone 1.0.0
stem 1.5.1
pecl_http 2.0.0dev9
taint 0.5.0
yaf 2.1.9
CUBRID 8.4.1.0003
Latest PECL Releases:
yaml 1.1.0RC2
doublemetaphone 1.0.0
stem 1.5.1
pecl_http 2.0.0dev9
taint 0.5.0
yaf 2.1.9
CUBRID 8.4.1.0003
Turning links like www.example.com and http://twitter.com into clickable links. Sounds like an easy task, right? We'll there are a few problems that might arise, especially if the text is already html formatted.
This function first takes out all potential dangers, by extracting links and tags and replacing them with a placeholder. It than extracts all URLs and replaces them with a placeholder, storing the full html link. At the end it replaces all placeholders with the links and tags.
This is also a...
Turning links like www.example.com and http://twitter.com into clickable links. Sounds like an easy task, right? We'll there are a few problems that might arise, especially if the text is already html formatted.
This function first takes out all potential dangers, by extracting links and tags and replacing them with a placeholder. It than extracts all URLs and replaces them with a placeholder, storing the full html link. At the end it replaces all placeholders with the links and tags.
This is also a...
Emran Hasan has posted an introduction to using the Mockery mocking tool with PHPUnit for a more powerful, easier to use object mocking system.A few days ago I was explaining mocking to a few colleagues. I came up with the following quick n dirty code to show them the elegance of Mockery as a mocking framework. The code is straight-forward: it checks the health of a server using a tiny heart beat script.He provides both sides of the code - a simple "heartbeat" script that just responds with a JSON...
Emran Hasan has posted an introduction to using the Mockery mocking tool with PHPUnit for a more powerful, easier to use object mocking system.A few days ago I was explaining mocking to a few colleagues. I came up with the following quick n dirty code to show them the elegance of Mockery as a mocking framework. The code is straight-forward: it checks the health of a server using a tiny heart beat script.He provides both sides of the code - a simple "heartbeat" script that just responds with a JSON...
The 7php.com blog has posted their latest interview with a member of the PHP community - Sebastian Marek (Software Architect at Plusnet)In this edition I talked with Sebastian Marek, who is Software Architect at Plusnet (@plusnet) which is a Sheffield-based ISP. He is passionate about Continuous Integration (CI), process automation and everything that concerns "high quality code". Sebastian is yet another faithful and helpful Knight of The PHP Community and has contributed much to some key projects as...
The 7php.com blog has posted their latest interview with a member of the PHP community - Sebastian Marek (Software Architect at Plusnet)In this edition I talked with Sebastian Marek, who is Software Architect at Plusnet (@plusnet) which is a Sheffield-based ISP. He is passionate about Continuous Integration (CI), process automation and everything that concerns "high quality code". Sebastian is yet another faithful and helpful Knight of The PHP Community and has contributed much to some key projects as...
In the latest episode of their "Cloud Out Loud" podcast series, Elizabeth Naramore (of Engine Yard/Orchestra.io) interviews Laura Beth Denker, and Anthropologist of Developer Culture at Etsy).They talk about one of Laura Beth's passions (software testing), what her role means there at Etsy, their "startup culture" and how they handle deployment and code reviews.You can listen to this latest episode either via the in-page playerdownloading the mp3 or by subscribing to their feed.
In the latest episode of their "Cloud Out Loud" podcast series, Elizabeth Naramore (of Engine Yard/Orchestra.io) interviews Laura Beth Denker, and Anthropologist of Developer Culture at Etsy).They talk about one of Laura Beth's passions (software testing), what her role means there at Etsy, their "startup culture" and how they handle deployment and code reviews.You can listen to this latest episode either via the in-page playerdownloading the mp3 or by subscribing to their feed.
Artur Ejsmont has a new post sharing some benchmarks he put together about the "messages per second" and "time to execute" when using PHP to pull from various messaging backends.I have looked at the state of different messaging backends recently and i ran a little benchmark to see what is the rough comparison of message publishing throughput. Results that i got are quite surprising. What i wanted to achieve is some sort of reassurance before choosing a messaging bus for my PHP project.Running both the...
Artur Ejsmont has a new post sharing some benchmarks he put together about the "messages per second" and "time to execute" when using PHP to pull from various messaging backends.I have looked at the state of different messaging backends recently and i ran a little benchmark to see what is the rough comparison of message publishing throughput. Results that i got are quite surprising. What i wanted to achieve is some sort of reassurance before choosing a messaging bus for my PHP project.Running both the...
On NetTuts.com there's a new tutorial showing how you can create Instagram-like filters in PHP using the ImageMagick library/extension.PHP comes bundled with GD (GIF Draw/Graphics Draw), which is a library for the dynamic creation of images. It can be used for simpler image operation, such as resizing, cropping, adding watermarks, creating thumbnails (Jeffrey wrote about it), applying basic photo filters - you've probably used it before. Unfortunately, if you want to create something more complex with...
On NetTuts.com there's a new tutorial showing how you can create Instagram-like filters in PHP using the ImageMagick library/extension.PHP comes bundled with GD (GIF Draw/Graphics Draw), which is a library for the dynamic creation of images. It can be used for simpler image operation, such as resizing, cropping, adding watermarks, creating thumbnails (Jeffrey wrote about it), applying basic photo filters - you've probably used it before. Unfortunately, if you want to create something more complex with...
In this most recent post to his blog Alex Hudson says a "fond goodbye" to using the Zend Framework for his applications after trying out some of the functionality that's in Zend Framework version 2:I've been a Zend Framework user for a while. I've been using PHP long enough to appreciate the benefits of a good framework, and developed a number of sophisticated applications using ZF, to have grown a certain fondness for it. [...] That said, I actually don't feel like much of what I'm about to say is...
In this most recent post to his blog Alex Hudson says a "fond goodbye" to using the Zend Framework for his applications after trying out some of the functionality that's in Zend Framework version 2:I've been a Zend Framework user for a while. I've been using PHP long enough to appreciate the benefits of a good framework, and developed a number of sophisticated applications using ZF, to have grown a certain fondness for it. [...] That said, I actually don't feel like much of what I'm about to say is...
Tomorrow night we'll again host Edward Kietlinski at New York PHP. He'll talk about the latest offerings from Zend to bring your PHP applications to their developer cloud. Soon, you'll also be able to deploy your production-ready applications to the IBM SmartCloud. RSVP now for Tuesday night's meeting at IBM in midtown Manhattan. Or, if [...]
Tomorrow night we'll again host Edward Kietlinski at New York PHP. He'll talk about the latest offerings from Zend to bring your PHP applications to their developer cloud. Soon, you'll also be able to deploy your production-ready applications to the IBM SmartCloud. RSVP now for Tuesday night's meeting at IBM in midtown Manhattan. Or, if [...]
|
|