what's xml, sql, and whatever else there is?  | | |
January 21st, 2002, 08:50 PM
|
#1 (permalink)
| | Member
Join Date: Nov 2001 Location: Canada
Posts: 270
| what's xml, sql, and whatever else there is?
i know my html and javascript.
i would like to learn more about the more advance web languages.
like what is peral? sql? xml? dhtml? apache? iis? php? cgi?
there are probably more but i have no clue what they mean, what they are used for.
and there are a ton of resources out there but i dont know where to start looking.
thx in advance. always eager to learn. |
| |
January 21st, 2002, 08:59 PM
|
#2 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,402
|
peral? = PERL - scripting language, mostly used in CGI scripts and UNIX SystemAdmin scripts
sql? - SQL is a database only language. Its used for updating/selecting(getting)/deleting data from a database (feel like I'm missing one lol)
xml? This is a whole new world lol, this is a sort of HTML on steroids. You can create your own tags. Used for damn near anything nowadays
dhtml? Dynamic HTML, used for dynamic pages mostly created by scripting languages such as PHP and ASP
apache? The most popular web server available. Free! Open source runs on damn near any OS available.
iis? A decent (VIRUSTARGET) web server from MS, runs on MS only!!
php? another scripting language. TechIMO is run on PHP very popular nowadays with bulletin boards and many pages with dynamic content reading from a database
cgi? Common Gateway Interface. Not really a language per say (I maybe wrong on this one) but more like a ... tool. You use a scripting language to work with CGI to work with the system and databases below (Like I said this one isn't 100% clear to me)
You're missing ASP
ASP = VB Script that creates Dynamic HTML. Can easily be tied to any MS software, and also very popular with the script kiddies.
VBScript = Virus Writing Language  Not really, but it is the most popular language for writing them... VB Script is a kind of Visual Basic Lite. Isn't compiled, totally interpreted. Used a lot with webpages (asp as mentioend above) and System Admin on NT stuff.
I'm sure others will be able to add on to this, and possibly correct a few details 
especially on cgi lol
Last edited by vass0922 : January 21st, 2002 at 09:01 PM.
|
| |
January 21st, 2002, 09:05 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Oct 2001
Posts: 1,542
|
Well, dhtml (sorry vass) is actually client-side not server-side so it's where the browser provides an object model so that code (javascript, or vbscript on m$ sites) can change the appearance and content of the web page 'on-the-fly' in the browser e.g. dropdown menus, flyouts, tree-view TOCs etc.
See microsoft.com for dhtml in action. Way OTT. |
| |
January 21st, 2002, 09:20 PM
|
#4 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,402
|
Ahhhhh ok!
Actually I was feelin' kinda weak on that one too  |
| |
January 22nd, 2002, 11:40 PM
|
#5 (permalink)
| | Member
Join Date: Nov 2001 Location: Canada
Posts: 270
|
i think it's time for me to look into more advance stuff.
perhaps xml? the html on steriods description sounds pretty cool.
do you have an example of an xml website? |
| |
January 22nd, 2002, 11:51 PM
|
#6 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,402
| |
| |
January 23rd, 2002, 01:31 AM
|
#7 (permalink)
| | Member
Join Date: Nov 2001 Location: Canada
Posts: 270
|
I'm willing to take up classes or go out to buy books about advance web authoring because I've always been interested.
Wondering what "language(s)" should I invest into? Specifically, which language is the way of the future?
BTW what's oracle? |
| |
January 23rd, 2002, 02:39 AM
|
#8 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,402
| Quote: |
Specifically, which language is the way of the future
| Hmmm
Thats a tough one
What is the job of the future?
Pretty personal question. I dont mean that I dont want to answer because its personal, not at all... I mean there are a lot of different opinions. I'm sure if you REALLY (and I mean REALLY) you could probably find somebody to tell you FORTRAN is the language of the future 
In reality it really depends on what you want to do with your coding skills. You probably wont know until you've tried a few out. If you want to get into kernel hacking in Linux you HAVE to know C/C++ (mostly C)
If you want to do GUI's in windows, you should know either VB (easy), or Visual C++ (quite difficult)
If you want to work with databases, you'll want to learn some form of SQL (depending on what DB you choose to work with)
If you want to do web stuff, java, php, perl html, xml ...
It all depends on you 
Myself, I mostly know VB (boring, but popular language pretty easy to learn... good language to start out with if you want to do GUI's in winders)
I also really like working with Databases, so I know T-SQL. (all SQL is pretty much the same except the non standard forms like T-SQL (microsoft) and PL/SQL (Oracle) have more addtives and preservatives . There is also a standard form of SQL that works with databases like MySQL (which is what this very site runs on) and PostgreSQL.
Oracle is another IT monolith. They are a huge database developer. Most very large sites run on Oracle most likely on a unix box. It is rock stable, and quite fast. It has a better reputation for stability, and dependability than MS's SQL Server. I actually like programming for SQL Server cause I like their GUI's... but we had some problems keeping it stable 
So this should at least be a start for you 
You'll find really the hardest part of learning programming is simply the fundamentals. Whats a loop, conditional statements procedural code etc. Once you've worked with it awhile you'll start noticing patterns where every language is similar. I'd suggest starting with a language (probably not SQL because they are quite a different animal than the rest) that is not overly complicated (like C++ for instance). Some people like learning with perl, as its a common language and you can get software to run on it for free (linux anyone?)
or if you have a webserver available you could learn PHP and maybe eventually put MySQL in the background (you can truely do all this nearly free if you wish, but plan on investing some time into it)
SO in reality its really up to you where you want to go  |
| |
January 25th, 2002, 02:43 PM
|
#9 (permalink)
| | Member
Join Date: Nov 2001 Location: Canada
Posts: 270
|
is it possible to run a website off of my computer?
i just want to test somethings out.
like, is it possible to get vbulletin site running off of my computer?
it says that i would need mysql and php on the server. what does that mean and how can i get about putting it on my server?
that is how do i start my own web server. |
| |
January 26th, 2002, 02:45 AM
|
#10 (permalink)
| | Member
Join Date: Jan 2002
Posts: 83
|
i can't really tell you much about MySQL, but PhP, you may need to ask your server administrator if you are not sure if the software is on there. |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |