 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Gyorgy Fekete's Blog: Web Development in Mac OS X - Complete Guide
by Chris Cornutt July 11, 2008 @ 10:22:56
Gyorgy Fekete has provided what he calls a complete guide to PHP development on Mac OS X in a recent blog entry.
Finally, I switched entirely to Mac. It is a little frustrating that there is not a complete resource on how to set up a web development enviroment on Mac OS X. The majority of tutorials are outdated. I will try to write this guide as complete as possible.
The guide provides basic installation instructions for PHP, MySQL (XAMPP or MAMP), the configuration of these two packages, throwing XDebug in to help with your debugging, installing Subversion and picking out your IDE of choice. He also suggests a somewhat optional step - setting up a Windows virtual machine to be able to test things out cross-platform without the need for a separate machine.
voice your opinion now!
web development osx mac guide xampp mamp subversion xdebug
Hiveminds Magazine: How to bridge PHP and Java on Windows with Apache Tomcat
by Chris Cornutt July 02, 2008 @ 12:06:44
Hiveminds Magazine has a recent post about bridging the gap between PHP and Java with the help of the Tomcat add-on for Apache.
Want to run PHP and access Java? Here's how to do it on Windows XP using Apace and Apache Tomcat. Apache Tomcat is a Servlet container developed at the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.
They go with the XAMPP distribution for the web server setup (for simplicity rather than on a unix-based system) and include the configuration and installation procedures to get everything up and running (screenshots included).
voice your opinion now!
java tomcat windows apache xampp install configure screenshot
Community News: XAMPP Updates Packages
by Chris Cornutt October 09, 2007 @ 10:43:28
As mentioned by Elizabeth Naramore on the php|architect website today, the XAMPP project has released a new version of their software to automagically install Apache, MySQL, PHP and Perl.
From ApacheFriends.org:
In all versions we updated Apache to 2.2.6, PHP to 5.2.4 and phpMyAdmin to 2.11.1. (Find more details on the specific download page.) I'm sorry to say, but under Windows we currently have problems with the new Apache and mod_perl, which doesn't work at all. We hope to find a solution soon.
Links to download the version for your OS of choice (Windows, OS X, Linux, Solaris) can be found on this page of the project's website.
voice your opinion now!
xampp package update apache mysql perl xampp package update apache mysql perl
Irakli Nadareishvili's Blog: Install PECL Memcache with XAMPP and PHP4
by Chris Cornutt April 25, 2007 @ 12:17:00
From Irakli Nadareishvili's blog today, there's a new post that shows exactly how to get the PECL memcache client up and working with a default XAMPP installation in PHP4.
XAMPP is an absolutely wonderful, packaged, self-contained distribution of apache, mysql, php and tons of hard-to-install php extensions. [...] However, even with a long list of packaged extensions, obviously there may be a need to install an additional one. PECL Memcache client of memcached distributed cache server, is a very probable candidate for high-load systems.
Unfortunately, he notes, the default installation of XAMPP has a broken version of PECL installed and doesn't quite work like it should when new packages are installed. Thankfully, though, he found a workaround for the problem in the form of fourteen (well, really thirteen) easy steps involving things as simple as copying files, running a "make", and changing configuration settings to get things up and working.
He also includes a common error he had to figure out when making his install too - an issue where the installation might not be able to find the right libraries.
voice your opinion now!
memcache pecl client install xampp php4 memcache pecl client install xampp php4
WebRefernece: Script GUI for PHP
by Chris Cornutt November 08, 2006 @ 09:26:00
Lee Underwood shares a handy bit of software in this quick article on Developer.com - a GUI program that helps you execute your PHP scripts on Windows without the setup time of something like XAMPP.
There's no need to install a server and PHP and then try to coordinate them in order to get them to work together. Script GUI comes in one compact package. It includes a server, which is only available to the built-in browser and is a nice security feature. In addition, it supports CGI, virtual hosts, directory aliases, custom error documents and understands most commands in .htaccess files.
He tell how it works (pretty much just install and go) and how it can be configured to work with virtual hosts. Best of all, it already comes with the latest version of PHP for Windows and can interface with several of the popular databases out there.
voice your opinion now!
gui execute script local windows xampp included database gui execute script local windows xampp included database
|
Community Events
Don't see your event here? Let us know!
|