News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Stefan Koopmanschap's Blog:
Contributing to Open Source
August 04, 2010 @ 09:36:33

If you've ever wanted to get involved in the open source world but didn't quite know where to start, Stefan Koopmanschap has a great guide posted to his blog with some tips on getting yourself out there.

Last week I wrote about how me being active in Open Source helped boost my career in several ways. Now this is all very interesting, but how to go about actually contributing to Open Source. That is the topic of this blog post. How to look for the right project to contribute to, and what ways are there of contributing? Let's have a look.

He looks at things like finding the right project for you and some of the ways that you can give back to that project including:

  • Core code/patches
  • Plugins
  • Documentation
  • Promotion
  • Deliver presentations
  • Support

He expands out each topic mentioning more specifics on what that contribution type entails and even a few examples of projects on some of them.

0 comments voice your opinion now!
contribute opensource suggestion howto



Matthew Turland's Blog:
How-To (and How-Not-To) on Web Scraping
March 14, 2008 @ 11:18:44

Matthew Turland has a few things to say about web scraping (and recent articles covering it) on his blog today as an author of a previous article published in php|architect covering the same topic:

A friend of mine who shall remain nameless pointed a post out to me on the PHP DZone web site recently. Noting that the article's content was misinformed at best and downright ignorant at worst, even when examining it sheerly from the author's knowledge of PHP as a language, this friend asked that I set the author straight.

He mentions his comments on the post correcting the author on some points as well as a more "clued in" post on the xml.lt website talking about using PHP's DOM functionality instead.

0 comments voice your opinion now!
web scraping howto correction article misinformed


HowTo Forge:
Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig - Page 6
November 12, 2007 @ 09:32:00

On the HowTo Forge website, there's a new tutorial that walks through the complete steps of setting up a Fedora 8 linux server with a full LAMP stack complete with email, DNS, FTP and ISPConfig support. They call it the "Perfect Server".

This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.

It's a seven page process with plenty of screenshots and settings to help make the installation nice and easy.

3 comments voice your opinion now!
howto tutorial lamp fedora linux setup email dns ftp ispconfig howto tutorial lamp fedora linux setup email dns ftp ispconfig


Bill Staples' Blog:
IIS7 in the Community
November 08, 2007 @ 07:56:00

Bill Staples has a new summary post on his IIS blog today covering some of the new things that IIS7 has to offer its community. Three of these pertain to PHP:

0 comments voice your opinion now!
iis tutorial screencast howto fastcgi phpmyadmin mysql iis tutorial screencast howto fastcgi phpmyadmin mysql


HowTo Forge:
Installing And Working With Xoops Under Ubuntu 6.10
September 18, 2007 @ 18:04:00

The HowTo Forge website has a new tutorial posted showing how to get the popular PHP-based content maagement system, Xoops installed and working on your Ubuntu linux machine.

I want to show you how to install Xoops on Ubuntu. I used the Ubuntu 6.10 Server Edition, but it will probably work on other systems as well. Xoops is a modern Content-Management-System which can be extended with a variety of modules. Further information about Xoops can be read on the official Website.

The process is pretty simple, there's basically only four or five main steps to the process, but some have several substeps (like the Xoops install screens that take up a lot of step four).

1 comment voice your opinion now!
ubuntu tutorial howto xoops install mysql ubuntu tutorial howto xoops install mysql


Leendert Brouwer's Blog:
Small WAMP howto
May 04, 2007 @ 08:02:00

In a quick post today, Leendert Brouwer points out a tutorial that he'd created for setting up a WAMP installation.

The tutorial is just a text listing of the steps to set it all up, but it does a great job of covering what's needed.

This document explains how to set up a WAMP (Windows Apache MySQL PHP) development environment on a Windows XP/2k machine, without having all the clutter a package installer creates. I initially created this document for a few co-workers, I'm not a big fan of windows myself (if you are serious about developing, consider using *nix all the way, Win32 is inferior and not very flexible).

Anyway, maybe teaching people how to install PHP tools in an environment they feel home at can later persuade them to use a free operating system :) Beside that it's a piece of cake to translate the document to english, so why not share it. Here's the process in a number of easy steps.

A twenty-size step process sounds intimidating, but since it's broken up into all of the "baby steps" of the process, it's really not that much.

