Go Back   Pictual Design Forums > Webmaster > Programming
Top Posters Referers Register Members List Calendar Search Today's Posts Mark Forums Read

Programming Post any problems that you have coding or post any topics about coding here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-01-2005, 01:54 PM
Glitch Glitch is offline
Returning Member
Advanced Member (50+ posts)
 
Location: That place, with that thing?
Rep Power: 0
Glitch is off the scale
Send a message via MSN to Glitch
Default

Ok, now, where to begin.....

C++

Released in 1985, C++ is an object-oriented programming language created by Bjarne Stroustrup. C++ maintains almost all aspects of the C language, while simplifying memory management and adding several features - including a new datatype known as a class (you will learn more about these later) - to allow object-oriented programming. C++ maintains the features of C which allowed for low-level memory access but also gives the programmer new tools which simplify memory management.

Download a compiler here: http://www.bloodshed.net/devcpp.html

Tutorials, Documentation, and Artcles:

- http://devcentral.iticentral.com/art...++/default.php
- http://www.cs.wustl.edu/~schmidt/C++/
- http://www.cplusplus.com/doc/tutorial/
- http://www.programmersheaven.com/zone3/mh24.htm

------------------------------------------

HTML/DHTML (Hyper-Text Markup Language)

Stands for Hyper Text Markup Language and is the authoring language used in the creation of documents for the World Wide Web. HTML was initially created for use as a universal common document language for the World Wide Web. It indicates the type of information rather than the exact way it is to be presented. The actual presentation is left to the software that converts the contents to a suitable format for viewing. Text in an HTML document can be translated on-the-fly by a machine translator whereas text embedded in images and graphics (gifs, jpegs) must be localized.

Tutorials, Documentation, and Artcles:

- http://www.davesite.com/webstation/html/
- http://www.seekeasy.net/html/
- http://www.htmlgoodies.com/primers/basics.html
- http://www.cwru.edu/help/introHTML/toc.html
- http://hotwired.lycos.com/webmonkey/

------------------------------------------

Java

Java is a simple, object-oriented, distributed, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded, and dynamic language and software platform.

Java is first a programming language, developed by Sun Microsystems around 1992, intended for use on the computers inside cell phones and similar devices. Java is second an interpreter, the Java virtual machine, compiled into popular Web browsers such as Netscape Navigator. Java is third a security system that purports to guarantee that a program downloaded from an untrusted source on the Internet can run safely inside the interpreter. Java is the only realistic way for a Web publisher to take advantage of the computing power available on a user's desktop.

Note that Java is not the same as Java-Script.

Tutorials, Documentation, and Artcles:

- http://www.java.com
- http://java.sun.com/learning/new2java/index.html
- http://www.freewarejava.com/tutorials/index.shtml
- http://www.javacoffeebreak.com/
- http://www.devshed.com/c/b/Java/

------------------------------------------

Perl (Practical Extraction and Reporting Language)

Perl is a high-level programming language with an eclectic heritage written by Larry Wall and a cast of thousands. It derives from the ubiquitous C programming language and to a lesser extent from sed, awk, the Unix shell, and at least a dozen other tools and languages. Perl's process, file, and text manipulation facilities make it particularly well-suited for tasks involving quick prototyping, system utilities, software tools, system management tasks, database access, graphical programming, networking, and world wide web programming. These strengths make it especially popular with system administrators and CGI script authors, but mathematicians, geneticists, journalists, and even managers also use Perl.

Download it here: http://www.perl.com/download.csp

Tutorials:

- http://www.lies.com/begperl/
- http://www.devlearn.com/perl/
- http://www.devshed.com/c/b/Perl/
- http://www.steve.gb.com/perl/tutorial.html
- http://www.perlarchives.com/
- http://perl-begin.berlios.de/
- http://www.perlmonks.com/
- http://www.perldoc.com/

------------------------------------------

php (PHP: Hypertext Preprocessor)

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.

Download it here: http://www.php.net/downloads.php

Tutorials, Documentation, and Artcles:

- http://www.php.net/docs.php
- http://www.php.net/tut.php
- http://www.devshed.com/c/b/PHP/
- http://www.zend.com/zend/tut/
- http://www.php.net/tut.php
- http://phpbuilder.com/columns/

------------------------------------------

Python

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on news:comp.lang.python -- or just try compiling Python yourself.

Download it here: http://python.org/download/

Tutorials, Documentation, and Artcles:

- http://python.org/doc/
- http://www.python.org/doc/current/tut/tut.html
- http://www.devshed.com/c/b/Python/
- http://s8.invisionfree.com/Python_Programming/index.php

------------------------------------------

Visual Basic

A visual programming environment from Microsoft, used for developing Windows applications. Visual BASIC makes it possible to develop practical programs very quickly. The programmer designs windows graphically, then drags program elements, represented by icons, from the Visual BASIC Toolbox, and writes BASIC code for each element. Visual BASIC is event-driven; procedures are called automatically when the end user chooses menu items, clicks the mouse, moves objects on the screen, etc.

Tutorials, Documentation, and Artcles:

- http://msdn.microsoft.com/vbasic/
- http://www.imt.net/~joe/matt/program/vb/Tutorials/
- http://cuinl.tripod.com/tutorials.htm
- http://www.xploiter.com/mirrors/vbtut/
- http://www.devdos.com/vb/Visual_Basic.shtml

------------------------------------------


-Glitch
Reply With Quote
  #2  
Old 12-05-2005, 07:08 PM
xMikey xMikey is offline
Returning Member
 
Location: Michigan
Rep Power: 0
xMikey is off the scale
Default

Nice this will be very helpful! Specially since I'm trying to learn python and C++.
__________________
Blog - [x]
Reply With Quote
  #3  
Old 12-06-2005, 03:13 PM
Glitch Glitch is offline
Returning Member
Advanced Member (50+ posts)
 
Location: That place, with that thing?
Rep Power: 0
Glitch is off the scale
Send a message via MSN to Glitch
Default

No problem.
Reply With Quote
  #4  
Old 12-15-2005, 03:05 AM
Shibby Shibby is offline
Returning Member
 
Rep Power: 0
Shibby is off the scale
Default

wow kewl ill b needing this soon as im getting VB :P
Reply With Quote
  #5  
Old 08-31-2006, 06:41 AM
Mifano's Avatar
Mifano Mifano is offline
Lives Here
Advanced Member (50+ posts)
 
Location: Stockholm, SWE
Rep Power: 5
Mifano is on a distinguished road
Send a message via MSN to Mifano
Default

Really nice, thank you very much!
__________________
Whenever i comment, suggest and post, im ME!
Reply With Quote
  #6  
Old 11-29-2006, 03:24 PM
imgtube imgtube is offline
Returning Member
 
Rep Power: 0
imgtube is on a distinguished road
Default

thanks, i will have a look at these later
__________________
Fast and Free Image Hosting-
http://www.imgtube.com/main.htm
$1/Month Cheap Advertising- admin@imgtube.com
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 07:02 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.