[color=\"#0000FF\"][size=3][b]ASP 3.0[/b][/size][/color]
ASP is a server-side technology which allows you to create HTML pages on the fly. ASP is COM-aware, so it can fully use any COM object, even Microsoft Word. ASP is a good \"glue\" language for sticking together the capabilities of different COM objects.
ASP is most often run using Microsoft Personal Web Server or Internet Information Server on Windows 95/98/2000/NT. ASP can also run under UNIX using ChiliSoft ASP.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/asp.aspx\"]http://www.programmingtutorials.com/asp.aspx[/url]
[url=\"http://www.aspin.com/home/tutorial/applicat/guestboo\"]http://www.aspin.com/home/tutorial/applicat/guestboo[/url]
[url=\"http://www.logical-magic.com/articles/tut_ASP3.jsp\"]http://www.logical-magic.com/articles/tut_ASP3.jsp[/url]
[url=\"http://aspalliance.com/articleViewer.aspx?aId=144&pId=\"]http://aspalliance.com/articleViewer.aspx?aId=144&pId=[/url]
[url=\"http://www.developer.com/net/asp/\"]http://www.developer.com/net/asp/[/url]
[url=\"http://asp101.aspin.com/home/tutorial/automati?cob=asp101\"]http://asp101.aspin.com/home/tutorial/automati?cob=asp101[/url]
[url=\"http://www.411asp.net/\"]http://www.411asp.net/[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]ColdFusion[/b][/size][/color]
Cold Fusion is a scripting language for web designers that want wish to do advanced development and/or database interfacing. Cold Fusion supports MS Access, dBASE, FoxPro and Paradox databases.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/coldfusion.aspx\"]http://www.programmingtutorials.com/coldfusion.aspx[/url]
[url=\"http://www.sitepoint.com/subcat/coldfusion\"]http://www.sitepoint.com/subcat/coldfusion[/url]
[url=\"http://webmonkey.wired.com/webmonkey/programming/coldfusion/tutorials/tutorial2.html\"]http://webmonkey.wired.com/webmonkey/progr.../tutorial2.html[/url]
[url=\"http://www.troobloo.com/tech/coldfusion.shtml\"]http://www.troobloo.com/tech/coldfusion.shtml[/url]
[url=\"http://mysecretbase.com/Free_ColdFusion_Tutorials.cfm\"]http://mysecretbase.com/Free_ColdFusion_Tutorials.cfm[/url]
[url=\"http://www.cfcentral.com.au/coldfusion/Tutorials/index.cfm\"]http://www.cfcentral.com.au/coldfusion/Tutorials/index.cfm[/url]
[url=\"http://www.wdbc.com/resources/resources.cfm?category=3\"]http://www.wdbc.com/resources/resources.cfm?category=3[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]HTML[/b][/size][/color]
(HyperText Markup Language) -- The coding language used to create Hypertext documents for use on the World Wide Web. HTML looks a lot like old-fashioned typesetting code, where you surround a block of text with codes that indicate how it should appear, additionally, in HTML you can specify that a block of text, or a word, is linked to another file on the Internet. HTML files are meant to be viewed using a World Wide Web Client Program, such as Netscape or Mosaic.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/html.aspx\"]http://www.programmingtutorials.com/html.aspx[/url]
[url=\"http://www.htmlgoodies.com/\"]http://www.htmlgoodies.com/[/url]
[url=\"http://www.w3schools.com/html/\"]http://www.w3schools.com/html/[/url]
[url=\"http://www.cwru.edu/help/introHTML/toc.html\"]http://www.cwru.edu/help/introHTML/toc.html[/url]
[url=\"http://www.vortex-webdesign.com/help/\"]http://www.vortex-webdesign.com/help/[/url]
[url=\"http://webdesign.about.com/od/htmlxhtmltutorials/\"]http://webdesign.about.com/od/htmlxhtmltutorials/[/url]
[url=\"http://www.jmarshall.com/easy/html/\"]http://www.jmarshall.com/easy/html/[/url]
[url=\"http://www.htmltutorials.ca/\"]http://www.htmltutorials.ca/[/url]
[url=\"http://www.webreference.com/html/tutorials/\"]http://www.webreference.com/html/tutorials/[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]javascript[/b][/size][/color]
A scripting language from Netscape that is only marginally related to Java. Java and javascript are not the same thing. javascript was designed to resemble Java, which in turn looks a lot like C and C++. The difference is that Java was built as a general-purpose object language, while javascript is intended to provide a quicker and simpler language for enhancing Web pages and servers.
javascript is embedded as a small program in a web page that is interpreted and executed by the Web client. The scriptor controls the time and nature of the execution, and javascript functions can be called from within a Web document, often executed by mouse functions, buttons, or other actions from the user.
javascript can be used to fully control Netscape and Microsoft Web browsers, including all the familiar browser attributes.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/javascript.aspx\"]http://www.programmingtutorials.com/javascript.aspx[/url]
[url=\"http://www.w3schools.com/js/default.asp\"]http://www.w3schools.com/js/default.asp[/url]
[url=\"http://www.webteacher.com/javascript/\"]http://www.webteacher.com/javascript/[/url]
[url=\"http://www.wdvl.com/Authoring/javascript/Tutorial/\"]http://www.wdvl.com/Authoring/javascript/Tutorial/[/url]
[url=\"http://www.cs.brown.edu/courses/bridge/1998/res/javascript/javascript-tutorial.html\"]http://www.cs.brown.edu/courses/bridge/199...t-tutorial.html[/url]
[url=\"http://www.freewebmasterhelp.com/tutorials/javascript\"]http://www.freewebmasterhelp.com/tutorials/javascript[/url]
[url=\"http://www.javascriptsearch.com/\"]http://www.javascriptsearch.com/[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]Perl[/b][/size][/color]
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.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/perl.aspx\"]http://www.programmingtutorials.com/perl.aspx[/url]
[url=\"http://www.pageresource.com/cgirec/index2.htm\"]http://www.pageresource.com/cgirec/index2.htm[/url]
[url=\"http://www.cclabs.missouri.edu/things/instruction/perl/perlcourse.html\"]http://www.cclabs.missouri.edu/things/inst...perlcourse.html[/url]
[url=\"http://www.ebb.org/PickingUpPerl/pickingUpPerl_toc.html\"]http://www.ebb.org/PickingUpPerl/pickingUpPerl_toc.html[/url]
[url=\"http://vsbabu.org/tutorials/perl/\"]http://vsbabu.org/tutorials/perl/[/url]
[url=\"http://www.freeprogrammingresources.com/perl.html\"]http://www.freeprogrammingresources.com/perl.html[/url]
[url=\"http://www.thescripts.com/serversidescripting/perl/tutorials/introductiontoperl--becomeaguru/page0.html\"]http://www.thescripts.com/serversidescript...guru/page0.html[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]PHP[/b][/size][/color]
Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags.
Because PHP is embedded within tags, the author can jump between HTML and PHP (similar to ASP and Cold Fusion) instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the client cannot view the PHP code. PHP can perform any task that any CGI program can do, but its strength lies in its compatibility with many types of databases.
Also, PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP. PHP was created sometime in 1994 by Rasmus Lerdorf. During mid 1997, PHP development entered the hands of other contributors. Two of them, Zeev Suraski and Andi Gutmans, rewrote the parser from scratch to create PHP version 3 (PHP3).
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/php.aspx\"]http://www.programmingtutorials.com/php.aspx[/url]
[url=\"http://www.phpbuilder.com/\"]http://www.phpbuilder.com/[/url]
[url=\"http://www.freewebmasterhelp.com/tutorials/php\"]http://www.freewebmasterhelp.com/tutorials/php[/url]
[url=\"http://www.devshed.com/c/b/PHP\"]http://www.devshed.com/c/b/PHP[/url]
[url=\"http://www.thescripts.com/serversidescripting/php/\"]http://www.thescripts.com/serversidescripting/php/[/url]
[url=\"http://www.phpfreaks.com/\"]http://www.phpfreaks.com/[/url]
[url=\"http://www.php.net/links.php\"]http://www.php.net/links.php[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]SQL[/b][/size][/color]
Structured Query Language: A specialized programming language for sending queries to databases. Most industrial-strength and many smaller database applications can be addressed using SQL. Each specific application will have its own version of SQL implementing features unique to that application, but all SQL-capable databases support a common subset of SQL.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/sql.aspx\"]http://www.programmingtutorials.com/sql.aspx[/url]
[url=\"http://www.w3schools.com/sql/default.asp\"]http://www.w3schools.com/sql/default.asp[/url]
[url=\"http://sqlzoo.net/\"]http://sqlzoo.net/[/url]
[url=\"http://www.webdevelopersnotes.com/tutorials/sql/index.php3\"]http://www.webdevelopersnotes.com/tutorials/sql/index.php3[/url]
[url=\"http://www.techtutorials.info/dataSQL.html\"]http://www.techtutorials.info/dataSQL.html[/url]
[url=\"http://www.sqlcourse.com/other_links.html\"]http://www.sqlcourse.com/other_links.html[/url]
[url=\"http://www.wannalearn.com/Computers_and_the_Internet/Programming_Languages/SQL/\"]http://www.wannalearn.com/Computers_and_th..._Languages/SQL/[/url]
----------------------------------------------------------------------------------
[color=\"#0000FF\"][size=3][b]XML[/b][/size][/color]
Extensible Markup Language (XML) is an extremely simple dialect of SGML. The goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML [XML] has been designed for ease of implementation and for interoperability with both SGML and HTML.
----------------------------------------------------------------------------------
[url=\"http://www.programmingtutorials.com/xml.aspx\"]http://www.programmingtutorials.com/xml.aspx[/url]
[url=\"http://www.w3schools.com/xml/default.asp\"]http://www.w3schools.com/xml/default.asp[/url]
[url=\"http://www.xmlfiles.com/xml/\"]http://www.xmlfiles.com/xml/[/url]
[url=\"http://www.topxml.com/\"]http://www.topxml.com/[/url]
[url=\"http://www.tizag.com/xmlTutorial/\"]http://www.tizag.com/xmlTutorial/[/url]
[url=\"http://www.xmlxperts.com/tut.htm\"]http://www.xmlxperts.com/tut.htm[/url]
[url=\"http://www.xmlpitstop.com/\"]http://www.xmlpitstop.com/[/url]
[url=\"http://xml.gov/tutorials.asp\"]http://xml.gov/tutorials.asp[/url]
----------------------------------------------------------------------------------
[Source omitted due to content]
Some links for various Web Design languages
Get Help With All Aspects of Web Design & Design Software
Moderators: Moderator, Global Moderator
Some links for various Web Design languages
Last edited by Jim on Fri Oct 14, 2005 5:11 pm, edited 1 time in total.
Love is all a matter of timing.
It's no good meeting the right person too soon or too late.
If I'd live in another time or place...
...my story might have had a very different ending.
It's no good meeting the right person too soon or too late.
If I'd live in another time or place...
...my story might have had a very different ending.
Return to “Web Design Principles”
Jump to
- General Category
- ↳ KillaNet Country
- ↳ 2D Graphics
- ↳ KillaNet News
- ↳ 3D & Animation
- ↳ Chatroom
- ↳ Flash
- ↳ Help & Suggestions
- ↳ Game Dev
- ↳ Audio & Video
- ↳ Introductions
- ↳ Journalism
- ↳ Phoenix Lounge
- ↳ Application Dev
- ↳ Toga Toga Toga!!!
- ↳ Photography
- ↳ Main Street Archives
- ↳ Web Design
- ↳ Fonts Icons Cursors & Screensavers
- ↳ Book Reviews
- ↳ General
- ↳ Tech Industry News
- ↳ Legal Resources
- ↳ Industry Contests
- ↳ Graphix Battle Arena
- ↳ KillaNet Contests
- ↳ Competition Archives
- ↳ Education Information
- ↳ Careers
- ↳ Game Studies
- ↳ Motivation
- ↳ Conferences & Seminars
- ↳ KillaDesign
- ↳ Animation & Film
- ↳ The Studio
- ↳ Game Development
- ↳ 2D Graphics
- ↳ Audio & Video
- ↳ 3D Graphics
- ↳ Flash
- ↳ Fonts, Icons & Emoticons
- ↳ Design Requests
- ↳ PhotoShop
- ↳ Cinema 4D
- ↳ Bryce
- ↳ Flash
- ↳ Paint Shop Pro
- ↳ Blender
- ↳ Poser
- ↳ The Darkroom
- ↳ Photo & Camera Discussion
- ↳ Photo Journalism
- ↳ Web Design Principles
- ↳ PHP & MySQL
- ↳ Designing For Print
- ↳ Writer\'s Desk
- ↳ Fiction Writing
- ↳ News Journalism
- ↳ Poetry
- ↳ Technical Writing
- ↳ Biographical Writing
- ↳ General Writing Resources
- ↳ Promotional Writing
- ↳ Film & Television
- ↳ VideoGames
- ↳ Computer Department
- ↳ General Discussion
- ↳ Windows Help
- ↳ Linux Help
- ↳ Builds & Mods
- ↳ Geek Gadgets
- ↳ Security
- ↳ Dev Discussion
- ↳ C++
- ↳ Visual Basic
- ↳ Java
- ↳ Application Skinning
- ↳ IRC Scripting
- ↳ Gaming Centre
- ↳ Guild Wars
- ↳ Aion
- ↳ Computer
- ↳ World of Warcraft
- ↳ Nintendo
- ↳ General RPG & MMORPG
- ↳ PlayStation
- ↳ XBox
- ↳ Other Consoles
- ↳ All Action
- ↳ Racers
- ↳ Sports
- ↳ FPS
- ↳ RTS
- ↳ Sim
- ↳ Casual Games
- ↳ Kids' Games
- ↳ Mobile Games
- ↳ Retro Games
- ↳ Challenges, Friendly Taunts & Discussion
- ↳ Game Requests & Bug Reports
- ↳ Open Source Games
- ↳ Puzzle Games
- ↳ HeadQuarters
- ↳ Uber Coffee Room
- ↳ KillaNet
- ↳ Coffee Room
- ↳ KillaNet
- ↳ KillaGraphix
- ↳ KillaHosting
- ↳ Marketing etc.
- ↳ Staff Issues
- ↳ Reference & Software
- ↳ Archives
- ↳ KillaBlogs
- ↳ Journalism
- ↳ Trash Can
