All about Programing languge

  • hello i want to know 1.what is This Software, 2.what it exactly do ? , 3.need some example of that , 4.and some usage of that 5.where/How can i learn them , 6.Who will use these softwares ? 7. where can Download it or Buy it ? 8. if i want to buy this software what should i call it to shop kepper. Programing: php* asp* asp.net aspx VB* VB.net .Net* C* C+ C++ VC++(VC) Java JavaScrip VB scrip Perl* Ms-sql sql* My sql server Access* ------------------- * the software that i have * near it is more important for me And i need some game desighn software .


  • The software types are pretty simple, as well as how to set up a development environment. However, what do you mean by "game desighn software"? Do you want a development environment for making 3-D first person shooter games? Console games for Playstation? X-Box? Realtime simulation? 2D games for cell phones? That's a very broad category.


  • a development environment for making 3-D first person shooter games for PC For example i remeber 2 or 3 years ago that Valve Softwares has released the Half-life Game Engine Out for free and u could make games with that 3D game Engine.


  • Dear Johnson Gray, php === (1) PHP is a "scripting language that is especially suited for Web development and can be embedded into HTML" (SOURCE: PHP Homepage, ). (2) PHP is used to create dynamic webpages, and other software. (3) Wikipedia notes that "famous examples of PHP applications include phpBB as well as MediaWiki, the software behind Wikipedia. The PHP model can be seen as an alternative to Microsoft's ASP.NET/C#/VB.NET system, Macromedia's ColdFusion system, Sun Microsystems' JSP/Java system, and to the Mod perl/Perl system." (SOURCE: Wikipedia, PHP, ). The article also includes an example of a script. For another example, see a tutorial regrading the application of PHP in gaming programming: PHP Gaming - Part 1 PHP Gaming - Part 2 PHP Gaming - Part 3 (4) An example of a dymanic webpage usage: Curse Gaming Unreal Tournament - Downloads The Hostmatrix forum linked above is also written in PHP. (5) PHP is an open source programming language, which means that you don't have to buy anything to learn it or to write in it. You can use the following tutorials, except for the gaming-specific one mentioned in (3): PHP.net W3 Schools - PHP PHP Freaks! Learn PHP the easy way - PHPBuddy.com PHPBuilder.com php scripts (6) Wikipedia: "PHP is currently one of the most popular server-side scripting systems on the Web. " (SOURCE: ibid). (7) You can download PHP at their official webpage: PHP - Download (8) As mentioned before, this is an open source software, it is free. Many tutorials are sold in shops, though. Further Sources --------------- PHP-Nuke The PHP Resource Index phpBB.com :: Creating Communities [book] Beginning PHP 5 and MySQL: From Novice to Professional by W. J. Gilmore ASP/ASP.net/ASPX ================ (1) ASP - "Active Server Pages" is a Microsoft "server-side technology for dynamically-generated web pages". "ASP.NET (also ASP+) is an enhanced version of ASP for the .NET platform. It supports executable programs compiled from C#, C++ and other languages and is not backward compatible with regular ASP code. ASP.NET pages are always compiled rather than interpreted as are ASP pages." (SOURCE: Technology information about Active Server Pages, Answers.com, ). ASPX is another name for ASP.net. For differences between ASP and ASP.Net (ASPX) see: Wikipadia, ASPX (2) You can create interactive sessions with users with asp. (3) "Pages can be generated by mixing server-side scripting code (including database access) with HTML and client-side code. " (Wikipedia, asp, ). The article also includes acript examples. Here is an example of a webpage written with asp: Shoshone - Bannock Tribal Enterprises (4) ASP and ASP.net can be used for various web-based interactive applications. See for example games: ASPin - Games (5) You can learn ASP though tutorials, some exist online for free. For example: W3 Schools: ASP Tutorial ASP tutorial for beginners and free scripts LearnAsp.com - Free Lessons by Charles Carroll ASP Free/Help ASP Tutorial By David Brebner 15 Seconds Tutorials @ Active Server Corner (6) Asp is being widely used, by different sources, from government and academia to private or commercial web pages. (7) At Microsoft's homepage: Download ASP.net 1.1 (8) Active Server Pages, or ASP. Further sites ------------- Microsoft's ASP.NET ASP Today ASPAlliance.com The ASP Resource Index [book] ASP in a Nutshell, 2nd Edition -- by A. Keyton Weissinger VB/VB.net ========= (1) VB stands for "visual basic" (while VB.net stands for VB on MS.Net applications). It is a programming language defined as "an event driven programming language and associated development environment created by Microsoft." (SOURCE: Wikipedia, Visual Basic, ). For differences between VB and VB.net (very different languages, despite the name), see: Wikipedia, Visual Basic.net (2) "VB enables Rapid Application Development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls. " [...] "Visual Basic .NET, VB.NET, is a backwards-incompatible upgrade of Visual Basic to Microsoft's .NET platform. [...] VB.NET has support for threading, advanced object oriented code, Try-Catch-Finally blocks, and zero-based arrays. Many new features (mainly from the .NET framework) have also appeared, like remoting, web services, 64-bit integers and ADO.NET." (ibid). (3) Script examples could be viewed here: Wikibooks - Visual Basic Classic - J Arithmatic (4) Here is an article on usage in writing games: Sample Technical Documentation: How to Create a Simple Game Using Visual Basic (word document). Some further applications could be seen at: Free VB Code (5) Here are some free tutorials. Naturally, you can also take a course at a local technology centre or community college: Mastering Visual Basic Visual Basic Tutorial (6) While VB.net is widely used, VB is usually criticised as a "children's language", "too simple" and lacking some elementary features. (7) See the Microsoft site to understand what you need for VB.Net Getting Started (8) Some version of MS "Visual Studio" (see 7) Further Sources --------------- Wikibooks - Visual Basic Classic Microsoft - VB 6.0 site Microsoft VB - VBnet Visual Basic Developers Resource Centre vbAccelerator.com, a site devoted to providing free, advanced source code to Visual Basic programmers since June 1998 and now also to the .NET and C# community. VB Code Microsoft.NET platform ======================= (1) This is not a "software" or a language. It is a complex of software development platform developed by Microsoft. "Microsoft defines the platform as an "environment for building, deploying and running Web services and other applications. It consists of three main parts: the Common Language Runtime, the Framework classes, and ASP.NET."" (SOURCE: Wikipedia, Microsoft .NET, ). (2) It enables development of applications for all kinds of Windows/Web-based interfaces. (3) It is difficult to give "an example" of Microsoft.net, because it isa platform, which coordinates between different applications, not a single application or language. (4) MS NET is used in business, but also to link between applications in other fields of life. (5) I think that if you really want to get comprehensive information on MS NET, a course might be the best solution. However, there are several introductory tutorials: Essential .NET, Volume I: The Common Language Runtime (Paperback) by Don Box Applied Microsoft .NET Framework Programming by Jeffrey Richter Programming .NET Components, 2nd Edition by Juval Löwy W3 Schools Microsoft .NET Tutorials Programming Tutorials (6) Businesses, large organisations, etc. Almost any commercial/large MS-based system today has .net components. (7) MS download Download MS .NET 1.1 Read more here: (8) See 7 above. C/C++/VC++/C# ============= (1) C is a programming langauge. C++ is a programming language, which is similar to C (but has been developed as an enhancement to C). VC++ (Visual C ++) is an integration of C and C++, developed by Microsoft, not exactly a "language". VD++ works on .NET platform. C# ("C Sharp") is a programming language,also developed by Microsoft, also working on .NET, based on C++ and Java. (2) C is designed mostly to program systems, not applications. C++ is a "statically typed free-form multi-paradigm language supporting procedural programming, data abstraction, object-oriented programming, and generic programming." (SOURCE: Wikipedia, (3) For an example of C, see: Wikipedia - C Programming Language - Example Examples of C++ Example of C#: (4) C is widely used in system programming. C# and VC++ are used as part of .NET , for various application development. (5) C is learnt in higher education institutions, and is considered difficult. However, one could also use tutorials, such as: Programming in C C Programming and C++ Programming - Cprogramming.com C++ tutorial for C users Free C++ Tutorials C++ Programming Tutorial C# Tutorial For Beginners By lloyd@galador.net (6) It is mostly used for system design. (7) C#Builder Downloads C# VC++ C++Builder Downloads (8) See above. Also: Microsoft Visual C++ .NET Microsoft Visual C# Borland C++ Builder 6 Further Sources --------------- Steve Holms, C Programming Brian W. Kernighan, Programming in C: A Tutorial Marshall Brain, How C Programming Works, HowStuffWorks The C Programming Language Frank B. Brokken, C++ Annotations Version 6.2.2 Java ==== (1) It is a C-based programming language, developed by Sun. (2) It is used to create all sorts of applications, but is very useful in game programming. (3) Example of Java from Wikipedia: An example of an application for interactive web site: Secret Worlds: The Universe Within (4) As mentioned before, Java is used in web-based applications, but also in game programming. See for example: Java Games Community Java Game - Forums Developing Games in Java (5) The Java Tutorial (form Sun) Java Programming Resources Java? Tutorials Java Coffee Break Tutorials (6) Game programmers, web-programmers and also in other applications. (7) Download Java (8) see 7. Further Info ------------ Java(tm)2: A Beginner's Guide by Herbert Schildt Java Programming for the Absolute Beginner by Joseph P. Russel JavaScript ========== (1) It is a scripting language, based on C. (2) It is mostly used in programming websites, but could be used in other applications. (3) Examples could be seen on the Wikipedia reference to JavaScript: (scroll a little further). (4) Usages could be mostly seen in websites. (5) Here are several tutorials: JavaScript: The Definitive Guide -- by David Flanagan The JavaScript Source W3 Schools: JavaScript Tutorial (6) Mostly, though not only, web-programmers. (7) See for example: JavaScript Kit (8) Not necessarily, but you can use: WINGEAR JavaScript Source Code 3000 Pro Further Info ------------ JavaScript.com The JavaScript Planet! VB Script ========= (1) It is a scripting language, developed by Microsoft. (2) It processes codes in HTML pages (similarly to JavaScript). See: Wikipedia, VBScript (3) Examples: W3 Schools: VBScript Examples VBScript Examples (4) It is used mainly on webpages, but has been also abused to spread viruses, for example. (5) Here are some tutorials: W3 Schools A Tutorial in VBScript Visual Basic Script Tutorials VBScript Tutorial VBScript in a Nutshell (6) Mostly, web programmers. (7) Windows Script 5.6 for Windows 2000 and Windows XP (8) See 7. Perl ==== (1) Perl stands for Practical Extraction and Report Language. It is a programming language. (2) "Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more." (SOURCE: Wikipedia, Perl, ). (3) Here is an example from the same Wikipedia article: (4) "Perl has many and varied applications. Perl has been used since the early days of the web to write CGI scripts, and is a component of the popular LAMP (Linux / Apache / MySQL / (Perl / PHP / Python)) platform for web development. Perl has been called "the glue that holds the web together". Large projects written in Perl include Slashdot and early implementations of PHP [1] and UseModWiki, the wiki software used in Wikipedia until 2002. Perl finds many applications as a "glue language", tying together systems and interfaces that were not specifically designed to interoperate. Systems administrators use Perl as an all-purpose tool; short Perl programs can be entered and run on a single command line. Perl is widely used in finance and bioinformatics, where it is valued for rapid application development, ability to handle large data sets, and the availability of many standard and 3rd-party modules". (ibid) (5) Perl tutorial: Start Perl Tutorial Beginning Perl Tutorials PerlMonks: Tutorials (6) Web programmers, mostly. (7) Here: Perl.com (8) see 7. Microsoft SQL Server (MS SQL) ==================== (1) It is a database management system, developed by Microsoft. (2) It manages databases written with SQL. (3) Example: MS-SQL-Examples w/free code & more (4) Usage: mostly for small and medium sized businesses, to maintain their database. (5) Tutorials: MS SQL Tutorial MS SQL Tutorials (6) Mostly for business application and management. (7) See MS Page: How to Buy (8) Microsoft SQL Server 2000 Developer SQL === (1) A database management programming language (2) It manages databases. (3) examples: SQL Examples site (4) Usage is mostly in businesses, but also in websites maintaining a database, etc. (5) Tutorials: W3 Schools SQL Course SQL Tutorial (6) businesses, websites. (7) There are many platforms, like the abovementioned MS_SQL. i.e., you can buy Oracle PL; also MYSQL mentioned below. (8) see above. MYSQL Server ============ (1) An open source database management system (2) Management of databases (3) Examples: Examples of SQL Statements (4) Famous users include: Sabre, and its travel reservation system Travelocity, LiveJournal and Slashdot. (5) Tutorials: MySQL Basics -- A Helpful MySQL Tutorial Official Site http://dev.mysql.com/tech-resources/articles/ddws/ Free MySQL Tutorials (6) web developers, business owners (7) Here: (8) see above. Access ====== (1) Is a database management system, developed by Microsoft. (2) Manages databases. (3) See for example: (4) It is used to manage databases for businesses, organisations and site-administration (5) Microsoft Access Tutorial Also: About.com, (6) Database admins of all sorts (7- 8) buy Microsoft Access 2003, or as part of Microsoft Office Packet. Game Creation Resources ======================= Ambrosine 3D Game Programming All in One I hope this answers your question. Please contact me if you need any clarification on this answer before you rate it.







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about All about Programing languge , Please add it free.