Rabu, 06 Juli 2011

Introduce Drupal

Schema API
Drupal Schema API is simple at provides many benefits.
Developer don’t require to write separate CREATE TABLE or ALTER TABLE statements for each database. Module developers only need to create a schema structure and/or use the Schema API functions.

Starting to AJax

Abstract
The basic elements for an application using the AJAX technologies, JavaScript and the XMLHttpRequest object, are not difficult to understand and there are many articles on the web that show how to use this object and declare that being AJAX. I think there are a lot more topics that should be understood and talked about. The right selection from the available technologies as well as a suitable abstraction in using these elements is important for the success of the realization of an application.

IBM with Cloud Computing

IBM Perspective on Cloud Computing
The “next big thing” or “another fad”?

Configure Router to Torrent

How to configure your router to allow fast BitTorrent downloads
There sure is a lot of people that have adopted BitTorrent as the tool of choice to download movies and TV shows. However if you are using a network router you might be facing painstainkingly slow downloads (of around 10Kbps) because of a network

Definition VPN

MPLS VPN ARCHITECTURE

MPLS

MPLS is Multi Protocol Label Switching. It is a label switching technique which is not new. Before the invention of MPLS networks used switching techniques through ATM and Frame Relay. In Frame Relay, the frame can be of any length, whereas in ATM, a fixed length cell consists of a header of 5 bytes and a payload of 48 bytes. The header of the ATM cell and the

Selasa, 05 Juli 2011

XML Tutorial

XML is a markup language. The mighty ones who created this acronym cheated a little, as XML stands for eXtensible Markup Language. XML was released in the late 90's and has since received a great amount of hype. The XML standard was created by W3C to provide an easy to use and standardized way to store self-describing data (self-describing data is data that describes both its content and its structure).

CMS

GeneSysCMS Ver 1.0


1. Introduction
You're about to embark in an adventure: GeneSys. In the open source universe, in the content management system galaxy, GeneSys is a discrete star that little by little has been consolidated as a very attractive option. It's a nice, versatile, amazing,

PHP Tutorial - Learn PHP

If you want to learn the basics of PHP, then you've come to the right place. The goal of this tutorial is to teach you the basics of PHP so that you can:
  • Customize PHP scripts that you download, so that they better fit your needs.
  • Begin to understand the working model of PHP, so you may begin to design your own PHP projects.
  • Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers.

PHP stands for PHP Hypertext Preprocessor.

PHP/MySQL Tutorial

Introduction
For many people, the main reson for learning a scripting language like PHP is because of the interaction with databases it can offer. In this tutorial I will show you how to use PHP and the MySQL database to store information on the web and include it into your website. Before you read this tutorial you should have at least a basic knowledge of how to use PHP. If you do not yet know PHP, I suggest that you read our PHP tutorial before continuing.

Style Sheets (CSS)

There is a great deal of information on CSS all over the web. Since it’s a reasonably open web development methodology with lots of options this can quickly lead to confusion and frustration.

We are providing you with a basic tutorial of how CSS works and why you might want to start using it. The examples on this site are designed to be lean and mean and easy for you to understand.