 | News Feed |
Sections
Community Events
Don't see your event here? Let us know!
|
| feed this: |  |
Hiveminds Magazine: How to bridge PHP and Java on Windows with Apache Tomcat
posted Wednesday July 02, 2008 @ 12:06:44
voice your opinion now!
BY CHRIS CORNUTT
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).
tagged with: java tomcat windows apache xampp install configure screenshot
PHPBuilder.com.au: Executing queries with phpMyAdmin
posted Friday May 02, 2008 @ 11:18:36
voice your opinion now!
BY CHRIS CORNUTT
PHPBuilder.com.au continues their look at using phpMyAdmin in this new part of the series today. This new article focuses on using the interface to make queries against the data in your tables.
The previous article gave you an overview of the phpMyAdmin interface and functionality. It's now time to dive in further and learn how to construct and execute queries.
They show (complete with screenshots) how to use the GUI to build the different parts of your query - a simple SELECT statement with a join pulling together the customer information and their addresses.
tagged with: phpmyadmin screenshot tutorial build query
DeveloperTutorials: CubeCart 3.0 Installation and Configuration
posted Tuesday April 08, 2008 @ 08:58:17
voice your opinion now!
BY CHRIS CORNUTT
On the Developer Tutorials website, there's a new guide that steps you through the installation of a simple e-commerce platform available for free from Devellion Limited.
In this tutorial, we will get an introduction to CubeCart, created and distributed by Devellion Limited. Their flagship product is one of the easiest low-cost e-commerce solutions available, and is growing in popularity. Note that CubeCart is not technically open source, since the code cannot be freely redistributed. On the other hand, most of the code is not protected using encoding, and can thus be read and understood.
They go through the selection process - picking which version of their software is right for you - and the installation, configuration and how to verify that everything's up and running smoothly. Screenshots are included to help along the way.
tagged with: cubecart ecommerce install configure download screenshot
DeveloperTutorials.com: Installing and Configuring Drupal 6.1
posted Tuesday March 25, 2008 @ 08:46:36
voice your opinion now!
BY CHRIS CORNUTT
The Developer Tutorials blog has posted this new guide on how to install one of the more popular PHP content management systems out there - Drupal.
One of the most popular CMSs is Drupal, partly because it offers all of the aforesaid features, and partly because developers familiar with PHP (the language used by Drupal) can modify the functioning and appearance of almost every aspect of Drupal.
In this tutorial, we will discuss how to install and configure a brand-new Drupal Web site from scratch. We will also touch upon the basics of adding content to a Drupal installation.
They include useful screenshots along the way as well, helping to guide you through the process a bit better than with just words. There's tons of configuration options that you could mess with in a Drupal installation, but they do well to give you the essential ones that you'll need to get it up and running smoothly.
tagged with: install configure drupal cms setting screenshot
Michael Kimsal's Blog: Grails for PHP Developers Part 5
posted Tuesday February 19, 2008 @ 12:02:00
voice your opinion now!
BY CHRIS CORNUTT
Michael Kimsal points out the posting of the latest part of his "Grails for PHP developers" series to his blog site - Part Five of the series.
I've put up the latest installment in my "Grails for PHP developers". Rather than delve too much more in to Grails head on, I'm taking this installment (and at least the next one) to delve more in to the Groovy language itself. Groovy offers similarities to PHP, but also many differences which can trip you up if you're not careful. I'll try to lay those out as best I can in the next couple of installments.
This new part of the series goes back and puts the spotlight on GRoovy, the base of the Groovy/Grails combo. He talks about working with variables and arrays as containers for multiple pieces of data and some possible gotchas that could come up along the way.
tagged with: grails developer groovy array variable store screenshot
|