 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Raphael Stolt's Blog: Utilizing Twitter lists with Zend_Service_Twitter
by Chris Cornutt February 05, 2010 @ 08:14:44
Raphael Stolt has a new post to his blog today looking at how you can use the Zend_Service_Twitter component of the Zend Framework to work with the lists on Twitter.
While debating some use cases for an event registration application I stumbled upon an interesting feature, which adds participants automatically to a Twitter list upon registration. [...] This post will show how this feature can be implemented by utilizing the Zend_Service_Twitter component, and how it then can be used in a Zend Framework based application.
The Zend_Service_Twitter component makes it simple to interact with Twitter's API and calling the lists part of the API is a snap. His script first checks to see if a list exists, creates it if it doesn't and will add a user to it when they're registering. The class also includes the usual delete and modify functionality for both the users in the list and the lists themselves.
He finishes with a simple form that uses his interface class to take in the person's twitter username and send it off to the service.
voice your opinion now!
twitter list tutorial zendframework zendservicetwitter
PHPClasses.org: PHP User Group Listing (and Rank)
by Chris Cornutt January 14, 2010 @ 10:09:41
On the PHPClasses.org blog today there's a new post from Manuel Lemos looking at user groups - how to keep them alive and what you can do to rekindle a faltering group.
PHP was spread by its users. Over time PHP user groups have been doing an extraordinary job in promoting the PHP communities everywhere, so local PHP users get more support in their local idiom and progress faster in their careers as PHP developers. Many PHP user groups organize meetings and events that help PHP users learning more and make valuable contacts that they often use to get in touch with more experienced and helpful PHP developers.
He mentions a big challenge for keeping groups alive - leadership shifts and dwindling membership - and something the PHPClasses site offers to help advertize groups all around the world. If you're looking for a group in your area (most of the coverage seems outside of the US right now) try their user group directory.
voice your opinion now!
usergroup list location
Jeez.eu: PHP Certifications. Where, Why And, How To Get Them
by Chris Cornutt October 20, 2009 @ 11:09:49
In a recent post from Jeez.eu they look at some of the PHP certifications offered by various companies all over the web:
Becoming a certified PHP developer, does not mean that you become a better developer but, it can surely give you some more chances to get the job. We tried to do a little research about PHP certifications, where to get one, what it takes to get one and why you need it. We also tried to find some online tests for you in order to prepare yourself before you actually go for it.
There's five certifications in their list:
voice your opinion now!
certification list
Internet Super Hero Blog: PHP 120 tuning screws for mysqlnd
by Chris Cornutt October 12, 2009 @ 09:34:35
New on the Internet Super Hero blog today Ulf Wendel has a huge post with a complete listing of all one hundred and twenty different kinds of statistics that the mysqlnd driver for PHP can gather during its connections:
This is about twice as much as it was when I blogged about the 59 tuning screws for mysqlnd. While the basics have not not changed and the API calls for accessing the data remained the same (see previous posting) the new figures have never been described before.
Each of the items on the list is described and some include some sample use cases. Here's just a few:
- packets_sent, packets_received
- bytes_received_eof_packets, packets_received_eof
- bytes_received_rset_field_meta_packet, packets_received_rset_field_metabytes_received_change_user_packet, packets_received_change_user
- result_set_queries
- slow_queries
- flushed_normal_sets, flushed_ps_sets
- rows_fetched_from_client_ps_cursor
- connect_success, connect_failure
- in_middle_of_command_close
- command_buffer_too_small
voice your opinion now!
mysqlnd statistics list
Chris Shiflett's Blog: PHP Quick Reference
by Chris Cornutt August 07, 2009 @ 07:57:20
Chris Shiflett, after finding an old reference guide, has decided to share a few helpful hints from the guide to help you in your development.
While cleaning out my desk, I found an old copy of a PHP Quick Reference I helped make a few years ago. On the front page are a few performance and security tips that I thought I'd share. (Performance tips are from George Schlossnagle.)
The tips include topics like caching, using external data sources, filtering input using prepared statements and using pre-existing solutions before just rolling your own.
voice your opinion now!
quick reference book list tip
PHPFreaks.com: 10 Signs of Crappy PHP Software
by Chris Cornutt July 03, 2009 @ 17:51:32
On PHPFreaks.com they have a new "top ten" list of signs to look out for to tell if you're dealing with crappy software or not.
Like it or not, as a professional developer, sooner or later you are going to do some customising (if you are lucky, "extending") of existing software. If you are not familiar with the software, it is good advice to look into it before accepting the job. I had to learn that the hard way. But how do you recognize crappy applications without getting knee deep into the code?
Their list of signs include:
- The software tries to reinvent the object model, or "fix" language features.
- Scattered HTML and SQL
- Multiple levels of inheritance
- In the code base, there is a directory called "core"
voice your opinion now!
list software crappy
|
Community Events
Don't see your event here? Let us know!
|