Archive for March 2nd, 2008

RHCE Course Content

March 2, 2008

RH033 Red Hat Linux Essentials

UNIT 1- Overview
   Objectives
   Agenda
   UNIX History
   UNIX Principles
   GNU Project/FSF
   GPL – GNU General Public License
   Linux Origins
   Why Linux?
   Red hat Enterprise Linux
   Recommended hardware Specifications
   Local Logins
   Virtual Consoles
   Running Commands
   Changing Your Password
   Linux Graphical Environments
   End of Unit 1
UNIT 2- Command Line File system Browsing
   Objectives
   Agenda
   Linux File Hierarchy Concepts
   Current Working Directory
   Changing Directories
   Listing Directory Contents
   The Home Directory
   Absolute Pathnames
   Relative Pathnames
   File Names
   Copying Files and Directories
   Copying Files [...]

Really Simple Syndication

March 2, 2008

RSS Feed is one of the best thing in modern web world. But most of the time we are not able to create our own RSS Feed. But can you imagine its simply easy when you know how to write them.
You can have more details about RSS Feed Creation from the following links

http://www.owalog.com/blog.php?myess1=47
http://www.devshed.com/c/a/MySQL/Creating-an-RSS-Reader-the-Reader/

smashingmagazine.com

March 2, 2008

smashing Magazine is one of the best site that i ever find in the internet. i just heard about this. It published several articles on different aspect of programming. You can easily increase your technical knowledge from this. This site always updated with latest article, tutorial etc. It includes article and tutorial on
CSS, AJAX, PHP, [...]

Introduction to ExtJs

March 2, 2008

Anyone new to using the Ext library or trying to learn more about it has come to the right place. This tutorial will walk through Ext basic concepts and how to get a dynamic page up and running quickly. It is assumed that the reader has some Javascript experience and a basic understanding of the [...]

Scriptaculous

March 2, 2008

Scriptaculous is a library that makes use of Prototype to deliver a rich set of high-level functionality that the developer can put to work directly in creating polished interactive user interfaces. On its own, Prototype smoothes out many of the wrinkles of Ajax development. When used with Scriptaculous, it transforms the way in which we [...]

Email Checking using RegExpression

March 2, 2008

This script is executed when you press the button:

function checkMail() {
var x = document.forms[0].email.value;
var filter = /^([a-zA-Z0-9_.-])+
@(([a-zA-Z0-9-])+.)+
[...]

Export MySQL to Excel

March 2, 2008

 
Tool: php_writeexcel

It allows you to generate Microsoft Excel documents on
your PHP enabled Web server without any other tools.
Demos are given bellows on the following site
http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel