Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

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

simply_mark

 
 
Symbianize Angel
Veteran Member
Messages
2,504
Reaction score
88
Points
128
Last edited:
Java Guides, Tutorials, Web Resources, and E-books Compilation​

What is Java?

Wikipedia:
Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and widely used from application software to web application.

Official Website:
[SIZE="3"]http://www.java.com/en[/SIZE]/


Code:
[b][COLOR="Purple"][SIZE="3"]Java Lessons and Resources:[/SIZE][/COLOR][/b]

Java IRC Bot
Introduction to Programming Using Java
Java Programming Resources
Java Programming FAQs and Tutorials
Java Programming Examples
Java Programming Notes
Getting started with Java
Beginner Java Tutorial
Java Programming Style Guidelines
Java - Programmer's Heaven
Sockets programming in Java
Java Programming ... From the Grounds Up
Intro to JavaFX - Dummy Chess
Programming 2D Games in J2ME
Generics in Java – Part I
An Introduction to Java GUI Programming
Executing commands on a remote machine - Part 1
4 Simple Rules for Effective Bug-free Concurrent Programming
How to Write Small and Useful Programs
Java Chat With Customizable GUI
Tracing in Java applications
Quick Mail using Java Mail API
Using Sockets in Java - Server
Tab Control in Java ( in AWT)


Code:
[B][COLOR="Purple"][SIZE="3"]Useful Website Links:[/SIZE][/COLOR][/B]

http://www.codeproject.com/KB/java/
www.info4java.com/
http://www.beginner-java-tutorial.com/
http://www.javapassion.com/javaintro/
http://www.webpelican.com/internet-programming-1/
http://home.cogeco.ca/~ve3ll/jatutor0.htm
[http://java.sun.com/new2java/index.jsp
http://www.cafeaulait.org/
http://java.sun.com/developer/onlineTraining/JavaIntro/
http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/index.html
http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/
http://www.extropia.com/tutorials/java/toc.html
http://java.sun.com/docs/books/tutorial/
http://www.cafeaulait.org/javatutorial.html
http://www.javacoffeebreak.com/tutorials/index.html
http://www.cs.cmu.edu/~jch/java/optimization.html
http://www.apl.jhu.edu/~hall/java/Swing-Tutorial/Swing-Tutorial-Printing.html
http://www.javacoffeebreak.com/java101/java101.html
http://java.sun.com/developer/technicalArticles/releases/1.4regex/
http://www.vijaymukhi.com/vmis/java.html
http://java.sun.com/docs/books/tutorial/deployment/jar/
http://www.woodger.ca/jv_top.htm
http://www.webdeveloper.com/java/java_programming_grounds_up.html
http://javaboutique.internet.com/
http://www.mandomartis.com/onlinecourses/courses.html
http://java.sun.com/developer/onlineTraining/collections/index.html
http://www.cs.drexel.edu/~shartley/ConcProgJava/index.html
http://www.artima.com/designtechniques/initialization.html
http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html
http://java.sun.com/developer/onlineTraining/Security/Fundamentals/abstract.html
http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html
http://www.acm.org/crossroads/xrds4-2/serial.html
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/
http://www.apl.jhu.edu/~hall/java/CGI-with-Java.html
http://java.sun.com/developer/onlineTraining/JavaMail/index.html
http://java.sun.com/developer/onlineTraining/rmi/
http://www.onjava.com/pub/a/onjava/excerpt/java_xml_2_ch2/index.html
http://netbeans.org/kb/articles/learn-java.html
http://java.sun.com/docs/books/tutorial/java/index.html
www.freejavaguide.com/


Code:
[COLOR="Purple"][SIZE="3"][B]Java Programming E-books: (Direct Download):[/B][/SIZE][/COLOR]

Mastering Enterprise JavaBeans Third Edition

Java Programming Guide

Java™ Coding Style Guide

Introduction to Programming Using Java

Intro to Java Programming

1000 Java Tips!
 
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:
[B][COLOR="Purple"][SIZE="4"]Java Lessons and Resources:[/SIZE][/COLOR][/B]

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:
[B][SIZE="3"][COLOR="Purple"]Other Useful Website Links:[/COLOR][/SIZE][/B]

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_and_mysql_tutorial_-_lesson_1/
http://www.homeandlearn.co.uk/php/php.html
http://code2design.com/lesson_1_welcome_to_php
https://learnable.com/courses/php-mysql-web-development-for-beginners-13
http://www.coursesweb.net/php-mysql/
http://www.hotscripts.com/listing/beginner-php-tutorial-25-lessons/
http://www.codezenith.co.uk/




Code:
[B][SIZE="3"][COLOR="purple"]PHP E-books (Direct Download:[/COLOR][/SIZE][/B]

Introduction to PHP Programming
http://netpub.cstudies.ubc.ca/oleary/phpintro/docs/learning_objectives_php_intro.pdf

PHP Programming
http://www.cs.cf.ac.uk/Dave/Internet/Lectures/PHP_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/phpadvanced/docs/learning_objectives_PHP_advanced.pdf

Power Programming in PHP
http://www.nusphere.com/news/articles/ddj6714-final.pdf
 
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[/COLOR][/SIZE]



Code:
[b][COLOR="Purple"][SIZE="3"]Visual Basic Lessons and Resources:[/SIZE][/COLOR][/b]


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:
[B][COLOR="Purple"][SIZE="3"]Useful Website Links:[/SIZE][/COLOR][/B]

http://www.tutorialized.com/tutorials/Visual-Basic/1
http://www.free-ed.net/free-ed/infotech/informit/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:
[COLOR="Purple"][SIZE="3"][B]Visual Basic Programming E-books: (Direct Download):[/B][/SIZE][/COLOR]

Visual Basic Guides
http://doc.us.extensis.com/Portfolio8-VisualBasic-Guide.pdf

Programming in Visual Basic 6.0
http://www.hsc.csu.edu.au/sdd/core/package/solution_package/tutorials/visualbasic_tutorial.pdf

Learn Visual Basic 6.0
http://www.uop.edu.jo/download/rese...ic - Learn Visual Basic 6.0 (Nice Manual).pdf

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

Database Access with Visual Basic
http://www.uop.edu.jo/download/rese...puter - database access with visual basic.pdf

Tools For Visual Basic.pdf - Microsoft Corporation
http://download.microsoft.com/downl...C7FD528781E2/Tools for Visual Basic_SL7.0.pdf
 
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:
[b][COLOR="Purple"][SIZE="3"]Visual Basic.Net Lessons and Resources:[/SIZE][/COLOR][/b]

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/tutorials/Visual-Basic/.NET/1

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



Code:
[B][COLOR="Purple"][SIZE="3"]Other Useful Website Links:[/SIZE][/COLOR][/B]

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/forum/92-vbnet-tutorials/
http://www.vbdotnetheaven.com/2/165/VB-Net-tutorials.aspx
http://searchwindevelopment.techtarget.com/definition/Visual-Basic-NET



Code:
[COLOR="Purple"][SIZE="3"][B]Visual Basic.Net E-books: (Direct Download):[/B][/SIZE][/COLOR]

Welcome to Visual Basic .NET
http://media.wiley.com/product_data/excerpt/49/07645438/0764543849.pdf

Programming in VB.NET
http://media.visual-paradigm.com/me...pdf/dbva_dotnet_programmer_guide_chapter7.pdf

Visual Basic 6 and Visual Basic .NET: Differences
http://download.microsoft.com/download/C/C/8/CC8C1F44-D96F-4E74-8C8A-0734D958610C/Chapter2.pdf

Visual Basic .NET Tutorial
http://www.cs.iusb.edu/internship/papers/pmichelbrink/VisualStack.pdf

VB.NET Quick Reference
http://www.digilife.be/quickreferences/QRC/VB.NET Quick Reference.pdf

Programming Visual Basic.NET
http://www.uop.edu.jo/download/PdfCourses/vb.net/First Edition.pdf

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

INTRODUCTION TO VB.NET MANUAL
http://www.uop.edu.jo/download/PdfCourses/vb.net/VB.Net Main Training Manua Sepelangl.pdf
 
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:
[b][COLOR="Purple"][SIZE="3"]HTML Lessons and Resources:[/SIZE][/COLOR][/b]

W3schools HTML Tutorial (Best HTML Tutorial Provider for me :D)
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:
[B][COLOR="Purple"][SIZE="3"]Useful Website Links:[/SIZE][/COLOR][/B]

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/beginningtutorials/a/bl_htmltutorial.htm
http://free-html-tutorials.com/
http://www.myhtmltutorials.com/
http://www.webreference.com/html/tutorials/



Code:
[COLOR="Purple"][SIZE="3"][B]HTML E-books: (Direct Download):[/B][/SIZE][/COLOR]

HyperText Markup Language (HTML)
http://notes.corewebprogramming.com/student/HTML-Introduction.pdf

Basic HTML Programming
http://www.cs.cf.ac.uk/Dave/Internet/Lectures/Handout_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/student/HTML-Introduction.pdf
 
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:
[b][COLOR="Purple"][SIZE="3"]C++ Lessons and Resources:[/SIZE][/COLOR][/b]

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:
[B][COLOR="Purple"][SIZE="3"]Other Useful Website Links:[/SIZE][/COLOR][/B]

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/LinuxTutorialC++STL.html


Code:
[COLOR="Purple"][SIZE="3"][B]C++ E-books: (Direct Download):[/B][/SIZE][/COLOR]

An Overview of the C++ Programming Language
http://www2.research.att.com/~bs/crc.pdf

ABSOLUTE C++
http://www.aw-bc.com/info/savitch/absolute/SavitchPreface.pdf

More C++
http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/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
 
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:
[b][COLOR="Purple"][SIZE="3"]C Lessons and Resources:[/SIZE][/COLOR][/b]

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/Comp_Phys/General/C_basics/



Code:
[B][COLOR="Purple"][SIZE="3"]Other Useful Website Links:[/SIZE][/COLOR][/B]

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:
[COLOR="Purple"][SIZE="3"][B]C++ E-books:[/B][/SIZE][/COLOR]

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/mac/documentation/Cocoa/Conceptual/ObjectiveC/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/rtornai/Kernighan_Ritchie_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/documentation/userguides/c/l922.pdf

Expert C Programming
http://www.comp.nus.edu.sg/~xujia/Expert.C.Programming.pdf
 
Last edited:
Python Programmming Guides, Tutorials, Web Resources, and E-books Compilation​

What is Phyton Programmming?

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.python.org/
Documentation:
http://www.python.org/doc/
Download:
http://www.python.org/getit/


Code:
[b][COLOR="Purple"][SIZE="3"]Phyton Programmming Lessons and Resources:[/SIZE][/COLOR][/b]

Phyton Tutorial @ Phyton.org
http://docs.python.org/tutorial/

Python Tutorial, Reference Guides, Tools and Utilities
http://www.tutorialspoint.com/python/

Python Programming Tutorial for Beginners
http://www.dickbaldwin.com/tocpyth.htm

Python Programming Lessons
http://www.java2s.com/Tutorial/Python/CatalogPython.htm


Code:
[B][COLOR="Purple"][SIZE="3"]Other Useful Website Links:[/SIZE][/COLOR][/B]

http://igraph.wikidot.com/python-tutorial
http://www.mtdev.com/2002/08/python-tutorial
http://zetcode.com/tutorials/pythontutorial/
http://sthurlow.com/python/
http://www.pyschools.com/
http://www.penzilla.net/tutorials/python/
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
http://www.pythontutorial.org/
http://www.tutorialized.com/tutorials/Python/1



Code:
[COLOR="Purple"][SIZE="3"][B]Phyton Programmming E-books: (Direct Download):[/B][/SIZE][/COLOR]

Python Programming
http://www.osc.edu/supercomputing/training/python/python_pt1_0702.pdf

Effective Python Programming
http://www.interlink.com.au/anthony/tech/talks/OSCON2005/effective_r27.pdf

Core Python Programming
http://cpp.wesc.webfactional.com/infoEN.pdf

Python programming language
http://www.fordantitrust.com/files/python.pdf

Expert python programming.pdf ( 10.21 MB )
http://asaha.com/ebook/DMzg5/Expert-python-programming.pdf

Programming Fundamentals and Python
http://www.uop.edu.jo/download/PdfCourses/python/programming.pdf

OReilly Core Python Programming.pdf ( 7.80 MB )
http://asaha.com/ebook/wMDkw/OReilly-Core-Python-Programming.pdf

Advanced Python Programming
http://man.lupaworld.com/content/develop/Advanced_Python_programming.pdf

Programming in Python
http://trillian.randomstuff.org.uk/~stephen//talks/python.pdf

Introduction to Programming using Python
http://www.pasteur.fr/formation/infobio/python/support.pdf
 
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:
[B][COLOR="Purple"][SIZE="4"]SQL Programming Lessons and Resources:[/SIZE][/COLOR][/B]

SQL Tutorial, Manual, Guides, and Reference
http://sqlzoo.net/


Online SQL Tutorials, References, Documentation
http://www.thefreecountry.com/documentation/onlinesql.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:
[B][SIZE="3"][COLOR="Purple"]Other Useful Website Links:[/COLOR][/SIZE][/B]

http://www.pickatutorial.com/tutorials/sql_1.htm
http://www.plsql-tutorial.com/
http://www.tutorialized.com/tutorial/Beginning-SQL-Programming/7144
http://infogoal.com/sql/
http://www.codingway.com/2011/09/sql-programming-tutorial-sql-defined.html
http://www.java2s.com/Tutorial/Oracle/0480__PL-SQL-Programming/Catalog0480__PL-SQL-Programming.htm



Code:
[B][SIZE="3"][COLOR="purple"]SQL Programming E-books (Direct Download:[/COLOR][/SIZE][/B]

SQL Programming
http://infolab.stanford.edu/~ullman/fcdb/spr99/lec10.pdf

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

ADVANCED SQL PROGRAMMING TECHNIQUES
http://www.sysed.com/DnLoads/QualityContents/DB2AppsPrgAdv/04_702ADVch01_qcds.pdf

PL/SQL User's Guide and Reference
http://www.stanford.edu/dept/itss/docs/oracle/10g/appdev.101/b10807.pdf

DATABASE PROGRAMMING WITH PL/SQL
https://academy.oracle.com/pages/docs_pdfs_zip/11g_2010-2011_PLSQL_course_outline_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/product_manuals/sqlanywhere/1001/en/pdf/dbpgen10.pdf

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1
http://www.oracle.com/technetwork/database/rdb/0307-sql1999-130211.pdf
 
Javascript Guides, Tutorials, Web Resources, and E-books Compilation​

What is Javascript?

Wekipedia:
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented,[6] imperative, and functional[1][7] programming styles.
JavaScript was formalized in the ECMAScript language standard and is primarily used in the form of client-side JavaScript, implemented as part of a Web browser in order to provide enhanced user interfaces and dynamic websites. This enables programmatic access to computational objects within a host environment.
JavaScript's use in applications outside Web pages — for example in PDF documents, site-specific browsers, and desktop widgets — is also significant. Newer and faster JavaScript VMs and frameworks built upon them (notably Node.js) have also increased the popularity of JavaScript for server-side web applications.
JavaScript uses syntax influenced by that of C. JavaScript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. The key design principles within JavaScript are taken from the Self and Scheme programming languages.

Code:
[B][COLOR="Purple"][SIZE="4"]Javascript Lessons and Resources:[/SIZE][/COLOR][/B]

Javascript Tutorial (W3Schools)
http://www.w3schools.com/js/

JavaScript Reference and Manual
http://edutechwiki.unige.ch/en/JavaScript_links

JavaScript Tutorial for the Total Non-Programmer
http://webteacher.com/javascript/

JavaScript Tutorial for Programmers
http://www.wdvl.com/Style/JavaScript/Tutorial/

JavaScript Tutorial and Guides
http://www.cs.brown.edu/courses/bridge/1998/res/javascript/javascript-tutorial.html

Javascript Complete Tutorial
http://www.quackit.com/javascript/tutorial/


Code:
[B][SIZE="3"][COLOR="Purple"]Other Useful Website Links:[/COLOR][/SIZE][/B]

http://www.howtocreate.co.uk/tutorials/javascript/
http://www.echoecho.com/javascript.htm
http://www.webdeveloper.com/javascript/javascript_js_tutorial.html
http://www.java2s.com/Tutorial/JavaScript/CatalogJavaScript.htm
http://www.learn-javascript-tutorial.com/
http://www.trans4mind.com/personal_development/JavaScript/index.html
http://www.functionx.com/javascript/index.htm
http://www.javascriptkit.com/javatutors/
http://www.tizag.com/javascriptT/
http://www.pageresource.com/jscript/
http://www.htmlgoodies.com/beyond/javascript



Code:
[B][SIZE="3"][COLOR="purple"]Javascript E-books (Direct Download:[/COLOR][/SIZE][/B]

The JavaScript Language
http://www.cs.rpi.edu/~hollingd/eiw/notes/JSProgs/JSProgs.pdf

Using JavaScript as a Real Programming Language
http://research.sun.com/techrep/2007/smli_tr-2007-168.pdf

Getting Started with JavaScript Programming
http://ptgmedia.pearsoncmg.com/images/9780672328794/samplechapter/0672328798_CH03.pdf

JavaScript Programming Practices
http://www.javascriptref.com/pdf/ch23_ed2.pdf

JavaScript - Core Web Programming
http://notes.corewebprogramming.com/student/JavaScript.pdf

JavaScript
http://notes.corewebprogramming.com/student/JavaScript.pdf

Simply JavaScript
http://www.sitepoint.com/books/javascript1/javascript1-sample.pdf

JavaScript Bible
http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf

Credits: www.google.com and to the original author of each tutorials.
:hat:
 
TS parequest man po ng e-book s PHP + MYSQL yung walang mga error na example codes ..yung book ko ksi dito dami error yung mga example na codes nila eh :slap:
 
Wow, sulit ts ah..malaman..salamat po dito..subscribing..:clap:
 
SQL Programming Guides, Tutorials, Web Resources, and E-books Compilation​







Code:
[B][COLOR="Purple"][SIZE="4"]SQL Programming Lessons and Resources:[/SIZE][/COLOR][/B]

SQL Tutorial, Manual, Guides, and Reference
http://sqlzoo.net/


Online SQL Tutorials, References, Documentation
http://www.thefreecountry.com/documentation/onlinesql.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:
[B][SIZE="3"][COLOR="Purple"]Other Useful Website Links:[/COLOR][/SIZE][/B]

http://www.pickatutorial.com/tutorials/sql_1.htm
http://www.plsql-tutorial.com/
http://www.tutorialized.com/tutorial/Beginning-SQL-Programming/7144
http://infogoal.com/sql/
http://www.codingway.com/2011/09/sql-programming-tutorial-sql-defined.html
http://www.java2s.com/Tutorial/Oracle/0480__PL-SQL-Programming/Catalog0480__PL-SQL-Programming.htm



Code:
[B][SIZE="3"][COLOR="purple"]SQL Programming E-books (Direct Download:[/COLOR][/SIZE][/B]

SQL Programming
http://infolab.stanford.edu/~ullman/fcdb/spr99/lec10.pdf

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

ADVANCED SQL PROGRAMMING TECHNIQUES
http://www.sysed.com/DnLoads/QualityContents/DB2AppsPrgAdv/04_702ADVch01_qcds.pdf

PL/SQL User's Guide and Reference
http://www.stanford.edu/dept/itss/docs/oracle/10g/appdev.101/b10807.pdf

DATABASE PROGRAMMING WITH PL/SQL
https://academy.oracle.com/pages/docs_pdfs_zip/11g_2010-2011_PLSQL_course_outline_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/product_manuals/sqlanywhere/1001/en/pdf/dbpgen10.pdf

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1
http://www.oracle.com/technetwork/database/rdb/0307-sql1999-130211.pdf
ok slamat dito
 
Thank You TS!! :praise:
Try ko mag aral ng ibang language. :thumbsup:
 
salamat po sa lahat sir...talagang maasahan po talaga kayong lahat dito sa symb maraming maraming salamat po!:thumbsup::weep:
 
E up natin TS para my makakita tamad ksi yung iba gumamit ng search :salute:
 
Back
Top Bottom