toofast1405241547 0 Report post Posted June 30, 2007 Well i went through the trouble to find the links again and compiled this. Hope you guys like it. http://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. http://www.vbtutor.net/vbtutor.html http://www.devdos.com/vb/Visual_Basic.shtml http://cuinl.tripod.com/tutorials.htm http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ https://smallbusiness.yahoo.com/ http://forums.xisto.com/no_longer_exists/ ----------------------------------------------------------------------- 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++. http://www.cprogramming.com/tutorial.html http://www.cyberdiem.com/vin/ http://forums.xisto.com/no_longer_exists/ http://www.cs.wustl.edu/~schmidt/C++/ http://forums.xisto.com/no_longer_exists/ http://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://forums.xisto.com/no_longer_exists/ http://www.devshed.com/c/b/Perl/ http://www.perlarchives.com/ http://forums.xisto.com/no_longer_exists/ http://www.perlmonks.com/ http://forums.xisto.com/no_longer_exists/ http://www.pageresource.com/cgirec/index2.htm http://www.sthomas.net/roberts-perl-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://forums.xisto.com/no_longer_exists/ http://www.htmlgoodies.com/primers/html/article.php/3478131 http://www.case.edu/its http://www.lycos.com/ http://www.w3schools.com/html/ http://html.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. http://www.w3schools.com/xml/default.asp http://www.xml.com/pub/a/98/10/guide0.html http://www.xmlfiles.com/xml/ http://www.spiderpro.com/bu/buxmlm001.html http://cs.au.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. http://de1.php.net/tut.php http://www.w3schools.com/php/default.asp http://www.devshed.com/c/b/PHP/ http://forums.xisto.com/no_longer_exists/ http://www.hotscripts.com/category/scripts/php/tutorials-tips/ ----------------------------------------------------------------------- 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. http://www.w3schools.com/css/default.asp http://www.csszengarden.com/ http://www.htmlhelp.com/reference/css/quick-tutorial.html http://www.echoecho.com/css.htm http://www.css.maxdesign.com.au/ http://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. http://www.w3schools.com/asp/default.asp http://www.learnasp.com/learnasp/ https://www.webwiz.co.uk/kb/ /home/wp_zfnm5k/codango.com/wp-content/themes/dotkwik/dotkwik/styles/_ie/kill_ie6/ie6.html http://www.htmlgoodies.com/beyond/asp/ ------------------------------------------------------------------------ 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. http://www.oracle.com/technetwork/java/index.html http://www.cafeaulait.org/javatutorial.html http://www.freewarejava.com/tutorials/index.shtml http://www.javacoffeebreak.com/tutorials/ ----------------------------------------------------------------------- FORTRAN A high-level programming language that is used primarily for scientific, engineering, and mathematical applications. http://www.donpac.ru/usr/golub/fortran/ http://www.mathtools.net/ http://www.fortran.com/fortran/tutorials.html http://forums.xisto.com/no_longer_exists/ http://www.freeprogrammingresources.com/fortrantutr.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. http://www.csis.ul.ie/cobol/ http://forums.xisto.com/no_longer_exists/ http://www.freebyte.com/programming/cobol/ http://www.jaymoseley.com/programming/cobol.htm http://www.webhost4life.com/ ----------------------------------------------------------------------- Python The scripting language integrated into Blender. Python is an interpreted, interactive, object-oriented programming language. http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ https://www.python.org/about/gettingstarted/ https://www.python.org/doc/ http://www.devshed.com/c/b/Python/ http://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. http://www.w3schools.com/js/default.asp http://www.pageresource.com/jscript/ http://forums.xisto.com/no_longer_exists/ http://www.webteacher.com/javascript/ http://www.webreference.com/js/index.html ----------------------------------------------------------------------- Well i hope this helps you in choosing what language you want to learn. Share this post Link to post Share on other sites
BuffaloHelp 24 Report post Posted July 1, 2007 This is your last warning--limit QUOTED articles to a limited, reasonable amount. If you're going to reference the whole article, simple provide the URL and contribute with your own thoughts in the matter. Share this post Link to post Share on other sites
Doveshire Designs 0 Report post Posted October 26, 2007 (edited) Hi --- I tried to respond to this and after I had written a lot it just went poof!!!!!!!!!So I guess I just have to start over ---------I used to program in COBOL. I actually started in 1964 with EAM's (Electronic Accounting Machines) and really hard-wired boards to make them work. The idea of an Operating System did reach the non Educational area until years later.I worked on a GE 400 an IBM 360 and a Honeywell 200 ------ all were 64 K YES K 1024 not megs.Even used punched cards with 80 colulms. Too bad "BIG BLUE" went with the 80 col Hollerith card instead of the 90 col one (Sperry-Rand I think). Would have been much easier on all of us today.Being a female, I had more than a 'glass' ceiling' I couldn't even go for some interviews becaue companies wouldn't consider women in the work force. I had the top grades ever of the school I went to but even that didn't help.When we were given jobs the salary was VERY LOW. And getting new jobs to increase salarys usually used percent raises. The young today have no idea of what it was like.What they do have and I lack is the confidence to try knew things. That is why I have a horrible time with chat rooms and forums.Thanks Edited October 26, 2007 by Doveshire Designs (see edit history) Share this post Link to post Share on other sites