C Programming Guides, Tutorials, Web Resources, and E-books Compilation

C Programming Guides, Tutorials, Web Resources, and E-books Compilation


What is C Programming?

Wikipedia:
C (pronounced like the letter C) is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Although C was designed for implementing system software,it is also widely used for developing portable application software.
C is one of the most widely used programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C.

Code:
C Lessons and Resources:
Cprogramming.com Tutorial: Introduction to C
http://www.cprogramming.com/tutorial/c/lesson1.html


C Programming Overview and Tutorial
http://randu.org/tutorials/c/

Guides in C Programming
http://www.cs.cf.ac.uk/Dave/C/CE.html

C Programming Tutorial (K&R version 4)
http://www.iu.hio.no/~mark/CTutorial/CTutorial.html

C Language Tutorial with Code Samples
http://einstein.drexel.edu/courses/C...eral/C_basics/



Code:
Other Useful Website Links:
http://cprogramming.pickatutorial.com/
http://www2.its.strath.ac.uk/courses/c/
http://www.eskimo.com/~scs/cclass/cclass.html
http://www.java2s.com/Tutorial/C/CatalogC.htm
http://www.cprogramming.com/
http://www.friedspace.com/CProg.html
http://cprogramminglanguage.net/



Code:
C++ E-books:
The C Programming Guide
MF Link: http://www.mediafire.com/?wqjnohnf0lh

Introduction to C programming
http://www.cs.vu.nl/~jason/college/college1.pdf

Essential C
http://cslibrary.stanford.edu/101/EssentialC.pdf

The Objective-C Programming Language
http://developer.apple.com/library/m...tiveC/ObjC.pdf

Programming with C
http://www.mu.ac.in/myweb_test/mca_sem1syll.pdf

The C Programming Language Ritchie & Kernighan
http://cgip.inf.unideb.hu/eng/rtorna...Language_C.pdf

Beej's Guide to C Programming
http://beej.us/guide/bgc/output/print/bgc_A4.pdf

Programming in C
http://www.oucs.ox.ac.uk/documentati...des/c/l922.pdf

Expert C Programming
http://www.comp.nus.edu.sg/~xujia/Ex...rogramming.pdf

C++ Guides, Tutorials, Web Resources, and E-books Compilation

C++ Guides, Tutorials, Web Resources, and E-books Compilation


What is C++?

Wikipedia:
C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was later renamed C++ in 1983.
C++ is one of the most popular programming languages with application domains including systems software (such as Microsoft Windows), application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java.
C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.

Official Website:
www.cplusplus.com


Code:
C++ Lessons and Resources:
C++ Language Tutorial (cplusplus.com)
http://www.cplusplus.com/doc/tutorial/

The C++ Tutorial (Learncpp)
http://www.learncpp.com/

C++ Programming Guides
http://www.cprogramming.com/tutorial.html

C++ Online Training
http://www.java2s.com/Tutorial/Cpp/CatalogCpp.htm

Online C++ Guides and Tutorial
http://www.intap.net/~drw/cpp/


Code:
Other Useful Website Links:
http://www.glenmccl.com/tutor.htm
http://www.cs.wustl.edu/~schmidt/C++/
http://www.4p8.com/eric.brasseur/cppcen.html
http://www.functionx.com/cpp/
http://cplus.about.com/od/learning1/a/cpptutorial.htm
http://cpp-tutorial.cpp4u.com/
http://www.yolinux.com/TUTORIALS/Lin...ialC++STL.html


Code:
C++ E-books: (Direct Download):
An Overview of the C++ Programming Language
http://www2.research.att.com/~bs/crc.pdf

ABSOLUTE C++
http://www.aw-bc.com/info/savitch/ab...tchPreface.pdf

More C++
http://www-h.eng.cam.ac.uk/help/tpl/...++/doc/doc.pdf

The C++ Language Tutorial
http://www.cplusplus.com/files/tutorial.pdf

An Overview of C++
http://www.cs.wustl.edu/~schmidt/PDF/C++-overview4.pdf

Thinking in C++ 2nd edition Volume 2
http://www.lib.ru.ac.th/download/e-books/Tic2Vtwo.pdf

