News Feed
Sections

News Archive


Community Events






Don't see your event here?
Let us know!


feed this:

Developer Tutorials Blog:
Turn Your Wordpress Blog into a Social Network
0 comments :: posted Monday July 14, 2008 @ 15:19:18
voice your opinion now!

The Developer Tutorials blog has a new post full of links to some great add-ons for the popular WordPress blogging software to help make your site into more of a community.

Wordpress is a CMS that was built for blogging but many people have repurposed it for magazines, newspapers, blog networks and all sorts of other goodies! But did you know you can hack your Wordpress blog to be a no-cost solution for a social network? Well you can, and here's fifteen plug-ins that will let you do it.

Some of the packages they link to include Ajaxd WordPress, Profiles, Quick SMS, Invite Friends and SezWho.

tagged with: wordpress social network plugin blog list


Lukas Smith's Blog:
Small emPHPower update
0 comments :: posted Wednesday July 09, 2008 @ 07:57:29
voice your opinion now!

Lukas Smith has posted a quick emPHPower update to his blog today concerning recent thoughts and progress he's made on the initiative.

I hope this all will lead to a few people to step up and really start getting involved deeply in emPHPower. Aside from this Sebastian has handed in a BOF session on emPHPower for OSCON. I hope this one will work out.

A spot has also been set aside at the upcoming Zend/PHP Conference & Expo's unconference for someone to speak on the subject and to get a feel for things from the business perspective. Lukas has also been working up more details about the effort and has set up a mailing list to help with collaboration.

tagged with: emphpower update mailing list wiki conference oscon2008 zendcon2008 unconference

Eran Gelperin's Blog:
Operator overloading in PHP
0 comments :: posted Tuesday July 08, 2008 @ 10:29:54
voice your opinion now!

Eran Gelperin gives an overview of the current state of overloading abilities PHP has in a new blog post today:

Operator overloading is a programming language features that allows operators to act differently depending on the type of data they are operating on. Since OOP lets us create custom types (classes), there are plenty of opportunities to do useful and interesting code manipulations using operator overloading.

He talks about magic functions, the additions that the SPL made, the PECL addition operator and how much its currently being discussed on the PHP internals list.

tagged with: operator overload spl magic function operator internals mailing list

PHP vs. .NET Blog:
Ten PHP Best Practices Tips that will get you a job
0 comments :: posted Thursday June 26, 2008 @ 11:13:59
voice your opinion now!

Blake has posted some of his opinions on "best practices" that can help you land that new job you've been looking for:

The last couple of weeks have been quite the experience for me. I was part of a big layoff at my former company, which was interesting. I've never been in that position before, and it's hard not to take it personally. [...] Before the face-to-face portion, I chatted with the owner and head programmer on a conference call, and they ended up sending me a technical assessment quiz.

In the quiz, there was one question the prompted him to come up with his tips - ten things that you can do to keep your code clean, lean and easy to maintain. His tips include things like "use single-quotes around array indexes", "don't use open short tags" and "document your code". Some of the suggestions don't make that much of a difference, but others (like the documentation one) can make the world of difference down the line.

tagged with: bestpractices job help tips list quiz question

DevShed:
Implementing Internet Protocols with PHP
0 comments :: posted Wednesday June 04, 2008 @ 09:32:22
voice your opinion now!

On DevShed today, there's a new tutorial on showing how to create a simple application to use one of the simpler protocols - FTP.

PHP has many functions that help us to implement Internet and/or networking protocols. In this article, we will look at how to implement some of those protocols using PHP.

They introduce the FTP functions for PHP (a basic list, PHP manual style) and include the code - the CSS to make it easier to use and the PHP code to make the FTP connection and grab the remote file listing. A screenshot is included to give you an idea of the end result.

tagged with: tutorial ftp protocol application css remote file list

PHPImpact Blog:
30 Useful PHP Classes and Components
0 comments :: posted Friday May 30, 2008 @ 10:23:52
voice your opinion now!

The PHP::Impact blog has posted a list of thirty classes and components that can make your PHP development life so much easier:

Simplicity and extensibility are the main reasons why PHP became the favourite dynamic language of the Web. In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems.

Their list includes software like:

...and many more. Check out the full list for all sorts of useful tools.

tagged with: classes component project list simple help

Debuggable Blog:
Make your life easier with these five CakePHP Quicktips
0 comments :: posted Thursday May 29, 2008 @ 15:23:48
voice your opinion now!

Tim Koschutzki has five quick tips for the CakePHP users out there to help make your lives just a bit easier:

  • The prd() convenience function
  • How to debug your CakePHP emails?
  • Use elements where possible and make them belong to the controller
  • Combine your h1 titles with Cake's page title
  • Avoid long parameter lists

Each tip comes complete with code and a brief explanation of its use.

tagged with: cakephp framework tip prd email element titles parameter list

PHPImpact Blog:
20 MediaWiki Extensions You Should Be Using
0 comments :: posted Friday May 23, 2008 @ 12:57:06
voice your opinion now!

If you're a MediaWiki user, the PHP::Impact blog has a list of twenty extensions you don't want to miss out on:

MediaWiki is a great PHP-based Wiki application that is used to power many sites, including Wikipedia itself. One of MediaWiki strengths is how easy it is to extend with its plug-in architecture. The following is a list of 20 extensions that should make your life easier and save you a fair bit of time.

Plugins included in the list are things like:

Check out the full list for more great plugins.

tagged with: mediawiki extensions list plugin architecture

Rich Zygler's Blog:
Beware the Lone Wolf PHP Developer
0 comments :: posted Tuesday May 20, 2008 @ 12:04:41
voice your opinion now!

Rich Zygler warns employers against a certain type of PHP developer that lives out there - the "Lone Wolf":

I've run into the Lone Wolf PHP Developer at several places I have done work. Sometimes, I've had to work side-by-side with the Lone Wolf. Other times, I've replaced the Lone Wolf who had moved on to different hunting grounds. Still other times I've had to hire people and had to choose between a Lone Wolf and several other candidates.

He lists out a sort of checklist to see if the person you're working with (or you!) fit into the "Lone Wolf" mentality. Things like not working well with a team, does work on production servers, never reads blogs or keeps up with the community and has a habit of coming up with overly complex solutions for simple problems that might not scale all that well.

Check out the rest of his list for more criteria - chances are there's already a "Wolf" prowling around in your neck of the woods too.

tagged with: lonewolf developer list signs mentality

Zend Developer Zone:
PHP Community on Twitter
0 comments :: posted Friday May 02, 2008 @ 14:08:32
voice your opinion now!

Cal Evans has posted a list of all of the Twitter-ers (?) out there in the PHP community and links to their pages.

The PHP community has an active twitter presence. If you use twitter, come and join us. Here I've listed all of the community memeber's accounts that I have and that have given me permission to.

Scroll on down the list, see who you haven't already added and check out their Twitter page - then following is just a click away!

tagged with: community twitter follow list


framework job mysql ajax PHP5 security example zend cakephp conference book developer PEAR application package code release releases database zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework