Monday, March 30, 2009

Emacs

 

Emacs: The Software Engineer's “Swiss Army Knife''
http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Editors/Emacs.html

A Tutorial Introduction to GNU Emacs
http://www2.lib.uchicago.edu/~keith//tcl-course/emacs-tutorial.html

A guided tour of Emacs with screenshots
http://www.gnu.org/software/emacs/tour/

Tutorial: Emacs for Programmers
http://www.linuxjournal.com/article/2821

Emacs Help Guide
http://www.linuxhelp.net/guides/emacs/

Emacs Beginner's Tutorial
http://www.rootprompt.org/article.php3?article=359

Emacs Beginner's HOWTO
http://jeremy.zawodny.com/emacs/emacs.html

Learning Emacs
http://www.math.utah.edu/lab/unix/emacs.html

Saturday, March 28, 2009

DHTML - Dynamic Hyper Text Markup Language


What is DHTML?

DHTML is the combination of several built-in browser features in fourth generation browsers that enable a web page to be more dynamic


DHTML Reference By Lee Underwood

http://www.webdeveloper.com/reference/dhtml_links.html

 

HTML and DHTML Reference

http://msdn.microsoft.com/en-us/library/ms533050(VS.85).aspx

 

DHTML Tutorial

http://www.w3schools.com/dhtml/default.asp

 

 

DHTML Tutorials

http://www.techtutorials.info/dhtml.html

 

 

DHTML Tutorial

http://www.academictutorials.com/DHTML/

 

DHTML Tutorial

http://www.techiwarehouse.com/cms/engine.php?page_id=94eedc1c

 

JavaScript/DHTML Tutorial

http://www.maconstateit.net/tutorials/JSDHTML/default.htm

 

This tutorial is designed for a college-level class in Web development. 

 

Teach Yourself DHTML in 24 Hours

http://www.jsworkshop.com/dhtmlexamples.html

 

Ryan's DHTML Tutorial

http://www.pageresource.com/dhtml/ryan/index.html

 

DHTML Tutorial

http://www.softlookup.com/tutorial/DHTML/index.asp

CVS-Concurrent Versions System


What is CVS?

Concurrent Versions System, an open-source. network-transparent program that allows developers to keep track of different development versions of source code. CVS does not maintain multiple versions of source code files but keeps a single copy and records of all of the changes that are made. When a developer wants a particular development version of a file, CVS will reconstruct that version based on its records.

 


Practical CVS Tutorial

http://www.cs.utk.edu/~gelas/CONTRIB/tutorial-cvs.pdf

 

The purpose of this tutorial is to provide practical examples of how to use CVS during a typical source development cycle.

 

 Maximizing Your use of CVS

http://www.lodestar2.com/people/dyork/talks/2001/ols/noframes/toc.html

 

 

Learn CVS

http://www.w3reference.com/cvs.html

 

Eclipse and cvs- With screen shots

http://www.fsl.cs.sunysb.edu/~dquigley/cse219/index.php?it=eclipse&tt=cvs

This tutorial will show you how to setup a repository and connect to it through ssh via eclipse.

 

 

Concurrent Versions System

 

http://users.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/

 

 

What is CVS?

 

http://www.cs.utah.edu/dept/old/texinfo/cvs/cvs_2.html

 

 

CVS FAQ’s

http://www.cs.utah.edu/dept/old/texinfo/cvs/FAQ.txt

 

 

CVS With Eclipse IDE

http://www.eclipse.org/eclipse/platform-cvs/#ABOUT

 

 

CVS FAQ

http://wiki.eclipse.org/index.php/CVS_FAQ

 

 

CVS How To

http://www.akadia.com/services/cvs_howto.html

 

 

Friday, March 27, 2009

CSS - Cascading Style Sheets


What is CSS?

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language. Its most common application is to style web pages  written in HTML and  XHTML.

 

CSS2 tutorial

http://www.richinstyle.com/guides/css2.html

 

CSS Tutorial

http://www.w3schools.com/Css/default.asp

You will learn how to use CSS to control the style and layout of multiple Web pages all at once.

 

 Web Design Video Tutorial - Introduction to CSS

http://www.killersites.com/web-design/videos/introduction-to-css.php

 

CSS tutorial

http://www.csstutorial.net/

 

The Complete CSS Tutorial

http://www.echoecho.com/css.htm

 

CSS Beginner Tutorial

http://htmldog.com/guides/cssbeginner/

 

CSS Tutorial

http://www.html.net/tutorials/css/

 

CORBA - Common Object Request Broker Architecture


What is CORBA?

