Server-Side Web Development

Read the latest Server-Side Web Development news, updates and insights on the Packt Hub. We provide coverage of multiple server-side languages including Java , Python and Node.js. Packt Hub helps you get up to speed with the latest expert insights from the web dev community.

Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

0
A couple of days ago, a client asked me for an easy way to develop PHP applications. Naturally, I told him the best way...

Schema Validation using SAX and DOM Parser with Oracle JDeveloper – XDK 11g

0
The choice of validation method depends on the additional functionality required in the validation application. SAXParser is recommended if SAX parsing event notification is...

Interacting with the Students using Moodle 1.9 (part 1)

0
We are going to carry out a role-play activity. This activity will be geography-based, but the Moodle activities are the same for any subject....

Looking into Apache Axis2

0
(For more resources on Axis2, see here.)Axis2 Architecture Axis2 is built upon a modular architecture that consists of core modules and non-core modules. The core...

Importing Structure and Data Using phpMyAdmin

0
A feature was added in version 2.11.0: an import file may contain the DELIMITER keyword. This enables phpMyAdmin to mimic the mysql command-line interpreter....

PHP Magic Features

0
In this article by Jani Hartikainen, we'll look at PHP's "magic" features: Magic methods, which are class methods with specific names, are used to perform various...

Creating an Administration Interface with Django 1.0

0
Activating the administration interface The administration interface comes as a Django application. To activate it, we will follow a simple procedure that is similar to...

Synchronous Communication and Interaction with Moodle 1.9 Multimedia

0
These options can be helpful for distance education, providing new ways of communicating and interacting with our students (and between them) when we are...

Building Friend Networks with Django 1.0

0
An important aspect of socializing in our application is letting users to maintain their friend lists and browse through the bookmarks of their friends....

XPath Support in Oracle JDeveloper – XDK 11g

0
With SAX and DOM APIs, node lists have to be iterated over to access a particular node. Another advantage of navigating an XML document...

Must Read in Web Dev

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews