Welcome to the RaGEZONE - MMORPG development forums.

[Resources]

This is a discussion on [Resources] within the Coders' Paradise forums, part of the Evolution : RaGEZONE category; Well i went through the trouble to find the links again and compiled this. Hope you guys like it. www.planetsourcecode.com ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Sep 2004
    Location
    Sydney NSW Aust
    Posts
    2,965
    Liked
    3

    [Resources]

    Click
    Well i went through the trouble to find the links again and compiled this. Hope you guys like it.

    www.planetsourcecode.com
    All you need - Blaminator


    Visual Basic

    Visual Basic (VB) is a programming environment from Microsoft in which a programmer uses a graphical user interface to choose and modify preselected sections of code written in the BASIC programming language.

    www.vbtutor.net/vbtutor.html
    http://www.devdos.com/vb/Visual_Basic.shtml
    http://cuinl.tripod.com/tutorials.htm
    www.imt.net/~joe/matt/program/vb/Tutorials/
    www.xploiter.com/mirrors/vbtut/
    http://www.geocities.com/SiliconVall...07/vbasic.html
    www.vbexplorer.com/VBExplorer/default.asp

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

    C++

    C++ is a general-purpose programming language with a bias towards systems programming. C++ runs on most computers from the most powerful supercomputers to the ubiquitous personal computers. Symbian OS is written in C++.

    www.cprogramming.com/tutorial.html
    www.cyberdiem.com/vin/learn.html
    www.gustavo.net/programming/c__tutorials.shtml
    www.cs.wustl.edu/~schmidt/C++/
    http://www.devcentral.iticentral.com...++/default.php
    www.cplusplus.com/doc/tutorial/

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

    Perl

    Short for Practical Extraction and Report Language, Perl is a programming language developed by Larry Wall, especially designed for processing text. Because of its strong text processing abilities, Perl has become one of the most popular languages for writing CGI scripts. Perl is an interpretive language, which makes it easy to build and test simple programs.

    http://www.lies.com/begperl/
    http://www.devlearn.com/perl/
    http://www.devshed.com/c/b/Perl/
    http://www.perlarchives.com/
    http://perl-begin.berlios.de/
    http://www.perlmonks.com/
    http://www.perldoc.com/
    www.pageresource.com/cgirec/index2.htm
    http://www.sthomas.net/oldpages/robe...l-tutorial.htm

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

    HTML

    HyperText Markup Language. A markup language based on but simpler than SGML used to annotate hypertext documents for publication on the World Wide Web, to take advantage of the WWW;s capacity to connect documents and sectins of documents across the Net.

    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/
    www.w3schools.com/html/
    www.htmlcodetutorial.com/

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

    XML

    Short for Extensible Markup Language, a specification developed by the W3C. XML is a pared-down version of SGML, designed especially for Web documents. It allows designers to create their own customized tags, enabling the definition, transmission, validation, and interpretation of data between applications and between organizations.

    www.w3schools.com/xml/default.asp
    www.xml.com/pub/a/98/10/guide0.html
    www.xmlfiles.com/xml/
    www.spiderpro.com/bu/buxmlm001.html
    www.brics.dk/~amoeller/XML/

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

    PHP

    PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.

    www.php.net/tut.php
    www.w3schools.com/php/default.asp
    www.devshed.com/c/b/PHP
    www.zend.com/php/beginners/index.php
    www.hotscripts.com/PHP/Tips_and_Tutorials/

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

    CSS

    Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how pages are displayed. With CSS, designers and users can create style sheets that define how different elements, such as headers and links, appear. These style sheets can then be applied to any Web page.

    www.w3schools.com/css/default.asp
    www.csszengarden.com/
    http://www.htmlhelp.com/reference/cs...-tutorial.html
    www.echoecho.com/css.htm
    www.css.maxdesign.com.au/
    www.htmlhelp.com/reference/css/

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

    ASP

    Active Server Pages, Microsoft's technology to enables HTML pages to be dynamic and interactive by embedding scripts, ie either VBScript or JScript, Microsoft's alternative of JavaScript. Since the scripts in ASP pages (suffix .asp) are processed by the server, any browser can work with ASP pages regardless of its support for the scripting language used therein.

    www.w3schools.com/asp/default.asp
    www.learnasp.com/learnasp/
    www.webwizguide.info/asp/default.asp
    www.aspin.com/
    www.htmlgoodies.com/beyond/asp/index.php

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

    Java

    Java is an object-oriented programming language developed primarily by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to replace C++, although the feature set better resembles that of Objective C. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly.

    www.java.sun.com/docs/books/tutorial/
    www.ibiblio.org/javafaq/javatutorial.html
    www.freewarejava.com/tutorials/index.shtml
    www.javacoffeebreak.com/tutorials/

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

    FORTRAN

    A high-level programming language that is used primarily for scientific, engineering, and mathematical applications.

    www.donpac.ru/usr/golub/fortran/
    www.mathtools.net/Fortran/Books_and_Tutorials/
    www.fortran.com/fortran/tutorials.html
    www.techtutorials.info/fortran.html
    http://www.freeprogrammingresources....rtrantutr.html

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

    COBOL

    Common Business Oriented Language. A computer programming language invented during the second generation of computers and designed to meet the needs of business. Although less often used today, it was well-suited for writing programs that process large files and generate reports.

    www.csis.ul.ie/COBOL/
    www.techtutorials.info/cobol.html
    www.freebyte.com/programming/cobol/
    www.jaymoseley.com/programming/cobol.htm
    www.programmingtutorials.com/cobol.aspx

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

    Python

    The scripting language integrated into Blender. Python is an interpreted, interactive, object-oriented programming language.

    www.docs.python.org/tut/tut.html
    www.awaretek.com/tutorials.html
    www.python.org/doc/Intros.html
    www.python.org/doc/
    www.devshed.com/c/b/Python
    www.tutorialized.com/tutorials/Python/1

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

    Javascript

    JavaScript is a scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license. It is supported by recent browsers from Netscape and Microsoft, though Internet Explorer supports only a subset, which Microsoft calls Jscript.

    www.w3schools.com/js/default.asp
    www.pageresource.com/jscript/
    www.javascript.internet.com/
    www.webteacher.com/javascript/
    www.webreference.com/js/


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

    Well i hope this helps you in choosing what language you want to learn.
    Last edited by Blaminator; 19-10-05 at 10:57 PM.

  2. #2
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Sep 2004
    Location
    Sydney NSW Aust
    Posts
    2,965
    Liked
    3
    Heres abit more

    Delphi

    An object-oriented programming language developed by Borland International for the rapid development of windowing applications for the PC environment. Delphi has been described as object-oriented Pascal by some programmers.

    http://www.ourworld.compuserve.com/h...K_Boyd/Tut.htm
    www.festra.com/eng/
    www.delphi-central.com/tutorials/
    www.delphi-resource.com/tutorials.shtml
    www.programmingtutorials.com/delphi.aspx
    www.freeprogrammingresources.com/delphi.html

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

    Pascal

    Pascal is one of the landmark computer programming languages on which generations of students "cut their teeth" and variants of which are still widely used today. The popular typesetting system TeX and much of the original Macintosh operating system were written in Pascal.

    www.taoyue.com/tutorials/pascal/
    http://www.ourworld.compuserve.com/h...K_Boyd/Tut.htm
    www.coronadoenterprises.com/tutorials/pascal/
    www.techtutorials.info/pascal.html

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

  3. #3
    peuk in zijn oor!
    Rank
    Member +
    Join Date
    Jul 2004
    Location
    here
    Posts
    312
    Liked
    0

  4. #4
    Member
    Rank
    Member
    Join Date
    Apr 2005
    Location
    nunya
    Posts
    42
    Liked
    0
    omg, you include all these links but not this one? http://www.seangreasley.com
    has all kinds of video tutorials on C++, VB, HTML, JAVA etc etc.

  5. #5
    Member
    Rank
    Member
    Join Date
    Jun 2004
    Posts
    72
    Liked
    0
    ive got some for ya

    http://www.w3schools.com/ has a ton of good tutorials for web languages and you can even get certified.

    http://www.functionx.com/ has a ton of tutorials for all sorts of languages.

  6. #6
    :drools:
    Rank
    Alpha Member
    Join Date
    Sep 2003
    Location
    With u :)
    Posts
    1,506
    Liked
    2
    here's a not listed programming language "scheme"

    www.drscheme.org
    www.schemers.org

  7. #7
    Member
    Rank
    Member
    Join Date
    Nov 2004
    Location
    Santa Cruz, Bolivia
    Posts
    69
    Liked
    0
    If anyone is interested in OpenGL

    http://nehe.gamedev.net/
    http://www.opengl.org/

  8. #8
    (Toodles)
    Rank
    Legend
    Join Date
    Apr 2004
    Posts
    1,162
    Liked
    0

    Arrow Addition

    I'm going to add to this:

    LUA (Extreemly Flexible Scripting Language. Read the following links for more information about it. Lua is a perfect language specifically for game development, and other API related interactions! Good memory management system.)
    ---------------------------------------------------------------------------------------------------------------------------------------

    Download lua 5.0 (may be out dated by now) (Attached File to forum (87kb), see below)
    • Main Lua Documentation (Here)
    • Lua 5.0 Manual (Here)
    • Lua Wiki/help/BasicTuts (Here)
    • Lua's Website (Here)

    Basically, to do a quick run through with you (I recommend putting the two files in the zip to a directory at: c:\lua\) extract the lua zip attached below. You can use notpad to practice, but you can actually lively script by opening lua.exe itself too. To run scripts you saved in a .txt file, run command or cmd, then for example type: 1) "cd c:\lua\" 2) lua.exe mytestfile.txt -- and lua will execute the script/block. When you, well if you start to use lua deeply, and your programs tend to get large, you might want to use an IDE for it, obviously. The Lua website along with a google search should fill you in on how to compile lua, and interpret it for other applications.
    Attached Files Attached Files
    Last edited by ssddss; 22-07-08 at 04:40 AM. Reason: Little update to date =p

  9. #9
    !
    Rank
    Member +
    Join Date
    May 2007
    Posts
    603
    Liked
    0

    Re: [Resources]

    List pulled from: Programming links? - Critical Security.NET
    But H!bryd organized it =)

  10. #10
    Me > You
    Rank
    Super Mod
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    7,591
    Liked
    1052

    Re: [Resources]

    Resources For Web Design

    Anything and everything web design.

    Basically take all of the links before this one, and delete them, because this is the only link you'll need.
    -Cheat out-


    Quote Originally Posted by MentaL View Post
    Let's all send DaCheat a dollar.
    Quote Originally Posted by Rishwin View Post
    I'm not gay, i just like sucking dick!

  11. #11
    Anyone Need VB6 Help? PMM
    Rank
    Member +
    Join Date
    Mar 2007
    Location
    Y? Are You Stalking Me?
    Posts
    738
    Liked
    0

    Re: [Resources]

    Well You Could Add This Under Visual basic 6.0, Java Tutorial From Sean greasly.. (More Than just VB6)

    Index of /
    Soon Releasing All my Sources!!!
    INCLUDING, ReCoded Servers,
    Debbo V4 (Guess 100%) - Hablog (85%)

    ~~~~~~~~~ Thinkin' Of Quitin' ~~~~~~

  12. #12
    I am Snoxd'ed
    Rank
    Member +
    Join Date
    May 2006
    Location
    New York
    Posts
    233
    Liked
    0
    Come SnoxdKO!
    Google it =D
    Project KFX! apply on snoxd forums!
    (or find my Ragezone topic)

  13. #13
    Geek4Life
    Rank
    Member +
    Join Date
    Apr 2007
    Location
    In the Great Ol' U.S.of.A
    Posts
    286
    Liked
    1

    Post Re: [Resources]

    FarPy GUIE
    -------------------------------About------------------------------------
    GUIE (GUI Editor) provides a simple WYSIWYG GUI editor for wxWidgets. The program was made in C# and saves the GUI that was created to a XML format I called GUIML. This GUIML is a pretty standard representation of the GUI created with the program with some helpful additions for .NET. Next, GUIE takes these GUIML files and translates it to either wxPython Python code or wxRuby Ruby code (more languages in the future).
    The GUI Editor was built to be as point & click as possible, trying to avoid wx's sizers completly. This means that controls can go anywhere, and you have the freedom to play with the GUI however you want.
    -------------------------------Links-------------------------------------
    1. Home Page Link : ( FarPy ) Finally a reasonable Python...

    2. Download Link: ( FarPy ) Finally a reasonable Python...

    -----------------------------ScreenShots-------------------------------









    Hope you like it I know it isnt that great but it is pretty good if you know how to use python and stuff like that then yea and hope you use it if you need any help just PM me

    Hope you like it and no critiscisim if you dont :D
    Did he fire six shots, or only five? Well, to tell you the truth in all this excitement, I've kinda lost track myself. But, being this is a .44 Magnum, the most powerful handgun in the world, and would blow your head clean off, you've gotta ask yourself a question,Do I feel lucky?Well, do ya punk?

  14. #14
    The King of Towels
    Rank
    Member +
    Join Date
    Dec 2007
    Location
    in a house in a
    Posts
    472
    Liked
    0

    Re: [Resources]

    http://www.sthurlow.com/python

    thats a good website to learn beginners python

  15. #15
    Newbie
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    2
    Liked
    0

    Re: [Resources]

    There are some awesome C++ video tutorials on Youtube - http://www.youtube.com/antirtfm/
    54+ videos of utter programming.

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •