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

More information
Displaying news posts 4601 to 4620 of 6889

Lorna Mitchell's Blog: Github to Jira Bug Migration Script

Lorna Mitchell's Blog: Github to Jira Bug Migration Script
As part of a migration the Joind.in project made to track their bugs on a hosted Jira instance instead of the Issue Tracker on Github, Lorna Mitchell, one of the leads on the project has written up an import script she used to move current issues. The code is in her latest post.I migrated only our open issues, and comments (and the comments ended up a bit weirdly formatted on the other end but this was the best they could do). It was nothing pretty or clever but in case it's useful to someone else.The...

DrupalCon '11 Thoughts

DrupalCon '11 Thoughts
This week I am in downtown Chicago making new friends and attending sessions and parties at DrupalCon '11. I will have to say, I've been to a lot of conferences in the past 6 years but it is rare that I meet a community that is as enthusiastic and friendly as the Drupal community.

Quality Assurance in PHP Projects: PHPQABOOK: Status Update

Quality Assurance in PHP Projects: PHPQABOOK: Status Update
In this new post to the "Quality Assurance in PHP Projects" site today, Sebastian Bergmann gives a status update for the English version of their popular (currently German-only) PHP QA book.The video below [in the post] shows a visualization of activity in the book's Git repository since April 2010. During this timeframe we mostly worked on translating chapters from English to German and editing the chapters for the German edition followed by translating chapters from German to English and editing the...

VIE - Decoupled content management moves forward

VIE - Decoupled content management moves forward
My posts on Decoupling Content Management, and especially the introduction to the "build a CMS, no forms allowed" approach we took with Midgard Create have generated a lot of interest. When I first presented the approach in the recent Aloha Editor Developer Conference, many CMSs wanted to do something similar. And so we decided to strip the Midgard-specific parts out and make the tool a generic JavaScript library. As part of this work, the library was adopted by the IKS project and named VIE, or "Vienna...

php|architect: More powerful Validation from Respect

php|architect: More powerful Validation from Respect
On the php|architect blog today John Mertic looks at a validation library that's been created to filter and handle user input for your application without too much effort on your part - Validation from a group called Respect.It's simply called Validation, and it is a very simple and straightforward PHP 5.3 based validation library. The goal for them is to make validation easy and painless, using clever constructs like chaining and enabling developers to create reuseable components.He shows a sample of...

Community News: Latest Releases from PHPClasses.org

Community News: Latest Releases from PHPClasses.org
XePDF - Table Simple Compare TObject Checknum Class Build Form Class Twitter Promoter Recursion Helper Auto form Easy Pagination Array CURL Client Smarty Template Engine Theme Selection Class Secured mySQL Layer Mentions Nearby Places Plugin

Spatial Indexes: Calculating Distance

Spatial Indexes: Calculating Distance
Spatial Indexes: Calculating Distance MontrA©al, Canada Wednesday, March 9th 2011, 07:17 EST During my "Geolocation and Mapping with PHP" talk that I've given a few times I briefly touch on the subject of indexes on data-sets of spatial data. This isn't as simple as just solving Pythagoras theorem and this article is meant to clarify this. The flat Earth model Pythagoras theorem can be used to calculate the distance between two points quite easily; you take the square root of the square of the...

PHPQABOOK: Status Update

PHPQABOOK: Status Update
Almost a year has passed since we finished the manuscript for the German edition of the book -- and almost half a year since the German edition started shipping. High time for another status update. The video below shows a visualization of activity in the book's Git repository since April 2010. During this timeframe we mostly worked on translating chapters from English to German and editing the chapters for the German edition followed by translating chapters from German to English and editing the...

Github To Jira Bug Migration Script

Github To Jira Bug Migration Script
Recently I mentioned the github API and retrieving issues from it. This is because the joind.in project agreed to move its issue tracking from github to JIRA, since the issue tracker on github is far from feature complete. I migrated only our open issues, and comments (and the comments ended up a bit weirdly formatted on the other end but this was the best they could do). It was nothing pretty or clever but in case it's useful to someone else, here's the script:$request = new...

PHP Community Conference

PHP Community Conference
I'm exceedingly pleased to be speaking at the PHP Community Conference next month. I'll be speaking about two projects I've been working on for a while WonderProxy, and XHProf. Apart from these being new talks, asking people to speak about their passions and projects, rather than something interesting they've stumbled upon as of late. To be honest, as much as I'm looking forward to speaking, I'm looking forward to Andrei's talk on what happened with Unicode and PHP 6 more than I've looked forward to a...

Improved Test Assets for Zend_Tool Generated Projects in ZF 1.11.4

