 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Stefan Koopmanschap's Blog: Contributing to Open Source
by Chris Cornutt 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.
voice your opinion now!
contribute opensource suggestion howto
HowTo Forge: Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig - Page 6
by Chris Cornutt 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.
voice your opinion now!
howto tutorial lamp fedora linux setup email dns ftp ispconfig howto tutorial lamp fedora linux setup email dns ftp ispconfig
Leendert Brouwer's Blog: Small WAMP howto
by Chris Cornutt 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.
voice your opinion now!
wamp tutorial howto text list windowsxp win32 wamp tutorial howto text list windowsxp win32
HowTo Forge: Installing A LAMP System With Fedora Core 6
by Chris Cornutt 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.
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
by Chris Cornutt 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.
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)
by Chris Cornutt 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.
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!
|