Web Development

Building a better web starts with keeping on top of the latest Web Development news. Whether you’re looking for the latest Angular news, or want to see what the latest JavaScript update involves, our expert editors deliver the latest Web Development news, today.

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....

Building a Facebook Application: Part 1

0
A simple Facebook application Well, with the Facebook side of things set up, it's now over to your server to build the application itself. The...

Testing your JBoss Drools Business Rules using Unit Testing

0
What is unit testing? A good enterprise computer system should be built as if it was made of Lego bricks. Your rules are only a...

Content Editing and Management in an Open Souce CMS

0
There are exciting things ahead in this article, so let's get started. Adding content to our site Adding, updating, and deleting page content is at the...

Implementing Document Management in Alfresco 3- part2

0
Library services Library services are common document management functions for controlling the users through permissions, for creating multiple instances of a document(versioning), and for providing...

Audio Fields in Drupal

0
FileField remixed If you haven't examined FileField, you'll have to do so by downloading the FileField module from http://drupal.org/project/filefield and enable it on the Modules...

Managing Posts with WordPress Plugin

0
Programming the Manage panel The Manage Posts screen can be changed to show extra columns, or remove unwanted columns in the listing. Let's say that we...

Creating Our First Module using Drupal 6 (Part2)

0
Using Goodreads Data So far, we have created a basic module that uses hook_block() to add block content and installed this basic module. As it...

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