0 comments voice your opinion now!
wamp tutorial howto text list windowsxp win32 wamp tutorial howto text list windowsxp win32


Tony Bibbs' Blog:
HOWTO Deploy Your Application Using PEAR
March 15, 2007 @ 12:43:00

Tony Bibbs has posted a handy howto guide on publishing your application via a PEAR channel:

I have produced a HOWTO for both our system administrators and our developers. I've condensed this down to be a bit more generic and useful to anybody looking to establish their own PEAR Channel for the same purpose. My example hereon is that your channel is at pear.example.com.

Come along on the journey of a developer making their very first PEAR package and deploying it to a PEAR channel using a real-word example. Seasoned PHP developers be packaging and deploying PEAR compatible packages in no time.

He walks you through how to install the PEAR package creator, package up your application into a PEAR package, and how to make it available anyone and everyone that wants to give it a shot (including the PEAR commands they'll need to get it).

0 comments voice your opinion now!
howto tutorial package application pear channel download howto tutorial package application pear channel download


HowTo Forge:
Installing A LAMP System With Fedora Core 6
October 25, 2006 @ 10:38:00

In this new guide from the HowTo Forge, they show you how to build, from scratch, a complete LAMP system on top of the Fedora Core 6 distribution.

This is a detailed description about how to set up a Fedora Core 6 based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora Core 6, but should apply to the 64-bit version with very little modifications as well.

The install uses Apache 2, MySQL 5, Postfix, BIND9, proftpd, dovecot, and Webalizer to round out the system. There's screenshots and steps the whole way, so you're sure to be able to follow along easily. PHP is installed via a package so it makes things simpler.

1 comment voice your opinion now!
installing lamp system fedora core howto screenshot installing lamp system fedora core howto screenshot


Scott Johnson's Blog:
Podcast - How to Learn PHP
June 13, 2006 @ 05:39:10

Scott Johnson is back today with another podcast, this time, focusing on methods for learning PHP. It's targeted at the very beginner level (PHP) developer to provide them with the tools and knowledge they'd need to advance in the language.

Ok then. That's like fate to a blogger telling you what to write and rather than JAT (yet another tutorial) I put together a podcast about how you can learn PHP. Not recommended for anyone who knows how to program but if you ever wanted to this will tell you how you can learn php (or any programming language).

He recommends three steps to follow to help you on your way:

  • purchase/borrow the Sams Publishing book from Luke Welling and Laura Thomson, "PHP and MySQL Web Development"
  • listen to the podcast he's created
  • and the most important step of all - code (practice).

People without experience in programming tend to think that you need ot learn everything about the language first, then try to go code something in it. Unfortunately, they realize (sometimes after a lot of work already) that that's just not the way to go.

Find a project - simple or hard - just find one. Even if you don't know the "best" way to do it, try. It can only help, and trust me, you'll learn more from doing than just reading any day. The book is a great starting place, and good for examples, but the real learning happens when developers do what they're meant to do - develop.

0 comments voice your opinion now!
podcast howto learn programming book mysql sams podcast howto learn programming book mysql sams


WeberDev.com:
PHP 101 (part 11) - Sinfully Simple (SimpleXML)
May 08, 2006 @ 07:04:49

WeberDev.com has this new article today, an introduction to some PHP5 functionality that doesn't seem to get used so much - the SimpleXML functions. The tutorial provides an introduction to the topic, and includes several code examples to get you started.

While PHP has included support for the two standard methods of parsing (read: making sense of) XML - SAX and DOM - since version 4.0, the complexity and inherent geekiness of these methods often turned off all but the most dedicated XML developers. All that has changed, however, with PHP 5.0, which introduces a brand-spanking-new XML extension named SimpleXML that takes all (and I do mean all) the pain out of processing XML documents. Keep reading, and find out how. The Bad Old Days

They describe what it is, how it works, and what kind of situations it's best suited for before getting into the code. They show you how to reference values as objects, grab their attributes, and how to use the XPath function to pick out just the data you need.

0 comments voice your opinion now!
tutorial simplexml howto introduction object attribute xpath tutorial simplexml howto introduction object attribute xpath



Community Events





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


symfony2 community opinion language database unittest custom series framework conference test development introduction interview application podcast component phpunit api release

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