There has always been the necessity to have a definitive guide on PHP-Nuke. Due to time constraints, nobody has ever had the will to carry out this operation. Not any more! With this book, PHP-Nuke now posesses the most comprehensive guide on the subject, suitable for newbies and advanced users alike.
PHP-Nuke utilizes as hinge of its own structure the duo PHP+ MySQL, very often being accompanied by the Apache web server. Many modules have integrated many other languages, such as Javascript, Java, Flash and also even systems that serve, through the portal, sounds and films in streaming mode (Online Radio, TV Online, Images, Files…). From version 6.x onwards, the compatibility has been extended to include other databases as well, in order to extend the user base even more vastly.
Read the rest of this entry »
This tutorial covers the main packages in the Spring Framework. For full details, we refer you to Rod Johnson’s book, Expert One-on-One J2EE Design and Development, published by Wrox Press in 2002. The book’s ISBN number is 1-86100-784-1. The code for the Spring Framework is contained in package com.interface21. We provide UML diagrams for the subpackages, as well as code samples.
Read the rest of this entry »
02 Sep
Posted by jj as ASP.Net
All of the tutorials we’ve examined so far have used a tiered architecture consisting of presentation, Business Logic, and Data Access layers. The Data Access Layer (DAL) was crafted in the first tutorial (Creating a Data Access Layer) and the Business Logic Layer in the second (Creating a Business Logic Layer). Starting with the Displaying Data With the ObjectDataSource tutorial, we saw how to use ASP.NET 2.0’s new ObjectDataSource control to declaratively interface with the architecture from the presentation layer.
Read the rest of this entry »
This guide will walk you through the setup process and installation steps for eFront version 3.1.3. SiteGround and cPanel were selected as reference, but the procedure is pretty much the same for any hosting provider. The guide assumes you have some experience in using cPanel as well as setting up a domain. For the sake of the examples, we will use the “venakis.org” domain.
Read the rest of this entry »
This document will guide you through the very first steps of setting up a project with OJB. To make this easier, OJB comes with a blank project template called ojb-blank which you’re encouraged to use. You can download it here. For the purpose of this guide, we’ll be showing you how to setup the project for a simple application that handles products and uses MySQL. This is continued later on in the next tutorial parts.
Read the rest of this entry »
The Many-to-Many tutorial is ment to learn you how to use the Server Behaviors and the commands that are related to the implementation of many to many relationships between tables. We will also demonstrate easily how to implement the Nested Repeat Region feature in ImpAKT2. The goal of the current application will be the creation of a website that will help us manage a list of students with their associated courses.
Read the rest of this entry »
This is a quick guide to install and configure the Apache web-server with PHP and JSP support on a Windows XP Pro machine. Let me know if this helps you out! Feedback is appreciated. This is my first “published” guide. I made it for my own reference. Why not share?
Read the rest of this entry »
What is XAMPP?
I decided that the quickest way to get you up and running with your own web server would be to use Apache Friend’s XAMPP. XAMPP is an application that combines Apache (the web server), MySQL (database), PHP (scripting language) and phpMyAdmin (database administration) all into one.
Read the rest of this entry »