Common Object Request Broker Architecture (CORBA) is an architecture and specification for creating, distributing, and managing distributed program objects in a network. It allows programs at different locations and developed by different vendors to communicate in a network through an "interface broker”.

Introduction to CORBA

http://java.sun.com/developer/onlineTraining/corba/corba.html

This short course will teach you how to use CORBA as found in the Java 2 platform


CORBA Basics

http://www.omg.org/gettingstarted/corbafaq.htm

If You Want To Understand CORBA, This Is The Place To Start!

 

Introduction to the networking of distributed objects & the use of CORBA.

http://www.academictutorials.com/corba/

 

Introduction to CORBA

 http://www.javacommerce.com/displaypage.jsp?name=index.sql&id=18212

 You should be getting a good idea as to what is CORBA and how it can be used to develop applications. You should also have compiled and run a real time application.

 

CORBA Program Development, Part 1

http://www.linuxjournal.com/article/3201

 

CORBA Program Development, Part 2

http://www.linuxjournal.com/article/3213

 

CORBA Program Development, Part 3

http://www.linuxjournal.com/article/3214


CORBA Tutorial

 http://www.grisby.org/presentations/py10code.html

 This provides the source code described in `Distributed Applications with CORBA', a tutorial presented at the Tenth International Python Conference.


Wednesday, March 25, 2009

CGI-Common Gateway Interface

CGI Tutorial 

http://www.megaupload.com/?d=9BOZ4DGB

 

CGI Tutorial By David Nelson 

http://www.expertwebinstalls.com/cgi_tutorial/

 

CGI Made Really Easy

http://www.jmarshall.com/easy/cgi/

 

Beginner's Tutorial for CGI Perl Language

http://www.bin-co.com/perl/tutorial/

 

CGI Programming Is Simple!

http://www.whizkidtech.redprince.net/cgi-bin/tutorial

 

CGI Programming 101: Learn CGI Today!

http://www.cgi101.com/learn/

 

CGI Scripts Learning to publish 

http://www.utexas.edu/learn/cgi/

 

Tuesday, March 24, 2009

C++ Programming Language



C++ Language Tutorial

http://www.cplusplus.com/doc/tutorial/

 

C++ Reference

http://www.cppreference.com/wiki/

 

Online C++ Tutorial

http://www.intap.net/~drw/cpp/

 

C and C++

http://www.cprogramming.com/tutorial/lesson1.html

 

C++ FAQ, Tips, Tricks, Tutorials, Snippets and Articles

http://www.decompile.com/cpp/faq/

 

C++ tutorial for C users

http://www.4p8.com/eric.brasseur/cppcen.html

 

Reducing Dependencies In C++

http://www.flipcode.com/archives/Reducing_Dependencies_In_C.shtml

 

C++ Exception Handling

http://www.flipcode.com/archives/C_Exception_Handling.shtml

 

Available C++ libraries FAQ

http://www.trumphurst.com/cpplibs1.html#Introduction

 

C, C++, Data Structures & Algorithm Analysis

http://www.cpp4u.com/

 

CPP program to do string manipulations

http://www.scribd.com/doc/13597371/CPP-program-to-do-string-manipulations


Linux Cpp Programming....How to...

http://www.scribd.com/doc/186423/Linux-Cpp-ProgrammingHow-to

 


Friday, March 20, 2009

C Programming Language


What is C?
C is a general-purpose computer programming language originally developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories to implement the Unix operating system.



C- Programs with output: 

http://free-c-programs.blogspot.com/

 Introduction to C Programming  

http://www.le.ac.uk/cc/tutorials/c/


Book: Let Us C by Yashwant P Kanetkar:

http://www.scribd.com/doc/12399219/Let-Us-C-5th-Edition-by-Kanetkar

 

C optimisation tutorial

http://www.abarnett.demon.co.uk/tutorial.html


C Programming-Steve Holmes 

http://www2.its.strath.ac.uk/courses/c/

  

C FAQs by Steve Summit

http://www.scribd.com/doc/4756704/C-FAQs-by-Steve-Summit


How to Compile C and C++ Programs on Unix Systems 

http://www.cs.sunysb.edu/~cse230/hw/instructionsV1.1.htm

 

Building and Using Static and Shared C Libraries   

http://users.actcom.co.il/~choo/lupg/tutorials/libraries/unix-c-libraries.html

 

UNIX System Calls and Subroutines Using C

http://www.cs.cf.ac.uk/Dave/C/

 

Compiling "C" And "C++" Programs On Unix Systems 

http://users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html#single_source_c

 

C Programming Notes

http://www.eskimo.com/~scs/cclass/notes/top.html

 

ANSI C for Programmers on UNIX Systems

http://www-h.eng.cam.ac.uk/help/tpl/languages/C/teaching_C/

 

Sams Teach Yourself C in 24 Hours:

http://aelinik.free.fr/c/index.html

 

C Programming 2nd Edition :This is the classic c book read this if you want to learn C.
[PDF] 
http://madison-project.wikidot.com/local--files/tutorials/The_C_Programming_Language.pdf 

Another Good C Programming Site/Tutorial 
[Html] 
http://www.exforsys.com/tutorials/c-language/c-programming-an-overview.html 

More Good C Tutorials 
[Html] 
http://irc.essex.ac.uk/www.iota-six.co.uk/c/ 

All the C you need to know for GTK+ 
[Html] http://www.freesoftwaremagazine.com/articles/all_the_c_you_need_for_gtk_development 


[Pdf] 
http://www.freesoftwaremagazine.com/node/2543/pdf 

C Reference Card (ANSI) "Note: Needs to be replaced with one that is easyer to read" 
[Pdf] 
http://users.ece.utexas.edu/~adnan/c-refcard.pdf 

A Tutorial on Pointers and Arrays in C. 
[Html] http://pweb.netcom.com/~tjensen/ptr/pointers.htm 
[Pdf] 
http://pweb.netcom.com/~tjensen/ptr/pointers.pdf 

A Tutorial on Pointers and Memory 
[Pdf] http://cslibrary.stanford.edu/102/PointersAndMemory.pdf 

If you need small straight to the point examples on how to use differant C lang features & functions. 
[Html] 
http://www.java2s.com/Tutorial/C/CatalogC.htm 
[Html] 
http://www.java2s.com/Code/C/CatalogC.htm


Source For some of the above Links:
http://www.gtkforums.com/about988.html

Wednesday, March 18, 2009

W3Schools - Learn HTML, XML, .NET e.t.c

 

Link: http://www.w3schools.com/

 

Description: At W3Schools, you can study everything you need to learn, in an accessible and handy format.

 

What you can learn?

HTML Tutorials   :   HTML, XHTML, CSS and TCP/IP

XML Tutorials      :  XML, DTD, WAP, Web Services e.t.c

Browser Scripting:  JavaScript, VBScript, Ajax e.t.c

Server Scripting   : SQL, ASP, ADO and PHP

.NET (dotnet)       : Microsoft .Net, ASP e.t.c

Multimedia            : SMIL, Flash e.t.c

Web Building         : Web Building, Web careers and Certification

 

Tuesday, March 17, 2009

Learn PL/SQL


What is PL/SQL?

PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early 90’s to enhance the capabilities of SQL. 

 

First Release: PL/SQL was first released in 1992 as an optional extension to Oracle 6.

 

PL/SQL Tutorial :

 http://plsql-tutorial.com/index.htm

 

Another great tutorial:

 http://it.toolbox.com/blogs/oracle-guide/learn-oracle-the-index-10395

Learn TOAD (Tool For Application Developers) with Video Tutorials

What is TOAD?

TOAD is a tool for Oracle Application Development.

 

Why TOAD?

With Toad, developers and database administrators can use a familiar, proven tool to manage Oracle databases.

 

Download:

You can just go to http://www.quest.com/ and download the free version of Toad.

 

TOAD For SQL:

 http://www.quest.com/toad_for_sql_server/tutorial/tut_01.htm

 

TOAD for DB2: 

http://www.toadworld.com/Portals/0/ToadDB2/Videos/Chap00.htm

 

 

All videos on TOAD for Oracle and Other: 

http://www.toadworld.com/Knowledge/ToadKnowledge/CoffeeBreakBytes/tabid/73/TID/212/cid/74/Default.aspx

 

 

Teach Yourself SAS(Statistical Analysis Software)


What is SAS?

SAS is an integrated system of software solutions that enables you to perform data entry, retrieval, and management, report writing and graphics design, statistical and mathematical analysis.

 If you are new to SAS and trying to learn something about it by yourself this information will help you. The information that I am providing is my collections from web.

SAS Online Documentation: 

Description: This includes thousands of pages of reference material.

Blogspot: 

Description: This blog will give you an idea on SAS and also helps you to prepare for interviews.You can also download SAS books.

Description:  Useful for SAS Programmers

SUGI(SAS User Group International) Papers:
Description:  Papers from the annual event organized by SAS users

Other:     
http://www.puzha.com/sasbook/
http://www.thejuliagroup.com/blog/
http://blogs.sas.com/sasdummy/index.php


SAS Certification Basic Concepts:

Base SAS certification dupms -A00-211