SQL Programming Guides, Tutorials, Web Resources, and E-books Compilation

SQL Programming Guides, Tutorials, Web Resources, and E-books Compilation


What is SQL Programming?

Wekipedia:
SQL (officially /'?s kju? '?l/, often /?si?kw?l/; often referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS).
Originally based upon relational algebra and tuple relational calculus, its scope includes data insert, query, update and delete, schema creation and modification, and data access control.
SQL was one of the first commercial languages for Edgar F. Codd's relational model, as described in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks."Despite not adhering to the relational model as described by Codd, it became the most widely used database language.Though often described as, and to a great extent is a declarative language, SQL also includes procedural elements. SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standards (ISO) in 1987. Since then the standard has been enhanced several times with added features. However, issues of SQL code portability between major RDBMS products still exist due to lack of full compliance with, or different interpretations of the standard. Among the reasons mentioned are the large size, and incomplete specification of the standard, as well as vendor lock-in.


Code:
SQL Programming Lessons and Resources:
SQL Tutorial, Manual, Guides, and Reference
http://sqlzoo.net/


Online SQL Tutorials, References, Documentation
http://www.thefreecountry.com/docume...nlinesql.shtml

SQL Tutorial & SQL Query Reference
http://www.1keydata.com/sql/sql.html

Beginner SQL Tutorial
http://beginner-sql-tutorial.com/sql.htm

SQL Programming Tutorial (W3Schools)
http://www.w3schools.com/sql/default.asp

SQL Server Tutorial
http://www.quackit.com/sql_server/tutorial/



Code:
Other Useful Website Links:
http://www.pickatutorial.com/tutorials/sql_1.htm
http://www.plsql-tutorial.com/
http://www.tutorialized.com/tutorial...ogramming/7144
http://infogoal.com/sql/
http://www.codingway.com/2011/09/sql...l-defined.html
http://www.java2s.com/Tutorial/Oracl...rogramming.htm



Code:
SQL Programming E-books (Direct Download:
SQL Programming
http://infolab.stanford.edu/~ullman/...pr99/lec10.pdf

Oracle Rdb7™ Guide to SQL Programming
http://download.oracle.com/otn_hoste...db/pdf/gsp.pdf

ADVANCED SQL PROGRAMMING TECHNIQUES
http://www.sysed.com/DnLoads/Quality...Vch01_qcds.pdf

PL/SQL User's Guide and Reference
http://www.stanford.edu/dept/itss/do...101/b10807.pdf

DATABASE PROGRAMMING WITH PL/SQL
https://academy.oracle.com/pages/doc...utline_web.pdf

Oracle PL/SQL Programming
http://www.gbv.de/dms/hebis-darmstadt/toc/195371178.pdf

SQL Anywhere® Server Programming
http://www.ianywhere.com/developer/p...f/dbpgen10.pdf

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1
http://www.oracle.com/technetwork/da...999-130211.pdf

HTML Guides, Tutorials, Web Resources, and E-books Compilation

HTML Guides, Tutorials, Web Resources, and E-books Compilation


What is HTML?

Wikipedia:
HyperText Markup Language (HTML) is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.

Code:
HTML Lessons and Resources:
W3schools HTML Tutorial (Best HTML Tutorial Provider for me )
http://www.w3schools.com/html/

Online HTML Coding Tutorial
http://www.htmlcodetutorial.com/

48 HTML Lessons and Guides
http://www.htmltutorials.ca/

EchoEcho HTML Tutorial
http://www.echoecho.com/html.htm

Quackit HTML Guides
http://www.quackit.com/html/tutorial/



Code:
Useful Website Links:
http://www.quackit.com/html/tutorial/
http://www.davesite.com/webstation/html/
http://www.html.net/tutorials/html/
http://www.tizag.com/htmlT/
http://www.pagetutor.com/index.html
http://www.yourhtmlsource.com/
http://www.tutorialized.com/tutorials/HTML/1
http://www.yourhtmlsource.com/
http://webdesign.about.com/od/beginn...mltutorial.htm
http://free-html-tutorials.com/
http://www.myhtmltutorials.com/
http://www.webreference.com/html/tutorials/



Code:
HTML E-books: (Direct Download):
HyperText Markup Language (HTML)
http://notes.corewebprogramming.com/...troduction.pdf

Basic HTML Programming
http://www.cs.cf.ac.uk/Dave/Internet...ndout_5_PF.pdf

HTML and Web Pages
http://www.brics.dk/ixwt/html.pdf

HyperText Markup Language (HTML) - Core Web Programming: Course Notes
http://notes.corewebprogramming.com/...troduction.pdf

Visual Basic.Net Guides, Tutorials, Web Resources, and E-books Compilation

Visual Basic.Net Guides, Tutorials, Web Resources, and E-books Compilation


What is Visual Basic.Net?

Wikipedia:
Visual Basic .NET (VB.NET), is an object-oriented computer programming language that can be viewed as an evolution of the classic Visual Basic (VB), which is implemented on the .NET Framework. Microsoft currently supplies two major implementations of Visual Basic: Microsoft Visual Studio 2010, which is commercial software and Visual Basic Express 2010, which is free of charge.

Code:
Visual Basic.Net Lessons and Resources:
VB.NET Tutorial and source code (VB.Net-Informations)
http://vb.net-informations.com/

Visual Basic .NET Programming for Beginners
http://www.homeandlearn.co.uk/net/vbnet.html

VB.Net Guides and Tutorial
http://www.java2s.com/Tutorial/VB/CatalogVB.htm

Microsoft Visual Basic .NET Tutorials (Tutorialized)
http://www.tutorialized.com/tutorial...l-Basic/.NET/1

VB.Net Tutorial (VB6.us)
http://www.vb6.us/vb-net-tutorials



Code:
Other Useful Website Links:
http://www.withvb.net/
http://www.dotnetperls.com/vbnet
http://www.functionx.com/vbnet/index.htm
http://www.vbnettutorial.net/
http://www.codeproject.com/KB/vb/
http://www.dreamincode.net/forums/fo...net-tutorials/
http://www.vbdotnetheaven.com/2/165/...tutorials.aspx
http://searchwindevelopment.techtarg...sual-Basic-NET



Code:
Visual Basic.Net E-books: (Direct Download):
Welcome to Visual Basic .NET
http://media.wiley.com/product_data/...0764543849.pdf

Programming in VB.NET
http://media.visual-paradigm.com/med...e_chapter7.pdf

Visual Basic 6 and Visual Basic .NET: Differences
http://download.microsoft.com/downlo...C/Chapter2.pdf

Visual Basic .NET Tutorial
http://www.cs.iusb.edu/internship/pa...isualStack.pdf

VB.NET Quick Reference 
http://www.digilife.be/quickreferenc...0Reference.pdf

Programming Visual Basic.NET
http://www.uop.edu.jo/download/PdfCo...%20Edition.pdf

OBJECT-ORIENTED PROGRAMMING WITH VISUAL BASIC.NET
http://assets.cambridge.org/97805215...21539838ws.pdf

INTRODUCTION TO VB.NET MANUAL
http://www.uop.edu.jo/download/PdfCo...0Sepelangl.pdf

Visual Basic Guides, Tutorials, Web Resources, and E-books Compilation

Visual Basic Guides, Tutorials, Web Resources, and E-books Compilation


What is Visual Basic?

Wikipedia:
Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. Visual Basic is relatively easy to learn and use.
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects. Scripting languages such as VBA and VBScript are syntactically similar to Visual Basic, but perform differently.
A programmer can put together an application using the components provided with Visual Basic itself. Programs written in Visual Basic can also use the Windows API, but doing so requires external function declarations.

Official Website:
http://msdn.microsoft.com/en-us/vstudio/hh388568



Code:
Visual Basic Lessons and Resources:

Visual Basic Programming Guide (Microsoft)
http://msdn.microsoft.com/library/y4wf33f0

Visual Basic Guides and Tutorials (VB Tutor)
http://www.vbtutor.net/vb6/vbtutor.html

Learn Visual Basic - Online VB Training
http://visualbasic.freetutes.com/

Visual Basic Guides and Source Code Samples
http://www.vb6.us/




Code:
Useful Website Links:
http://www.tutorialized.com/tutorials/Visual-Basic/1
http://www.free-ed.net/free-ed/infot...mit/itlc04.asp
http://www.provbsolutions.net/
http://www.vbexplorer.com/VBExplorer/VBExplorer.asp
http://cuinl.tripod.com/tutorials/f-11.htm
http://www.visualbasicbooks.com/courses.html
http://www.devdos.com/vb/




Code:
Visual Basic Programming E-books: (Direct Download):
Visual Basic Guides
http://doc.us.extensis.com/Portfolio...asic-Guide.pdf

Programming in Visual Basic 6.0
http://www.hsc.csu.edu.au/sdd/core/p...c_tutorial.pdf

Learn Visual Basic 6.0
http://www.uop.edu.jo/download/resea...%20Manual).pdf

Visual Basic 6 Tutorial
http://www.batul.deu.edu.tr/web/visu...20tutorial.pdf

Database Access with Visual Basic
http://www.uop.edu.jo/download/resea...al%20basic.pdf

Tools For Visual Basic.pdf - Microsoft Corporation
http://download.microsoft.com/downlo...asic_SL7.0.pdf

PHP Guides, Tutorials, Web Resources, and E-books Compilation

PHP Guides, Tutorials, Web Resources, and E-books Compilation


What is PHP?

Wekipedia:
PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. It also has evolved to include a command-line interface capability and can be used in standalone graphical applications. PHP can be deployed on most web servers and as a standalone interpreter, on almost every operating system and platform free of charge. There is also commercial software such as RadPHP, a rapid application development framework for the PHP language. A competitor to Microsoft's Active Server Pages (ASP) server-side script engine and similar languages, PHP is installed on more than 20 million websites and 1 million web servers.


Code:
Java Lessons and Resources:
PHP 101: PHP For the Absolute Beginner
http://devzone.zend.com/node/view/id/627

Server Side Coding : PHP & MySQL Tutorials
http://www.sitepoint.com/subcat/php-tutorials

PHP MySQL Tutorial
http://www.php-mysql-tutorial.com/

Learn PHP Free
http://www.learnphpfree.com/

The Melonfire Community
http://www.melonfire.com/community/c...2&category=PHP

CodeWalkers.com PHP tutorials
http://codewalkers.com/tutorials.php?c=5

Free2Code.com PHP tutorials
http://www.free2code.net/plugins/art...?id=259&page=1

Practical PHP Programming wiki
http://hudzilla.org/phpwiki/index.php?title=Main_Page

W3Schools - PHP Tutorial
http://www.w3schools.com/php/default.asp

Php Tutorials 
http://www.tizag.com/phpT/




Code:
Other Useful Website Links:
http://www.apptools.com/phptools/forms/forms1.php
http://everything-php.nuvvo.com/lessons
http://coding-school.com/php-advanced-lessons/
http://www.webmonkey.com/2010/02/php...al_-_lesson_1/
http://www.homeandlearn.co.uk/php/php.html
http://code2design.com/lesson_1_welcome_to_php
https://learnable.com/courses/php-my...r-beginners-13
http://www.coursesweb.net/php-mysql/
http://www.hotscripts.com/listing/be...al-25-lessons/
http://www.codezenith.co.uk/




Code:
PHP E-books (Direct Download:
Introduction to PHP Programming
http://netpub.cstudies.ubc.ca/oleary..._php_intro.pdf

PHP Programming
http://www.cs.cf.ac.uk/Dave/Internet...Handout_PF.pdf

PHP - Scripting the Web
http://lerdorf.com/socal.pdf

Web Programming with PHP 5
http://www.acm.uiuc.edu/sigsoft/workshops/PHP5.pdf

PHP Programming Language
http://www.culturalview.com/books/php.pdf

Advanced Web Programming with PHP
http://netpub.cstudies.ubc.ca/oleary...P_advanced.pdf

Power Programming in PHP
http://www.nusphere.com/news/articles/ddj6714-final.pdf