News Feed
Sections

News Archive
feed this:

Max Horvath's Blog:
How to enable the Xdebug debugger in Zend Studio for Eclipse
August 18, 2008 @ 12:58:16

Max Horvath recently posted a how-to on getting the XDebug debugging support up and working in the Zend Studio for Eclipse software.

Zend Studio for Eclipse is a commercial edition of Eclipse plus the PDT plugin and various other additions. Unfortunately Zend decided to disable the Xdebug support of the Eclipse PDT plugin. Nonetheless if you'd like to use Xdebug for debugging your PHP scripts, follow these simple steps to restore the Xdebug functionality of Eclipse.

Its a simple six-step process (not including getting Zend Studio installed) to have the powerful debugging tool ready at your fingertips. You can find more information about setting up the tool here.

0 comments voice your opinion now!
zendstudio eclipse xdebug setup tutorial install



DevShed:
Creating a VAMP (Vista, Apache, MySQL, PHP) Setup
May 20, 2008 @ 13:47:31

DevShed has a new tutorial on creating your very own VAMP setup - Vista, Apache, MySQL and PHP - running on your local machine.

With the abundance of communication between the browser and a server in these days of AJAX and JSON data interchange, there has never been a better time to get your own development web server set up so that you can test all those dynamic scripts you're writing. This article will show you how to do it using some of the most popular software.

They start by setting up an Apache web server and follow it with PHP first then MySQL second to round out the install. Most of the installers are pretty simple for the Windows-based systems (the developers of them have done a great job) so the install should go pretty smoothly.

0 comments voice your opinion now!
vamp vista windows mysql apache setup configure install


Developer Tutorials Blog:
Digg Clone Start your own Digg in five minutes flat with PHP
April 07, 2008 @ 10:25:55

Ever through about starting up your own custom version of a Digg-sort of site? Well, check out this new tutorial from the Developer Tutorials blog showing how to start it in "five minutes flat".

So, you want to start your own Digg or Reddit? Look no further. With PHP and MySQL, you can create your own Digg site in just five minutes. All you need is a PHP web server and MySQL database server; follow these instructions and you'll be up and running in time.

They use the Pligg software to do all of the hard work and describe its installation, configuration and use - simple and easy. You can find out more about Pligg on its website.

0 comments voice your opinion now!
digg clone pligg tutorial setup configure install



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.

2 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


Zend Developer Zone:
Iono Review
August 13, 2007 @ 11:15:00

On the Zend Developer Zone, there's a review of some software that seeks to protect your application's code by obfuscating its source - Iono.

What it does is take the source code and encodes it in a manner that makes it unreadable to humans. The code can then be safely distributed with your intellectual property intact. One of the applications that can be used to obfuscate and license your code is a combination of products called Iono and PHP Encoder by IonCube.

They look at the setup of the application, some of the requirements you'll need to get it working and a quick description of how it works (a "shopping cart" for users to purchase license for your software). The integration of the application into your files (the other half of the equation) can be done with one of five different kinds of licenses (including per page and a local license covering all files).

0 comments voice your opinion now!
iono review ioncube obfusication setup license iono review ioncube obfusication setup license


Alison Holloway's Blog:
PHP 5.2.2 Setup on Windows
May 16, 2007 @ 11:19:00

In her blog today, Alison Holloway offers a quick tip for developers out there trying to install PHP 5.2.2 on their Windows machine and running into trouble. Maybe it's the same issue?

I've just been setting up PHP 5.2.2 on Windows XP Pro, with Apache 2.0.59. I couldn't get Apache to find the correct php.ini file. It was looking in C:Windows, instead of where I installed PHP. The httpd.conf file told Apache to look in C:Program FilesPHP, but it wasn't. So none of the extensions were loading.

The problem? She wasn't putting in the right kind of slashes into her configuration file. It couldn't find the right path because of it. The issue isn't mentioned in the latest version of the Underground PHP and Oracle Manual (but will be in the future).

0 comments voice your opinion now!
php5 windows setup slashes forward back underground manual php5 windows setup slashes forward back underground manual


Venture Skills Blog:
Want to create a site like Digg with no programming?
May 01, 2007 @ 11:08:00

From the Venture Skills blog today, there's a tutorial that aims to help you develop a Digg-like site without any of the messy programming that can be involved - with a little help from Drupal.

Digg is a user content driven site, users submit links to article and sites that interest them and other uses either give it the thumbs up or the thumbs down. The most popular sites get onto the front page and can have literally thousands of hits this is reffered to as the Digg effect. We are going to go step by step how you can develop such a site using Drupal CMS which is available from drupal.org if your unfamiliar with Drupal we have an overview here.

The real key to it all comes in with the plugins you install into your Drupal setup:

They walk you through the set up of Drupal first (screenshots show a Windows environment, but it can be any supported OS) before going into the admin for it and installing the plugins.

This article is just the first part in the series - check out part two and part three for the rest of the installation.

1 comment voice your opinion now!
drupal digg setup install tutorial drupal digg setup install tutorial


Edin Kadribasic's Blog:
Serendipity on Lighty
April 21, 2007 @ 09:42:42

In a new post Edin Kadribasic shares his method for getting a Serendipity (a popular PHP-based blogging system) website up and running on a lighttpd server.

Well the basic install went pretty smoothly, but I wanted, of course, to use "friendly" URLs. For that Serendipity supplies .htaccess file with Apache mod_rewrite rules. With a little bit of effort it was possible for me to convert those into rewrite rules that lighttpd would understand.

He includes all of the rewrite rules lighttpd needs to mimic the responses of an Apache server in a rewrite-once statement, and a limitation on the files the server can send with an access-deny config line.

0 comments voice your opinion now!
serentiy lighttpd install setup rewrite deny access serentiy lighttpd install setup rewrite deny access


Lukas Smith's Blog:
Database abstraction mailing list [UPDATE]
March 15, 2007 @ 11:09:00

Lukas Smith has two updates on the previously mentioned database mailing list - both about how you can access the list:

If you're a maintainer of a database abstraction package or just wnt to get into talk more than the usual tech support, be sure to check th mailing list out.

0 comments voice your opinion now!
database abstraction mailing list setup newsgroup database abstraction mailing list setup newsgroup



Community Events











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


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

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