Improved Test Assets for Zend_Tool Generated Projects in ZF 1.11.4
As of the 1.11.4 release of Zend Framework, the generated testing stubs just got a little saner. At the time of Zend_Tool's initial release, the standard application structure you are familiar with today was just being released as well with Zend_Application. In addition, the testing controllers from this newly standardized application layer, were too, in their infancy. In short, we had known that the stubs being produced in the tests/ directory were incomplete, but we were waiting to see if there were...

Ibuildings techPortal: Optimising Magento for Performance

Ibuildings techPortal: Optimising Magento for Performance
On the Ibuildings techPortal today there's a new tutorial from Rupert Jones showing you how to get the best performance from Magento with a set of technologies tailored for just that.Following our earlier entry about installing Magento Enterprise, we thought it would be appropriate to follow up with some tips for getting more from your Magento installation. One of the major criticisms leveled at Magento is its speed; many complain that it is far too slow. In this article we'll go through some steps you...

CodeIgniter.com: Reactor Engineer Opening

CodeIgniter.com: Reactor Engineer Opening
If you've heard all about the CodeIgniter Reactor project (the community fork of the popular framework) and have wanted to get involved, now's the perfect time. Because of a change in the ranks, they're looking for another Engineer to fill an open spot.If you follow the Reactor team, you probably already know that the venerable Ed Finkler had to resign from his position due to personal time constraints. That means that we have an opening, so if you feel that you qualify, please email iwanttohelp at...

WebDevHub: Scheduling emails in PHP

WebDevHub: Scheduling emails in PHP
In this new post to the WebDevHub blog today, Akshat Goel shows you how to set up an email scheduling feature for your application using PHP and the futuremail web service.If you are a web developer, many a times while developing websites you must have wanted to schedule an email to a future date. There are two ways of doing this, one is by using cron jobs on linux or by using a third party service. In this article I will tell you how you can schedule emails to a future date by using a third party...

Voices of the ElePHPant: Interview with Kathy Reid

Voices of the ElePHPant: Interview with Kathy Reid
The Voices of the ElePHPant podcast has release their latest episode - an interview with Kathy Reid, one of the organizers for the PHPWomen group.Cal asks Kathy three questions about her work as a developer and what she's learned: What skills would you say you sharpened when you were working with PHP? How did programming in PHP effect how you program in other languages? What one skill would you say programmers in other languages need to have before they start using PHP? You can hear her answers by...

a€oMost people? Not nerds.a€¯

a€oMost people? Not nerds.a€¯
OpenID has never really caught on in a major way. I use it pretty much only on StackOverflow and 37signals products, and I really like it. Regular (non-web-building) users find it puzzling, and don't have a good understanding of URLs, let alone ownership of them. So it works for geeks, but not for the general [...]

David Behler's Blog: Dev-Box: Virtual Machines for Developers

David Behler's Blog: Dev-Box: Virtual Machines for Developers
David Behler has provided a complete guide to helping you get a development virtual machine instance up and running quickly complete with Apache, PHP, MySQL and Samba shares to access your files.I know that no server is like the other and you might still run into some problems due to different library versions and so on, but you gotta admit that two Linux servers have way more in common than a Linux and a Windows server. So in this post I'll tell you how to setup your own VM with all the libs you need....

Liip Blog: Recap Symfony Live Conference in Paris

Liip Blog: Recap Symfony Live Conference in Paris
On the Liip blog today there's a write up from David Buchmann about the just-passed Symfony Live conference that happened in Paris. his recap covers some of the high points of the event including sessions from the Liip-ers in the crowd.Last week, there was the Symfony Live conference in Paris. The conference was surprisingly big, about 500 developers came together in the impressing building of CitƩ Universitaire Internationale. The main topic was of course the upcoming Symfony2 release. We had two days...

Community News: Latest PECL Releases for 03.08.2011

Community News: Latest PECL Releases for 03.08.2011
Latest PECL Releases: rrd 0.10.0 timezonedb 2011.3 PDO_CUBRID 8.3.1.0002

PHP South West (#phpsw) User Group Meeting, 7pm, Wednesday 9th March 2011, Bristol

PHP South West (#phpsw) User Group Meeting, 7pm, Wednesday 9th March 2011, Bristol
March's meeting of the PHP SouthWest User Group will be at The Golden Guinea in Redcliffe, Bristol, from 7pm on Wednesday 9th March. What Is Planned We might be getting a testing talk from Ade Slade, and we'll also do a PHPUK 2011 round-up to share what we learned at the conference. How To Get There We'll be at The Golden Guinea, 19 Guinea Street, Bristol BS1 6SX. It's a short walk from Bristol Temple Meads Railway Station if you're coming by train. How To Get Involved Please join the PHPSW Google Group...

Latest PHP Tweets


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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!

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

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

16 May 11:30 PM: zend: Welcome to #PHP, @googlecloud! No doubt that PHP and #cloud are made for each other.