inherit
33125
0
Nov 1, 2024 19:51:28 GMT -8
Crupocalypse
738
November 2004
darkverdict
|
Post by Crupocalypse on Jun 25, 2005 18:24:15 GMT -8
i am starting to kind of learn script and i know English
|
|
squalleh
inherit
-148245
0
Dec 2, 2024 15:20:45 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jun 25, 2005 18:42:02 GMT -8
HTML JavaScript XHTML CSS XML C C++ C# Java Perl CGI PHP ASP VBScript It's a shame ASP and CGI aren't languages They're both technologies, not languages.
|
|
Aven
New Member
Worldly Known, and Worldly Unknown
Posts: 24
inherit
48470
0
Jun 26, 2005 14:44:08 GMT -8
Aven
Worldly Known, and Worldly Unknown
24
June 2005
aven
|
Post by Aven on Jun 25, 2005 20:00:41 GMT -8
I consider them so.
|
|
inherit
41864
0
Jun 19, 2008 15:56:26 GMT -8
Digger3000
140
May 2005
wmdigger3000
|
Post by Digger3000 on Jun 25, 2005 21:26:31 GMT -8
Well they're all technologies.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 21:31:07 GMT -8
CGI is a technology, but I'd consider ASP a language. Anything that has a syntax standard is a language.
|
|
inherit
41864
0
Jun 19, 2008 15:56:26 GMT -8
Digger3000
140
May 2005
wmdigger3000
|
Post by Digger3000 on Jun 25, 2005 21:34:37 GMT -8
Yeah CGI is common gateway interface. Usually when people say CGI they mean perl.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 21:55:39 GMT -8
That is simply because Perl uses .cgi as its file extension, and people get confused. Perl is not the only language associated with CGI.
|
|
inherit
41864
0
Jun 19, 2008 15:56:26 GMT -8
Digger3000
140
May 2005
wmdigger3000
|
Post by Digger3000 on Jun 25, 2005 22:31:57 GMT -8
But it is the most popular. Or maybe it's just the only one I know.
|
|
inherit
5116
0
Jun 1, 2012 11:13:33 GMT -8
Ben Woodruff
23,954
August 2002
bwoodruff
|
Post by Ben Woodruff on Jun 27, 2005 9:32:44 GMT -8
If HTML isn't considered a language then what does the L stand for good point.
|
|
acoolie530
inherit
-148253
0
Dec 2, 2024 15:20:45 GMT -8
acoolie530
0
January 1970
GUEST
|
Post by acoolie530 on Jun 27, 2005 10:20:43 GMT -8
Fluent - XML/XHTML/HTML/RSS - CSS (not the crap background-images, but real CSS) - Javascript - PHP - SQL
Mild - Perl - Bash - C/C++/C# - Java - Visual Basic/ VBscript - BrainF**k (thanks to Squalleh)
ASP is really two languages (JS and VBS) combined with a few extra functions...
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 27, 2005 14:56:28 GMT -8
***RANDOM*** i know no languages, i only know parts of languages for what i need. hell i cant even get simple var test=21 ;document.write('test'); To work lol i suck Fixed it for you. I fixed it more
|
|
squalleh
inherit
-148255
0
Dec 2, 2024 15:20:45 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jun 27, 2005 18:58:44 GMT -8
Fixed it for you. I fixed it more No, you just made it do a completely different thing. The script before outputted "21", you just make it output "test". You didn't fix it at all <script type="text/javascript"> <!--
var iTest = 21; document.write (iTest);
//--> </script>
That's the script, fixed. Proper variable (i for integer), plus the proper HTML tags for it to be embedded into a document.
|
|
inherit
EXOH
27575
0
Nov 12, 2007 22:40:30 GMT -8
J. Meeter
i do my crosswords in pen
8,249
July 2004
modernxxromance
|
Post by J. Meeter on Jun 27, 2005 19:17:44 GMT -8
XHTML, CSS, JavaScript, PHP, Visual Basic, and ColdFusion. ColdFusion is the best language ever. It's so easy, for example: To query your database, you just put <cfquery name="nameofquery" datasource="odbc_connection" username="simple" password="enough"> SELECT * FROM table WHERE field = 'whateveryouaresearchingfor' </cfquery>
|
|
registrar
inherit
-148257
0
Dec 2, 2024 15:20:45 GMT -8
registrar
0
January 1970
GUEST
|
Post by registrar on Jun 27, 2005 19:35:59 GMT -8
PHP is my thing. Don't know much html, MySQL isn't considered a language, but I USED to know the language used to code in DarkBASIC. Don't anymore !
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 27, 2005 22:42:33 GMT -8
I fixed it more No, you just made it do a completely different thing. The script before outputted "21", you just make it output "test". You didn't fix it at all <script type="text/javascript"> <!--
var iTest = 21; document.write (iTest);
//--> </script>
That's the script, fixed. Proper variable (i for integer), plus the proper HTML tags for it to be embedded into a document. There is no 'proper' standard for naming variables. Stop trying to push your coding preferences on us Google Search: proper javascript variable names pulls up absolutely nothing about naming integer variables with i's. And if i is for integer then why do you use it in iTD? Table cells are not integers.
|
|